From 009c79fe2b0c70b229c181a9c4d7ba73f6d0e60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:42:43 +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.48.1 to 4.49.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.48.1...v4.49.0) Updates `@rollup/rollup-linux-x64-gnu` from 4.48.1 to 4.49.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.48.1...v4.49.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-arm64-gnu" dependency-version: 4.49.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.49.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 | 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 56d6ea4b..779ab095 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.48.1", + "@rollup/rollup-linux-x64-gnu": "4.49.0", "@tabler/icons-vue": "^3.34.1", "axios": "^1.11.0", "vue": "^3.5.20", @@ -27,8 +27,8 @@ "node": "22.12.0" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "4.48.1", - "@rollup/rollup-linux-x64-gnu": "4.48.1" + "@rollup/rollup-linux-arm64-gnu": "4.49.0", + "@rollup/rollup-linux-x64-gnu": "4.49.0" } }, "node_modules/@babel/helper-string-parser": { @@ -664,9 +664,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.48.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.48.1.tgz", - "integrity": "sha512-Vy/WS4z4jEyvnJm+CnPfExIv5sSKqZrUr98h03hpAMbE2aI0aD2wvK6GiSe8Gx2wGp3eD81cYDpLLBqNb2ydwQ==", + "version": "4.49.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.49.0.tgz", + "integrity": "sha512-Z81u+gfrobVK2iV7GqZCBfEB1y6+I61AH466lNK+xy1jfqFLiQ9Qv716WUM5fxFrYxwC7ziVdZRU9qvGHkYIJg==", "cpu": [ "arm64" ], @@ -761,9 +761,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.48.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.48.1.tgz", - "integrity": "sha512-90taWXCWxTbClWuMZD0DKYohY1EovA+W5iytpE89oUPmT5O1HFdf8cuuVIylE6vCbrGdIGv85lVRzTcpTRZ+kA==", + "version": "4.49.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.49.0.tgz", + "integrity": "sha512-BR7+blScdLW1h/2hB/2oXM+dhTmpW3rQt1DeSiCP9mc2NMMkqVgjIN3DDsNpKmezffGC9R8XKVOLmBkRUcK/sA==", "cpu": [ "x64" ], diff --git a/web-frontend/package.json b/web-frontend/package.json index 87c3b4bd..f5b362d2 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.48.1", - "@rollup/rollup-linux-x64-gnu": "4.48.1" + "@rollup/rollup-linux-arm64-gnu": "4.49.0", + "@rollup/rollup-linux-x64-gnu": "4.49.0" } }