From ab45ffdc7380429da34713af224a2db2b9bfd5c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 12:17:04 +0000 Subject: [PATCH] Bump react-slick from 0.23.1 to 0.28.1 Bumps [react-slick](https://github.com/akiran/react-slick) from 0.23.1 to 0.28.1. - [Release notes](https://github.com/akiran/react-slick/releases) - [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md) - [Commits](https://github.com/akiran/react-slick/commits) 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 2fcedd67..ae6a2279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9870,9 +9870,9 @@ } }, "react-slick": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.23.1.tgz", - "integrity": "sha512-vn4E+JeTUrjRgXDEV0QEiWo3fNdB6Lg/e8eMYSh3OjuadqYBsgn0OfbqNxVJs7cv1VmSKm14razHEbpRFP/mvw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.28.1.tgz", + "integrity": "sha512-JwRQXoWGJRbUTE7eZI1rGIHaXX/4YuwX6gn7ulfvUZ4vFDVQAA25HcsHSYaUiRCduTr6rskyIuyPMpuG6bbluw==", "dev": true, "requires": { "classnames": "^2.2.5", diff --git a/package.json b/package.json index 9c6b8c49..bbde9b1f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-dom": "15.6.2", "react-router-dom": "4.2.2", "react-router-prop-types": "1.0.0", - "react-slick": "0.23.1", + "react-slick": "0.28.1", "react-twitter-widgets": "1.7.1", "rrc": "0.10.1", "sass-lint": "1.11.1",