From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:42:31 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-alias from 3.1.0 to 3.1.1 X-Git-Tag: v4.0.0-alpha.13~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933f7deebd244e413660c9b12ad2cbcb33343a61;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-alias from 3.1.0 to 3.1.1 Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/alias-v3.1.0...alias-v3.1.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index be284a18..583e78cd 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@microsoft/api-documenter": "^7.8.10", "@microsoft/api-extractor": "^7.8.1", - "@rollup/plugin-alias": "^3.1.0", + "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-node-resolve": "^8.0.1", "@rollup/plugin-replace": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index 3a08ae3d..1ac40fb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -546,10 +546,10 @@ "@nodelib/fs.scandir" "2.1.3" fastq "^1.6.0" -"@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== +"@rollup/plugin-alias@^3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.1.tgz#bb96cf37fefeb0a953a6566c284855c7d1cd290c" + integrity sha512-hNcQY4bpBUIvxekd26DBPgF7BT4mKVNDF5tBG4Zi+3IgwLxGYRY0itHs9D0oLVwXM5pvJDWJlBQro+au8WaUWw== dependencies: slash "^3.0.0"