From 7483688f89115343e8b3f1469647586d87a13bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 05:00:05 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.0 to 2.79.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 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.78.0...v2.79.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50aaa0b..d5d9f5b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-rnd": "^10.3.7", "react-use": "^17.4.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.79.0", "style-loader": "3.3.1", "ts-jest": "27.1.4", "ts-node": "10.8.1", diff --git a/yarn.lock b/yarn.lock index 63dbc70..f512cc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11357,10 +11357,10 @@ rollup-pluginutils@^2.4.1: dependencies: estree-walker "^0.6.1" -rollup@^2.75.7: - version "2.78.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.0.tgz#00995deae70c0f712ea79ad904d5f6b033209d9e" - integrity sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg== +rollup@^2.79.0: + version "2.79.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2" + integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA== optionalDependencies: fsevents "~2.3.2"