From d2d0e99f9d38b38693d5ca1989335dc92bf857ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 09:08:42 +0200 Subject: [PATCH] build(deps): bump rollup from 2.42.4 to 2.43.1 in /web (#669) Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.43.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.42.4...v2.43.1) 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 90c54e8ab..ca7c6128d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -2898,9 +2898,9 @@ } }, "rollup": { - "version": "2.42.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.4.tgz", - "integrity": "sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz", + "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==", "requires": { "fsevents": "~2.3.1" } diff --git a/web/package.json b/web/package.json index 34f046e3c..1181a4689 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "lit-element": "^2.4.0", "lit-html": "^1.3.0", "rapidoc": "^8.4.9", - "rollup": "^2.42.4", + "rollup": "^2.43.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-cssimport": "^1.0.2", "rollup-plugin-external-globals": "^0.6.1",