diff --git a/package-lock.json b/package-lock.json index 9e314e9..8d744e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-spinners": "^0.13.8", "styled-components": "^6.1.11", "sweetalert2": "^11.6.13", - "swiper": "^11.1.4", + "swiper": "^11.2.0", "zustand": "^4.4.1" }, "devDependencies": { @@ -6020,9 +6020,9 @@ } }, "node_modules/swiper": { - "version": "11.1.4", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.4.tgz", - "integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.0.tgz", + "integrity": "sha512-rjjAKgDEs+grR2eQshVDCcE4KNPC7CI294nfcbV9gE8WCsLdvOYXDeZKUYevqAZZp8j5hE7kpT3dAGVKFBWlxQ==", "funding": [ { "type": "patreon", @@ -10909,9 +10909,9 @@ "integrity": "sha512-n5yVF0FNx1lm4XzpPyb1HIaiptzODfVyeCzmB809tpK+1bPdoKoevKOxYjrtId75DV7xuIp4r6cjn8xUAB8dPQ==" }, "swiper": { - "version": "11.1.4", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.4.tgz", - "integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==" + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.0.tgz", + "integrity": "sha512-rjjAKgDEs+grR2eQshVDCcE4KNPC7CI294nfcbV9gE8WCsLdvOYXDeZKUYevqAZZp8j5hE7kpT3dAGVKFBWlxQ==" }, "text-table": { "version": "0.2.0", diff --git a/package.json b/package.json index 93485c3..10c8d05 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-spinners": "^0.13.8", "styled-components": "^6.1.11", "sweetalert2": "^11.6.13", - "swiper": "^11.1.4", + "swiper": "^11.2.0", "zustand": "^4.4.1" }, "devDependencies": {