From 654ba778eaf4c2190c9ad444c8f0015d4c13aee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 07:10:29 +0000 Subject: [PATCH] chore: bump rollup from 2.50.6 to 2.75.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.75.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.50.6...v2.75.5) --- 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 a1b9319..43a6f7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9040,12 +9040,12 @@ } }, "rollup": { - "version": "2.50.6", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz", - "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==", + "version": "2.75.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.5.tgz", + "integrity": "sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" } }, "rollup-plugin-babel": { diff --git a/package.json b/package.json index fb94bef..faeee5b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", - "rollup": "2.50.6", + "rollup": "2.75.5", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "5.2.0",