From 188c15bc80084c12e0e907e6ce1c46fd0ff5e54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 00:29:51 +0000 Subject: [PATCH] Bump react-slick from 0.30.3 to 0.31.0 Bumps [react-slick](https://github.com/akiran/react-slick) from 0.30.3 to 0.31.0. - [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/compare/0.30.3...0.31.0) --- updated-dependencies: - dependency-name: react-slick dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 58c962028..4ad342769 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-responsive": "^10.0.0", - "react-slick": "0.30.3", + "react-slick": "0.31.0", "sass": "^1.99.0", "slick-carousel": "^1.8.1", "stackdriver-errors-js": "^0.12.0", diff --git a/yarn.lock b/yarn.lock index 8b670d5ad..8101fe13a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5930,11 +5930,6 @@ enhanced-resolve@^5.19.0, enhanced-resolve@^5.20.0: graceful-fs "^4.2.4" tapable "^2.3.0" -enquire.js@^2.1.6: - version "2.1.6" - resolved "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz#3e8780c9b8b835084c3f60e166dbc3c2a3c89814" - integrity sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw== - entities@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" @@ -10514,13 +10509,12 @@ react-router@5.3.4, react-router@^5.3.4: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-slick@0.30.3: - version "0.30.3" - resolved "https://registry.npmjs.org/react-slick/-/react-slick-0.30.3.tgz#3af5846fcbc04c681f8ba92f48881a0f78124a27" - integrity sha512-B4x0L9GhkEWUMApeHxr/Ezp2NncpGc+5174R02j+zFiWuYboaq98vmxwlpafZfMjZic1bjdIqqmwLDcQY0QaFA== +react-slick@0.31.0: + version "0.31.0" + resolved "https://registry.npmjs.org/react-slick/-/react-slick-0.31.0.tgz#6b9c51b1a285acd6a5b7da70528c3a5429e86986" + integrity sha512-zo6VLT8wuSBJffg/TFPbzrw2dEnfZ/cUKmYsKByh3AgatRv29m2LoFbq5vRMa3R3A4wp4d8gwbJKO2fWZFaI3g== dependencies: classnames "^2.2.5" - enquire.js "^2.1.6" json2mq "^0.2.0" lodash.debounce "^4.0.8" resize-observer-polyfill "^1.5.0"