From d239ecac34295afd28c70363c8ee7ef37484f86b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:13:49 +0000 Subject: [PATCH] build(deps): bump swiper from 11.2.0 to 11.2.1 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 11.2.0 to 11.2.1. - [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.2.0...v11.2.1) --- updated-dependencies: - dependency-name: swiper dependency-type: direct:production update-type: version-update:semver-patch ... 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 3dbf7822c..20579c6f8 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.2.0" + "swiper": "11.2.1" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.5", @@ -27508,9 +27508,9 @@ } }, "node_modules/swiper": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.0.tgz", - "integrity": "sha512-rjjAKgDEs+grR2eQshVDCcE4KNPC7CI294nfcbV9gE8WCsLdvOYXDeZKUYevqAZZp8j5hE7kpT3dAGVKFBWlxQ==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.2.1.tgz", + "integrity": "sha512-62G69+iQRIfUqTmJkWpZDcX891Ra8O9050ckt1/JI2H+0483g+gq0m7gINecDqMtDh2zt5dK+uzBRxGhGOOvQA==", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 109318f86..cb2e9ff42 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.2.0" + "swiper": "11.2.1" }, "scripts": { "cm": "newspack-scripts commit",