diff --git a/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package-lock.json b/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package-lock.json index cc4760a953..555d791ecb 100644 --- a/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package-lock.json +++ b/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package-lock.json @@ -21,7 +21,7 @@ "postcss-url": "^10.1.3", "sass": "^1.78.0", "sass-loader": "^14.2.1", - "swiper": "^11.1.14", + "swiper": "^12.1.2", "ts-loader": "^9.5.1", "tsd": "^0.31.2", "typescript": "^5.5.4", @@ -8966,9 +8966,9 @@ } }, "node_modules/swiper": { - "version": "11.1.14", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.14.tgz", - "integrity": "sha512-VbQLQXC04io6AoAjIUWuZwW4MSYozkcP9KjLdrsG/00Q/yiwvhz9RQyt0nHXV10hi9NVnDNy1/wv7Dzq1lkOCQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-12.1.2.tgz", + "integrity": "sha512-4gILrI3vXZqoZh71I1PALqukCFgk+gpOwe1tOvz5uE9kHtl2gTDzmYflYCwWvR4LOvCrJi6UEEU+gnuW5BtkgQ==", "dev": true, "funding": [ { @@ -8980,6 +8980,7 @@ "url": "http://opencollective.com/swiper" } ], + "license": "MIT", "engines": { "node": ">= 4.7.0" } diff --git a/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package.json b/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package.json index 97922727b1..6250a28fd5 100644 --- a/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package.json +++ b/src/CoreShop/Bundle/FrontendBundle/Resources/assets/package.json @@ -21,7 +21,7 @@ "postcss-url": "^10.1.3", "sass": "^1.78.0", "sass-loader": "^14.2.1", - "swiper": "^11.1.14", + "swiper": "^12.1.2", "ts-loader": "^9.5.1", "tsd": "^0.31.2", "typescript": "^5.5.4",