From f48a029264d6929d319086db8f6dba7d94881240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 05:52:51 +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 3.20.2 to 3.30.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v3.30.0/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.20.2...v3.30.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 3.30.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaeda3e4d..b263a9ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "puppeteer": "24.35.0", "qs": "6.14.2", "rimraf": "5.0.1", - "rollup": "3.20.2", + "rollup": "3.30.0", "rollup-plugin-terser": "7.0.2", "rxjs": "7.8.1", "ts-node": "10.9.1", @@ -17945,10 +17945,11 @@ } }, "node_modules/rollup": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz", - "integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.30.0.tgz", + "integrity": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==", "dev": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, diff --git a/package.json b/package.json index cc50a2a1f..2b5af3a7a 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "puppeteer": "24.35.0", "qs": "6.14.2", "rimraf": "5.0.1", - "rollup": "3.20.2", + "rollup": "3.30.0", "rollup-plugin-terser": "7.0.2", "rxjs": "7.8.1", "ts-node": "10.9.1", @@ -123,7 +123,7 @@ }, "overrides": { "node-fetch": "2.6.9", - "rollup": "3.20.2", + "rollup": "3.30.0", "typescript": "4.9.5" } }