build(deps): bump furious-commander from 1.7.0 to 1.7.1 (#142)

Bumps [furious-commander](https://github.com/furious-commander/furious-commander) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/furious-commander/furious-commander/releases)
- [Changelog](https://github.com/furious-commander/furious-commander/blob/master/CHANGELOG.md)
- [Commits](https://github.com/furious-commander/furious-commander/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: furious-commander
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-31 10:23:49 +02:00 committed by GitHub
parent 66773f9354
commit 20abe8bab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@ethersphere/bee-js": "^4.1.1",
"chalk": "^2.4.2",
"dockerode": "^3.3.1",
"furious-commander": "^1.7.0",
"furious-commander": "^1.7.1",
"node-fetch": "3.0.0-beta.9",
"ora": "^5.3.0"
},
@ -4782,9 +4782,9 @@
"dev": true
},
"node_modules/furious-commander": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/furious-commander/-/furious-commander-1.7.0.tgz",
"integrity": "sha512-WEZn4zk7rprUyfLGfRzKINQbupSjXnGdVS4uVCYiot+z+JE6PB3y8Vf+05C4n7wvE2zvBUMZ1Q7MyOnhu/l1pg==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/furious-commander/-/furious-commander-1.7.1.tgz",
"integrity": "sha512-EwgVMVU1y1JNpqMdBPezuJRFufGlTumTKKau1eEvOJ6AxYgNkdDiQxl+GD3PBZo6fJo5dpBf+0TohoSdA7oeug==",
"dependencies": {
"madlad": "^1.2.1",
"reflect-metadata": "^0.1.13"
@ -13057,9 +13057,9 @@
"dev": true
},
"furious-commander": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/furious-commander/-/furious-commander-1.7.0.tgz",
"integrity": "sha512-WEZn4zk7rprUyfLGfRzKINQbupSjXnGdVS4uVCYiot+z+JE6PB3y8Vf+05C4n7wvE2zvBUMZ1Q7MyOnhu/l1pg==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/furious-commander/-/furious-commander-1.7.1.tgz",
"integrity": "sha512-EwgVMVU1y1JNpqMdBPezuJRFufGlTumTKKau1eEvOJ6AxYgNkdDiQxl+GD3PBZo6fJo5dpBf+0TohoSdA7oeug==",
"requires": {
"madlad": "^1.2.1",
"reflect-metadata": "^0.1.13"

View File

@ -42,7 +42,7 @@
"@ethersphere/bee-js": "^4.1.1",
"chalk": "^2.4.2",
"dockerode": "^3.3.1",
"furious-commander": "^1.7.0",
"furious-commander": "^1.7.1",
"node-fetch": "3.0.0-beta.9",
"ora": "^5.3.0"
},