Skip to content

Commit

Permalink
Update deps, fix test in Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 29, 2024
1 parent ec18802 commit dda0c23
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 64 deletions.
126 changes: 64 additions & 62 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@tsconfig/node12": "^12.1.3",
"@types/command-line-usage": "^5.0.4",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
Expand All @@ -71,7 +71,8 @@
},
"overrides": {
"ava": {
"emittery": "1.0.0"
"emittery": "1.0.0",
"yocto-queue": "1.0.0"
}
},
"packageManager": "npm@8.19.4",
Expand Down

0 comments on commit dda0c23

Please sign in to comment.