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/6] 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/6] 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 7247a048198d2f3bb21f19c3b97d470637394efd Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 3 Mar 2023 23:48:39 +0100 Subject: [PATCH 3/6] [Snyk] Security upgrade org.apache.kafka:kafka-streams from 3.3.1 to 3.4.0 (#622) * fix: libraries-data/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-3317161 * Restyled by whitespace (#623) Co-authored-by: Restyled.io --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io --- libraries-data/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries-data/pom.xml b/libraries-data/pom.xml index 85edf8b69a33..157de2e9b5fe 100644 --- a/libraries-data/pom.xml +++ b/libraries-data/pom.xml @@ -169,7 +169,7 @@ 2.3 3.1 1.2.2 - 3.3.1 + 3.4.0 2.4.0 2.9.1 1.1.1 @@ -180,4 +180,4 @@ 1.6.0.1 - \ No newline at end of file + From bd2118e8907dcfec2db3e9aff915df5b95763400 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Apr 2023 00:24:54 +0000 Subject: [PATCH 4/6] fix: spring-security-modules/spring-security-web-persistent-login/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-2833359 --- .../spring-security-web-persistent-login/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-modules/spring-security-web-persistent-login/pom.xml b/spring-security-modules/spring-security-web-persistent-login/pom.xml index beafc10ffd80..e6c77bcce8e6 100644 --- a/spring-security-modules/spring-security-web-persistent-login/pom.xml +++ b/spring-security-modules/spring-security-web-persistent-login/pom.xml @@ -168,7 +168,7 @@ - 4.2.6.RELEASE + 5.4.11 9.4.1212 From b7016c8c1ab5b9c94fd1974c7cfd7fdff6b9ee49 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 2 Apr 2023 00:25:37 +0000 Subject: [PATCH 5/6] Restyled by whitespace --- .../spring-security-web-persistent-login/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-modules/spring-security-web-persistent-login/pom.xml b/spring-security-modules/spring-security-web-persistent-login/pom.xml index e6c77bcce8e6..8378a5dbf95b 100644 --- a/spring-security-modules/spring-security-web-persistent-login/pom.xml +++ b/spring-security-modules/spring-security-web-persistent-login/pom.xml @@ -176,4 +176,4 @@ 1.5.10.RELEASE - \ No newline at end of file + From 45f4d47024d0400fac36cc69cef85ec243bfb275 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 11 Sep 2023 18:30:03 +0000 Subject: [PATCH 6/6] Restyled by jq --- .../json/src/main/webapp/package.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/json-modules/json/src/main/webapp/package.json b/json-modules/json/src/main/webapp/package.json index f321fc1db53a..5d560a86281f 100644 --- a/json-modules/json/src/main/webapp/package.json +++ b/json-modules/json/src/main/webapp/package.json @@ -1,11 +1,11 @@ { - "name": "jsonforms-intro", - "description": "Introduction to JSONForms", - "version": "0.0.1", - "license": "MIT", - "dependencies": { - "typings": "0.7.0", - "jsonforms": "0.0.20", - "bootstrap": "3.3.6" - } -} \ No newline at end of file + "name": "jsonforms-intro", + "description": "Introduction to JSONForms", + "version": "0.0.1", + "license": "MIT", + "dependencies": { + "typings": "0.7.0", + "jsonforms": "0.0.20", + "bootstrap": "3.3.6" + } +}