Skip to content

Commit

Permalink
fix: upgrade query-string from 8.1.0 to 8.2.0 (#175)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade query-string from 8.1.0 to 8.2.0.

See this package in yarn:
query-string

See this project in Snyk:
https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
l0rd and snyk-bot authored Dec 23, 2024
1 parent eacd2c9 commit 95f9738
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 @@ -39,7 +39,7 @@
"next": "~13.1.6",
"next-query-params": "^4.3.0",
"next-sitemap": "^3.1.17",
"query-string": "^8.1.0",
"query-string": "^8.2.0",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11530,10 +11530,10 @@ qs@~6.10.3:
dependencies:
side-channel "^1.0.4"

query-string@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-8.1.0.tgz#e7f95367737219544cd360a11a4f4ca03836e115"
integrity sha512-BFQeWxJOZxZGix7y+SByG3F36dA0AbTy9o6pSmKFcFz7DAj0re9Frkty3saBn3nHo3D0oZJ/+rx3r8H8r8Jbpw==
query-string@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-8.2.0.tgz#f0b0ef6caa85f525dbdb745a67d3f8c08d71cc6b"
integrity sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==
dependencies:
decode-uri-component "^0.4.1"
filter-obj "^5.1.0"
Expand Down

0 comments on commit 95f9738

Please sign in to comment.