From bff61055badd8ec58c8a781fb25671c6c6edf5a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:21:47 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.37.1 to 2.38.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.37.1 to 2.38.3. - [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.37.1...v2.38.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5b8246b..d93a1851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13062,12 +13062,21 @@ } }, "rollup": { - "version": "2.37.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.37.1.tgz", - "integrity": "sha512-V3ojEeyGeSdrMSuhP3diBb06P+qV4gKQeanbDv+Qh/BZbhdZ7kHV0xAt8Yjk4GFshq/WjO7R4c7DFM20AwTFVQ==", + "version": "2.38.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.3.tgz", + "integrity": "sha512-FVx/XzR2DtCozKNDBjHJCHIgkC12rNg/ruAeoYWjLeeKfSKgwhh+lDLDhuCkuRG/fsup8py8dKBTlHdvUFX32A==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.1" + }, + "dependencies": { + "fsevents": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz", + "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==", + "dev": true, + "optional": true + } } }, "rsvp": { diff --git a/package.json b/package.json index 269f0588..8a557b4d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jsdoc-to-markdown": "^6.0.1", "markdown-toc": "^1.2.0", "prettier": "^2.2.1", - "rollup": "^2.37.1", + "rollup": "^2.38.3", "size-limit": "^4.9.1", "sloc": "^0.2.1", "typescript": "^4.1.3",