Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.12.10 (#204)
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 May 7, 2024
1 parent 5d82db6 commit ddfa9c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sentry/react": "7.113.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"i18next": "^23.9.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3958,7 +3958,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.12.8":
"@types/node@npm:*":
version: 20.12.8
resolution: "@types/node@npm:20.12.8"
dependencies:
Expand All @@ -3967,6 +3967,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.10":
version: 20.12.10
resolution: "@types/node@npm:20.12.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/b3ab044969880084e4da22a0173fc234239de81c22fb9418bd992de98369a3065c0c6119216476711af69ff520331cf06711acdeb1959554de6bbf0912a0494e
languageName: node
linkType: hard

"@types/node@npm:^18.0.0":
version: 18.19.31
resolution: "@types/node@npm:18.19.31"
Expand Down Expand Up @@ -7929,7 +7938,7 @@ __metadata:
"@tanstack/react-query-devtools": "npm:^4.36.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/i18n": "npm:0.13.12"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
"@types/uuid": "npm:9.0.8"
Expand Down

0 comments on commit ddfa9c0

Please sign in to comment.