From 63a2f5658eaa06917e0f5d0d8bca602638b64fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:34:20 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.27.4 to 4.28.0 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.27.4 to 4.28.0. - [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/v4.27.4...v4.28.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e160bfc68..c5ef54f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "@factorialco/factorial-one", "version": "0.0.1", "dependencies": { + "@rollup/rollup-linux-x64-gnu": "^4.28", "embla-carousel-autoplay": "^8.5.1", "embla-carousel-react": "^8.5.1", "embla-carousel-wheel-gestures": "^8.0.1" @@ -71,7 +72,7 @@ "vitest": "^2.1.6" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.27" + "@rollup/rollup-linux-x64-gnu": "^4.28" }, "peerDependencies": { "@hookform/resolvers": "^3.9.0", @@ -4018,9 +4019,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.27.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.4.tgz", - "integrity": "sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz", + "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 86df378ba..3292e56d7 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "vitest": "^2.1.6" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.27" + "@rollup/rollup-linux-x64-gnu": "^4.28" }, "dependencies": { "embla-carousel-autoplay": "^8.5.1",