From c9c92e806aa5ec07f3bd872a701a3c4d85fdd573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:38:52 -0700 Subject: [PATCH] build(deps-dev): bump rollup from 3.21.4 to 3.29.5 in /src/phoenix (#1583) Bumps [rollup](https://github.com/rollup/rollup) from 3.21.4 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG-3.md) - [Commits](https://github.com/rollup/rollup/compare/v3.21.4...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-version: 3.29.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/phoenix/package-lock.json | 9 +++++---- src/phoenix/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/phoenix/package-lock.json b/src/phoenix/package-lock.json index 4bbf3128..cb1343a8 100644 --- a/src/phoenix/package-lock.json +++ b/src/phoenix/package-lock.json @@ -29,7 +29,7 @@ "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-replace": "^5.0.2", "mocha": "^10.8.2", - "rollup": "^3.21.4", + "rollup": "^3.29.5", "rollup-plugin-copy": "^3.4.0" }, "optionalDependencies": { @@ -1501,10 +1501,11 @@ } }, "node_modules/rollup": { - "version": "3.21.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.4.tgz", - "integrity": "sha512-N5LxpvDolOm9ueiCp4NfB80omMDqb45ShtsQw2+OT3f11uJ197dv703NZvznYHP6RWR85wfxanXurXKG3ux2GQ==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, diff --git a/src/phoenix/package.json b/src/phoenix/package.json index 09173e67..0aeed3bd 100644 --- a/src/phoenix/package.json +++ b/src/phoenix/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-replace": "^5.0.2", "mocha": "^10.8.2", - "rollup": "^3.21.4", + "rollup": "^3.29.5", "rollup-plugin-copy": "^3.4.0" }, "dependencies": {