1
0
Fork 0

Merge pull request #79 from freesewing/dependabot/npm_and_yarn/make-dir-3.0.0

⬆️ Bump make-dir from 2.1.0 to 3.0.0
This commit is contained in:
Joost De Cock 2019-09-02 07:40:11 +02:00 committed by GitHub
commit 5ed2668bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
"globby": "^9.0.0", "globby": "^9.0.0",
"handlebars": "^4.1.0", "handlebars": "^4.1.0",
"inquirer": "^6.2.2", "inquirer": "^6.2.2",
"make-dir": "^2.0.0", "make-dir": "^3.0.0",
"ora": "^3.1.0", "ora": "^3.1.0",
"p-each-series": "^1.0.0", "p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0", "parse-git-config": "^3.0.0",

View file

@ -6469,7 +6469,7 @@ create-error-class@^3.0.0:
globby "^9.0.0" globby "^9.0.0"
handlebars "^4.1.0" handlebars "^4.1.0"
inquirer "^6.2.2" inquirer "^6.2.2"
make-dir "^2.0.0" make-dir "^3.0.0"
ora "^3.1.0" ora "^3.1.0"
p-each-series "^1.0.0" p-each-series "^1.0.0"
parse-git-config "^3.0.0" parse-git-config "^3.0.0"