From 98b9e5ea5a0bf054e0f8bd70625257aff51a26c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 04:56:20 +0000 Subject: [PATCH] Bump swiper from 6.4.12 to 6.4.14 Bumps [swiper](https://github.com/nolimits4web/Swiper) from 6.4.12 to 6.4.14. - [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.12...v6.4.14) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71efceab..a90eacf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21497,9 +21497,9 @@ } }, "swiper": { - "version": "6.4.12", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-6.4.12.tgz", - "integrity": "sha512-tmDKtmvser4yfVQzOkKw9zGPP/ERaVTmIgx6qCj9gqOsNz7RI8msmuonIm3eMl8PykauamAR/UGki8QS2WGVXg==", + "version": "6.4.14", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-6.4.14.tgz", + "integrity": "sha512-sykkFO53TOJGSryqtUcJAlqMT9t0iFNjxHAGYRdMnvg2br0oE0dL2cvC9G33zc4BdS0Y2sns6Az2wfilciPDYw==", "requires": { "dom7": "^3.0.0", "ssr-window": "^3.0.0" diff --git a/package.json b/package.json index bca29a45..ba32d8b0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "core-js": "^3.8.3", "graphql-tag": "^2.11.0", "nuxt": "^2.15.0", - "swiper": "^6.4.12", + "swiper": "^6.4.14", "tailwindcss": "2.0.3", "uid": "^2.0.0", "vue": "^2.6.12",