mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
fix(deps): update dependency qs to v6.10.1
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b8cb5b1f31
commit
c6b091f7b0
Generated
+3
-3
@@ -16023,9 +16023,9 @@
|
||||
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
|
||||
},
|
||||
"qs": {
|
||||
"version": "6.10.0",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.0.tgz",
|
||||
"integrity": "sha512-yjACOWijC6L/kmPZZAsVBNY2zfHSIbpdpL977quseu56/8BZ2LoF5axK2bGhbzhVKt7V9xgWTtpyLbxwIoER0Q==",
|
||||
"version": "6.10.1",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",
|
||||
"integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==",
|
||||
"requires": {
|
||||
"side-channel": "^1.0.4"
|
||||
}
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@
|
||||
"mobx-stored": "1.1.0",
|
||||
"prettier": "2.2.1",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.10.0",
|
||||
"qs": "6.10.1",
|
||||
"react": "17.0.1",
|
||||
"react-app-polyfill": "2.0.0",
|
||||
"react-autosuggest": "10.1.0",
|
||||
|
||||
Reference in New Issue
Block a user