From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 09:25:52 +0000 (+0000) Subject: build(deps-dev): bump rollup from 1.20.2 to 1.20.3 X-Git-Tag: v4.0.0-alpha.0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41044e7e202ddbe8658e39a6780ad3185767e01d;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump rollup from 1.20.2 to 1.20.3 Bumps [rollup](https://github.com/rollup/rollup) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.20.2...v1.20.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 9b1e13d2..a05d2588 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jsdom": "^15.1.1", "mocha": "^6.2.0", "prettier": "^1.18.2", - "rollup": "^1.20.2", + "rollup": "^1.20.3", "rollup-plugin-alias": "^2.0.0", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 0957a94f..80aa8fab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5347,10 +5347,10 @@ rollup-pluginutils@2.8.1, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^1.20.2: - version "1.20.2" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.20.2.tgz#0e1be13cb5de244c9c463027092f7c93461558b9" - integrity sha512-pF4jFzNWMUuudIAeiTgOcSxn8XkBN2Y2/IwPR7iL/IZ8k9RwoLyp2QwNWiYT+HF537zwpmzZHTBYw345H9vq1A== +rollup@^1.20.3: + version "1.20.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.20.3.tgz#6243f6c118ca05f56b2d9433112400cd834a1eb8" + integrity sha512-/OMCkY0c6E8tleeVm4vQVDz24CkVgvueK3r8zTYu2AQNpjrcaPwO9hE+pWj5LTFrvvkaxt4MYIp2zha4y0lRvg== dependencies: "@types/estree" "0.0.39" "@types/node" "^12.7.2"