From 033b5d009476d72278cc7bbe8051cde4c01b9911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:06:33 +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] --- packages/parser/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/parser/package.json b/packages/parser/package.json index f8890d5a1..b4ec4ee35 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -31,7 +31,7 @@ "@types/lodash": "^4.14.189", "@types/node": "^18.14.0", "@vitest/coverage-c8": "^0.28.5", - "rollup": "^3.29.5", + "rollup": "^3.30.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", diff --git a/yarn.lock b/yarn.lock index 062e2199d..438a919d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4923,10 +4923,10 @@ rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^3.27.1, rollup@^3.29.5: - version "3.29.5" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54" - integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w== +rollup@^3.27.1, rollup@^3.30.0: + version "3.30.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.30.0.tgz#3fa506fee2c5ba9d540a38da87067376cd55966d" + integrity sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA== optionalDependencies: fsevents "~2.3.2"