From 7862dcbd6f83cc1bafe0a5054689c177eee62e25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 09:13:33 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.9.1 to 2.10.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.9.1 to 2.10.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/v2.9.1...v2.10.2) 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 e5db126c..4aa3510a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "nightwatch": "^1.3.5", "nightwatch-helpers": "^1.2.0", "prettier": "^2.0.5", - "rollup": "^2.9.1", + "rollup": "^2.10.2", "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 4017ec9a..609cdf25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8908,10 +8908,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -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== +rollup@^2.10.2: + version "2.10.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.10.2.tgz#9adfcf8ab36861b5b0f8ca7b436f5866e3e9e200" + integrity sha512-tivFM8UXBlYOUqpBYD3pRktYpZvK/eiCQ190eYlrAyrpE/lzkyG2gbawroNdbwmzyUc7Y4eT297xfzv0BDh9qw== optionalDependencies: fsevents "~2.1.2" -- 2.47.3