Skip to content

Commit

Permalink
Update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] authored Nov 12, 2024
1 parent 107242b commit 3bd7f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.16.14",
"@types/node": "22.7.8",
"@types/node-fetch": "2.6.11",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@20.16.14":
version "20.16.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.14.tgz#67eeca19cd821f516ee7da2f2e72d319f47e6a4d"
integrity sha512-vtgGzjxLF7QT88qRHtXMzCWpAAmwonE7fwgVjFtXosUva2oSpnIEc3gNO9P7uIfOxKnii2f79/xtOnfreYtDaA==
"@types/node@22.7.8":
version "22.7.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.8.tgz#a1dbf0dc5f71bdd2642fc89caef65d58747ce825"
integrity sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==
dependencies:
undici-types "~6.19.2"

Expand Down

0 comments on commit 3bd7f80

Please sign in to comment.