From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 04:55:50 +0000 (+0000) Subject: build(deps-dev): bump rollup-plugin-alias from 1.5.2 to 2.0.0 X-Git-Tag: v4.0.0-alpha.0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12908d316de9e2595ab17e082fce8ed083207d9;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump rollup-plugin-alias from 1.5.2 to 2.0.0 Bumps [rollup-plugin-alias](https://github.com/frostney/rollup-plugin-alias) from 1.5.2 to 2.0.0. - [Release notes](https://github.com/frostney/rollup-plugin-alias/releases) - [Changelog](https://github.com/rollup/rollup-plugin-alias/blob/master/CHANGELOG.md) - [Commits](https://github.com/frostney/rollup-plugin-alias/compare/v1.5.2...v2.0.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 29b4ac59..85aeef2c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "mocha": "^6.2.0", "prettier": "^1.18.2", "rollup": "^1.20.2", - "rollup-plugin-alias": "^1.5.2", + "rollup-plugin-alias": "^2.0.0", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index cd6e5c45..fe4bdd87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5282,10 +5282,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rollup-plugin-alias@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-alias/-/rollup-plugin-alias-1.5.2.tgz#f15a1cc8ee0debf74ab5c2bb68a944a66b568411" - integrity sha512-ODeZXhTxpD48sfcYLAFc1BGrsXKDj7o1CSNH3uYbdK3o0NxyMmaQPTNgW+ko+am92DLC8QSTe4kyxTuEkI5S5w== +rollup-plugin-alias@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-alias/-/rollup-plugin-alias-2.0.0.tgz#eea77466a8a8a063007c8edb2e9d7a3d06cbb889" + integrity sha512-JVwxV9nwzjc0q7JmrV9jvZlJ8FykNd5r7RmYps8i/7v+vcmmVpeMvXrljhCboYErf4VZ2z9FEj+fP7eJlEGfug== dependencies: slash "^3.0.0"