From 7d0a3bc5d154fb62d7498a65318a3d576c681231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:39:09 +0000 Subject: [PATCH] chore(deps-dev): update rollup requirement from ^4.50.0 to ^4.52.3 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.3) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.52.3 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 d37340a..a6b4cb4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^9.35.0", "eslint-plugin-import": "^2.32.0", "knip": "^5.63.1", - "rollup": "^4.50.0", + "rollup": "^4.52.3", "rollup-plugin-dts": "^6.2.3", "strip-ansi": "^7.1.0", "trash-cli": "^6.0.0",