From 29eca54c7dc4411f34ecf4877791804a960c7876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:42:20 +0000 Subject: [PATCH] Bump json5 in /Packages/HTML-CSS-JS Prettify/build/js-transpiled Bumps [json5](https://github.com/json5/json5) from 0.5.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/v0.5.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../build/js-transpiled/package-lock.json | 16 +++++++++++++--- .../build/js-transpiled/package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package-lock.json b/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package-lock.json index e7fd3d8..710c604 100644 --- a/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package-lock.json +++ b/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package-lock.json @@ -120,9 +120,19 @@ } }, "json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=" + "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.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + } + } }, "jsonfile": { "version": "3.0.1", diff --git a/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package.json b/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package.json index bacd290..19a4a6a 100644 --- a/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package.json +++ b/Packages/HTML-CSS-JS Prettify/build/js-transpiled/package.json @@ -5,7 +5,7 @@ "fs-extra": "3.0.1", "is-glob": "3.1.0", "js-beautify": "1.6.14", - "json5": "0.5.1", + "json5": "1.0.2", "lodash": "4.17.4", "map-obj": "2.0.0", "minimatch": "3.0.4",