diff --git a/package-lock.json b/package-lock.json index db89093b..968ef309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@factorialco/factorial-one", "version": "0.0.1", "dependencies": { - "embla-carousel-autoplay": "^8.5.1", + "embla-carousel-autoplay": "^8.5.2", "embla-carousel-react": "^8.5.1", "embla-carousel-wheel-gestures": "^8.0.1", "vaul": "^1.1.2" @@ -9328,18 +9328,19 @@ "license": "ISC" }, "node_modules/embla-carousel": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.1.tgz", - "integrity": "sha512-JUb5+FOHobSiWQ2EJNaueCNT/cQU9L6XWBbWmorWPQT9bkbk+fhsuLr8wWrzXKagO3oWszBO7MSx+GfaRk4E6A==", - "license": "MIT" + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.2.tgz", + "integrity": "sha512-xQ9oVLrun/eCG/7ru3R+I5bJ7shsD8fFwLEY7yPe27/+fDHCNj0OT5EoG5ZbFyOxOcG6yTwW8oTz/dWyFnyGpg==", + "license": "MIT", + "peer": true }, "node_modules/embla-carousel-autoplay": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.5.1.tgz", - "integrity": "sha512-FnZklFpePfp8wbj177UwVaGFehgs+ASVcJvYLWTtHuYKURynCc3IdDn2qrn0E5Qpa3g9yeGwCS4p8QkrZmO8xg==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.5.2.tgz", + "integrity": "sha512-27emJ0px3q/c0kCHCjwRrEbYcyYUPfGO3g5IBWF1i7714TTzE6L9P81V6PHLoSMAKJ1aHoT2e7YFOsuFKCbyag==", "license": "MIT", "peerDependencies": { - "embla-carousel": "8.5.1" + "embla-carousel": "8.5.2" } }, "node_modules/embla-carousel-react": { @@ -9355,6 +9356,12 @@ "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, + "node_modules/embla-carousel-react/node_modules/embla-carousel": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.1.tgz", + "integrity": "sha512-JUb5+FOHobSiWQ2EJNaueCNT/cQU9L6XWBbWmorWPQT9bkbk+fhsuLr8wWrzXKagO3oWszBO7MSx+GfaRk4E6A==", + "license": "MIT" + }, "node_modules/embla-carousel-react/node_modules/embla-carousel-reactive-utils": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.5.1.tgz", diff --git a/package.json b/package.json index 12623c0a..fe21c1ad 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "@rollup/rollup-linux-x64-gnu": "^4.30" }, "dependencies": { - "embla-carousel-autoplay": "^8.5.1", + "embla-carousel-autoplay": "^8.5.2", "embla-carousel-react": "^8.5.1", "embla-carousel-wheel-gestures": "^8.0.1", "vaul": "^1.1.2"