From ce11809e6fbc5f4116c0c75a546201c5b1d47945 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:40:12 +0000 Subject: [PATCH] Chore(deps-dev): Bump rollup from 1.27.0 to 2.50.6 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.0 to 2.50.6. - [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.50.6) 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..b4d066d 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.50.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz", + "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==", "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..e863050 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.50.6", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-executable": "^1.5.0", "rollup-plugin-hashbang": "^2.2.2",