From 6873fbfc5f7a312fdb67fdc9cc54dddb4cdedd33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:57:36 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.64.0 to 3.17.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.64.0 to 3.17.2. - [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.2) --- 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..20a328e 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.2", "standard-version": "^9.0.0", "taskr": "^1.1.0", "ts-jest": "^25.0.0", diff --git a/yarn.lock b/yarn.lock index 100a7bc..500cb87 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.2: + version "3.17.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.17.2.tgz#a4ecd29c488672a0606e41ef57474fad715750a9" + integrity sha512-qMNZdlQPCkWodrAZ3qnJtvCAl4vpQ8q77uEujVCCbC/6CLB7Lcmvjq7HyiOSnf4fxTT9XgsE36oLHJBH49xjqA== optionalDependencies: fsevents "~2.3.2"