From f5344a55974d10bf794983d966ff6dfcb8b2c155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:17:38 +0000 Subject: [PATCH] chore(deps): bump query-string from 7.0.1 to 7.1.0 Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a4fc4a45783f..c49f3678ecc65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "priorityqueuejs": "^2.0.0", "prom-client": "^14.0.0", "qs": "^6.10.1", - "query-string": "^7.0.1", + "query-string": "^7.1.0", "request": "~2.88.2", "semver": "~7.3.5", "simple-icons": "5.15.0", @@ -23095,9 +23095,9 @@ } }, "node_modules/query-string": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", - "integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz", + "integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==", "dependencies": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", @@ -47953,9 +47953,9 @@ } }, "query-string": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", - "integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz", + "integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==", "requires": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", diff --git a/package.json b/package.json index d84f750c9bc1e..079657deb699b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "priorityqueuejs": "^2.0.0", "prom-client": "^14.0.0", "qs": "^6.10.1", - "query-string": "^7.0.1", + "query-string": "^7.1.0", "request": "~2.88.2", "semver": "~7.3.5", "simple-icons": "5.15.0",