From c7983bd6dbbe8f57e6f90013311b496598caacfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:10:17 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-musl from 4.52.5 to 4.59.0 Bumps [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) from 4.52.5 to 4.59.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.52.5...v4.59.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-musl" dependency-version: 4.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ea20a4..b1d0570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "dependencies": { "@heroicons/vue": "^2.2.0", "@inertiajs/vue3": "^2.2.7", + "@rollup/rollup-linux-x64-musl": "4.59.0", "@tailwindcss/typography": "^0.5.16", "@vee-validate/zod": "^4.14.7", "@vitejs/plugin-vue": "^6.0.1", @@ -49,7 +50,7 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.53.3", - "@rollup/rollup-linux-x64-musl": "4.52.5" + "@rollup/rollup-linux-x64-musl": "4.59.0" } }, "node_modules/@alloc/quick-lru": { @@ -1178,9 +1179,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz", - "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==", + "version": "4.59.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz", + "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 2539f50..caae24a 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.53.3", - "@rollup/rollup-linux-x64-musl": "4.52.5" + "@rollup/rollup-linux-x64-musl": "4.59.0" } }