From aa84fed943024fee1483fb5b44a3115cc7a34f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 10:29:23 +1000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.67.2 to 2.67.3 (#1332) Bumps [rollup](https://github.com/rollup/rollup) from 2.67.2 to 2.67.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.67.2...v2.67.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69f63c70f..da3350aa2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier": "^2.5.1", "pretty": "^2.0.0", "reflect-metadata": "^0.1.13", - "rollup": "^2.67.2", + "rollup": "^2.67.3", "rollup-plugin-typescript2": "^0.31.2", "ts-jest": "27.1.3", "tslib": "2.3.1", diff --git a/yarn.lock b/yarn.lock index 854cc422c..73eb5d0e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4551,10 +4551,10 @@ rollup-plugin-typescript2@^0.31.2: resolve "^1.20.0" tslib "^2.3.1" -rollup@^2.59.0, rollup@^2.67.2: - version "2.67.2" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.67.2.tgz#d95e15f60932ad21e05a870bd0aa0b235d056f04" - integrity sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw== +rollup@^2.59.0, rollup@^2.67.3: + version "2.67.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.67.3.tgz#3f04391fc296f807d067c9081d173e0a33dbd37e" + integrity sha512-G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw== optionalDependencies: fsevents "~2.3.2"