From ba4826f21575e0bcd6df70cf4c559cd6eda5b7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 06:13:08 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.32.1 to 2.33.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.0. - [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.32.1...v2.33.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 756317c9..618492a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9127,9 +9127,9 @@ } }, "rollup": { - "version": "2.32.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.32.1.tgz", - "integrity": "sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==", + "version": "2.33.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.33.0.tgz", + "integrity": "sha512-7jFrmKgQj1GOWlC8rExHaPcv2SQnWMv1BFUyH/xWS5w80h6132wBUWp/qTvQkAbnlqGvi13T6iP2kHo9Sb2HxA==", "dev": true, "requires": { "fsevents": "~2.1.2"