From a20af76978160cb50e2abaf8842682995d466068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:58:32 +0000 Subject: [PATCH] build(deps): bump swiper from 11.1.15 to 11.2.0 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 11.1.15 to 11.2.0. - [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.15...v11.2.0) --- updated-dependencies: - dependency-name: swiper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 709abbc24..ce6d0a4c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "redux": "^5.0.0", "redux-saga": "^1.3.0", "regenerator-runtime": "^0.14.1", - "swiper": "11.1.15" + "swiper": "11.2.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", @@ -27508,9 +27508,9 @@ } }, "node_modules/swiper": { - "version": "11.1.15", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.15.tgz", - "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.0.tgz", + "integrity": "sha512-rjjAKgDEs+grR2eQshVDCcE4KNPC7CI294nfcbV9gE8WCsLdvOYXDeZKUYevqAZZp8j5hE7kpT3dAGVKFBWlxQ==", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index afd05c7f2..bbc3d7dd4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "redux": "^5.0.0", "redux-saga": "^1.3.0", "regenerator-runtime": "^0.14.1", - "swiper": "11.1.15" + "swiper": "11.2.0" }, "scripts": { "cm": "newspack-scripts commit",