From 1c2278430d6f6e27dd7cf4f4f7e0e907fecd6922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:47:13 +0000 Subject: [PATCH] Bump rollup from 1.7.3 to 2.79.2 in /TOOLS/NodeJS Bumps [rollup](https://github.com/rollup/rollup) from 1.7.3 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/v1.7.3...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- TOOLS/NodeJS/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/NodeJS/package.json b/TOOLS/NodeJS/package.json index f7c122d..61d5778 100644 --- a/TOOLS/NodeJS/package.json +++ b/TOOLS/NodeJS/package.json @@ -32,7 +32,7 @@ "npm-run-all": "4.1.5", "pathfinding": "0.4.18", "regenerator-runtime": "0.13.2", - "rollup": "1.7.3", + "rollup": "2.79.2", "rollup-plugin-babel": "4.3.2", "rollup-plugin-commonjs": "9.2.2", "rollup-plugin-node-resolve": "4.0.1",