From ec9fcca5fe8d7fe03c776c767319ce50086ef71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:12:47 +0000 Subject: [PATCH] Bump rollup from 2.77.0 to 2.78.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.78.0. - [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.78.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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..3f1aa77 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.78.0", "rollup-plugin-typescript2": "^0.32.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 548ff9f..aaaf6b6 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.78.0: + version "2.78.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.0.tgz#00995deae70c0f712ea79ad904d5f6b033209d9e" + integrity sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg== optionalDependencies: fsevents "~2.3.2"