Skip to content

Commit 95f9738

Browse files
l0rdsnyk-bot
andauthored
fix: upgrade query-string from 8.1.0 to 8.2.0 (#175)
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]>
1 parent eacd2c9 commit 95f9738

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"next": "~13.1.6",
4040
"next-query-params": "^4.3.0",
4141
"next-sitemap": "^3.1.17",
42-
"query-string": "^8.1.0",
42+
"query-string": "^8.2.0",
4343
"react": "^18.2.0",
4444
"react-debounce-input": "^3.3.0",
4545
"react-dom": "^18.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11530,10 +11530,10 @@ qs@~6.10.3:
1153011530
dependencies:
1153111531
side-channel "^1.0.4"
1153211532

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

0 commit comments

Comments
 (0)