From 58df0765f0571f5fb85ef1f5f37f63f75e6c88f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:18:23 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 3.28.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.29.5. - [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.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... 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 e2b541ad..26f45346 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "prettier": "2.8.8", "puppeteer": "21.0.3", "rimraf": "5.0.1", - "rollup": "3.28.0", + "rollup": "3.29.5", "rollup-plugin-istanbul": "4.0.0", "rollup-plugin-ts": "3.4.4", "trash": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 941a692e..ad75e74a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9860,10 +9860,10 @@ rollup-plugin-ts@3.4.4: ts-clone-node "^3.0.0" tslib "^2.6.1" -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.29.5: + version "3.29.5" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54" + integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w== optionalDependencies: fsevents "~2.3.2"