From a655b2a752e0751dff3a52eaf56932979c207e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:48:12 +0000 Subject: [PATCH] Bump qs from 6.4.0 to 6.4.1 in /js_express_basics/car_status Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. - [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.4.0...v6.4.1) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- js_express_basics/car_status/package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js_express_basics/car_status/package-lock.json b/js_express_basics/car_status/package-lock.json index 6254b75..fd23242 100644 --- a/js_express_basics/car_status/package-lock.json +++ b/js_express_basics/car_status/package-lock.json @@ -1477,8 +1477,9 @@ "optional": true }, "qs": { - "version": "6.4.0", - "bundled": true, + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.1.tgz", + "integrity": "sha512-LQy1Q1fcva/UsnP/6Iaa4lVeM49WiOitu2T4hZCyA/elLKu37L99qcBJk4VCCk+rdLvnMzfKyiN3SZTqdAZGSQ==", "dev": true, "optional": true },