From cfd5c92740b5d3a9892f2c4f5a83039f33eca0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:45:35 +0000 Subject: [PATCH] Bump qs from 6.7.0 to 6.7.3 in /client Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.7.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0d1dd46..9622257 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8185,9 +8185,9 @@ "dev": true }, "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.3.tgz", + "integrity": "sha512-WBoQWf5L/UOLqUj8Mvr4Om7J+ZTCqPbYPHyeLNRS9t9Q3M3/o/9ctpWnlo8yyETPclx7FhH5LidjKKJa9kdSRQ==", "dev": true }, "query-string": { diff --git a/client/package.json b/client/package.json index e79d142..cdb657a 100644 --- a/client/package.json +++ b/client/package.json @@ -44,7 +44,7 @@ "postcss-import": "^11.0.0", "postcss-loader": "^2.0.8", "postcss-url": "^7.2.1", - "qs": "^6.7.0", + "qs": "^6.7.3", "rimraf": "^2.6.0", "semver": "^5.3.0", "shelljs": "^0.7.6",