From 9c2db659d4b1b2dfdccbe932d5a24938ef94c66a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 03:52:17 +0000 Subject: [PATCH] Bump json5 and config in /packages/cxcloud-auth Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [config](https://github.com/node-config/node-config). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [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/v1.0.1...v2.2.3) Updates `config` from 2.0.1 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-auth/package-lock.json | 22 +++++++--------------- packages/cxcloud-auth/package.json | 2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/packages/cxcloud-auth/package-lock.json b/packages/cxcloud-auth/package-lock.json index 3d7c656..dcdec75 100644 --- a/packages/cxcloud-auth/package-lock.json +++ b/packages/cxcloud-auth/package-lock.json @@ -54,11 +54,11 @@ } }, "config": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/config/-/config-2.0.1.tgz", - "integrity": "sha512-aTaviJnC8ZjQYx8kQf4u6tWqIxWolyQQ3LqXgnCLAsIb78JrUshHG0YuzIarzTaVVe1Pazms3TXImfYra8UsyQ==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz", + "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==", "requires": { - "json5": "^1.0.1" + "json5": "^2.2.1" } }, "crypto-browserify": { @@ -92,23 +92,15 @@ "integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=" }, "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "requires": { - "minimist": "^1.2.0" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "lodash": { "version": "4.17.15", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" - }, "punycode": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", diff --git a/packages/cxcloud-auth/package.json b/packages/cxcloud-auth/package.json index 0503fdf..0d2b987 100644 --- a/packages/cxcloud-auth/package.json +++ b/packages/cxcloud-auth/package.json @@ -22,6 +22,6 @@ "license": "MIT", "dependencies": { "cognito-user-pool": "^0.2.3", - "config": "^2.0.1" + "config": "^3.3.8" } }