From dbb0adba2e847b15114abaccf60b63eb1beb517e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:05:31 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 3.29.5 to 3.30.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.5 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.29.5...v3.30.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 3.30.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 565e97b9..97b1b7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "qunit": "^2.4.1", "qunit-tap": "^1.5.0", "rimraf": "^3.0.2", - "rollup": "^3.29.5", + "rollup": "^3.30.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-includepaths": "^0.2.4", "rollup-plugin-typescript2": "^0.36.0", @@ -8457,9 +8457,9 @@ } }, "node_modules/rollup": { - "version": "3.29.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", - "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.30.0.tgz", + "integrity": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -16798,9 +16798,9 @@ } }, "rollup": { - "version": "3.29.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", - "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.30.0.tgz", + "integrity": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index f49e9cac..65bfce01 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "qunit": "^2.4.1", "qunit-tap": "^1.5.0", "rimraf": "^3.0.2", - "rollup": "^3.29.5", + "rollup": "^3.30.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-includepaths": "^0.2.4", "rollup-plugin-typescript2": "^0.36.0",