From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 09:00:29 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-alias from 3.0.1 to 3.1.0 X-Git-Tag: v4.0.0-alpha.6~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4fc9679755e457f24b4a8eeefed521160bf7fe5;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-alias from 3.0.1 to 3.1.0 Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/alias-v3.0.1...alias-v3.1.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 7c884a5f..6b2785a9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@microsoft/api-documenter": "^7.7.16", "@microsoft/api-extractor": "^7.7.13", - "@rollup/plugin-alias": "^3.0.1", + "@rollup/plugin-alias": "^3.1.0", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index a6b6e57d..66a26ffb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -523,10 +523,10 @@ "@nodelib/fs.scandir" "2.1.3" fastq "^1.6.0" -"@rollup/plugin-alias@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.0.1.tgz#eb0549da7177a09e2d6d9d852e4cc5058f3e2104" - integrity sha512-ReSy6iPl3GsWLMNeshXAfgItZFMoMOTYC7MZQQM5va4pqxiGgwl1xZUZfHW6zGyZPK+k8TBadxx+kdmepiUa+g== +"@rollup/plugin-alias@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.0.tgz#4f7bc9d15e030d75da9224aaa5105129c54a3ffd" + integrity sha512-IzoejtAqdfwAvx4D0bztAJFoL5Js36kJgnbO00zfI1B9jf9G80vWysyG0C4+E6w5uG5hz0EeetPpoBWKdNktCQ== dependencies: slash "^3.0.0"