From 9ad993bc553d2235fc6c7721b4be02a7ec1d7696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:21:15 +0000 Subject: [PATCH] chore(deps-dev): bump rollup in /packages/webpack-plugin Bumps [rollup](https://github.com/rollup/rollup) from 2.75.7 to 2.79.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/v2.75.7...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.79.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/webpack-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 36d402b8..72df516f 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -74,7 +74,7 @@ "eslint": "^8.18.0", "jest": "^28.1.1", "rimraf": "^3.0.2", - "rollup": "2.75.7", + "rollup": "2.79.2", "ts-node": "^10.9.1", "typescript": "^4.7.4", "webpack": "npm:webpack@^4"