From 5ba6180f3efd49613d12bcc20419afbecb7c3226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Mar 2019 07:54:42 +0000 Subject: [PATCH] :arrow_up: Bump rollup from 1.4.0 to 1.4.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.4.0 to 1.4.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.4.0...v1.4.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c70f54..c7c4f69 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "license": "MIT", "devDependencies": { - "rollup": "^1.4.0", + "rollup": "^1.4.1", "terser": "^3.16.1", "fs-extra": "^7.0.1" } diff --git a/yarn.lock b/yarn.lock index d9ea647..d720b8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -48,10 +48,10 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -rollup@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.4.0.tgz#fdc965b4ea7948e0b8e1a9051067dce1a61b3a24" - integrity sha512-E5HP4rgvAqkXQNYfNHgCDnX5HDHwAPDLUVSNp8iTmT49vY34G0DxEfhjPWnqnFi7v0vQtDGkKl2hvLfmsMvmcA== +rollup@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.4.1.tgz#cc03ef6fb49dd72a878e3da0131c0a3696de14a7" + integrity sha512-YWf5zeR6SWtqZmCnuYs4a+ZJetj8NT4yfBMPXekWHW4L3144jM+J2AWagQVejB0FwCqjEUP9l8o4hg1rPDfQlg== dependencies: "@types/estree" "0.0.39" "@types/node" "^11.9.5"