From b37b2ce1eb75e1f2699c20f2df9e4626ae806c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:04:40 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.64.0 to 3.4.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.64.0 to 3.4.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.64.0...v3.4.0) --- 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..f63759a 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.4.0", "standard-version": "^9.0.0", "taskr": "^1.1.0", "ts-jest": "^25.0.0", diff --git a/yarn.lock b/yarn.lock index 100a7bc..eac1dde 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.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.4.0.tgz#3f363d46474deb54e6da38d398c3af845c1b7d43" + integrity sha512-4g8ZrEFK7UbDvy3JF+d5bLiC8UKkS3n/27/cnVeESwB1LVPl6MoPL32/6+SCQ1vHTp6Mvp2veIHtwELhi+uXEw== optionalDependencies: fsevents "~2.3.2"