From e05c147024c45b7a1194e2765bdcc17919861649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:14:48 +0000 Subject: [PATCH] chore(deps-dev): update rollup requirement from ^4.50.0 to ^4.52.4 Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. - [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.50.0...v4.52.4) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.52.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efdb3134..6168a2f6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jest": "^30.2.0", "jest-html-reporter": "^4.3.0", "knip": "^5.63.1", - "rollup": "^4.50.0", + "rollup": "^4.52.4", "rollup-plugin-dts": "^6.2.3", "strip-ansi": "^7.1.0", "trash-cli": "^6.0.0",