From ccba90f4a09980d0413e5d49acc79beadf51b036 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 09:10:32 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.7.6 to 2.9.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.7.6 to 2.9.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/v2.7.6...v2.9.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 6e80e28b..e739f920 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "nightwatch": "^1.3.5", "nightwatch-helpers": "^1.2.0", "prettier": "^2.0.5", - "rollup": "^2.7.6", + "rollup": "^2.9.1", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript2": "^0.27.0", "selenium-server": "^3.141.59", diff --git a/yarn.lock b/yarn.lock index aea242a3..c7bfb982 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8895,10 +8895,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.7.6: - version "2.7.6" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.6.tgz#8e6682e64ca65eb33b896dcce902696f0415ce1a" - integrity sha512-AdHosxHBKyBsdtbT1/AqbWNQ87O4SSxS4N9iMwEpoCDAT6e4Du3uJSy83mp3ckgmCxly5VeXGx0WHsm21Djytg== +rollup@^2.9.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.9.1.tgz#3038ba1378e2ee614b5c9385b8379d7bec4c69ea" + integrity sha512-kEZn76R0j+WD4AActu5Np4RShNlewTtJhdUaWNtHwHnAA8AOapyXgH6O7NL2RkcQLHnl49oz1xW1VrDcu5yP+Q== optionalDependencies: fsevents "~2.1.2" -- 2.47.3