From ca1a5abbdb338ddd95fb29b2a7c8cffe705cfabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:15:28 +0530 Subject: [PATCH] Bump rollup from 2.38.2 to 2.38.5 (#3390) Bumps [rollup](https://github.com/rollup/rollup) from 2.38.2 to 2.38.5. - [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.38.2...v2.38.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++------------- package.json | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81356f9f7..6a828795a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8749,21 +8749,12 @@ } }, "rollup": { - "version": "2.38.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.2.tgz", - "integrity": "sha512-3Sg65zfgqsnI2LUFsOmhJDvTWXwio+taySq/dsyvel8+GW+AxeW9V6YZG8BpVGQk/TS4uvGLARRH5T3ygDyyNQ==", + "version": "2.38.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz", + "integrity": "sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==", "dev": true, "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "dev": true, - "optional": true - } + "fsevents": "~2.3.1" } }, "run-parallel": { diff --git a/package.json b/package.json index a8340b662..22e6b64b0 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "postcss": "^8.2.4", "postcss-cli": "^8.3.1", "postcss-scrollbar": "^0.3.0", - "rollup": "^2.38.2", + "rollup": "^2.38.5", "stylelint": "^13.9.0", "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^5.5.1",