From 98ddbc3e0a5e1e7d601498508f291e47c60e0e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:07:41 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-replace from 3.1.0 to 6.0.2 Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 3.1.0 to 6.0.2. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9edc2449d..5846bf8b0 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@rollup/plugin-commonjs": "^19.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.4", - "@rollup/plugin-replace": "^3.0.0", + "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-url": "^6.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0",