From 30952c99b761f2f6a4a766426fbe3d27aba207d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:31:24 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.26.2 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 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/v3.26.2...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 558a253..3ac6e44 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "nyc": "^13.3.0", "react": "17.0.2", "react-dom": "17.0.2", - "rollup": "3.26.2", + "rollup": "3.29.5", "sinon": "^7.2.3", "ts-jest": "^29.0.3", "ts-node": "^10.9.1",