diff --git a/package-lock.json b/package-lock.json index c0798b1..cf1fdd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "vitest": "4.0.18" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "4.56.0" + "@rollup/rollup-linux-x64-musl": "4.57.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1639,9 +1639,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.56.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.56.0.tgz", - "integrity": "sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", + "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 9f4782c..1c047cf 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "vitest": "4.0.18" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "4.56.0" + "@rollup/rollup-linux-x64-musl": "4.57.1" } }