From c203abcfbfe2cf9e36179dbed38f2b2197d89e8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 07:39:03 +0000 Subject: [PATCH] Chore(deps-dev): Bump rollup from 1.27.0 to 2.51.2 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.0 to 2.51.2. - [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/v1.27.0...v2.51.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ea13a1..a3b28bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6493,21 +6493,20 @@ } }, "rollup": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.0.tgz", - "integrity": "sha512-yaMna4MJ8LLEHhHl1ilgHakylf0LKeQctDxhngZLQ+W57GnXa5vtH7XKaK8zlAhNEhlWiH5YFVFt+QCDPUmNkw==", + "version": "2.51.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz", + "integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==", "dev": true, "requires": { - "@types/estree": "*", - "@types/node": "*", - "acorn": "^7.1.0" + "fsevents": "~2.3.1" }, "dependencies": { - "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", - "dev": true + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true } } }, diff --git a/package.json b/package.json index b05402e..6ea6425 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "nodemon": "^1.18.10", "pino-pretty": "^3.2.2", "prettier": "^1.16.4", - "rollup": "^1.16.0", + "rollup": "^2.51.2", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-executable": "^1.5.0", "rollup-plugin-hashbang": "^2.2.2",