From 00df472e58e95116d52e4afccc74971405c546c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:34:22 +0000 Subject: [PATCH] Bump rollup from 3.23.1 to 3.29.5 in /examples/modal Bumps [rollup](https://github.com/rollup/rollup) from 3.23.1 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.23.1...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-version: 3.29.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/modal/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/modal/package-lock.json b/examples/modal/package-lock.json index 08cb323fe0..8d80832399 100644 --- a/examples/modal/package-lock.json +++ b/examples/modal/package-lock.json @@ -1530,10 +1530,11 @@ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "node_modules/rollup": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.23.1.tgz", - "integrity": "sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==", + "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" },