From 20184424ab0947f327c5c7162f9548dbc1eafb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 09:12:26 +0100 Subject: [PATCH] build(deps): bump rollup from 2.40.0 to 2.41.0 in /web (#623) Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.41.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.40.0...v2.41.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index f9700d41f..0d7710feb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -2660,9 +2660,9 @@ } }, "rollup": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.40.0.tgz", - "integrity": "sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==", + "version": "2.41.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.0.tgz", + "integrity": "sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA==", "requires": { "fsevents": "~2.3.1" } diff --git a/web/package.json b/web/package.json index 5a9b489d3..c6602f4bd 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "flowchart.js": "^1.15.0", "lit-element": "^2.4.0", "lit-html": "^1.3.0", - "rollup": "^2.40.0", + "rollup": "^2.41.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-cssimport": "^1.0.2", "rollup-plugin-external-globals": "^0.6.1",