From 9346fbf997045d5ddbdf4fceceabb0ee0f0954b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:28:58 +0000 Subject: [PATCH] Bump swiper from 11.1.9 to 11.1.12 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 11.1.9 to 11.1.12. - [Release notes](https://github.com/nolimits4web/Swiper/releases) - [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md) - [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.9...v11.1.12) --- updated-dependencies: - dependency-name: swiper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 788af332b16..e94f2cfd4d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-ga": "3.3.1", "sass": "^1.59.3", "shx": "^0.3.4", - "swiper": "^11.1.9", + "swiper": "^11.1.12", "tailwindcss": "^3.4.10", "uuid": "^10.0.0", "whatwg-fetch": "^3.6.20" @@ -9747,9 +9747,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.12", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.12.tgz", + "integrity": "sha512-PUkCToYAZMB4kP7z+YfPnkMHOMwMO71g8vUhz2o5INGIgIMb6Sb0XiP6cEJFsiFTd7FRDn5XCbg+KVKPDZqXLw==", "funding": [ { "type": "patreon", @@ -17654,9 +17654,9 @@ } }, "swiper": { - "version": "11.1.9", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.9.tgz", - "integrity": "sha512-rflu8zvfGa3x1v/aeSufk4zRJffhOQowyvtJlp46sUBnOqAuk1Rdv5Ldj0AWWBV595iZ+ZMk7VB35ZRtRUomtA==" + "version": "11.1.12", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.12.tgz", + "integrity": "sha512-PUkCToYAZMB4kP7z+YfPnkMHOMwMO71g8vUhz2o5INGIgIMb6Sb0XiP6cEJFsiFTd7FRDn5XCbg+KVKPDZqXLw==" }, "synckit": { "version": "0.9.1", diff --git a/package.json b/package.json index ba66dba1549..16aab69e113 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "sass": "^1.59.3", "shx": "^0.3.4", "uuid": "^10.0.0", - "swiper": "^11.1.9", + "swiper": "^11.1.12", "tailwindcss": "^3.4.10", "whatwg-fetch": "^3.6.20" },