Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.12.3 (#182)
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 Apr 2, 2024
1 parent ae5b1e1 commit 1038cfb
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 @@ -31,7 +31,7 @@
"@sentry/react": "7.109.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.12.2",
"@types/node": "20.12.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"i18next": "23.10.1",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:20.12.3":
version: 20.12.3
resolution: "@types/node@npm:20.12.3"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/3f3c5c6ba118a18aa997c51cdc3c66259d69021f87475a99ed6c913a6956e22de49748e09843bf6447a7a63ae474e61945a6dbcca93e23b2359fc0b6f9914f7a
languageName: node
linkType: hard

"@types/node@npm:^18.0.0":
version: 18.19.28
resolution: "@types/node@npm:18.19.28"
Expand Down Expand Up @@ -7843,7 +7852,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/i18n": "npm:0.13.10"
"@types/lodash.isequal": "npm:^4.5.8"
"@types/node": "npm:20.12.2"
"@types/node": "npm:20.12.3"
"@types/react": "npm:18.2.74"
"@types/react-dom": "npm:18.2.23"
"@types/uuid": "npm:9.0.8"
Expand Down

0 comments on commit 1038cfb

Please sign in to comment.