From 3fc1ac51d9d703852af69c0d0bf634bbd36a225b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:56:05 +0000 Subject: [PATCH] Bump qs in /ASP.NET Core Basics/src/AngularWithCli/ClientApp Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.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.3.2...v6.3.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../src/AngularWithCli/ClientApp/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json b/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json index 12c87c5..35f617a 100644 --- a/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json +++ b/ASP.NET Core Basics/src/AngularWithCli/ClientApp/package-lock.json @@ -5330,9 +5330,9 @@ } }, "qs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz", - "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.3.tgz", + "integrity": "sha512-f8CQ/sKJBr9vfNJBdGiPzTSPUufuWyvOFkCYJKN9voqPWuBuhdlSZM78dOHKigtZ0BwuktYGrRFW2DXXc/f2Fg==", "dev": true, "optional": true }, @@ -6947,9 +6947,9 @@ "dev": true }, "qs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", - "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.1.tgz", + "integrity": "sha512-LQy1Q1fcva/UsnP/6Iaa4lVeM49WiOitu2T4hZCyA/elLKu37L99qcBJk4VCCk+rdLvnMzfKyiN3SZTqdAZGSQ==", "dev": true }, "query-string": {