From 673048e8ddd48da6ce0cf7e3ab409a40e6d7c5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:55:51 +0000 Subject: [PATCH] Bump rollup from 2.79.1 to 3.29.5 in /Source/Samples/Application Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 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.79.1...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Source/Samples/Application/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Samples/Application/package.json b/Source/Samples/Application/package.json index af43383..fe1313b 100644 --- a/Source/Samples/Application/package.json +++ b/Source/Samples/Application/package.json @@ -18,7 +18,7 @@ "gulp-sourcemaps": "3.0.0", "gulp-svg-sprite": "2.0.0", "node-sass": "7.0.3", - "rollup": "2.79.1", + "rollup": "3.29.5", "rollup-plugin-terser": "7.0.2", "tslib": "2.4.0", "typescript": "4.8.4"