From ad0c92c645066b6734a08c07d1e28e63b8dd6dd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 09:13:47 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.0.6 to 2.1.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.0.6 to 2.1.0. - [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/v2.0.6...v2.1.0) 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 bc0ef46d..c08be65c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "nightwatch": "^1.3.4", "nightwatch-helpers": "^1.2.0", "prettier": "^1.19.1", - "rollup": "^2.0.6", + "rollup": "^2.1.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript2": "^0.26.0", diff --git a/yarn.lock b/yarn.lock index 9cd1b554..42404629 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7378,10 +7378,10 @@ rollup-pluginutils@2.8.2, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.0.6.tgz#865d6bb15a28cff3429ea1dc57236013661cb9de" - integrity sha512-P42IlI6a/bxh52ed8hEXXe44LcHfep2f26OZybMJPN1TTQftibvQEl3CWeOmJrzqGbFxOA000QXDWO9WJaOQpA== +rollup@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.1.0.tgz#552e248e397a06b9c6db878c0564ca4ee06729c9" + integrity sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ== optionalDependencies: fsevents "~2.1.2" -- 2.39.5