Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.12.8 (#205)
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 6, 2024
1 parent 8a51c4d commit ce89f30
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.112.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"i18next": "23.11.2",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:20.12.8":
version: 20.12.8
resolution: "@types/node@npm:20.12.8"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/1feab4c8cb08588eea10811ed4d02485a5cde47fdf92e7b3193fc9f8ee39ea556f6e3124dc6d5378354466ed5f7e5fbe5e20f625908de40ea37560368a50f72c
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 @@ -7962,7 +7971,7 @@ __metadata:
"@types/i18n": "npm:0.13.12"
"@types/lodash.clonedeep": "npm:^4"
"@types/lodash.isequal": "npm:^4.5.8"
"@types/node": "npm:20.12.7"
"@types/node": "npm:20.12.8"
"@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 ce89f30

Please sign in to comment.