From c79abb7a1ebacfd8cf5f952d35d44611b9d1fac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:27:24 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.26.3 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.26.3 to 3.29.5. - [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/v2.26.3...v3.29.5) --- updated-dependencies: - dependency-name: rollup 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 5ee5be6..449b04a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/styled-components": "^5.1.2", "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/parser": "^3.9.1", - "rollup": "2.26.3", + "rollup": "3.29.5", "rollup-plugin-typescript2": "0.27.2", "typescript": "3.9.7" },