From 4d4771703f746bd026ddeea27640f8daacc04b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:10:00 +0000 Subject: [PATCH] Bump json5 and config in /packages/cxcloud-commerce Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependency [config](https://github.com/node-config/node-config). These dependencies need to be updated together. Updates `json5` from 0.4.0 to 2.2.2 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.4.0...v2.2.2) Updates `config` from 1.26.2 to 3.3.8 - [Release notes](https://github.com/node-config/node-config/releases) - [Changelog](https://github.com/node-config/node-config/blob/master/History.md) - [Commits](https://github.com/node-config/node-config/commits/v3.3.8) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: config dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cxcloud-commerce/package-lock.json | 20 +++++++------------- packages/cxcloud-commerce/package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/packages/cxcloud-commerce/package-lock.json b/packages/cxcloud-commerce/package-lock.json index 016ea38..f217824 100644 --- a/packages/cxcloud-commerce/package-lock.json +++ b/packages/cxcloud-commerce/package-lock.json @@ -221,12 +221,11 @@ "dev": true }, "config": { - "version": "1.26.2", - "resolved": "https://registry.npmjs.org/config/-/config-1.26.2.tgz", - "integrity": "sha1-JGYpEWjYr64Kroq5nqTUJy9SDK4=", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz", + "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==", "requires": { - "json5": "0.4.0", - "os-homedir": "1.0.2" + "json5": "^2.2.1" } }, "country-tools": { @@ -413,9 +412,9 @@ "dev": true }, "json5": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz", - "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=" + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz", + "integrity": "sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==" }, "jsonfile": { "version": "4.0.0", @@ -526,11 +525,6 @@ } } }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" - }, "parse-passwd": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", diff --git a/packages/cxcloud-commerce/package.json b/packages/cxcloud-commerce/package.json index 63bbc2d..662c27b 100644 --- a/packages/cxcloud-commerce/package.json +++ b/packages/cxcloud-commerce/package.json @@ -39,7 +39,7 @@ "@commercetools/sdk-middleware-queue": "^1.1.0", "@commercetools/sdk-middleware-user-agent": "^1.2.0", "@cxcloud/ct-types": "^0.6.0", - "config": "^1.26.2", + "config": "^3.3.8", "country-tools": "^0.1.2", "lodash": "^4.17.10", "node-cache": "^4.1.1",