From 37396cc6c5a3cefd5b596a075db5e87ad8466aa5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 02:33:20 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.7.3 to 2.7.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.7.3 to 2.7.5. - [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.3...v2.7.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21efcd38..814a5d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11028,9 +11028,9 @@ } }, "rollup": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.7.3.tgz", - "integrity": "sha512-lAWJGZ5BQzcu/5fhMKGJrh5oy9LQUoaCid8cQV8k+E2vE9E/UWptzcM+bSBg+u8akORsvnybsqQUE/wVChIazg==", + "version": "2.7.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.7.5.tgz", + "integrity": "sha512-xQSM8uzhgtF6tTnTVEvOQThrcG3LPUP3T/4l4EukzDp0kbTY1QRDuXjiwtYzs9odKj9Bj/PccRG6viFfS7DmCQ==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 7bf2eedb..66a36edf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint-staged": "^10.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", - "rollup": "^2.7.3", + "rollup": "^2.7.5", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0",