From bc24e25e957e1fade08684b5cd919b794f7d420e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:54:21 +0000 Subject: [PATCH] build(deps-dev): bump rollup Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.22.4 to 4.32.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.4...v4.32.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/bundle-analyzer-cli/package.json | 2 +- examples/oidc/package.json | 2 +- examples/rollup/package.json | 2 +- examples/tokenless/package.json | 2 +- examples/vite/package.json | 2 +- packages/rollup-plugin/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/bundle-analyzer-cli/package.json b/examples/bundle-analyzer-cli/package.json index cacf2fb2..f735b9fd 100644 --- a/examples/bundle-analyzer-cli/package.json +++ b/examples/bundle-analyzer-cli/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "serve": "^14.2.1" }, "volta": { diff --git a/examples/oidc/package.json b/examples/oidc/package.json index 3e9dac5c..6ba582f7 100644 --- a/examples/oidc/package.json +++ b/examples/oidc/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/rollup/package.json b/examples/rollup/package.json index e6f9b4f3..42b4b427 100644 --- a/examples/rollup/package.json +++ b/examples/rollup/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "serve": "^14.2.1" }, "volta": { diff --git a/examples/tokenless/package.json b/examples/tokenless/package.json index b698ed43..f0f15cf9 100644 --- a/examples/tokenless/package.json +++ b/examples/tokenless/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index bf17bd0e..2ceb0b9f 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index a6cd7899..cec5d20c 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.8", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.32.0", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3",