Build(deps-dev): bump walkdir from 0.4.0 to 0.4.1 (#3848)

Bumps [walkdir](https://github.com/soldair/node-walkdir) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/soldair/node-walkdir/releases)
- [Changelog](https://github.com/soldair/node-walkdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-walkdir/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-12 17:57:29 -05:00
committed by Caleb Cartwright
parent 02e625edf9
commit 5272d230bb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -24713,9 +24713,9 @@
"dev": true
},
"walkdir": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.0.tgz",
"integrity": "sha512-Ps0LSr9doEPbF4kEQi6sk5RgzIGLz9+OroGj1y2osIVnufjNQWSLEGIbZwW5V+j/jK8lCj/+8HSWs+6Q/rnViA==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
"integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
"dev": true
},
"warning": {
+1 -1
View File
@@ -249,7 +249,7 @@
"ts-mocha": "^6.0.0",
"typescript": "^3.5.3",
"url": "^0.11.0",
"walkdir": "0.4.0"
"walkdir": "0.4.1"
},
"engines": {
"node": ">= 8",