Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 0c9a892 commit 4e8be90
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
25 changes: 18 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.50.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,12 @@
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==

"@types/node@^20.7.1":
version "20.7.1"
resolved "https://registry.npmjs.org/@types/node/-/node-20.7.1.tgz"
integrity sha512-LT+OIXpp2kj4E2S/p91BMe+VgGX2+lfO+XTpfXhh+bCk2LkQtHZSub8ewFBMGP5ClysPjTDFa4sMI8Q3n4T0wg==
"@types/node@^22.0.0":
version "22.8.2"
resolved "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz"
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
dependencies:
undici-types "~6.19.8"

"@types/normalize-package-data@^2.4.0":
version "2.4.3"
Expand Down Expand Up @@ -2670,6 +2672,11 @@ unbox-primitive@^1.0.2:
has-symbols "^1.0.3"
which-boxed-primitive "^1.0.2"

undici-types@~6.19.8:
version "6.19.8"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

undici@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/undici/-/undici-6.0.0.tgz"
Expand Down

0 comments on commit 4e8be90

Please sign in to comment.