Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 942faee commit 227c70e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/express": "^5.0.0",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.16",
"@types/node": "^22.0.0",
"@types/oidc-provider": "^8.5.1",
"@types/pino-multi-stream": "^5.1.6",
"@types/sanitize-html": "^2.11.0",
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1666,21 +1666,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 22.8.6
resolution: "@types/node@npm:22.8.6"
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/27bb73f033eeec05b4ed52dbc521cac28fb7ac14af267119c9bae0318c97848cd790ac7f0a65924ace7ea717eae62e91bd227da4bd6c0217d0016a7a6cd0a156
languageName: node
linkType: hard

"@types/node@npm:^20.11.16":
version: 20.17.5
resolution: "@types/node@npm:20.17.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/2096b78696bab7d8e410609bbfdf0cad67dd02460bee98f457e0265c97e1587852ee0d17d806a9cfbff7b9183a3e9c2f95d6df0a18c56e708a36790d1d89084b
checksum: 10/a7df3426891868b0f5fb03e46aeddd8446178233521c624a44531c92a040cf08a82d8235f7e1e02af731fd16984665d4d71f3418caf9c2788313b10f040d615d
languageName: node
linkType: hard

Expand Down Expand Up @@ -7469,7 +7460,7 @@ __metadata:
"@types/express": "npm:^5.0.0"
"@types/luxon": "npm:^3.4.2"
"@types/mocha": "npm:^10.0.6"
"@types/node": "npm:^20.11.16"
"@types/node": "npm:^22.0.0"
"@types/oidc-provider": "npm:^8.5.1"
"@types/pino-multi-stream": "npm:^5.1.6"
"@types/sanitize-html": "npm:^2.11.0"
Expand Down Expand Up @@ -9459,7 +9450,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
Expand Down

0 comments on commit 227c70e

Please sign in to comment.