From ae4ee7d7a743cc987d0e536df828480e0aad2b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:33:35 +0000 Subject: [PATCH] chore(deps): [skip netlify] bump reactstrap from 9.2.0 to 9.2.1 Bumps [reactstrap](https://github.com/reactstrap/reactstrap) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/reactstrap/reactstrap/releases) - [Changelog](https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactstrap/reactstrap/compare/v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: reactstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5af8c88..9214471 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-slick": "^0.29.0", "react-toast-notifications": "^2.5.1", "react-toastify": "^9.1.3", - "reactstrap": "^9.2.0", + "reactstrap": "^9.2.1", "redux": "^4.2.1", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.2", diff --git a/yarn.lock b/yarn.lock index c9d3e73..bdd6e8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4077,10 +4077,10 @@ react@^18.2.0: dependencies: loose-envify "^1.1.0" -reactstrap@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-9.2.0.tgz#3bde2b2e39e91962676167ac60edea89f8584382" - integrity sha512-WWLTEG00qYav0E55PorWHReYTkz5IqkVmQNy0h6U81yqjSp9fOLFGV5pYSVeAUz+yRhU/RTE0oAWy22zr6sOIw== +reactstrap@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-9.2.1.tgz#498aa1355cfa620f6812b98a92cc8e54155d4383" + integrity sha512-3d+jo7EEw1GxobrSeTjs+Vq1SNrMnRTcwKp3/t1ufrceTLFHS6LpAck4eLKlzvgQgTpSJpLeJtVQKSqkxbHTiQ== dependencies: "@babel/runtime" "^7.12.5" "@popperjs/core" "^2.6.0"