From da0d0e332d0a22822ba7324897df896f8384ee84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:13:24 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.34.2 to 2.53.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.53.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/v2.34.2...v2.53.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e960b0dec..aa1de080a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9175,18 +9175,18 @@ "integrity": "sha1-FmRuUlKStNJdgnV6KGlV4Lv6U9k=" }, "rollup": { - "version": "2.34.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.34.2.tgz", - "integrity": "sha512-mvtQLqu3cNeoctS+kZ09iOPxrc1P1/Bt1z15enuQ5feyKOdM3MJAVFjjsygurDpSWn530xB4AlA83TWIzRstXA==", + "version": "2.53.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz", + "integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.2" }, "dependencies": { "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "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 31122a15e..d93a50c10 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jest-junit": "^12.0.0", "lodash": "^4.17.20", "npm-run-all": "^4.1.5", - "rollup": "^2.34.2", + "rollup": "^2.53.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-css-only": "^3.0.0", "rollup-plugin-dsv": "^1.2.0",