From 48b54c365a90a75a7d4715c09701c8861747f562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:22:59 +0000 Subject: [PATCH] build(deps-dev): bump rollup Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.21.1 to 4.22.4 - [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.21.1...v4.22.4) --- updated-dependencies: - dependency-name: rollup 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 3b3c15e..be600b6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "espree": "10.1.0", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "rollup": "4.21.1", + "rollup": "4.22.4", "rollup-plugin-analyzer": "4.0.0", "rollup-plugin-gzip": "4.0.1", "ts-jest": "29.2.5",