fix(deps): update dependency qs to v6.10.1

This commit is contained in:
Renovate Bot
2021-03-22 07:44:20 +00:00
committed by Łukasz Mierzwa
parent b8cb5b1f31
commit c6b091f7b0
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
View File
@@ -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",