Bump qs from 6.8.0 to 6.9.0 in /vuejs

Bumps [qs](https://github.com/ljharb/qs) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.8.0...v6.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-23 07:04:28 +00:00 committed by GitHub
parent b104522020
commit ad331dbfff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -12395,9 +12395,9 @@
"dev": true
},
"qs": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.8.0.tgz",
"integrity": "sha512-tPSkj8y92PfZVbinY1n84i1Qdx75lZjMQYx9WZhnkofyxzw2r7Ho39G3/aEvSUdebxpnnM4LZJCtvE/Aq3+s9w=="
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz",
"integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA=="
},
"query-string": {
"version": "5.1.1",

View file

@ -14,7 +14,7 @@
"core-js": "^2.6.5",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"qs": "^6.8.0",
"qs": "^6.9.0",
"tailwindcss": "^1.1.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",