From 6152bbc3278c8560739d68386e28aa05d8bf31aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:52:02 +0000 Subject: [PATCH] chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.60.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf87954dc9..2c207c0f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "npm": "^10.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3982,9 +3982,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.53.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz", - "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==", + "version": "4.60.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz", + "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index d1a7a32933..ce88d9a724 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "cypress-vite": "^1.8.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.0" } }