From 46957fc6263d416fe25c421c267afb941f047d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:05:51 +0000 Subject: [PATCH] npm: bump pretty-print-json from 3.0.1 to 3.0.3 in /ui Bumps [pretty-print-json](https://github.com/center-key/pretty-print-json) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/center-key/pretty-print-json/releases) - [Commits](https://github.com/center-key/pretty-print-json/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: pretty-print-json dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 9d4317746..fdde135bc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -88,7 +88,7 @@ "npm-run-all": "^4.1.5", "postcss-import": "^16.1.0", "prettier": "^3.2.5", - "pretty-print-json": "^3.0.1", + "pretty-print-json": "^3.0.3", "qunit": "^2.20.1", "qunit-dom": "^3.1.2", "stylelint": "^16.3.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 406df5bf8..c320267ac 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -11345,10 +11345,10 @@ pretty-ms@^3.1.0: dependencies: parse-ms "^1.0.0" -pretty-print-json@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/pretty-print-json/-/pretty-print-json-3.0.1.tgz#970efab2d6ea14d7744e09bf02081b2f12feed26" - integrity sha512-AA2h0aq55ygYn0+Igpdw59YTa+TEvMr4X8U3WSsWIQIjiwxeSH1YspVd/xFf1X/B8WxtmjPDbX+h7eGHQS/whw== +pretty-print-json@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/pretty-print-json/-/pretty-print-json-3.0.3.tgz#a7c899f92b2dc3e387badb5ffa8f39fa20d44e0e" + integrity sha512-uIL9/fr5dGV80BDrbN9HWBegwyuN0hCOHA+3EsysnusuQDlhBu6w7dPNm+hBCRiL7Up0jwfGgPX3Ngu/iQ0a8A== printf@^0.6.1: version "0.6.1"