Skip to content

Commit 12b42cb

Browse files
committed
chore(deps): update dependency @types/node to v20
1 parent 003bc4d commit 12b42cb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql-jit": "0.8.4",
4040
"@types/express": "4.17.21",
4141
"@types/jest": "29.5.11",
42-
"@types/node": "18.19.2",
42+
"@types/node": "20.10.3",
4343
"@types/ramda": "0.29.9",
4444
"@typescript-eslint/eslint-plugin": "6.13.2",
4545
"@typescript-eslint/parser": "6.13.2",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@theguild/algolia": "1.1.9",
3434
"@theguild/tailwind-config": "0.3.0",
35-
"@types/node": "18.19.2",
35+
"@types/node": "20.10.3",
3636
"@types/react": "18.2.42",
3737
"cross-env": "7.0.3",
3838
"typescript": "5.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2980,10 +2980,10 @@
29802980
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.32.tgz#f6cd08939ae3ad886fcc92ef7f0109dacddf61ab"
29812981
integrity sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==
29822982

2983-
"@types/node@*", "@types/node@18.19.2":
2984-
version "18.19.2"
2985-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.2.tgz#865107157bda220eef9fa8c2173152d6559a41ae"
2986-
integrity sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==
2983+
"@types/node@*", "@types/node@20.10.3":
2984+
version "20.10.3"
2985+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030"
2986+
integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==
29872987
dependencies:
29882988
undici-types "~5.26.4"
29892989

0 commit comments

Comments
 (0)