From fda03f78264821fac0de6db8e5107cd890591408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:56:43 +0000 Subject: [PATCH] Bump rollup from 3.28.0 to 3.28.1 Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.28.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/v3.28.0...v3.28.1) --- 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 4c41e65..9bd3320 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "magic-string": "0.30.3", "react": "18.2", "react-dom": "18.2", - "rollup": "3.28.0", + "rollup": "3.28.1", "rollup-plugin-esbuild": "5.0.0", "tslib": "2.6.2", "typescript": "5.1.6" diff --git a/yarn.lock b/yarn.lock index 82a1e5f..e6fe7e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4767,10 +4767,10 @@ rollup-plugin-esbuild@5.0.0: joycon "^3.1.1" jsonc-parser "^3.2.0" -rollup@3.28.0: - version "3.28.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.28.0.tgz#a3c70004b01934760c0cb8df717c7a1d932389a2" - integrity sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw== +rollup@3.28.1: + version "3.28.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.28.1.tgz#fb44aa6d5e65c7e13fd5bcfff266d0c4ea9ba433" + integrity sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw== optionalDependencies: fsevents "~2.3.2"