diff options
author | dependabot[bot] | 2021-01-14 07:07:02 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | b2173ab95f962b861764017bc07b181683044f40 (patch) | |
tree | 1100d68f73a710aa49c27887e16d703a8d2945bc /vnext | |
parent | 6a928e9d2fb29baae6a9de6fb4478cfef8ce9e9a (diff) |
Bump qs from 6.9.4 to 6.9.6
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.9.6.
- [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.9.4...v6.9.6)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 66804755..4ffa2b38 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12507,9 +12507,9 @@ "dev": true }, "qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==" + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" }, "querystring": { "version": "0.2.0", diff --git a/vnext/package.json b/vnext/package.json index 5ea0002f..4cb801d0 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -78,7 +78,7 @@ "core-js": "^3.8.2", "evil-icons": "^1.10.1", "moment": "^2.29.1", - "qs": "^6.9.4", + "qs": "^6.9.6", "react": "17.0.1", "react-content-loader": "^5.1.4", "react-cookie": "^4.0.3", |