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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-18 10:38:52 -07:00
committed by GitHub
parent 1475183b06
commit c9c92e806a
2 changed files with 6 additions and 5 deletions

View File

@@ -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"
},

View File

@@ -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": {