From 6343eaee9df21cf77e6df0b89ff1770916a11500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:34:47 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-replace from 5.0.7 to 6.0.1 Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.7 to 6.0.1. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b2b8c23..b9433bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.1", - "@rollup/plugin-replace": "^5.0.2", + "@rollup/plugin-replace": "^6.0.1", "@types/command-line-args": "^5.2.0", "@types/command-line-usage": "^5.0.2", "@types/configstore": "^6.0.0", @@ -1731,11 +1731,10 @@ } }, "node_modules/@rollup/plugin-replace": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz", - "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.1.tgz", + "integrity": "sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==", "dev": true, - "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.1", "magic-string": "^0.30.3" diff --git a/package.json b/package.json index 4fa79b6f..bf9481ad 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.1", - "@rollup/plugin-replace": "^5.0.2", + "@rollup/plugin-replace": "^6.0.1", "@types/command-line-args": "^5.2.0", "@types/command-line-usage": "^5.0.2", "@types/configstore": "^6.0.0",