From 34d265c2248fc226853265f0b7210d55fb6af3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 22:09:53 +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.46.1 to 4.46.2 - [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.46.1...v4.46.2) Updates `@rollup/rollup-linux-x64-gnu` from 4.46.1 to 4.46.2 - [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.46.1...v4.46.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-arm64-gnu" dependency-version: 4.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-majors - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- web-frontend/package-lock.json | 18 +++++++++--------- web-frontend/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web-frontend/package-lock.json b/web-frontend/package-lock.json index bedd573..f191046 100644 --- a/web-frontend/package-lock.json +++ b/web-frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "web-frontend", "version": "0.0.0", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.46.1", + "@rollup/rollup-linux-x64-gnu": "4.46.2", "@tabler/icons-vue": "^3.34.1", "axios": "^1.11.0", "vue": "^3.5.18", @@ -27,8 +27,8 @@ "node": "22.12.0" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "4.46.1", - "@rollup/rollup-linux-x64-gnu": "4.46.1" + "@rollup/rollup-linux-arm64-gnu": "4.46.2", + "@rollup/rollup-linux-x64-gnu": "4.46.2" } }, "node_modules/@babel/helper-string-parser": { @@ -664,9 +664,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.46.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.46.1.tgz", - "integrity": "sha512-kKvqBGbZ8i9pCGW3a1FH3HNIVg49dXXTsChGFsHGXQaVJPLA4f/O+XmTxfklhccxdF5FefUn2hvkoGJH0ScWOA==", + "version": "4.46.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.46.2.tgz", + "integrity": "sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==", "cpu": [ "arm64" ], @@ -761,9 +761,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.46.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.46.1.tgz", - "integrity": "sha512-9OADZYryz/7E8/qt0vnaHQgmia2Y0wrjSSn1V/uL+zw/i7NUhxbX4cHXdEQ7dnJgzYDS81d8+tf6nbIdRFZQoQ==", + "version": "4.46.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.46.2.tgz", + "integrity": "sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==", "cpu": [ "x64" ], diff --git a/web-frontend/package.json b/web-frontend/package.json index 24734d3..cb92c5d 100644 --- a/web-frontend/package.json +++ b/web-frontend/package.json @@ -27,7 +27,7 @@ "vitest": "^3.2.4" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "4.46.1", - "@rollup/rollup-linux-x64-gnu": "4.46.1" + "@rollup/rollup-linux-arm64-gnu": "4.46.2", + "@rollup/rollup-linux-x64-gnu": "4.46.2" } }