mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
chore(deps): bump qs from 6.12.3 to 6.13.0 in /ui
Bumps [qs](https://github.com/ljharb/qs) from 6.12.3 to 6.13.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.12.3...v6.13.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
21db78932d
commit
429ce8a21f
9
ui/package-lock.json
generated
9
ui/package-lock.json
generated
@@ -34,7 +34,7 @@
|
||||
"mobx-react-lite": "4.0.7",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.12.3",
|
||||
"qs": "6.13.0",
|
||||
"react": "17.0.2",
|
||||
"react-app-polyfill": "3.0.0",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
@@ -11497,10 +11497,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/qs": {
|
||||
"version": "6.12.3",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.3.tgz",
|
||||
"integrity": "sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "6.13.0",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
||||
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
||||
"dependencies": {
|
||||
"side-channel": "^1.0.6"
|
||||
},
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"mobx-react-lite": "4.0.7",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.12.3",
|
||||
"qs": "6.13.0",
|
||||
"react": "17.0.2",
|
||||
"react-app-polyfill": "3.0.0",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user