Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 6456aac commit c2434b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/node": "^20.0.0",
"buildstamp": "^3.0.0",
"eslint": "^8.39.0",
"eslint-plugin-disable": "^2.0.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ __metadata:
resolution: "@qiwi/lint-config-infra@workspace:packages/infra"
dependencies:
"@types/jest": ^29.5.1
"@types/node": ^18.16.3
"@types/node": ^20.0.0
buildstamp: ^3.0.0
eslint: ^8.39.0
eslint-plugin-disable: ^2.0.3
Expand Down Expand Up @@ -1180,10 +1180,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.16.3":
version: 18.16.5
resolution: "@types/node@npm:18.16.5"
checksum: b6df96a76a7655cd944794197cf63f5269e5034041bc355f4f243cb3f185ad3e1948011b6f0ac66c22434e50bc53a20ec3a9d95ad284f0e3819813d309d1650b
"@types/node@npm:^20.0.0":
version: 20.8.8
resolution: "@types/node@npm:20.8.8"
dependencies:
undici-types: ~5.25.1
checksum: 028a9606e4ef594a4bc7b3310596499d7ce01b2e30f4d1d906ad8ec30c24cea7ec1b3dc181dd5df8d8d2bfe8de54bf3e28ae93be174b4c7d81c0db8326e4f35c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5872,6 +5874,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.25.1":
version: 5.25.3
resolution: "undici-types@npm:5.25.3"
checksum: ec9d2cc36520cbd9fbe3b3b6c682a87fe5be214699e1f57d1e3d9a2cb5be422e62735f06e0067dc325fd3dd7404c697e4d479f9147dc8a804e049e29f357f2ff
languageName: node
linkType: hard

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

0 comments on commit c2434b4

Please sign in to comment.