From 8864e45ba4f7a90d3a8adb69a316072ebc821456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:07:06 +0000 Subject: [PATCH] build(deps): bump json-stringify-pretty-compact in /superset-frontend Bumps [json-stringify-pretty-compact](https://github.com/lydell/json-stringify-pretty-compact) from 2.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/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: json-stringify-pretty-compact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 14 +++++++------- superset-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index f5d80e0b1f098..8d1172548df24 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -79,7 +79,7 @@ "js-levenshtein": "^1.1.6", "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", - "json-stringify-pretty-compact": "^2.0.0", + "json-stringify-pretty-compact": "^4.0.0", "lodash": "^4.17.21", "mapbox-gl": "^2.10.0", "match-sorter": "^6.1.0", @@ -40337,9 +40337,9 @@ } }, "node_modules/json-stringify-pretty-compact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz", - "integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==" + "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==" }, "node_modules/json-stringify-safe": { "version": "5.0.1", @@ -95499,9 +95499,9 @@ "devOptional": true }, "json-stringify-pretty-compact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz", - "integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==" + "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==" }, "json-stringify-safe": { "version": "5.0.1", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index ad843b0fe2b68..97b685df575c3 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -145,7 +145,7 @@ "js-levenshtein": "^1.1.6", "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", - "json-stringify-pretty-compact": "^2.0.0", + "json-stringify-pretty-compact": "^4.0.0", "lodash": "^4.17.21", "mapbox-gl": "^2.10.0", "match-sorter": "^6.1.0",