Skip to content

Commit

Permalink
feat(deps): pify@^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 9f78eee commit 6b34452
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 21 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -45,7 +45,7 @@
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.1.0",
"p-reduce": "^1.0.0",
"pify": "^4.0.1",
"pify": "^5.0.0",
"semver": "^7.3.2",
"slash": "^3.0.0",
"validate-npm-package-license": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -41,7 +41,7 @@
"lodash.template": "^4.5.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^4.0.1",
"pify": "^5.0.0",
"semver": "^7.3.2"
}
}
74 changes: 58 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
"p-reduce": "^1.0.0",
"p-waterfall": "^1.0.0",
"path-exists": "^3.0.0",
"pify": "^4.0.1",
"pify": "^5.0.0",
"read-cmd-shim": "^2.0.0",
"read-package-json": "^3.0.0",
"read-package-tree": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-conf/package.json
Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"config-chain": "^1.1.11",
"pify": "^4.0.1"
"pify": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
Expand Up @@ -38,7 +38,7 @@
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^4.0.1",
"pify": "^5.0.0",
"read-package-json": "^3.0.0"
}
}

0 comments on commit 6b34452

Please sign in to comment.