From 86a92e33f884ce30081b661cf15b7e5e568a2195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:33:27 +0000 Subject: [PATCH] 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea2dc3cc..d390ac49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-external-link": "^2.2.0", "react-redux": "^8.1.3", "react-router-dom": "^6.18.0", - "reactstrap": "^9.2.0", + "reactstrap": "^9.2.1", "redux-localstorage-simple": "^2.5.1", "uuid": "^9.0.1", "workbox-core": "^7.0.0", @@ -8463,9 +8463,9 @@ } }, "node_modules/reactstrap": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.0.tgz", - "integrity": "sha512-WWLTEG00qYav0E55PorWHReYTkz5IqkVmQNy0h6U81yqjSp9fOLFGV5pYSVeAUz+yRhU/RTE0oAWy22zr6sOIw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.1.tgz", + "integrity": "sha512-3d+jo7EEw1GxobrSeTjs+Vq1SNrMnRTcwKp3/t1ufrceTLFHS6LpAck4eLKlzvgQgTpSJpLeJtVQKSqkxbHTiQ==", "dependencies": { "@babel/runtime": "^7.12.5", "@popperjs/core": "^2.6.0", @@ -16283,9 +16283,9 @@ } }, "reactstrap": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.0.tgz", - "integrity": "sha512-WWLTEG00qYav0E55PorWHReYTkz5IqkVmQNy0h6U81yqjSp9fOLFGV5pYSVeAUz+yRhU/RTE0oAWy22zr6sOIw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.1.tgz", + "integrity": "sha512-3d+jo7EEw1GxobrSeTjs+Vq1SNrMnRTcwKp3/t1ufrceTLFHS6LpAck4eLKlzvgQgTpSJpLeJtVQKSqkxbHTiQ==", "requires": { "@babel/runtime": "^7.12.5", "@popperjs/core": "^2.6.0", diff --git a/package.json b/package.json index c194f259..d8830cf2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-external-link": "^2.2.0", "react-redux": "^8.1.3", "react-router-dom": "^6.18.0", - "reactstrap": "^9.2.0", + "reactstrap": "^9.2.1", "redux-localstorage-simple": "^2.5.1", "uuid": "^9.0.1", "workbox-core": "^7.0.0",