From 62875b7bb3429b424f76e30e88baf88a479b53a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:22:08 +0000 Subject: [PATCH] Bump rollup from 2.77.0 to 2.79.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.79.1. - [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.1) --- 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..2de78a4 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.1", "rollup-plugin-typescript2": "^0.32.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 548ff9f..020c82e 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.1: + version "2.79.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== optionalDependencies: fsevents "~2.3.2"