From 4c8cee56772516625030054838e48a94213f0fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:05:13 +0000 Subject: [PATCH] chore(deps-dev): update rollup requirement from ^4.50.0 to ^4.52.5 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.5) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.52.5 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 8cade5f..df95d99 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.5", "rollup-plugin-dts": "^6.2.3", "strip-ansi": "^7.1.0", "trash-cli": "^6.0.0",