Skip to content

Commit

Permalink
chore: update deps (2022-10-01)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2022
1 parent 2e81f70 commit f45b9ff
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 23 deletions.
51 changes: 32 additions & 19 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cron-allowed-range",
"version": "0.0.43",
"version": "0.0.44",
"description": "Use cron-like expressions to test if a datetime is in an allowed range.",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"coveralls": "^3.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"publish-me-maybe": "^1.0.11"
"publish-me-maybe": "^1.0.12"
},
"dependencies": {
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"yargs": "^17.5.1"
"moment-timezone": "^0.5.37",
"yargs": "^17.6.0"
}
}

0 comments on commit f45b9ff

Please sign in to comment.