Skip to content

Commit

Permalink
fix: update minimist package to latest version (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
givanov authored Apr 14, 2020
1 parent 8a66585 commit f75d2ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 144 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ package-lock.json: package.json
.PHONY: install-npm-check-updates
install-npm-check-updates:
npm install npm-check-updates
.PHONY: update-dependencies
update-dependencies: install-npm-check-updates

.PHONY: update-npm-dependencies
update-npm-dependencies: install-npm-check-updates
ncu -u
npm install
163 changes: 22 additions & 141 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"fstream": "^1.0.12",
"semantic-release": "^17.0.4",
"tar": "^6.0.1",
"env-ci": "5.0.2"
"env-ci": "5.0.2",
"minimist": "^1.2.5"
},
"release": {
"plugins": [
Expand Down

0 comments on commit f75d2ad

Please sign in to comment.