From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:04:57 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0 X-Git-Tag: v4.0.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d0d3c4a006ad8daec5fb806882fbdb74187457;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0 Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.4...replace-v2.4.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 50ab15aa..ce00af3c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^11.2.0", - "@rollup/plugin-replace": "^2.3.4", + "@rollup/plugin-replace": "^2.4.0", "@types/jest": "^26.0.20", "@types/jsdom": "^16.2.6", "@types/webpack": "^4.41.26", diff --git a/yarn.lock b/yarn.lock index 220f6ae7..9cdb0782 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,10 +822,10 @@ is-module "^1.0.0" resolve "^1.19.0" -"@rollup/plugin-replace@^2.3.4": - version "2.3.4" - resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.3.4.tgz#7dd84c17755d62b509577f2db37eb524d7ca88ca" - integrity sha512-waBhMzyAtjCL1GwZes2jaE9MjuQ/DQF2BatH3fRivUF3z0JBFrU0U6iBNC/4WR+2rLKhaAhPWDNPYp4mI6RqdQ== +"@rollup/plugin-replace@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.0.tgz#ec80629a0a922ec53719f2dea2f7714fb9231031" + integrity sha512-QGuKCj9fTegKtLh1zsxNWP5uVmUctbFOG9S8wIir5dDO7qzGyISmwrQjlyEN0H7ptz60+CFeVFi5x4aDQ5+L6g== dependencies: "@rollup/pluginutils" "^3.1.0" magic-string "^0.25.7"