Skip to content

Commit 420b2bf

Browse files
Update dependency qs to v6.14.1 [SECURITY]
1 parent 4925b85 commit 420b2bf

File tree

1 file changed

+137
-4
lines changed

1 file changed

+137
-4
lines changed

yarn.lock

Lines changed: 137 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2984,6 +2984,14 @@ cached-path-relative@^1.0.0, cached-path-relative@^1.0.2:
29842984
resolved "https://registry.yarnpkg.com/cached-path-relative/-/cached-path-relative-1.1.0.tgz#865576dfef39c0d6a7defde794d078f5308e3ef3"
29852985
integrity sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==
29862986

2987+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2988+
version "1.0.2"
2989+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2990+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2991+
dependencies:
2992+
es-errors "^1.3.0"
2993+
function-bind "^1.1.2"
2994+
29872995
call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4:
29882996
version "1.0.5"
29892997
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -2993,6 +3001,14 @@ call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4:
29933001
get-intrinsic "^1.2.1"
29943002
set-function-length "^1.1.1"
29953003

3004+
call-bound@^1.0.2:
3005+
version "1.0.4"
3006+
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
3007+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
3008+
dependencies:
3009+
call-bind-apply-helpers "^1.0.2"
3010+
get-intrinsic "^1.3.0"
3011+
29963012
call-me-maybe@^1.0.1:
29973013
version "1.0.2"
29983014
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.2.tgz#03f964f19522ba643b1b0693acb9152fe2074baa"
@@ -4255,6 +4271,15 @@ dot-prop@^5.1.0:
42554271
dependencies:
42564272
is-obj "^2.0.0"
42574273

4274+
dunder-proto@^1.0.1:
4275+
version "1.0.1"
4276+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
4277+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
4278+
dependencies:
4279+
call-bind-apply-helpers "^1.0.1"
4280+
es-errors "^1.3.0"
4281+
gopd "^1.2.0"
4282+
42584283
duplexer2@0.0.2:
42594284
version "0.0.2"
42604285
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
@@ -4436,6 +4461,16 @@ es-array-method-boxes-properly@^1.0.0:
44364461
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
44374462
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
44384463

4464+
es-define-property@^1.0.1:
4465+
version "1.0.1"
4466+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
4467+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
4468+
4469+
es-errors@^1.3.0:
4470+
version "1.3.0"
4471+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
4472+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
4473+
44394474
es-iterator-helpers@^1.0.12:
44404475
version "1.0.15"
44414476
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40"
@@ -4456,6 +4491,13 @@ es-iterator-helpers@^1.0.12:
44564491
iterator.prototype "^1.1.2"
44574492
safe-array-concat "^1.0.1"
44584493

4494+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
4495+
version "1.1.1"
4496+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
4497+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
4498+
dependencies:
4499+
es-errors "^1.3.0"
4500+
44594501
es-set-tostringtag@^2.0.1:
44604502
version "2.0.1"
44614503
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -5502,6 +5544,22 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
55025544
has-proto "^1.0.1"
55035545
has-symbols "^1.0.3"
55045546

5547+
get-intrinsic@^1.2.5, get-intrinsic@^1.3.0:
5548+
version "1.3.0"
5549+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
5550+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
5551+
dependencies:
5552+
call-bind-apply-helpers "^1.0.2"
5553+
es-define-property "^1.0.1"
5554+
es-errors "^1.3.0"
5555+
es-object-atoms "^1.1.1"
5556+
function-bind "^1.1.2"
5557+
get-proto "^1.0.1"
5558+
gopd "^1.2.0"
5559+
has-symbols "^1.1.0"
5560+
hasown "^2.0.2"
5561+
math-intrinsics "^1.1.0"
5562+
55055563
get-pkg-repo@^1.0.0:
55065564
version "1.4.0"
55075565
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
@@ -5518,6 +5576,14 @@ get-port@^4.2.0:
55185576
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
55195577
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
55205578

5579+
get-proto@^1.0.1:
5580+
version "1.0.1"
5581+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
5582+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
5583+
dependencies:
5584+
dunder-proto "^1.0.1"
5585+
es-object-atoms "^1.0.0"
5586+
55215587
get-stdin@^4.0.1:
55225588
version "4.0.1"
55235589
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -5818,6 +5884,11 @@ gopd@^1.0.1:
58185884
dependencies:
58195885
get-intrinsic "^1.1.3"
58205886

5887+
gopd@^1.2.0:
5888+
version "1.2.0"
5889+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
5890+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
5891+
58215892
graceful-fs@4.1.11:
58225893
version "4.1.11"
58235894
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
@@ -6160,6 +6231,11 @@ has-symbols@^1.0.0, has-symbols@^1.0.2, has-symbols@^1.0.3:
61606231
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
61616232
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
61626233

6234+
has-symbols@^1.1.0:
6235+
version "1.1.0"
6236+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
6237+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
6238+
61636239
has-tostringtag@^1.0.0:
61646240
version "1.0.0"
61656241
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -6225,6 +6301,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
62256301
inherits "^2.0.3"
62266302
minimalistic-assert "^1.0.1"
62276303

6304+
hasown@^2.0.2:
6305+
version "2.0.2"
6306+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
6307+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
6308+
dependencies:
6309+
function-bind "^1.1.2"
6310+
62286311
he@1.1.1:
62296312
version "1.1.1"
62306313
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
@@ -7995,6 +8078,11 @@ matchdep@^2.0.0:
79958078
resolve "^1.4.0"
79968079
stack-trace "0.0.10"
79978080

8081+
math-intrinsics@^1.1.0:
8082+
version "1.1.0"
8083+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
8084+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
8085+
79988086
math-random@^1.0.1:
79998087
version "1.0.4"
80008088
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
@@ -8865,6 +8953,11 @@ object-inspect@^1.12.3, object-inspect@^1.6.0, object-inspect@^1.9.0:
88658953
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
88668954
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
88678955

8956+
object-inspect@^1.13.3, object-inspect@^1.13.4:
8957+
version "1.13.4"
8958+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
8959+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
8960+
88688961
object-keys@^1.0.11, object-keys@^1.1.1:
88698962
version "1.1.1"
88708963
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -10128,11 +10221,11 @@ qs@2.2.4:
1012810221
integrity sha512-ptau9CngYR/IimcThDkAs7LzlZhxo92RiMHtLbOq3R6u9iDkixdSysaAVaZpYByrXWWantEJ4fVPl0xR2McSCQ==
1012910222

1013010223
qs@^6.10.2, qs@^6.11.2, qs@^6.9.4:
10131-
version "6.11.2"
10132-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
10133-
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
10224+
version "6.15.1"
10225+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.1.tgz#bdb55aed06bfac257a90c44a446a73fba5575c8f"
10226+
integrity sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==
1013410227
dependencies:
10135-
side-channel "^1.0.4"
10228+
side-channel "^1.1.0"
1013610229

1013710230
qs@~2.2.3:
1013810231
version "2.2.5"
@@ -11161,6 +11254,35 @@ shelljs@0.7.7:
1116111254
interpret "^1.0.0"
1116211255
rechoir "^0.6.2"
1116311256

11257+
side-channel-list@^1.0.0:
11258+
version "1.0.1"
11259+
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.1.tgz#c2e0b5a14a540aebee3bbc6c3f8666cc9b509127"
11260+
integrity sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==
11261+
dependencies:
11262+
es-errors "^1.3.0"
11263+
object-inspect "^1.13.4"
11264+
11265+
side-channel-map@^1.0.1:
11266+
version "1.0.1"
11267+
resolved "https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz#d6bb6b37902c6fef5174e5f533fab4c732a26f42"
11268+
integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==
11269+
dependencies:
11270+
call-bound "^1.0.2"
11271+
es-errors "^1.3.0"
11272+
get-intrinsic "^1.2.5"
11273+
object-inspect "^1.13.3"
11274+
11275+
side-channel-weakmap@^1.0.2:
11276+
version "1.0.2"
11277+
resolved "https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz#11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea"
11278+
integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==
11279+
dependencies:
11280+
call-bound "^1.0.2"
11281+
es-errors "^1.3.0"
11282+
get-intrinsic "^1.2.5"
11283+
object-inspect "^1.13.3"
11284+
side-channel-map "^1.0.1"
11285+
1116411286
side-channel@^1.0.4:
1116511287
version "1.0.4"
1116611288
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
@@ -11170,6 +11292,17 @@ side-channel@^1.0.4:
1117011292
get-intrinsic "^1.0.2"
1117111293
object-inspect "^1.9.0"
1117211294

11295+
side-channel@^1.1.0:
11296+
version "1.1.0"
11297+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9"
11298+
integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==
11299+
dependencies:
11300+
es-errors "^1.3.0"
11301+
object-inspect "^1.13.3"
11302+
side-channel-list "^1.0.0"
11303+
side-channel-map "^1.0.1"
11304+
side-channel-weakmap "^1.0.2"
11305+
1117311306
sigmund@~1.0.0:
1117411307
version "1.0.1"
1117511308
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"

0 commit comments

Comments
 (0)