From 480303a7cd2f4a5d98b2319f77e0a328b92a5c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:38:37 +0000 Subject: [PATCH] Bump qs from 6.8.0 to 6.8.3 Bumps [qs](https://github.com/ljharb/qs) from 6.8.0 to 6.8.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.8.0...v6.8.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1522760..a4e128a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,9 +20,9 @@ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "qs": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.8.0.tgz", - "integrity": "sha512-tPSkj8y92PfZVbinY1n84i1Qdx75lZjMQYx9WZhnkofyxzw2r7Ho39G3/aEvSUdebxpnnM4LZJCtvE/Aq3+s9w==" + "version": "6.8.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.8.3.tgz", + "integrity": "sha512-lvnoy9TgoYNQLYY6Ba4ptroTR9ptMkMQuXLxH4oppEQtglfAop+ZaC0dtAgY75rarH73CPu1eq3XrtzI/zZYmA==" }, "ws": { "version": "7.1.2", diff --git a/package.json b/package.json index be7c6f7..e69c5c9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "isomorphic-ws": "^4.0.1", "lodash": "^4.17.15", - "qs": "^6.8.0", + "qs": "^6.8.3", "ws": "^7.1.2" } }