From 96ac863b847cdbcbcd91280a2905490ce7f9bb18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2019 18:04:44 +0000 Subject: [PATCH] Bump reactstrap from 8.0.0 to 8.0.1 Bumps [reactstrap](https://github.com/reactstrap/reactstrap) from 8.0.0 to 8.0.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/8.0.0...8.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++-------------- package.json | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2d9dd0..8bd2261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19081,9 +19081,9 @@ } }, "reactstrap": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-8.0.0.tgz", - "integrity": "sha512-Rd7MyaFnZZXe1lbeBlgkxzyv+u7Z/ots0yYoO6ijT7/0uGsNwB1ch2h2t7Tf6u05jpbTFlLD+lyBEER0eibcQw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-8.0.1.tgz", + "integrity": "sha512-GvUWEL+a2+3npK1OxTXcNBMHXX4x6uc1KQRzK7yAOl+8sAHTRWqjunvMUfny3oDh8yKVzgqpqQlWWvs1B2HR9A==", "requires": { "@babel/runtime": "^7.2.0", "classnames": "^2.2.3", @@ -19097,9 +19097,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", - "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.4.tgz", + "integrity": "sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==", "requires": { "regenerator-runtime": "^0.13.2" } @@ -19121,14 +19121,6 @@ "version": "0.13.2", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "requires": { - "loose-envify": "^1.0.0" - } } } }, diff --git a/package.json b/package.json index d0d1161..73fa429 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-redux": "^7.1.0", "react-router-dom": "^5.0.1", "react-table": "^6.10.0", - "reactstrap": "^8.0.0", + "reactstrap": "^8.0.1", "redux": "^4.0.4", "redux-saga": "^1.0.5", "redux-starter-kit": "^0.5.1",