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" } }