From 1565a050c8d73fa935354bf8a8b2df47f921d128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:52:14 +0000 Subject: [PATCH] Bump qs from 6.8.0 to 6.8.3 in /projects/angular2-jsonapi 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] --- projects/angular2-jsonapi/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/angular2-jsonapi/package-lock.json b/projects/angular2-jsonapi/package-lock.json index cea8a692..8540f4d3 100644 --- a/projects/angular2-jsonapi/package-lock.json +++ b/projects/angular2-jsonapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular2-jsonapi", - "version": "8.2.1-beta", + "version": "8.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15,9 +15,9 @@ "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" }, "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==" }, "tslib": { "version": "1.10.0",