Skip to content

Commit

Permalink
chore: update deps (2022-05-01) (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 12, 2022
1 parent fc949ab commit eadb1c0
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 80 deletions.
149 changes: 76 additions & 73 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "netlify-deployment-hours-plugin",
"version": "1.0.12",
"version": "1.0.13",
"description": "Block deployment if outside of deployment hours.",
"main": "src/index.js",
"scripts": {
Expand All @@ -26,18 +26,18 @@
},
"homepage": "https://github.com/neverendingqs/netlify-deployment-hours-plugin#readme",
"dependencies": {
"cron-allowed-range": "0.0.40"
"cron-allowed-range": "0.0.41"
},
"devDependencies": {
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"eslint": "^8.12.0",
"eslint-plugin-mocha": "^10.0.3",
"mocha": "^9.2.2",
"eslint": "^8.14.0",
"eslint-plugin-mocha": "^10.0.4",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"publish-me-maybe": "^1.0.9",
"sinon": "^13.0.1",
"publish-me-maybe": "^1.0.10",
"sinon": "^13.0.2",
"sinon-chai": "^3.7.0"
}
}

0 comments on commit eadb1c0

Please sign in to comment.