From 891f2939cd364248176df987671177ac03ae35ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:02:05 +0000 Subject: [PATCH] Bump rollup from 2.13.1 to 2.53.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.53.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/v2.13.1...v2.53.1) 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 c981c8b..2f40bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6934,18 +6934,18 @@ } }, "rollup": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.13.1.tgz", - "integrity": "sha512-EiICynxIO1DTFmFn+/98gfaqCToK2nbjPjHJLuNvpcwc+P035VrXmJxi3JsOhqkdty+0cOEhJ26ceGTY3UPMPQ==", + "version": "2.53.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.1.tgz", + "integrity": "sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==", "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 a7ba58a..6394e94 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postcss-nested": "^4.2.1", "prettier": "^2.0.5", "require-from-string": "^2.0.2", - "rollup": "^2.13.1", + "rollup": "^2.53.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^6.1.0",