Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent cedddb2 commit 8432d04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/node": "20.12.1",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"react": "18.2.0",
Expand Down
9 changes: 8 additions & 1 deletion test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2125,13 +2125,20 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@20.11.30":
"@types/node@*":
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
dependencies:
undici-types "~5.26.4"

"@types/node@20.12.1":
version "20.12.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.1.tgz#e44ebbcef002836b5bacb57147cd331906264548"
integrity sha512-5lcxgB72hlSF7ZS9ZzX1RCLc9+BovxjL17T00xSmj3c0ygZFjPdNnN0RchfGpot/yniVMkWnyO6aR9Dr1q9qrg==
dependencies:
undici-types "~5.26.4"

"@types/parse-json@^4.0.0":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
Expand Down

0 comments on commit 8432d04

Please sign in to comment.