From a580a45fd056c35a6340150dd856923886a7731a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:39:44 +0000 Subject: [PATCH] build(deps): bump the non-majors group in /web-frontend with 2 updates Bumps the non-majors group in /web-frontend with 2 updates: [@rollup/rollup-linux-arm64-gnu](https://github.com/rollup/rollup) and [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup). Updates `@rollup/rollup-linux-arm64-gnu` from 4.39.0 to 4.40.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.39.0...v4.40.0) Updates `@rollup/rollup-linux-x64-gnu` from 4.39.0 to 4.40.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.39.0...v4.40.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-arm64-gnu" dependency-version: 4.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- web-frontend/package-lock.json | 17 +++++++++-------- web-frontend/package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/web-frontend/package-lock.json b/web-frontend/package-lock.json index 93cff5e..e8fac81 100644 --- a/web-frontend/package-lock.json +++ b/web-frontend/package-lock.json @@ -8,6 +8,7 @@ "name": "web-frontend", "version": "0.0.0", "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.40.0", "@tabler/icons-vue": "^3.31.0", "axios": "^1.8.4", "vue": "^3.5.13", @@ -26,8 +27,8 @@ "node": "20.9.0" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "4.39.0", - "@rollup/rollup-linux-x64-gnu": "4.39.0" + "@rollup/rollup-linux-arm64-gnu": "4.40.0", + "@rollup/rollup-linux-x64-gnu": "4.40.0" } }, "node_modules/@babel/helper-string-parser": { @@ -248,9 +249,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.39.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.39.0.tgz", - "integrity": "sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.0.tgz", + "integrity": "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==", "cpu": [ "arm64" ], @@ -345,9 +346,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.39.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.39.0.tgz", - "integrity": "sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz", + "integrity": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==", "cpu": [ "x64" ], diff --git a/web-frontend/package.json b/web-frontend/package.json index be484af..fb0b598 100644 --- a/web-frontend/package.json +++ b/web-frontend/package.json @@ -27,7 +27,7 @@ "vitest": "^3.1.1" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "4.39.0", - "@rollup/rollup-linux-x64-gnu": "4.39.0" + "@rollup/rollup-linux-arm64-gnu": "4.40.0", + "@rollup/rollup-linux-x64-gnu": "4.40.0" } }