Bump walkdir from 0.2.0 to 0.3.2 (#2960)

Bumps [walkdir](https://github.com/soldair/node-walkdir) from 0.2.0 to 0.3.2.
- [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[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-11 20:37:26 +00:00
committed by chris48s
parent 3cfb4b2fa8
commit 5aa63c1f3f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -21074,9 +21074,9 @@
}
},
"walkdir": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.2.0.tgz",
"integrity": "sha512-6Ur3chnxvgZdaF17ucLNGqpTs6GIRzSPjUYdwVjWWoQZe7fG0qGpVa6Rmp/XzRiiR7kgd/np7XbPDiqmvIGPCw==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.3.2.tgz",
"integrity": "sha512-0Twghia4Z5wDGDYWURlhZmI47GvERMCsXIu0QZWVVZyW9ZjpbbZvD9Zy9M6cWiQQRRbAcYajIyKNavaZZDt1Uw==",
"dev": true
},
"warning": {

View File

@@ -210,7 +210,7 @@
"styled-components": "^4.1.3",
"tmp": "0.0.33",
"url": "^0.11.0",
"walkdir": "0.2.0"
"walkdir": "0.3.2"
},
"engines": {
"node": ">= 8",