Skip to content

Commit

Permalink
security patch, bump to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivolucien committed Mar 29, 2021
1 parent 9a15333 commit fe08088
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-graceful-exit",
"version": "0.5.0",
"version": "0.5.1",
"description": "Allow graceful exits for express apps, supporting zero downtime deploys",
"keywords": [
"express",
Expand All @@ -13,16 +13,16 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: just manually tested, so far\" && exit 1"
},
"repository": "git://github.com/mathrawka/express-graceful-exit.git",
"homepage": "https://github.com/mathrawka/express-graceful-exit",
"repository": "git://github.com/emostar/express-graceful-exit.git",
"homepage": "https://github.com/emostar/express-graceful-exit",
"author": "Jon Keating <[email protected]>",
"contributors": [
"Ivo Havener <[email protected]>"
],
"license": "MIT",
"dependencies": {
"underscore": "^1.4.4"
"underscore": "^1.12.1"
}
}

0 comments on commit fe08088

Please sign in to comment.