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/8] 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/8] 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/8] [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 944f1d61dd91798ceb727755f6dd1f679ebcf117 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Apr 2023 23:20:57 +0000 Subject: [PATCH 4/8] fix: spring-boot-modules/spring-boot-camel/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-3369687 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-3369749 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-3369852 --- spring-boot-modules/spring-boot-camel/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-camel/pom.xml b/spring-boot-modules/spring-boot-camel/pom.xml index ecf7143808f4..ff91024e9bcb 100644 --- a/spring-boot-modules/spring-boot-camel/pom.xml +++ b/spring-boot-modules/spring-boot-camel/pom.xml @@ -74,7 +74,7 @@ 11 - 3.15.0 + 3.20.3 \ No newline at end of file From ffe919d0d64e6486575a6f0962b095b8ddb021f0 Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:11:06 +0300 Subject: [PATCH 5/8] Restyled by whitespace (#1125) Co-authored-by: Restyled.io --- spring-boot-modules/spring-boot-camel/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-camel/pom.xml b/spring-boot-modules/spring-boot-camel/pom.xml index ff91024e9bcb..2b81e3cd4176 100644 --- a/spring-boot-modules/spring-boot-camel/pom.xml +++ b/spring-boot-modules/spring-boot-camel/pom.xml @@ -77,4 +77,4 @@ 3.20.3 - \ No newline at end of file + From 7830ec096d39e5e0e7f55713b8c629dd7ba7a0cc Mon Sep 17 00:00:00 2001 From: Centaurioun <86323645+Centaurioun@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:55:45 +0300 Subject: [PATCH 6/8] Update pom.xml --- spring-boot-modules/spring-boot-camel/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-camel/pom.xml b/spring-boot-modules/spring-boot-camel/pom.xml index 2b81e3cd4176..4c8aaf5c8248 100644 --- a/spring-boot-modules/spring-boot-camel/pom.xml +++ b/spring-boot-modules/spring-boot-camel/pom.xml @@ -74,7 +74,7 @@ 11 - 3.20.3 + 3.15.3 From e4fa0f53bf76793645f32c2496beacb5e48fd05f Mon Sep 17 00:00:00 2001 From: Centaurioun <86323645+Centaurioun@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:56:02 +0300 Subject: [PATCH 7/8] Update pom.xml --- spring-boot-modules/spring-boot-camel/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-camel/pom.xml b/spring-boot-modules/spring-boot-camel/pom.xml index 4c8aaf5c8248..637e202ec382 100644 --- a/spring-boot-modules/spring-boot-camel/pom.xml +++ b/spring-boot-modules/spring-boot-camel/pom.xml @@ -74,7 +74,7 @@ 11 - 3.15.3 + 3.15.0 From b0f23e2ba1b2099b8b348a1293748935c27d2f7a Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 11 Sep 2023 17:56:20 +0000 Subject: [PATCH 8/8] 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" + } +}