diff options
author | dependabot[bot] | 2021-03-22 08:07:56 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 0bfe741b8c8d43ce7e3d9061b300f4a5e16f117b (patch) | |
tree | 43f69689cd02b004f846c4acabf8058cdb271fa1 | |
parent | 6a9d3b63654d17cd3bf0bfe0308e30a218d3fd8c (diff) |
Bump qs from 6.10.0 to 6.10.1
Bumps [qs](https://github.com/ljharb/qs) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.0...v6.10.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 78f6d7a8..90fe4cfe 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -13472,9 +13472,9 @@ "dev": true }, "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" } diff --git a/vnext/package.json b/vnext/package.json index 9d762bb2..b1eefd24 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -78,7 +78,7 @@ "core-js": "^3.9.1", "evil-icons": "^1.10.1", "moment": "^2.29.1", - "qs": "^6.10.0", + "qs": "^6.10.1", "react": "17.0.1", "react-content-loader": "^6.0.2", "react-cookie": "^4.0.3", |