From 7edbf467cb9a35640b8960e884132501456bca3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 16:54:58 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.0 to 2.78.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 to 2.78.1. - [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.78.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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..d654180 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.78.1", "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..5101708 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.78.1: + version "2.78.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" + integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== optionalDependencies: fsevents "~2.3.2"