From 7092aecc80fad818f5ab933839d4251f58815584 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 13:45:35 -0400 Subject: [PATCH] Dependabot Bump (#307) * Bump next from 14.2.30 to 14.2.32 in /start/src/main/frontend Bumps [next](https://github.com/vercel/next.js) from 14.2.30 to 14.2.32. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.30...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Bump vite from 6.3.5 to 6.3.6 in /finish/src/main/frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump axios from 1.8.2 to 1.12.0 in /finish/src/main/frontend Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Bump com.github.eirslett:frontend-maven-plugin in /start Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.15.1 to 1.15.4. - [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.4) --- updated-dependencies: - dependency-name: com.github.eirslett:frontend-maven-plugin dependency-version: 1.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump com.github.eirslett:frontend-maven-plugin in /finish Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.15.1 to 1.15.4. - [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.4) --- updated-dependencies: - dependency-name: com.github.eirslett:frontend-maven-plugin dependency-version: 1.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update resteasy and junit dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- finish/pom.xml | 4 ++-- finish/src/main/frontend/package-lock.json | 16 ++++++++-------- finish/src/main/frontend/package.json | 2 +- start/pom.xml | 4 ++-- start/src/main/frontend/package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index b9291bd..d799287 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -38,7 +38,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test @@ -62,7 +62,7 @@ com.github.eirslett frontend-maven-plugin - 1.15.1 + 1.15.4 src/main/frontend diff --git a/finish/src/main/frontend/package-lock.json b/finish/src/main/frontend/package-lock.json index 01d158d..06cbcc1 100644 --- a/finish/src/main/frontend/package-lock.json +++ b/finish/src/main/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@tanstack/react-table": "^8.17.3", - "axios": "^1.8.2", + "axios": "^1.12.0", "next": "14.2.32", "react": "^18", "react-dom": "^18" @@ -1640,13 +1640,13 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", - "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, @@ -3091,9 +3091,9 @@ } }, "node_modules/vite": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", - "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", + "version": "6.3.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", + "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/finish/src/main/frontend/package.json b/finish/src/main/frontend/package.json index 989a8a1..d70525b 100644 --- a/finish/src/main/frontend/package.json +++ b/finish/src/main/frontend/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/react-table": "^8.17.3", - "axios": "^1.8.2", + "axios": "^1.12.0", "next": "14.2.32", "react": "^18", "react-dom": "^18" diff --git a/start/pom.xml b/start/pom.xml index faab83d..9377bc6 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -38,7 +38,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test @@ -61,7 +61,7 @@ com.github.eirslett frontend-maven-plugin - 1.15.1 + 1.15.4 src/main/frontend diff --git a/start/src/main/frontend/package.json b/start/src/main/frontend/package.json index 5476f89..1c3c0a4 100644 --- a/start/src/main/frontend/package.json +++ b/start/src/main/frontend/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/react-table": "^8.17.3", "axios": "^1.7.4", - "next": "14.2.30", + "next": "14.2.32", "react": "^18", "react-dom": "^18" },