Skip to content

Commit

Permalink
fix: update dependencies (fixes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 18, 2021
1 parent 7a65e2c commit 3ab0a47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"root": true
"root": true,
"rules": {
"import/no-named-as-default-member": 0
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
},
"dependencies": {
"delay": "^5.0.0",
"roarr": "^4.0.10",
"type-fest": "^0.20.2"
"roarr": "^7.0.3",
"type-fest": "^2.0.0"
},
"description": "Gracefully terminates HTTP(S) server.",
"devDependencies": {
"agentkeepalive": "^4.1.4",
"ava": "^3.15.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-export-default-name": "^2.1.0",
"coveralls": "^3.1.0",
"del-cli": "^3.0.1",
"eslint": "^7.19.0",
"eslint-config-canonical": "^25.8.15",
"gitdown": "^3.1.3",
"got": "^11.8.1",
"husky": "^4.0.0",
"coveralls": "^3.1.1",
"del-cli": "^4.0.1",
"eslint": "^7.32.0",
"eslint-config-canonical": "^26.2.3",
"gitdown": "^3.1.4",
"got": "^11.8.2",
"husky": "^7.0.1",
"nyc": "^15.1.0",
"pem": "^1.14.4",
"semantic-release": "^17.3.8",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"semantic-release": "^17.4.5",
"sinon": "^11.1.2",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=10"
Expand Down
4 changes: 3 additions & 1 deletion src/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Roarr from 'roarr';
import {
Roarr,
} from 'roarr';

export default Roarr.child({
package: 'http-terminator',
Expand Down

0 comments on commit 3ab0a47

Please sign in to comment.