Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Tonello committed Nov 14, 2022
1 parent 85099ab commit 0b16698
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exiting",
"version": "6.1.5",
"version": "6.2.0",
"description": "Gracefully stop hapi.js servers",
"main": "lib/index.js",
"scripts": {
Expand All @@ -11,12 +11,14 @@
"author": "Gil Pedersen <[email protected]>",
"license": "BSD-2-Clause",
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@hapi/code": "^9.0.1",
"@hapi/hapi": "^20.2.2",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "^21.0.0",
"@hapi/lab": "^25.0.1",
"@types/hapi__hapi": "^20.0.12",
"eslint": "^8.21.0",
"typescript": "^4.7.4"
"@types/hapi__hapi": "^20.0.13",
"eslint": "^8.27.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@hapi/bounce": "^3.0.0",
Expand All @@ -26,7 +28,7 @@
"@hapi/hapi": ">=19.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=16"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b16698

Please sign in to comment.