From 6fada4aedc6bad44fd55d1a9064ca88f1b995af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:02:02 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.64.0 to 3.14.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.64.0 to 3.14.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.14.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..b2b613f 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.14.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..2809061 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.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.14.0.tgz#f5925255f3b6e8de1dba3916d7619c7da5708d95" + integrity sha512-o23sdgCLcLSe3zIplT9nQ1+r97okuaiR+vmAPZPTDYB7/f3tgWIYNyiQveMsZwshBT0is4eGax/HH83Q7CG+/Q== optionalDependencies: fsevents "~2.3.2"