From e4625600d531ee6057ebd6e20d1c900a794276ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:57:39 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.64.0 to 3.17.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.64.0 to 3.17.3. - [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.17.3) --- 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..08bcadd 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.17.3", "standard-version": "^9.0.0", "taskr": "^1.1.0", "ts-jest": "^25.0.0", diff --git a/yarn.lock b/yarn.lock index 100a7bc..30d5a07 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.17.3: + version "3.17.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.17.3.tgz#ee7c4e1a262da55c491a4788b632fa123315f6ef" + integrity sha512-p5LaCXiiOL/wrOkj8djsIDFmyU9ysUxcyW+EKRLHb6TKldJzXpImjcRSR+vgo09DBdofGcOoLOsRyxxG2n5/qQ== optionalDependencies: fsevents "~2.3.2"