From 452423a6942619212360bf11150e64de41701ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:13:43 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-musl from 4.53.3 to 4.53.5 in /frontend Bumps [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) from 4.53.3 to 4.53.5. - [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.53.3...v4.53.5) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-musl" dependency-version: 4.53.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 991d02256..30310fb34 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,6 +14,7 @@ "@fontsource/inter": "^5.2.8", "@posthog/react": "^1.5.2", "@reduxjs/toolkit": "^2.11.2", + "@rollup/rollup-linux-x64-musl": "4.53.5", "@tiptap/extension-bubble-menu": "^3.13.0", "@tiptap/extension-document": "^3.13.0", "@tiptap/extension-hard-break": "^3.13.0", @@ -73,7 +74,7 @@ "npm": ">= 10.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "^4.53.3" + "@rollup/rollup-linux-x64-musl": "^4.53.5" } }, "node_modules/@ant-design/charts": { @@ -3258,9 +3259,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.53.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz", - "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==", + "version": "4.53.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.5.tgz", + "integrity": "sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==", "cpu": [ "x64" ], diff --git a/frontend/package.json b/frontend/package.json index 1739988d4..402e9cd22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "vite-plugin-svgr": "^4.5.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "^4.53.3" + "@rollup/rollup-linux-x64-musl": "^4.53.5" }, "volta": { "node": "20.12.2"