From af59c74c1f4fc560a589533d07496e1807479bf0 Mon Sep 17 00:00:00 2001 From: Centaurioun <86323645+Centaurioun@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:12:56 +0300 Subject: [PATCH 1/2] fix: json-modules/json/src/main/webapp/package.json to reduce vulnerabilities (#425) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 Co-authored-by: snyk-bot --- json-modules/json/src/main/webapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-modules/json/src/main/webapp/package.json b/json-modules/json/src/main/webapp/package.json index 5dae00059373..f321fc1db53a 100644 --- a/json-modules/json/src/main/webapp/package.json +++ b/json-modules/json/src/main/webapp/package.json @@ -4,8 +4,8 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "typings": "0.6.5", - "jsonforms": "0.0.19", + "typings": "0.7.0", + "jsonforms": "0.0.20", "bootstrap": "3.3.6" } } \ No newline at end of file From 1466ffc604519aa3bb5a2c6cfc57df28c93ff162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 17:16:27 +0000 Subject: [PATCH 2/2] fix: jhipster-5/bookstore-monolith/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- jhipster-5/bookstore-monolith/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhipster-5/bookstore-monolith/package.json b/jhipster-5/bookstore-monolith/package.json index 46b920edb3cf..f8798780f79a 100644 --- a/jhipster-5/bookstore-monolith/package.json +++ b/jhipster-5/bookstore-monolith/package.json @@ -70,7 +70,7 @@ "style-loader": "0.23.1", "terser-webpack-plugin": "1.2.2", "thread-loader": "2.1.2", - "to-string-loader": "1.1.5", + "to-string-loader": "1.1.6", "ts-loader": "5.3.3", "tslint": "5.12.1", "tslint-config-prettier": "1.18.0",