From 918c47dff0b145fa568602b1c85f8311f02627ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:18:33 +0000 Subject: [PATCH] Bump rollup from 2.77.0 to 2.77.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.77.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.77.0...v2.77.2) --- 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 7362438..9c8058c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@tailwindcss/typography": "^0.5.4", "auto": "^10.37.2", "rimraf": "^3.0.2", - "rollup": "^2.77.0", + "rollup": "^2.77.2", "rollup-plugin-typescript2": "^0.32.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 548ff9f..b0959dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2392,10 +2392,10 @@ rollup-plugin-typescript2@^0.32.1: resolve "^1.20.0" tslib "^2.4.0" -rollup@^2.77.0: - version "2.77.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.0.tgz#749eaa5ac09b6baa52acc076bc46613eddfd53f4" - integrity sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g== +rollup@^2.77.2: + version "2.77.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.2.tgz#6b6075c55f9cc2040a5912e6e062151e42e2c4e3" + integrity sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g== optionalDependencies: fsevents "~2.3.2"