From a41512df52e26b3420df22a77e9a3b44df27d6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:16:25 +0000 Subject: [PATCH] Bump rollup from 2.50.3 to 2.79.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.50.3 to 2.79.0. - [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.50.3...v2.79.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3f4afa..3aeb252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15411,12 +15411,12 @@ } }, "rollup": { - "version": "2.50.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.3.tgz", - "integrity": "sha512-58KiHnaCzZn6F5yRMjHe7WTZuFj6r4iJVJz5UwvKD6f/xfTy2IdtbR2AVHN6cyfK1tBy//hJ66ebXy6Y1h7HlQ==", + "version": "2.79.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.0.tgz", + "integrity": "sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" }, "dependencies": { "fsevents": { diff --git a/package.json b/package.json index f47815e..b32bc0d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest": "^27.0.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", - "rollup": "^2.50.3", + "rollup": "^2.79.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-polyfill-node": "^0.6.2",