From 07138c2ec06b2059f067e52cd4c5109db033dcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 23:46:54 +0000 Subject: [PATCH] Bump rollup in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 3.29.5 to 4.40.2 - [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/v3.29.5...v4.40.2) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.40.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d75f61..2c818e0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript": "5.1.6", "rimraf": "^5.0.1", "tslib": "^2.6.1", - "rollup": "^3.28.0", + "rollup": "^4.40.2", "rollup-plugin-dts": "^5.3.1", "rollup-plugin-copy": "^3.4.0", "@rollup/plugin-typescript": "^11.1.2",