From b7714ea61362e2d516ed9a0ba695528085b0fdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:14:06 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /Samples/3D-layer/Flowmap.gl directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /Static/lib/bootstrap directory: [vnu-jar](https://github.com/validator/validator). Bumps the npm_and_yarn group with 1 update in the /Static/lib/jquery directory: [requirejs](https://github.com/jrburke/r.js). Updates `vite` from 4.5.14 to 8.0.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite) Updates `vnu-jar` from 23.4.11 to 26.2.1 - [Release notes](https://github.com/validator/validator/releases) - [Commits](https://github.com/validator/validator/commits) Updates `requirejs` from 2.3.6 to 2.3.7 - [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vnu-jar dependency-version: 26.2.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: requirejs dependency-version: 2.3.7 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- Samples/3D-layer/Flowmap.gl/package.json | 2 +- Static/lib/bootstrap/package.json | 2 +- Static/lib/jquery/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Samples/3D-layer/Flowmap.gl/package.json b/Samples/3D-layer/Flowmap.gl/package.json index a0d422a0..585d5cc5 100644 --- a/Samples/3D-layer/Flowmap.gl/package.json +++ b/Samples/3D-layer/Flowmap.gl/package.json @@ -16,6 +16,6 @@ "d3-fetch": "^3.0.1" }, "devDependencies": { - "vite": "^4.4.9" + "vite": "^8.0.5" } } diff --git a/Static/lib/bootstrap/package.json b/Static/lib/bootstrap/package.json index de3d4dd7..6814df2f 100644 --- a/Static/lib/bootstrap/package.json +++ b/Static/lib/bootstrap/package.json @@ -151,7 +151,7 @@ "stylelint": "^16.2.1", "stylelint-config-twbs-bootstrap": "^14.0.0", "terser": "^5.27.2", - "vnu-jar": "23.4.11" + "vnu-jar": "26.2.1" }, "files": [ "dist/{css,js}/*.{css,js,map}", diff --git a/Static/lib/jquery/package.json b/Static/lib/jquery/package.json index 944c39b8..2216a8e8 100644 --- a/Static/lib/jquery/package.json +++ b/Static/lib/jquery/package.json @@ -61,7 +61,7 @@ "q": "1.5.1", "qunit": "2.9.2", "raw-body": "2.3.3", - "requirejs": "2.3.6", + "requirejs": "2.3.7", "sinon": "2.3.7", "strip-json-comments": "2.0.1", "testswarm": "1.1.2",