From 8cab2087a97fb497336203dd451803c6d3061a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:26:54 +0000 Subject: [PATCH] Bump json-stringify-pretty-compact from 3.0.0 to 4.0.0 Bumps [json-stringify-pretty-compact](https://github.com/lydell/json-stringify-pretty-compact) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/lydell/json-stringify-pretty-compact/blob/main/CHANGELOG.md) - [Commits](https://github.com/lydell/json-stringify-pretty-compact/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: json-stringify-pretty-compact dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70a05b4566..9047ffdcd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "glob": "^10.4.1", "happen": "^0.3.2", "js-yaml": "^4.0.0", - "json-stringify-pretty-compact": "^3.0.0", + "json-stringify-pretty-compact": "^4.0.0", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "2.1.1", @@ -5541,9 +5541,10 @@ "license": "MIT" }, "node_modules/json-stringify-pretty-compact": { - "version": "3.0.0", - "dev": true, - "license": "MIT" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", + "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==", + "dev": true }, "node_modules/json5": { "version": "2.2.3", @@ -12936,7 +12937,9 @@ "dev": true }, "json-stringify-pretty-compact": { - "version": "3.0.0", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", + "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==", "dev": true }, "json5": { diff --git a/package.json b/package.json index bd283fed82..746d87e9a0 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "glob": "^10.4.1", "happen": "^0.3.2", "js-yaml": "^4.0.0", - "json-stringify-pretty-compact": "^3.0.0", + "json-stringify-pretty-compact": "^4.0.0", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "2.1.1",