From 25abfa3e6cbd35cb903f0c7a7e77ed3fd416d27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:03:16 +0000 Subject: [PATCH] Bump json5 and config 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.30.0 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] --- package-lock.json | 20 +++++++------------- package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d6074e..ba1375b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,12 +57,11 @@ } }, "config": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/config/-/config-1.30.0.tgz", - "integrity": "sha1-HWCp81NIoTwXV5jThOgaWhbDum4=", + "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" } }, "core-util-is": { @@ -208,9 +207,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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==" }, "lru-cache": { "version": "2.7.3", @@ -284,11 +283,6 @@ "wordwrap": "0.0.3" } }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" - }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", diff --git a/package.json b/package.json index 0ef1c88..dcd0eef 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "devDependencies": {}, "dependencies": { - "config": "^1.30.0", + "config": "^3.3.8", "http": "0.0.0", "node-windows": "^0.1.14", "puppeteer": "^1.1.0",