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/3] 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 10f5ee8321d1cc038d5613e507f7dfcb9e5a9b41 Mon Sep 17 00:00:00 2001 From: Centaurioun <86323645+Centaurioun@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:56:45 +0300 Subject: [PATCH 2/3] ci(Mergify): configuration update (#443) Signed-off-by: null Signed-off-by: null --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 000000000000..fac2166e311e --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,7 @@ +pull_request_rules: + - name: Automatic merge on approval + conditions: + - "#approved-reviews-by>=1" + actions: + merge: + method: merge From 955d90d2d3c65f8771a4fa5b55b05ebfe840ec3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Feb 2023 18:24:42 +0000 Subject: [PATCH 3/3] fix: jersey/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-31507 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-31573 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-32043 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-32044 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-32111 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72445 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72446 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72447 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72448 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72449 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72450 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72451 --- jersey/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jersey/pom.xml b/jersey/pom.xml index c8a7de66aee8..8a6df6209464 100644 --- a/jersey/pom.xml +++ b/jersey/pom.xml @@ -95,7 +95,7 @@ - 2.26 + 2.28 \ No newline at end of file