From c06fbecf3a7b04d597a042a30dc60ac4161dde04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:43:28 +0000 Subject: [PATCH] chore(deps): bump qs from 6.10.1 to 6.10.3 in /frontend-project Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.10.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.10.1...v6.10.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend-project/package.json | 2 +- frontend-project/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend-project/package.json b/frontend-project/package.json index 9bd9e4f7b..2463533d9 100644 --- a/frontend-project/package.json +++ b/frontend-project/package.json @@ -66,7 +66,7 @@ "omit.js": "2.0.2", "path-to-regexp": "2.4.0", "prop-types": "15.7.2", - "qs": "6.10.1", + "qs": "6.10.3", "react": "17.0.2", "react-copy-to-clipboard": "5.0.3", "react-dom": "17.0.2", diff --git a/frontend-project/yarn.lock b/frontend-project/yarn.lock index ce2f8b2b3..3e4244394 100644 --- a/frontend-project/yarn.lock +++ b/frontend-project/yarn.lock @@ -15554,10 +15554,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= -qs@6.10.1, qs@^6.5.1, qs@^6.9.0, qs@^6.9.1, qs@^6.9.4: - version "6.10.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" - integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== +qs@6.10.3, qs@^6.5.1, qs@^6.9.0, qs@^6.9.1, qs@^6.9.4: + version "6.10.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" + integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== dependencies: side-channel "^1.0.4"