From ca4f647647f300e1b283306e8bb7da6529948201 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 08:02:41 +0000 Subject: [PATCH] Chore(deps-dev): Bump rollup from 1.27.0 to 2.51.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.0 to 2.51.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/v1.27.0...v2.51.1) 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..4bfa31b 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.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.1.tgz", + "integrity": "sha512-8xfDbAtBleXotb6qKEHWuo/jkn94a9dVqGc7Rwl3sqspCVlnCfbRek7ldhCARSi7h32H0xR4QThm1t9zHN+3uw==", "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..c23af50 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.1", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-executable": "^1.5.0", "rollup-plugin-hashbang": "^2.2.2",