diff --git a/package-lock.json b/package-lock.json index 33f756c..eee4722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "rehype-raw": "7.0.0", "remark-gfm": "4.0.1", "remarkable": "^2.0.1", - "swiper": "^12.0.2" + "swiper": "^12.0.3" }, "devDependencies": { "@cognigy/socket-client": "5.0.0-beta.20", @@ -11511,9 +11511,9 @@ "license": "MIT" }, "node_modules/swiper": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-12.0.2.tgz", - "integrity": "sha512-y8F6fDGXmTVVgwqJj6I00l4FdGuhpFJn0U/9Ucn1MwWOw3NdLV8aH88pZOjyhBgU/6PyBlUx+JuAQ5KMWz906Q==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-12.0.3.tgz", + "integrity": "sha512-BHd6U1VPEIksrXlyXjMmRWO0onmdNPaTAFduzqR3pgjvi7KfmUCAm/0cj49u2D7B0zNjMw02TSeXfinC1hDCXg==", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 1228d8d..19047d2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rehype-raw": "7.0.0", "remark-gfm": "4.0.1", "remarkable": "^2.0.1", - "swiper": "^12.0.2" + "swiper": "^12.0.3" }, "peerDependencies": { "react": "^19.x || ^18.3.0",