Skip to content

Commit

Permalink
Update dependency @types/node to v20.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent ef515b6 commit ef3ffd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-redos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/eslint": "8.56.12",
"@types/find-cache-dir": "5.0.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.9",
"@types/node": "20.16.11",
"esbuild": "0.24.0",
"esbuild-jest": "0.5.0",
"esbuild-register": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/jest": "29.5.13",
"@types/node": "20.16.9",
"@types/node": "20.16.11",
"esbuild": "0.24.0",
"esbuild-jest": "0.5.0",
"esbuild-register": "3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4006,10 +4006,10 @@
dependencies:
undici-types "~5.26.4"

"@types/[email protected].9":
version "20.16.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.9.tgz#1217c6cc77c4f3aaf4a6c76fb56b790e81e48120"
integrity sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==
"@types/[email protected].11":
version "20.16.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.11.tgz#9b544c3e716b1577ac12e70f9145193f32750b33"
integrity sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==
dependencies:
undici-types "~6.19.2"

Expand Down

0 comments on commit ef3ffd7

Please sign in to comment.