From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 04:44:35 +0000 (+0000) Subject: build(deps-dev): bump rollup from 1.21.0 to 1.21.2 X-Git-Tag: v4.0.0-alpha.0~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d02ca283834b458926700c9b846d83cbd3841ff;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump rollup from 1.21.0 to 1.21.2 Bumps [rollup](https://github.com/rollup/rollup) from 1.21.0 to 1.21.2. - [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.21.0...v1.21.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 7c7d1b0f..58eeea6d 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.21.0", + "rollup": "^1.21.2", "rollup-plugin-alias": "^2.0.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 09742344..a9a9dcdf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5398,10 +5398,10 @@ rollup-pluginutils@2.8.1, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^1.21.0: - version "1.21.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.0.tgz#b5395271dcd91656dc8844b5403ecfb34106fd77" - integrity sha512-FDIPkcIdLg7262zzqteTWNr7GxU7hw3nJiiKY9P38LE3BAZ7tFC0Di/AzISIxHEQBvneu5bW51a7o50P1NgDCg== +rollup@^1.21.2: + version "1.21.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0" + integrity sha512-sCAHlcQ/PExU5t/kRwkEWHdhGmQrZ2IgdQzbjPVNfhWbKHMMZGYqkASVTpQqRPLtQKg15xzEscc+BnIK/TE7/Q== dependencies: "@types/estree" "0.0.39" "@types/node" "^12.7.4"