Bump query-string from 6.14.0 to 7.0.1

Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.0 to 7.0.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.14.0...v7.0.1)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 19:00:01 +00:00 committed by GitHub
parent dae51797d0
commit 5a7f86f625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -31,7 +31,7 @@
"long": "^4.0.0", "long": "^4.0.0",
"md5": "^2.2.1", "md5": "^2.2.1",
"path": "^0.12.7", "path": "^0.12.7",
"query-string": "^6.14.0", "query-string": "^7.0.1",
"semver": "^7.3.2", "semver": "^7.3.2",
"uuid": "^8.3.0", "uuid": "^8.3.0",
"zlib": "^1.0.5" "zlib": "^1.0.5"
@ -4468,8 +4468,9 @@
} }
}, },
"node_modules/query-string": { "node_modules/query-string": {
"version": "6.14.0", "version": "7.0.1",
"license": "MIT", "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz",
"integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==",
"dependencies": { "dependencies": {
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
"filter-obj": "^1.1.0", "filter-obj": "^1.1.0",
@ -8765,7 +8766,9 @@
} }
}, },
"query-string": { "query-string": {
"version": "6.14.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz",
"integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==",
"requires": { "requires": {
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
"filter-obj": "^1.1.0", "filter-obj": "^1.1.0",
@ -9380,9 +9383,6 @@
"tslib": "^1.8.1" "tslib": "^1.8.1"
} }
}, },
"tunnel": {
"version": "0.0.6"
},
"type-check": { "type-check": {
"version": "0.4.0", "version": "0.4.0",
"dev": true, "dev": true,

View file

@ -43,7 +43,7 @@
"long": "^4.0.0", "long": "^4.0.0",
"md5": "^2.2.1", "md5": "^2.2.1",
"path": "^0.12.7", "path": "^0.12.7",
"query-string": "^6.14.0", "query-string": "^7.0.1",
"semver": "^7.3.2", "semver": "^7.3.2",
"uuid": "^8.3.0", "uuid": "^8.3.0",
"zlib": "^1.0.5" "zlib": "^1.0.5"