diff --git a/package-lock.json b/package-lock.json index 2583370..c0157b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "^18", "sass": "^1.76.0", "split-type": "^0.3.4", - "swiper": "^11.1.3" + "swiper": "^11.1.4" }, "devDependencies": { "eslint": "^8", @@ -6103,9 +6103,9 @@ } }, "node_modules/swiper": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.3.tgz", - "integrity": "sha512-80MSxonyTxrGcaWj9YgvvhD8OG0B9/9IVZP33vhIEvyWvmKjnQDBieO+29wKvMx285sAtvZyrWBdkxaw6+D3aw==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.4.tgz", + "integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==", "funding": [ { "type": "patreon", @@ -6116,6 +6116,7 @@ "url": "http://opencollective.com/swiper" } ], + "license": "MIT", "engines": { "node": ">= 4.7.0" } diff --git a/package.json b/package.json index 55d658e..b78c6c8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "^18", "sass": "^1.76.0", "split-type": "^0.3.4", - "swiper": "^11.1.3" + "swiper": "^11.1.4" }, "devDependencies": { "eslint": "^8",