Skip to content

Commit f68fcbf

Browse files
chore(deps): bump qs (#6046)
Bumps the npm_and_yarn group with 1 update in the /web directory: [qs](https://github.com/ljharb/qs). Updates `qs` from 6.15.3 to 6.16.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.3...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: direct:production 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 b023466 commit f68fcbf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"node-polyfill-webpack-plugin": "^4.1.0",
113113
"postcss": "^8.5.18",
114114
"prismjs": "^1.30.0",
115-
"qs": "^6.15.2",
115+
"qs": "^6.16.0",
116116
"query-string": "^9.3.1",
117117
"randomstring": "^1.3.1",
118118
"rc-progress": "^2.5.2",
@@ -145,7 +145,7 @@
145145
],
146146
"resolutions": {
147147
"@types/react": "18.3.31",
148-
"qs": "^6.15.2",
148+
"qs": "^6.16.0",
149149
"**/glob": "^10.5.0",
150150
"**/react-router": "^7.18.2",
151151
"**/js-yaml": "^4.3.1",

web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8446,10 +8446,10 @@ pvutils@^1.1.3, pvutils@^1.1.5:
84468446
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.2.0.tgz#4b5487a9cccd52d275b0538775790a3ca982bc22"
84478447
integrity sha512-BbubeCEyTuQjVMakvJQ/Sxbc93F2pwmbsxONT/ZRrwU7Ua38d8unYTwXpTVLAKJ4BDuH9IGztCjQcd/N/39Dvg==
84488448

8449-
qs@^6.12.3, qs@^6.15.2, qs@~6.15.1:
8450-
version "6.15.3"
8451-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.3.tgz#76852132a58ed5c7c0ef67e4441b9bb5d6061b3b"
8452-
integrity sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==
8449+
qs@^6.12.3, qs@^6.16.0, qs@~6.15.1:
8450+
version "6.16.0"
8451+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.16.0.tgz#c22c723a28a920f3aacdce8289fabd43eccb79fd"
8452+
integrity sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==
84538453
dependencies:
84548454
es-define-property "^1.0.1"
84558455
side-channel "^1.1.1"

0 commit comments

Comments
 (0)