From 3bef2563f9b77820f07034ed7890e6414d275161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:29:10 +0000 Subject: [PATCH] Bump swiper from 6.4.5 to 6.6.1 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 6.4.5 to 6.6.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/v6.4.5...v6.6.1) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c84851f6..f8ead20d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11311,20 +11311,12 @@ } }, "swiper": { - "version": "6.4.5", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-6.4.5.tgz", - "integrity": "sha512-MJIY0aXF6UKgUM+/tgwtOxI21fwRiT6QX2decd6m2L9OGA7jLBks8E0CuUuRqpQfmTInQrBPnBy8dqgOtr2O0w==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-6.6.1.tgz", + "integrity": "sha512-vQ2f/zr9mux+EwYlJhObG1c2Vt6U9++YzgqTpTtdzc8K7HOB7AWpQJGXoeEJmfYlcoS9b4Oy8BM6JD70hHX9eA==", "requires": { "dom7": "^3.0.0", - "ssr-window": "^3.0.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" - } + "ssr-window": "^3.0.0" } }, "table": {