Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.11.28 (#117)
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 15, 2024
1 parent f486019 commit 18c1091
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.107.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"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 @@ -3956,7 +3956,7 @@ __metadata:
languageName: node
linkType: hard

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

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

"@types/node@npm:^18.0.0":
version: 18.19.24
resolution: "@types/node@npm:18.19.24"
Expand Down Expand Up @@ -7932,7 +7941,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.27"
"@types/node": "npm:20.11.28"
"@types/react": "npm:18.2.65"
"@types/react-dom": "npm:18.2.22"
"@types/uuid": "npm:9.0.8"
Expand Down

0 comments on commit 18c1091

Please sign in to comment.