From 5b179af9afc8e360d182640ef5a9bf0a610b335b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 02:56:38 +0000 Subject: [PATCH] build(deps-dev): Bump rollup from 2.79.1 to 3.25.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.25.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.79.1...v3.25.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... 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 0055c05..5a2b035 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jest-environment-jsdom": "^29.0.1", "prop-types": "^15.7.2", "react-dom": "^16.14.0", - "rollup": "^2.51.0" + "rollup": "^3.25.1" }, "jest": { "setupFilesAfterEnv": [ diff --git a/yarn.lock b/yarn.lock index b58f61a..b9a3329 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4796,10 +4796,10 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^2.51.0: - version "2.79.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" - integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== +rollup@^3.25.1: + version "3.25.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.1.tgz#9fff79d22ff1a904b2b595a2fb9bc3793cb987d8" + integrity sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ== optionalDependencies: fsevents "~2.3.2"