From ebdb2888abda4ccb884183a0cebc9a91b8e59324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:57:35 +0000 Subject: [PATCH 01/12] Bump io.spring.dependency-management in /whiskers-cloudnative Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index e0c85299..e5433a60 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { id("org.springframework.boot") version "3.1.1" - id("io.spring.dependency-management") version "1.1.0" + id("io.spring.dependency-management") version "1.1.1" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" kotlin("jvm") version "1.9.0" From 3ed141b9c4ebb647c2836f437bf3bd1b8670d1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:14:05 +0000 Subject: [PATCH 02/12] Bump io.spring.dependency-management in /whiskers-graalvm Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index a0eaa89d..7be9e782 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "3.1.1" - id("io.spring.dependency-management") version "1.1.0" + id("io.spring.dependency-management") version "1.1.1" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" kotlin("jvm") version "1.8.22" From b1b3346181160c2e6d3232f3375b6aff059f23b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:43:53 +0000 Subject: [PATCH 03/12] Bump io.spring.dependency-management in /whiskers-cloudnative Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index e5433a60..1c1bb487 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { id("org.springframework.boot") version "3.1.1" - id("io.spring.dependency-management") version "1.1.1" + id("io.spring.dependency-management") version "1.1.2" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" kotlin("jvm") version "1.9.0" From d8e1813eb6da21728485e27998416cdec4da0ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 09:56:29 +0000 Subject: [PATCH 04/12] Bump io.spring.dependency-management in /whiskers-graalvm Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index 7be9e782..04f591e4 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "3.1.1" - id("io.spring.dependency-management") version "1.1.1" + id("io.spring.dependency-management") version "1.1.2" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" kotlin("jvm") version "1.8.22" From 4ea23dd987eda5ef1be8020c8ab6ea9d9b12564a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:15:02 +0000 Subject: [PATCH 05/12] Bump org.springframework.boot from 3.1.1 to 3.1.2 in /whiskers-graalvm Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index 04f591e4..c2276c58 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "3.1.1" + id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.2" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" From 11ac7f2e97f3a40a2012800980c24517c5c46ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:28:05 +0000 Subject: [PATCH 06/12] Bump org.springframework.boot:spring-boot-starter-validation Bumps [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-graalvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-graalvm/build.gradle.kts b/whiskers-graalvm/build.gradle.kts index c2276c58..2af990ee 100644 --- a/whiskers-graalvm/build.gradle.kts +++ b/whiskers-graalvm/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") implementation("jakarta.validation:jakarta.validation-api:3.0.2") implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE") - implementation("org.springframework.boot:spring-boot-starter-validation:3.1.1") + implementation("org.springframework.boot:spring-boot-starter-validation:3.1.2") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testcontainers:junit-jupiter") From 5a3cfa705b7086634deff55ac388e03620ed541a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:44:38 +0000 Subject: [PATCH 07/12] Bump cypress from 12.17.1 to 12.17.2 in /e2e Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.1 to 12.17.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.1...v12.17.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 14 +++++++------- e2e/package.json | 2 +- e2e/yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index f60db60d..c97b7e32 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -14,7 +14,7 @@ "jsonwebtoken": "^9.0.1" }, "devDependencies": { - "cypress": "12.17.1", + "cypress": "12.17.2", "ts-node": "10.9.1", "typescript": "5.1.6" } @@ -738,9 +738,9 @@ "license": "ISC" }, "node_modules/cypress": { - "version": "12.17.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.1.tgz", - "integrity": "sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==", + "version": "12.17.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", + "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2991,9 +2991,9 @@ "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" }, "cypress": { - "version": "12.17.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.1.tgz", - "integrity": "sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==", + "version": "12.17.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", + "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", "dev": true, "requires": { "@cypress/request": "^2.88.11", diff --git a/e2e/package.json b/e2e/package.json index c938dc76..aaadb3e5 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -20,7 +20,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "12.17.1", + "cypress": "12.17.2", "ts-node": "10.9.1", "typescript": "5.1.6" }, diff --git a/e2e/yarn.lock b/e2e/yarn.lock index d85ffd08..a584a41f 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -338,9 +338,9 @@ crypto@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz" -cypress@12.17.1: - version "12.17.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.1.tgz#777fdcceec4ecd642fc90795f5994853b6ea03f8" +cypress@12.17.2: + version "12.17.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85" dependencies: "@cypress/request" "^2.88.11" "@cypress/xvfb" "^1.2.4" From 71a3944dccc7119f333dfdafe7e625ef98c44f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:47:25 +0000 Subject: [PATCH 08/12] Bump org.springframework.boot:spring-boot-starter-validation Bumps [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index 1c1bb487..68122248 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") implementation("jakarta.validation:jakarta.validation-api:3.0.2") implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE") - implementation("org.springframework.boot:spring-boot-starter-validation:3.1.1") + implementation("org.springframework.boot:spring-boot-starter-validation:3.1.2") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testcontainers:junit-jupiter") From 9311228d02dd22ddd4ab95babb410dc31a3b8cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:29:33 +0000 Subject: [PATCH 09/12] Bump org.springframework.boot in /whiskers-cloudnative Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index 68122248..2a2b506f 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { - id("org.springframework.boot") version "3.1.1" + id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.2" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.23" From 540a27e65e0d43825f16f234d388d1d6481a8c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:07:33 +0000 Subject: [PATCH 10/12] Bump ktorVersion from 2.3.2 to 2.3.3 in /whiskers-ktor-no-db Bumps `ktorVersion` from 2.3.2 to 2.3.3. Updates `io.ktor:ktor-server-core` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-server-cio` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index ba79ddd5..e335357a 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -29,7 +29,7 @@ kotlin { } } } - val ktorVersion="2.3.2" + val ktorVersion="2.3.3" sourceSets { val nativeMain by getting { dependencies { From ba2ae1f7f677dd58f6cc764e4e310c22f5e9cc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:38:09 +0000 Subject: [PATCH 11/12] Bump cypress from 12.17.2 to 12.17.3 in /e2e Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.2 to 12.17.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.2...v12.17.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 33 ++++++++++++++++----------------- e2e/package.json | 2 +- e2e/yarn.lock | 14 +++++++------- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index c97b7e32..c95aa90d 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -14,7 +14,7 @@ "jsonwebtoken": "^9.0.1" }, "devDependencies": { - "cypress": "12.17.2", + "cypress": "12.17.3", "ts-node": "10.9.1", "typescript": "5.1.6" } @@ -156,11 +156,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "14.18.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.31.tgz", - "integrity": "sha512-vQAnaReSQkEDa8uwAyQby8bYGKu84R/deEc6mg5T8fX6gzCn8QW6rziSgsti1fNvsrswKUKPnVTi7uoB+u62Mw==", - "dev": true, - "license": "MIT" + "version": "16.18.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz", + "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==", + "dev": true }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", @@ -738,15 +737,15 @@ "license": "ISC" }, "node_modules/cypress": { - "version": "12.17.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", - "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", + "version": "12.17.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.3.tgz", + "integrity": "sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg==", "dev": true, "hasInstallScript": true, "dependencies": { "@cypress/request": "^2.88.11", "@cypress/xvfb": "^1.2.4", - "@types/node": "^14.14.31", + "@types/node": "^16.18.39", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", @@ -2590,9 +2589,9 @@ "dev": true }, "@types/node": { - "version": "14.18.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.31.tgz", - "integrity": "sha512-vQAnaReSQkEDa8uwAyQby8bYGKu84R/deEc6mg5T8fX6gzCn8QW6rziSgsti1fNvsrswKUKPnVTi7uoB+u62Mw==", + "version": "16.18.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz", + "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==", "dev": true }, "@types/sinonjs__fake-timers": { @@ -2991,14 +2990,14 @@ "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" }, "cypress": { - "version": "12.17.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", - "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", + "version": "12.17.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.3.tgz", + "integrity": "sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg==", "dev": true, "requires": { "@cypress/request": "^2.88.11", "@cypress/xvfb": "^1.2.4", - "@types/node": "^14.14.31", + "@types/node": "^16.18.39", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", diff --git a/e2e/package.json b/e2e/package.json index aaadb3e5..4b07a899 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -20,7 +20,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "12.17.2", + "cypress": "12.17.3", "ts-node": "10.9.1", "typescript": "5.1.6" }, diff --git a/e2e/yarn.lock b/e2e/yarn.lock index a584a41f..3e34d0f2 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -77,9 +77,9 @@ version "1.0.3" resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz" -"@types/node@*", "@types/node@^14.14.31": - version "14.18.31" - resolved "https://registry.npmjs.org/@types/node/-/node-14.18.31.tgz" +"@types/node@*", "@types/node@^16.18.39": + version "16.18.39" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832" "@types/sinonjs__fake-timers@8.1.1": version "8.1.1" @@ -338,13 +338,13 @@ crypto@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz" -cypress@12.17.2: - version "12.17.2" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85" +cypress@12.17.3: + version "12.17.3" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.3.tgz#1e2b19037236fc60e4a4b3a14f0846be17a1fc0e" dependencies: "@cypress/request" "^2.88.11" "@cypress/xvfb" "^1.2.4" - "@types/node" "^14.14.31" + "@types/node" "^16.18.39" "@types/sinonjs__fake-timers" "8.1.1" "@types/sizzle" "^2.3.2" arch "^2.2.0" From 466f48c593b0ff0deaff0ffd6d364daa227f9f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:46:23 +0000 Subject: [PATCH 12/12] Bump ktorVersion from 2.3.2 to 2.3.3 in /whiskers-ktor Bumps `ktorVersion` from 2.3.2 to 2.3.3. Updates `io.ktor:ktor-server-core` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-server-cio` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 17288282..8b80b87b 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -42,7 +42,7 @@ kotlin { } } - val ktorVersion = "2.3.2" + val ktorVersion = "2.3.3" sourceSets { val nativeMain by getting { dependencies {