Skip to content

Commit 2fde209

Browse files
chore(deps): bump qs (#5919)
Bumps the npm_and_yarn group with 1 update in the /web directory: [qs](https://github.com/ljharb/qs). Updates `qs` from 6.15.1 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.1...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11ee50d commit 2fde209

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"not dead"
140140
],
141141
"resolutions": {
142-
"qs": "^6.15.1",
142+
"qs": "^6.15.2",
143143
"**/glob": "^10.5.0",
144144
"**/react-router": "^7.15.0",
145145
"**/js-yaml": "^4.1.1",

web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,7 @@ ajv@^6.14.0:
36163616
json-schema-traverse "^0.4.1"
36173617
uri-js "^4.2.2"
36183618

3619-
ajv@^8.0.0, ajv@^8.9.0, ajv@^8.20.0:
3619+
ajv@^8.0.0, ajv@^8.20.0, ajv@^8.9.0:
36203620
version "8.20.0"
36213621
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
36223622
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
@@ -8770,9 +8770,9 @@ pvutils@^1.1.3:
87708770
integrity sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==
87718771

87728772
qs@^6.12.3, qs@^6.15.1, qs@~6.15.1:
8773-
version "6.15.1"
8774-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.1.tgz#bdb55aed06bfac257a90c44a446a73fba5575c8f"
8775-
integrity sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==
8773+
version "6.15.2"
8774+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.2.tgz#fd55426d710403ddccc45e0f9eab16db7727ece9"
8775+
integrity sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==
87768776
dependencies:
87778777
side-channel "^1.1.0"
87788778

0 commit comments

Comments
 (0)