From 5ebc964d690408d08c85fdb99464d7d386255d7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 06:33:46 +0000 Subject: [PATCH] Bump rollup from 2.26.10 to 2.32.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.26.10 to 2.32.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.26.10...v2.32.1) 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 5436c67..b4757f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14855,9 +14855,9 @@ } }, "rollup": { - "version": "2.26.10", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.10.tgz", - "integrity": "sha512-dUnjCWOA0h9qNX6qtcHidyatz8FAFZxVxt1dbcGtKdlJkpSxGK3G9+DLCYvtZr9v94D129ij9zUhG+xbRoqepw==", + "version": "2.32.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.32.1.tgz", + "integrity": "sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 326518b..c2f1cc1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "http-server": "^0.12.3", "jest": "^26.0.1", "release-it": "^14.0.2", - "rollup": "^2.26.10", + "rollup": "^2.32.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-node-resolve": "^5.2.0", "stats.js": "^0.17.0",