From fdb2885d46ba25917c2dde1cf96b75d55460f2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:20:24 +0000 Subject: [PATCH] Bump rollup from 2.77.0 to 2.79.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.79.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.79.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..3dee884 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.79.0", "rollup-plugin-typescript2": "^0.32.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 548ff9f..ff31d0d 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.79.0: + version "2.79.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2" + integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA== optionalDependencies: fsevents "~2.3.2"