From 4ffa5bc0503158e1c9ec2e7920936e096c929156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 01:45:12 +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:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 9dc3581..7f04a63 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "moment": "^2.24.0", "notistack": "^1.0.2", "qiniu-js": "^2.5.5", - "qs": "^6.7.0", + "qs": "^6.7.3", "react": "^17.0.1", "react-app-rewired": "1.6.2", "react-dom": "^17.0.1",