From 4fa480244b298b7faef4fe6f8fb94d400036c1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 09:16:25 +0000 Subject: [PATCH] Bump json5 from 1.0.1 to 1.0.2 in /Apps/hello_world Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.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/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Apps/hello_world/package-lock.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Apps/hello_world/package-lock.json b/Apps/hello_world/package-lock.json index 99f8bad..bbf495d 100644 --- a/Apps/hello_world/package-lock.json +++ b/Apps/hello_world/package-lock.json @@ -1696,17 +1696,17 @@ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" }, "json5": { - "version": "1.0.1", - "resolved": "https://npm.lisk.io/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "requires": { "minimist": "^1.2.0" }, "dependencies": { "minimist": { - "version": "1.2.0", - "resolved": "https://npm.lisk.io/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" } } }, @@ -1875,6 +1875,13 @@ "uri-js": "^4.2.2" } }, + "lisk-newrelic": { + "version": "github:LiskHQ/lisk-newrelic#a1ad5bff9686d03f173d93a31c0a6bf56184dedc", + "from": "github:LiskHQ/lisk-newrelic#a1ad5bf", + "requires": { + "debug": "4.1.1" + } + }, "sodium-native": { "version": "2.2.4", "resolved": "https://npm.lisk.io/sodium-native/-/sodium-native-2.2.4.tgz", @@ -1887,13 +1894,6 @@ } } }, - "lisk-newrelic": { - "version": "github:LiskHQ/lisk-newrelic#a1ad5bff9686d03f173d93a31c0a6bf56184dedc", - "from": "github:LiskHQ/lisk-newrelic#a1ad5bf", - "requires": { - "debug": "4.1.1" - } - }, "lisk-sdk": { "version": "2.1.0-alpha.1", "resolved": "https://npm.lisk.io/lisk-sdk/-/lisk-sdk-2.1.0-alpha.1.tgz",