Skip to content

Commit 2fd3cd4

Browse files
committed
fix(deps): update dependency qs to v6.12.1
1 parent 69957c1 commit 2fd3cd4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lodash.isequal": "^4.5.0",
4848
"lodash.shuffle": "^4.2.0",
4949
"plotly.js": "^2.29.1",
50-
"qs": "6.12.0",
50+
"qs": "6.12.1",
5151
"react": "18.2.0",
5252
"react-dom": "18.2.0",
5353
"react-i18next": "14.1.0",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10110,7 +10110,7 @@ __metadata:
1011010110
plotly.js: "npm:^2.29.1"
1011110111
prettier: "npm:3.2.5"
1011210112
pretty-quick: "npm:4.0.0"
10113-
qs: "npm:6.12.0"
10113+
qs: "npm:6.12.1"
1011410114
react: "npm:18.2.0"
1011510115
react-dom: "npm:18.2.0"
1011610116
react-i18next: "npm:14.1.0"
@@ -13311,7 +13311,16 @@ __metadata:
1331113311
languageName: node
1331213312
linkType: hard
1331313313

13314-
"qs@npm:6.12.0, qs@npm:^6.10.0":
13314+
"qs@npm:6.12.1":
13315+
version: 6.12.1
13316+
resolution: "qs@npm:6.12.1"
13317+
dependencies:
13318+
side-channel: "npm:^1.0.6"
13319+
checksum: 10/035bcad2a1ab0175bac7a74c904c15913bdac252834149ccff988c93a51de02642fe7be10e43058ba4dc4094bb28ce9b59d12b9e91d40997f445cfde3ecc1c29
13320+
languageName: node
13321+
linkType: hard
13322+
13323+
"qs@npm:^6.10.0":
1331513324
version: 6.12.0
1331613325
resolution: "qs@npm:6.12.0"
1331713326
dependencies:

0 commit comments

Comments
 (0)