From 790a7da041767dc6211486a138dc7ba55c3a9f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:02:48 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.61.0 to 2.61.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.61.0 to 2.61.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.61.0...v2.61.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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 38d65a851..1f391c0ef 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "^2.5.1", "pretty": "^2.0.0", "reflect-metadata": "^0.1.13", - "rollup": "^2.61.0", + "rollup": "^2.61.1", "rollup-plugin-typescript2": "^0.31.1", "ts-jest": "25.3.1", "tslib": "2.3.1", diff --git a/yarn.lock b/yarn.lock index ab5ccb669..690838a5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5534,10 +5534,10 @@ rollup-plugin-typescript2@^0.31.1: resolve "1.20.0" tslib "2.2.0" -rollup@^2.59.0, rollup@^2.61.0: - version "2.61.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.61.0.tgz#ccd927bcd6cc0c78a4689c918627a717977208f4" - integrity sha512-teQ+T1mUYbyvGyUavCodiyA9hD4DxwYZJwr/qehZGhs1Z49vsmzelMVYMxGU4ZhGRKxYPupHuz5yzm/wj7VpWA== +rollup@^2.59.0, rollup@^2.61.1: + version "2.61.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.61.1.tgz#1a5491f84543cf9e4caf6c61222d9a3f8f2ba454" + integrity sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA== optionalDependencies: fsevents "~2.3.2"