From d525f1f6d09aba7ce9515b909ce1032dfac070f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 08:12:20 +0100 Subject: [PATCH] chore(deps-dev): bump rollup from 2.38.0 to 2.38.2 (#441) Bumps [rollup](https://github.com/rollup/rollup) from 2.38.0 to 2.38.2. - [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.38.0...v2.38.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 a10e7c88..9e97f6f1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "prettier": "2.2.1", "react": "17.0.1", "rimraf": "3.0.2", - "rollup": "2.38.0", + "rollup": "2.38.2", "typescript": "4.1.3" } } diff --git a/yarn.lock b/yarn.lock index 1f9d5fa3..61ff2a81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3093,10 +3093,10 @@ rimraf@3.0.2, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@2.38.0: - version "2.38.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.38.0.tgz#57942d5a10826cb12ed1f19c261f774efa502d2d" - integrity sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== +rollup@2.38.2: + version "2.38.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.38.2.tgz#ac5feef9e3b5f1c4386a0578f3add52b8b66759f" + integrity sha512-3Sg65zfgqsnI2LUFsOmhJDvTWXwio+taySq/dsyvel8+GW+AxeW9V6YZG8BpVGQk/TS4uvGLARRH5T3ygDyyNQ== optionalDependencies: fsevents "~2.1.2"