From ac5c8258428ff8ce83fabb605db2e4d11567f983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:18:02 +0000 Subject: [PATCH] fix(deps): update dependency nuka-carousel to v8 --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cd9ae14..edf7cd32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "gatsby-source-datocms": "5.1.5", "gatsby-source-filesystem": "5.13.1", "gatsby-transformer-sharp": "5.13.1", - "nuka-carousel": "7.0.0", + "nuka-carousel": "8.1.0", "photoswipe": "5.4.4", "react": "18.3.1", "react-dom": "18.3.1", @@ -17006,13 +17006,10 @@ } }, "node_modules/nuka-carousel": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/nuka-carousel/-/nuka-carousel-7.0.0.tgz", - "integrity": "sha512-KE0WV1MuE4Gq6ynL8P3qJH2rGq/DkJ0ej+ezo0IuZp4oklV8WNqu6P6O1utJqihHLGoEuFppq5wlHSHfhdCHXA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/nuka-carousel/-/nuka-carousel-8.1.0.tgz", + "integrity": "sha512-s2ZflAKeLHRiEKBZbAs8fFXneRXYaY5HA3a/DCGlbrQCZ9KtBAwgwhThdUb390SyktMSdoPz1FkozlMzvtjLCw==", "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" diff --git a/package.json b/package.json index ab7e46ee..3b364334 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-source-datocms": "5.1.5", "gatsby-source-filesystem": "5.13.1", "gatsby-transformer-sharp": "5.13.1", - "nuka-carousel": "7.0.0", + "nuka-carousel": "8.1.0", "photoswipe": "5.4.4", "react": "18.3.1", "react-dom": "18.3.1",