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

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 30, 2023
1 parent 5fc52c1 commit 768a54a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint": "eslint packages"
},
"devDependencies": {
"@types/node": "18.0.6",
"@types/node": "18.19.4",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"eslint": "8.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/module-alias": "2.0.1",
"@types/node": "18.0.6",
"@types/node": "18.19.4",
"typescript": "4.8.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/module-alias": "2.0.1",
"@types/node": "18.0.6",
"@types/node": "18.19.4",
"typescript": "4.8.2"
},
"dependencies": {
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ __metadata:
resolution: "@denkylabs/denky@workspace:."
dependencies:
"@prisma/client": "npm:4.3.1"
"@types/node": "npm:18.0.6"
"@types/node": "npm:18.19.4"
"@typescript-eslint/eslint-plugin": "npm:5.36.1"
"@typescript-eslint/parser": "npm:5.36.1"
discord.js: "npm:14.3.0"
Expand All @@ -49,7 +49,7 @@ __metadata:
resolution: "@denkylabs/denkybot@workspace:packages/bot"
dependencies:
"@types/module-alias": "npm:2.0.1"
"@types/node": "npm:18.0.6"
"@types/node": "npm:18.19.4"
bufferutil: "npm:4.0.6"
dayjs: "npm:1.11.5"
discord.js: "npm:14.3.0"
Expand Down Expand Up @@ -104,7 +104,7 @@ __metadata:
dependencies:
"@fastify/cors": "npm:8.1.0"
"@types/module-alias": "npm:2.0.1"
"@types/node": "npm:18.0.6"
"@types/node": "npm:18.19.4"
discord-verify: "npm:1.0.0"
discord.js: "npm:14.3.0"
fastify: "npm:4.5.3"
Expand Down Expand Up @@ -446,10 +446,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.0.6":
version: 18.0.6
resolution: "@types/node@npm:18.0.6"
checksum: 93c725b99e31b855e6a363dd26ebd99d83815f2f2e4b84cb24a492c69c437c812b216759d4715da7171c76c87b5c32e18dda81de00fa6122a9d0dfdaee128300
"@types/node@npm:18.19.4":
version: 18.19.4
resolution: "@types/node@npm:18.19.4"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 0a561b42a8e28761b83f10fe19d57abd4f742a8e19bce1797887b0cdd71f727bc960360096d6e56b9c71b7245503b4486a725e661c2a5af13835078f9c2c0ae0
languageName: node
linkType: hard

Expand Down Expand Up @@ -3464,11 +3466,11 @@ __metadata:

"typescript@patch:typescript@npm%3A4.8.2#optional!builtin<compat/typescript>":
version: 4.8.2
resolution: "typescript@patch:typescript@npm%3A4.8.2#optional!builtin<compat/typescript>::version=4.8.2&hash=f456af"
resolution: "typescript@patch:typescript@npm%3A4.8.2#optional!builtin<compat/typescript>::version=4.8.2&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d632bd295ff5b56038e321adc47aff7b606ef25d6b0b19dd43dbd18f761f349e89f95fe1f567d0876417ccdbeb36daf5fb9dff2e32a34e404acea274b0b7c076
checksum: d9756ca701560f13bff90b078f3641835450cab0168f6bd1cd03aa8a25440474a3b9d5df0a9d0486cc5d633b04009f505993cec175dea6142e541501c73be68e
languageName: node
linkType: hard

Expand All @@ -3484,6 +3486,13 @@ __metadata:
languageName: node
linkType: hard

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

"undici@npm:5.10.0, undici@npm:^5.9.1":
version: 5.10.0
resolution: "undici@npm:5.10.0"
Expand Down

0 comments on commit 768a54a

Please sign in to comment.