Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent 93cb214 commit 4a64ae5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "http://github.com/dex4er/js-null-writable",
"engines": {
"node": ">=6.0.0"
"node": ">=6.17.1"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -38,16 +38,16 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"markdownlint-cli": "^0.18.0",
"markdownlint-cli": "^0.39.0",
"mocha": "^6.2.1",
"mocha-steps": "^1.3.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"shx": "^0.3.4",
"ts-node": "^8.10.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3"
"typescript": "^3.9.10"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit 4a64ae5

Please sign in to comment.