From d07e2462faaa08252beb1a83f698ffa0276efcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:17:02 +0000 Subject: [PATCH] Bump swiper from 3.4.2 to 6.5.1 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 3.4.2 to 6.5.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/v3.4.2...v6.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c126f5a..5b6a69c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "scrollmagic": "^2.0.5", "scrollup": "https://github.com/diproart/scrollup.git", "select2": "^4.0.3", - "swiper": "^3.4.2", + "swiper": "^6.5.1", "tether-drop": "^1.4.2", "toastr": "^2.1.2", "twix": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 2143077..64896f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -86,6 +86,12 @@ deep-equal@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" +dom7@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/dom7/-/dom7-3.0.0.tgz#b861ce5d67a6becd7aaa3ad02942ff14b1240331" + dependencies: + ssr-window "^3.0.0-alpha.1" + es3ify@^0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/es3ify/-/es3ify-0.1.4.tgz#ad9fa5df1ae34f3f31e1211b5818b2d51078dfd1" @@ -297,13 +303,20 @@ source-map@~0.5.0: version "0.5.6" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" +ssr-window@^3.0.0, ssr-window@^3.0.0-alpha.1: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-3.0.0.tgz#fd5b82801638943e0cc704c4691801435af7ac37" + string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" -swiper@^3.4.2: - version "3.4.2" - resolved "https://registry.yarnpkg.com/swiper/-/swiper-3.4.2.tgz#39d6b410b1a39833e1f72d3b72999df5f5e38392" +swiper@^6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/swiper/-/swiper-6.5.1.tgz#795630e45bbebb3b3b2945d55c22ffdcf5536c1b" + dependencies: + dom7 "^3.0.0" + ssr-window "^3.0.0" tether-drop@^1.4.2: version "1.4.2"