From a1349c6e3cf3361e288c76e71080739b69530e8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 21:10:37 +0000 Subject: [PATCH] fix: upgrade jsoneditor from 9.10.2 to 9.10.3 Snyk has created this PR to upgrade jsoneditor from 9.10.2 to 9.10.3. See this package in npm: https://www.npmjs.com/package/jsoneditor See this project in Snyk: https://app.snyk.io/org/mariohmol/project/a337e53b-ef40-4dd7-9a1f-dbae008f1102?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f6e24f..8450a9c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular/platform-browser-dynamic": "16.1.8", "@angular/router": "16.1.8", "core-js": "^3.6.4", - "jsoneditor": "9.10.2", + "jsoneditor": "9.10.3", "rxjs": "*", "webpack": "^5.88.2", "zone.js": "~0.13.1"