From e20cfc46a97751b1389e334254904e28bdb71f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:03:14 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 Bumps [rollup](https://github.com/rollup/rollup) from 2.75.5 to 2.75.6. - [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.75.5...v2.75.6) --- 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 78d4327fe..bbf48f0ca 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prettier": "^2.6.2", "pretty": "^2.0.0", "reflect-metadata": "^0.1.13", - "rollup": "^2.75.5", + "rollup": "^2.75.6", "rollup-plugin-typescript2": "^0.32.0", "ts-jest": "27.1.5", "tslib": "2.4.0", diff --git a/yarn.lock b/yarn.lock index 0d5b6e88a..7cd1db638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4695,10 +4695,10 @@ rollup-plugin-typescript2@^0.32.0: resolve "^1.20.0" tslib "^2.4.0" -rollup@^2.59.0, rollup@^2.75.5: - version "2.75.5" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.5.tgz#7985c1962483235dd07966f09fdad5c5f89f16d0" - integrity sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA== +rollup@^2.59.0, rollup@^2.75.6: + version "2.75.6" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.6.tgz#ac4dc8600f95942a0180f61c7c9d6200e374b439" + integrity sha512-OEf0TgpC9vU6WGROJIk1JA3LR5vk/yvqlzxqdrE2CzzXnqKXNzbAwlWUXis8RS3ZPe7LAq+YUxsRa0l3r27MLA== optionalDependencies: fsevents "~2.3.2"