From 8746f739c8535b968f9caef3875a1c0f1e8282e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 07:00:40 +0000 Subject: [PATCH] Bump qs in /ProptechOS-Api/API examples/angular-b2c-implicit-oauth-flow 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] --- .../angular-b2c-implicit-oauth-flow/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProptechOS-Api/API examples/angular-b2c-implicit-oauth-flow/package-lock.json b/ProptechOS-Api/API examples/angular-b2c-implicit-oauth-flow/package-lock.json index ed9fdb7..45b749a 100644 --- a/ProptechOS-Api/API examples/angular-b2c-implicit-oauth-flow/package-lock.json +++ b/ProptechOS-Api/API examples/angular-b2c-implicit-oauth-flow/package-lock.json @@ -9798,9 +9798,9 @@ }, "dependencies": { "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 } }