Skip to content

Commit

Permalink
fix(deps): update dependency qs to v6.5.3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 31c2f26 commit cbad887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vue-instantsearch/vue3-ssr-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@vue/server-renderer": "3.1.5",
"algoliasearch": "4.12.1",
"qs": "6.5.1",
"qs": "6.5.3",
"vue": "^3.1.5",
"vue-instantsearch": "4.9.0",
"vue-router": "^4.0.10"
Expand Down
8 changes: 4 additions & 4 deletions vue-instantsearch/vue3-ssr-vite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,10 +1490,10 @@ proxy-addr@~2.0.7:
forwarded "0.2.0"
ipaddr.js "1.9.1"

qs@6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8"
integrity sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==
qs@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==

qs@6.9.6, "qs@^6.5.1 < 6.10":
version "6.9.6"
Expand Down

0 comments on commit cbad887

Please sign in to comment.