From 3944dfd5c0613f2be5a2964b9aa486ef4d807bb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 07:06:28 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.4.0 to 2.6.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.4.0 to 2.6.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.4.0...v2.6.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 1ea35c5d0..474bd1cb8 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "minimist": "^1.2.5", "mock-socket": "^9.0.3", "rimraf": "^3.0.2", - "rollup": "^2.4.0", + "rollup": "^2.6.1", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript2": "^0.27.0", "ts-jest": "^25.3.1", diff --git a/yarn.lock b/yarn.lock index be85818b8..c5b1fd5ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9723,10 +9723,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.4.0.tgz#b136a4d701d24dd79ec9551ee0330e7f632ee9d2" - integrity sha512-dYE2ZKl9+kxuFKDaaSuauZjIPa8hcKDqI7WrOq1pTXYG4GJw+6ypLifGIvCKw5yJpSmuFohuimYpg0wfRXTCLw== +rollup@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.6.1.tgz#8354e67caa7b8bf24c2488d9e2f64da2be62eebe" + integrity sha512-1RhFDRJeg027YjBO6+JxmVWkEZY0ASztHhoEUEWxOwkh4mjO58TFD6Uo7T7Y3FbmDpRTfKhM5NVxJyimCn0Elg== optionalDependencies: fsevents "~2.1.2"