Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn: bump @types/node from 20.4.2 to 20.10.6 #155

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "20.4.2",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "6.2.1",
"danger": "11.2.8",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ __metadata:
resolution: "@ryunen344/danger-plugin-jacoco@workspace:."
dependencies:
"@types/jest": 29.5.3
"@types/node": 20.4.2
"@types/node": 20.10.6
"@typescript-eslint/eslint-plugin": 5.61.0
"@typescript-eslint/parser": 6.2.1
danger: 11.2.8
Expand Down Expand Up @@ -1438,10 +1438,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.4.2":
version: 20.4.2
resolution: "@types/node@npm:20.4.2"
checksum: 99e544ea7560d51f01f95627fc40394c24a13da8f041121a0da13e4ef0a2aa332932eaf9a5e8d0e30d1c07106e96a183be392cbba62e8cf0bf6a085d5c0f4149
"@types/node@npm:20.10.6":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
dependencies:
undici-types: ~5.26.4
checksum: ada40e4ccbda3697dca88f8d13f4c996c493be6fbc15f5f5d3b91096d56bd700786a2c148a92a2b4c5d1f133379e63f754a786b3aebfc6a7d09fc7ea16dc017b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5894,6 +5896,13 @@ __metadata:
languageName: node
linkType: hard

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

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