mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
chore(deps): bump qs from 6.11.2 to 6.12.0 in /ui
Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.12.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.2...v6.12.0) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Łukasz Mierzwa
parent
03fa64ae5d
commit
4b73db5c4c
Generated
+5
-5
@@ -34,7 +34,7 @@
|
||||
"mobx-react-lite": "4.0.5",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.11.2",
|
||||
"qs": "6.12.0",
|
||||
"react": "17.0.2",
|
||||
"react-app-polyfill": "3.0.0",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
@@ -10736,11 +10736,11 @@
|
||||
]
|
||||
},
|
||||
"node_modules/qs": {
|
||||
"version": "6.11.2",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
|
||||
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
|
||||
"version": "6.12.0",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz",
|
||||
"integrity": "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==",
|
||||
"dependencies": {
|
||||
"side-channel": "^1.0.4"
|
||||
"side-channel": "^1.0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
"mobx-react-lite": "4.0.5",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.11.2",
|
||||
"qs": "6.12.0",
|
||||
"react": "17.0.2",
|
||||
"react-app-polyfill": "3.0.0",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user