From fa74b0b3dc029e102e424737eafde63ea35b121a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 07:39:02 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.45.0 to 2.45.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.45.0 to 2.45.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.45.0...v2.45.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b8f931a6..d6047137e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prettier": "^2.2.1", "pretty": "^2.0.0", "reflect-metadata": "^0.1.13", - "rollup": "^2.45.0", + "rollup": "^2.45.1", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "25.3.1", "typescript": "^4.2.4", diff --git a/yarn.lock b/yarn.lock index 3fbc28025..e4593dd62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5372,10 +5372,10 @@ rollup-plugin-typescript2@^0.30.0: resolve "1.20.0" tslib "2.1.0" -rollup@^2.38.5, rollup@^2.45.0: - version "2.45.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.45.0.tgz#bfcce2347c96f15f5c78ac860bc38e3349ba27c9" - integrity sha512-JJznbtGIsHZfKH0Sa9RpCAy5JarH8SWvBzRAGuRkgzAafb8e8D7VSMJ0O1Bsix1nn91koN/Ecvl2+ZWhljcuTw== +rollup@^2.38.5, rollup@^2.45.1: + version "2.45.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.45.1.tgz#eae2b94dc2088b4e0a3b7197a5a1ee0bdd589d5c" + integrity sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag== optionalDependencies: fsevents "~2.3.1"