aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
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",