From 2058a246edc867f659bad50448ef1c74f8ea9693 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 11:02:07 +0000 Subject: [PATCH] fix: upgrade swiper from 11.1.9 to 11.1.14 Snyk has created this PR to upgrade swiper from 11.1.9 to 11.1.14. See this package in npm: swiper See this project in Snyk: https://app.snyk.io/org/monalisa.1606hotmail-mykigBLmYC8JvktTGUYMCY/project/94f2e4f1-3356-4a7b-b206-dcebf03d6041?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b899871..f16ec06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "swiper": "^11.1.4", + "swiper": "^11.1.14", "tailwindcss": "^3.4.3" }, "devDependencies": { @@ -7876,9 +7876,9 @@ } }, "node_modules/swiper": { - "version": "11.1.9", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.9.tgz", - "integrity": "sha512-rflu8zvfGa3x1v/aeSufk4zRJffhOQowyvtJlp46sUBnOqAuk1Rdv5Ldj0AWWBV595iZ+ZMk7VB35ZRtRUomtA==", + "version": "11.1.14", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.14.tgz", + "integrity": "sha512-VbQLQXC04io6AoAjIUWuZwW4MSYozkcP9KjLdrsG/00Q/yiwvhz9RQyt0nHXV10hi9NVnDNy1/wv7Dzq1lkOCQ==", "funding": [ { "type": "patreon", @@ -7889,6 +7889,7 @@ "url": "http://opencollective.com/swiper" } ], + "license": "MIT", "engines": { "node": ">= 4.7.0" } @@ -14333,9 +14334,9 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "swiper": { - "version": "11.1.9", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.9.tgz", - "integrity": "sha512-rflu8zvfGa3x1v/aeSufk4zRJffhOQowyvtJlp46sUBnOqAuk1Rdv5Ldj0AWWBV595iZ+ZMk7VB35ZRtRUomtA==" + "version": "11.1.14", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.14.tgz", + "integrity": "sha512-VbQLQXC04io6AoAjIUWuZwW4MSYozkcP9KjLdrsG/00Q/yiwvhz9RQyt0nHXV10hi9NVnDNy1/wv7Dzq1lkOCQ==" }, "tailwindcss": { "version": "3.4.10", diff --git a/package.json b/package.json index 5b7c633..1d28069 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "swiper": "^11.1.4", + "swiper": "^11.1.14", "tailwindcss": "^3.4.3" }, "devDependencies": {