From bfa537178a2e0549624aa35245fa44b0f5e7df3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:31:21 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.53.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8985bed6a..fcaa947c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.52.5" + "@rollup/rollup-linux-x64-gnu": "^4.53.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4006,9 +4006,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz", - "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==", + "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==", "cpu": [ "x64" ], @@ -13979,21 +13979,6 @@ } } }, - "node_modules/rollup-plugin-license/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/rollup-plugin-node-externals": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-8.1.1.tgz", diff --git a/package.json b/package.json index d683f0c5bd..99ad5f4aed 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "vite": "^7.2.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.52.5" + "@rollup/rollup-linux-x64-gnu": "^4.53.3" } } From aa4e153478b2628bfb47d610f7bcbc704b0c7503 Mon Sep 17 00:00:00 2001 From: "Enjeck C." Date: Wed, 3 Dec 2025 06:48:09 +0000 Subject: [PATCH 2/2] fix: npm install Signed-off-by: Enjeck C. --- package-lock.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package-lock.json b/package-lock.json index fcaa947c94..01e58dded8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13979,6 +13979,21 @@ } } }, + "node_modules/rollup-plugin-license/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/rollup-plugin-node-externals": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-8.1.1.tgz",