Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #228 from The-Code-Monkey/renovate/node-20.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @types/node to v20
  • Loading branch information
The-Code-Monkey authored Oct 26, 2023
2 parents 6099188 + e71a8d1 commit 0ec9140
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@mui/styled-engine-sc": "5.14.12",
"@supabase/auth-helpers-nextjs": "0.8.1",
"@supabase/supabase-js": "2.38.2",
"@types/node": "18.18.6",
"@types/node": "20.8.9",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"encoding": "0.1.13",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.18.6":
version: 18.18.6
resolution: "@types/node@npm:18.18.6"
checksum: 50312053b0906058aa026e1c85c9125b4f0e8d6ae5e3699fb5bc8e0d5b9d1c2b12303902b2b91477c389f15ad40235d240b882819dd93a49bd6b46983f63be1c
"@types/node@npm:20.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 6fb5604ac087c8be9aeb9ee1413fae2e691c603c9a691bd722e113597b883f21e8380a44d114ab894b435a491bfc939c8478cd57bcf890c585b961343b124964
languageName: node
linkType: hard

Expand Down Expand Up @@ -4720,7 +4722,7 @@ __metadata:
"@mui/styled-engine-sc": "npm:5.14.12"
"@supabase/auth-helpers-nextjs": "npm:0.8.1"
"@supabase/supabase-js": "npm:2.38.2"
"@types/node": "npm:18.18.6"
"@types/node": "npm:20.8.9"
"@types/react": "npm:18.2.31"
"@types/react-dom": "npm:18.2.14"
encoding: "npm:0.1.13"
Expand Down Expand Up @@ -4907,6 +4909,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down

0 comments on commit 0ec9140

Please sign in to comment.