From 9b1cf79821533c3bd39fdf891f54d63eb3e4b4a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2019 02:41:04 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.16.0 to 1.16.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.16.0 to 1.16.1. - [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.16.0...v1.16.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53ff033dc..9ed172de2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "markdownlint-cli": "^0.17.0", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", - "rollup": "^1.16.0", + "rollup": "^1.16.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-terser": "^5.0.0" }, diff --git a/yarn.lock b/yarn.lock index 84718b6c3..56f4c20dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5292,10 +5292,10 @@ rollup-pluginutils@^2.3.0: dependencies: estree-walker "^0.6.1" -rollup@^1.16.0: - version "1.16.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.16.0.tgz#f7fd03f6720a6cb8460ce3e5c0347110fd25b4fc" - integrity sha512-1GttJm/KzNYiaIkw1DHDEoynKoG2woW6y3qCHVSso4BSWnWQ3QoiVa8UgKX6/5CjpFwLt+f0p2pbGn0ALSNp3Q== +rollup@^1.16.1: + version "1.16.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.16.1.tgz#67955b3736f34b80778fb83ac3ac4d340763547b" + integrity sha512-cq2HT0OQF7sStRZpoiWgGorExkCxs7asewKtQcEkEam+xGDwT2QlF1P0J6OjKiqNj8bFzggfizPhEcI3mEUIfQ== dependencies: "@types/estree" "0.0.39" "@types/node" "^12.0.8"