From 388c378ab94283858f506f7b7ab48a072ac9fe6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 11:45:18 +0000 Subject: [PATCH] fix: upgrade swiper from 11.1.12 to 11.1.14 Snyk has created this PR to upgrade swiper from 11.1.12 to 11.1.14. See this package in npm: swiper See this project in Snyk: https://app.snyk.io/org/jwinr/project/36c4156b-7d33-46e9-a83d-13c3e8770d19?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fba4535..f186f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "sharp": "^0.33.5", "stripe": "^16.10.0", "styled-components": "^6.1.13", - "swiper": "^11.1.12" + "swiper": "^11.1.14" }, "devDependencies": { "@babel/helper-compilation-targets": "^7.25.2", @@ -13842,9 +13842,9 @@ } }, "node_modules/swiper": { - "version": "11.1.12", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.12.tgz", - "integrity": "sha512-PUkCToYAZMB4kP7z+YfPnkMHOMwMO71g8vUhz2o5INGIgIMb6Sb0XiP6cEJFsiFTd7FRDn5XCbg+KVKPDZqXLw==", + "version": "11.1.14", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.14.tgz", + "integrity": "sha512-VbQLQXC04io6AoAjIUWuZwW4MSYozkcP9KjLdrsG/00Q/yiwvhz9RQyt0nHXV10hi9NVnDNy1/wv7Dzq1lkOCQ==", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 30c16a4..9eac327 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "sharp": "^0.33.5", "stripe": "^16.10.0", "styled-components": "^6.1.13", - "swiper": "^11.1.12" + "swiper": "^11.1.14" }, "devDependencies": { "@babel/helper-compilation-targets": "^7.25.2",