From 431a866b45daf85f016fd2ef97f46281a64dd873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:15:42 -0500 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.42.2 to 2.43.1 (#1992) Bumps [rollup](https://github.com/rollup/rollup) from 2.42.2 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.2...v2.43.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 be9d0803..d57f2d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8951,9 +8951,9 @@ } }, "rollup": { - "version": "2.42.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.2.tgz", - "integrity": "sha512-o34Ar4rf01ky4EV1RFlTPd+tXICDz13a2o1PARLPFBxighJoPsxvliJTrULqjmIVpZP+JPm499ZPkvnPzRxUYA==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz", + "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/package.json b/package.json index 0db2da7c..eecae3fd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jasmine": "^3.7.0", "markdown-it": "12.0.4", "node-fetch": "^2.6.1", - "rollup": "^2.42.2", + "rollup": "^2.43.1", "rollup-plugin-license": "^2.3.0", "semantic-release": "^17.4.2", "titleize": "^2.1.0",