Skip to content

Commit

Permalink
fix: upgrade qs from 6.10.2 to 6.10.3 (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Feb 3, 2022
1 parent 0efd72d commit 7552d24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"node-fetch": "^2.6.7",
"password-sheriff": "^1.1.1",
"prop-types": "^15.8.0",
"qs": "^6.10.2",
"qs": "^6.10.3",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-transition-group": "^2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8786,10 +8786,10 @@ qs@^6.10.1, qs@^6.9.4:
dependencies:
side-channel "^1.0.4"

qs@^6.10.2:
version "6.10.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.2.tgz#c1431bea37fc5b24c5bdbafa20f16bdf2a4b9ffe"
integrity sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==
qs@^6.10.3:
version "6.10.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
dependencies:
side-channel "^1.0.4"

Expand Down

0 comments on commit 7552d24

Please sign in to comment.