From e287ff91dd7ab450fbf98cb9e0a6af6a92a312f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 15:39:16 +0000 Subject: [PATCH] Bump qs from 6.5.2 to 6.5.3 in /community-frontend Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.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.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- community-frontend/package-lock.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community-frontend/package-lock.json b/community-frontend/package-lock.json index 31aa72e9..3782b987 100644 --- a/community-frontend/package-lock.json +++ b/community-frontend/package-lock.json @@ -1397,7 +1397,6 @@ "@community/admin": { "version": "file:app/community-admin", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "clsx": "^1.1.1", "next": "^9.5.0", @@ -1412,7 +1411,6 @@ "@community/frontend": { "version": "file:app/community-frontend", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "clsx": "^1.1.1", @@ -15902,9 +15900,9 @@ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true }, "query-string": {