Skip to content

Commit

Permalink
Merge pull request #15189 from strapi/security/qsupgrade
Browse files Browse the repository at this point in the history
Update qs to fix CVE-2022-24999
  • Loading branch information
derrickmehaffy committed Dec 15, 2022
2 parents 8716ecc + e09614c commit 6f9b106
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"p-map": "4.0.0",
"passport-local": "1.0.0",
"prop-types": "^15.7.2",
"qs": "6.10.1",
"qs": "6.11.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"invariant": "^2.2.1",
"lodash": "4.17.21",
"match-sorter": "^4.0.2",
"qs": "6.10.1",
"qs": "6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"open": "8.4.0",
"ora": "5.4.1",
"package-json": "7.0.0",
"qs": "6.10.1",
"qs": "6.11.0",
"resolve-cwd": "3.0.0",
"semver": "7.3.8",
"statuses": "2.0.1",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19014,13 +19014,6 @@ q@^1.5.1:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==

qs@6.10.1:
version "6.10.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
dependencies:
side-channel "^1.0.4"

qs@6.10.3:
version "6.10.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
Expand Down

0 comments on commit 6f9b106

Please sign in to comment.