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