Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.2 (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent d9c53b4 commit c23f4e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/dotenv": "8.2.3",
"@types/form-data": "2.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/node-fetch": "2.6.12",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1137,13 +1137,20 @@
"@types/node" "*"
form-data "^4.0.0"

"@types/node@*", "@types/node@22.10.1":
"@types/node@*":
version "22.10.1"
resolved "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz"
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
dependencies:
undici-types "~6.20.0"

"@types/node@22.10.2":
version "22.10.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
dependencies:
undici-types "~6.20.0"

"@types/normalize-package-data@^2.4.3":
version "2.4.4"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
Expand Down

0 comments on commit c23f4e0

Please sign in to comment.