From 8046c656e36964511e28904723cdf0fe34f92d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:57:26 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.79.1 to 3.25.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.25.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.79.1...v3.25.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... 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 c67c367..b888e1f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "^2.1.2", "prettier-plugin-organize-imports": "^3.0.0", "prettier-plugin-pkg": "^0.17.1", - "rollup": "^2.28.2", + "rollup": "^3.25.1", "rollup-plugin-dts": "^4.0.0", "rollup-plugin-typescript2": "^0.34.0", "ts-jest": "^27.0.5", diff --git a/yarn.lock b/yarn.lock index 0b650b4..a6f5d47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2479,10 +2479,10 @@ rollup-plugin-typescript2@^0.34.0: semver "^7.3.7" tslib "^2.4.0" -rollup@^2.28.2: - version "2.79.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" - integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== +rollup@^3.25.1: + version "3.25.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.1.tgz#9fff79d22ff1a904b2b595a2fb9bc3793cb987d8" + integrity sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ== optionalDependencies: fsevents "~2.3.2"