diff --git a/package-lock.json b/package-lock.json index c4fdfca..9129197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "styled-components": "^5.3.7", - "swiper": "^8.0.7" + "swiper": "^8.4.7" }, "devDependencies": { "@next/eslint-plugin-next": "^13.0.2", @@ -4598,9 +4598,9 @@ } }, "node_modules/swiper": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-8.0.7.tgz", - "integrity": "sha512-GHjDfxSZdupfU7LrSVOpaNaT7R1D2zxopPGBFz1UOXOtsYvVJLg0k6NvkTAD7qn0ASl5pTti82qoYwvYvIkg4g==", + "version": "8.4.7", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.7.tgz", + "integrity": "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g==", "funding": [ { "type": "patreon", @@ -4612,6 +4612,7 @@ } ], "hasInstallScript": true, + "license": "MIT", "dependencies": { "dom7": "^4.0.4", "ssr-window": "^4.0.2" @@ -8341,9 +8342,9 @@ "dev": true }, "swiper": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-8.0.7.tgz", - "integrity": "sha512-GHjDfxSZdupfU7LrSVOpaNaT7R1D2zxopPGBFz1UOXOtsYvVJLg0k6NvkTAD7qn0ASl5pTti82qoYwvYvIkg4g==", + "version": "8.4.7", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.7.tgz", + "integrity": "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g==", "requires": { "dom7": "^4.0.4", "ssr-window": "^4.0.2" diff --git a/package.json b/package.json index 430c6fe..2babab6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "styled-components": "^5.3.7", - "swiper": "^8.0.7" + "swiper": "^8.4.7" }, "devDependencies": { "@next/eslint-plugin-next": "^13.0.2",