From 915f341de8346f89f7e83a2629dac86b09c25fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:01:27 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.64.0 to 3.12.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.64.0 to 3.12.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.64.0...v3.12.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 a7df219..f7f1453 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-profiscience": "^7.0.1", "jest": "^25.1.0", "prettier": "^2.5.1", - "rollup": "^2.62.0", + "rollup": "^3.12.1", "standard-version": "^9.0.0", "taskr": "^1.1.0", "ts-jest": "^25.0.0", diff --git a/yarn.lock b/yarn.lock index 100a7bc..7be3904 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4793,10 +4793,10 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^2.62.0: - version "2.64.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.64.0.tgz#f0f59774e21fbb56de438a37d06a2189632b207a" - integrity sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ== +rollup@^3.12.1: + version "3.12.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.1.tgz#2975b97713e4af98c15e7024b88292d7fddb3853" + integrity sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig== optionalDependencies: fsevents "~2.3.2"