aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-07 20:06:23 +0800
committerGitHub <noreply@github.com>2022-12-07 20:06:23 +0800
commit6176f21d313493652c65d29cc040865dce3306d0 (patch)
tree0095e5f4d189fe624d19fc1474657b00a8f4273f
parent681abfd1cd9de3964c597c1ced44ed8f57035148 (diff)
downloadtangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar.gz
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar.bz2
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar.lz
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar.xz
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.tar.zst
tangerine-wallet-browser-dependabot/npm_and_yarn/qs-6.5.3.zip
Bump qs from 6.5.1 to 6.5.3dependabot/npm_and_yarn/qs-6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.1...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 0a24d889b..0aca9582f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -47099,9 +47099,9 @@
"integrity": "sha512-KOdSAyFBPf0/5Z3mra4JfSbjrDlUn2J3YH8Rm33tRGbptxP4vhogLWysvkQp8mp5ix9u80Wfr4vxHXTeR9o0Ug=="
},
"qs": {
- "version": "6.5.1",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
- "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A=="
+ "version": "6.5.3",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
+ "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
},
"query-string": {
"version": "4.3.4",
diff --git a/package.json b/package.json
index 3fcfbb018..081e8fd96 100644
--- a/package.json
+++ b/package.json
@@ -281,7 +281,7 @@
"prepend-file": "^1.3.1",
"prompt": "^1.0.0",
"proxyquire": "2.0.1",
- "qs": "^6.2.0",
+ "qs": "^6.5.3",
"qunitjs": "^2.4.1",
"radgrad-jsdoc-template": "^1.1.3",
"react-addons-test-utils": "^15.5.1",