From b35e1293431e09d670b9d3b30c20d840b994ac92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:52:03 +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.34.6 - [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.34.6) --- 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..44231d23 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.34.6", "serve": "^14.2.1" }, "volta": { diff --git a/examples/oidc/package.json b/examples/oidc/package.json index 3e9dac5c..66798a51 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.34.6", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/rollup/package.json b/examples/rollup/package.json index e6f9b4f3..a9869500 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.34.6", "serve": "^14.2.1" }, "volta": { diff --git a/examples/tokenless/package.json b/examples/tokenless/package.json index b698ed43..c2046a0c 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.34.6", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index bf17bd0e..365538a3 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.34.6", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index cc81f5d0..dfbe5e00 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.9", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.34.6", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3",