Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.11.27 (#106)
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 Mar 13, 2024
1 parent 55e5a04 commit cb2f22b
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 @@ -20,7 +20,7 @@
"@sentry/react": "7.106.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.11.25",
"@types/node": "20.11.27",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"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 @@ -3955,7 +3955,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:20.11.27":
version: 20.11.27
resolution: "@types/node@npm:20.11.27"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/4be53485d499dd7c7896190e76a0ce1f6c6917d1f4d0b4b240b3670160fcbc548daed32beaac0fc92429b37dbeaa2496fc56f460acaab969bddb77394318a89b
languageName: node
linkType: hard

"@types/node@npm:^18.0.0":
version: 18.19.22
resolution: "@types/node@npm:18.19.22"
Expand Down Expand Up @@ -7931,7 +7940,7 @@ __metadata:
"@tanstack/react-query-devtools": "npm:^4.36.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/i18n": "npm:0.13.10"
"@types/node": "npm:20.11.25"
"@types/node": "npm:20.11.27"
"@types/react": "npm:18.2.64"
"@types/react-dom": "npm:18.2.21"
"@types/uuid": "npm:9.0.8"
Expand Down

0 comments on commit cb2f22b

Please sign in to comment.