Skip to content

Commit

Permalink
fix: updated deps which don't break
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Mar 22, 2022
1 parent 290b951 commit 71788e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.3",
"dateformat": "^3.0.3",
"dotenv": "^6.1.0",
"dotenv": "^16.0.0",
"inherits": "^2.0.3",
"minimatch": "^3.0.4",
"minimatch": "^5.0.1",
"mkdirp": "^0.5.1",
"slug": "^0.9.2"
"slug": "^5.3.0"
}
}

0 comments on commit 71788e4

Please sign in to comment.