From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:03:29 +0000 (+0100) Subject: Bump rollup from 2.42.3 to 2.42.4 (#291) X-Git-Tag: v2.0.2~22 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c9170223028c20b8e47f6ef43d33cc5b8b68e07e;p=poolifier.git Bump rollup from 2.42.3 to 2.42.4 (#291) Bumps [rollup](https://github.com/rollup/rollup) from 2.42.3 to 2.42.4. - [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.3...v2.42.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 47d25b68..29ed40f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4254,9 +4254,9 @@ } }, "rollup": { - "version": "2.42.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.3.tgz", - "integrity": "sha512-JjaT9WaUS5vmjy6xUrnPOskjkQg2cN4WSACNCwbOvBz8VDmbiKVdmTFUoMPRqTud0tsex8Xy9/boLbDW9HKD1w==", + "version": "2.42.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.4.tgz", + "integrity": "sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/package.json b/package.json index aac23dff..acbec754 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "prettier": "^2.2.1", "prettier-plugin-organize-imports": "^1.1.1", "prettierx": "^0.17.0", - "rollup": "^2.42.3", + "rollup": "^2.42.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",