From 3397402315d795e76aa88902d4ea279a32377b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:29:54 +0000 Subject: [PATCH] chore(deps): bump rollup from 2.76.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.76.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/v2.76.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production ... 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 7767587..1996d4f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "remark-parse": "^10.0.1", "remark-rehype": "^10.1.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^3.29.5", "rollup-plugin-import-assert": "^2.1.0", "ts-node": "^10.8.1", "tslib": "~2.4", diff --git a/yarn.lock b/yarn.lock index 4bba763..50f6238 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8035,10 +8035,10 @@ rollup-plugin-import-assert@^2.1.0: dependencies: string-to-template-literal "^0.2.2" -rollup@^2.75.7: - version "2.76.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.76.0.tgz#c69fe03db530ac53fcb9523b3caa0d3c0b9491a1" - integrity sha512-9jwRIEY1jOzKLj3nsY/yot41r19ITdQrhs+q3ggNWhr9TQgduHqANvPpS32RNpzGklJu3G1AJfvlZLi/6wFgWA== +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"