Skip to content

Commit c259d86

Browse files
Update dependency query-string to v9 (#2822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 519ceba commit c259d86

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
@@ -59,7 +59,7 @@
5959
"moment": "^2.29.4",
6060
"normalize.css": "^8.0.1",
6161
"phaser": "^3.55.2",
62-
"query-string": "^8.0.0",
62+
"query-string": "^9.0.0",
6363
"re-resizable": "^6.9.9",
6464
"react": "^18.2.0",
6565
"react-ace": "^10.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10662,10 +10662,10 @@ qs@~6.5.2:
1066210662
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
1066310663
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
1066410664

10665-
query-string@^8.0.0:
10666-
version "8.2.0"
10667-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-8.2.0.tgz#f0b0ef6caa85f525dbdb745a67d3f8c08d71cc6b"
10668-
integrity sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==
10665+
query-string@^9.0.0:
10666+
version "9.0.0"
10667+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.0.0.tgz#1fe177cd95545600f0deab93f5fb02fd4e3e7273"
10668+
integrity sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==
1066910669
dependencies:
1067010670
decode-uri-component "^0.4.1"
1067110671
filter-obj "^5.1.0"

0 commit comments

Comments
 (0)