Skip to content

Commit

Permalink
Merge pull request #627 from lexesjan/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to ^20.4.2
  • Loading branch information
renovate[bot] authored Jul 13, 2023
2 parents 6d6a65f + be3a831 commit f914e1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-aniskip-api",
"version": "2.0.523",
"version": "2.0.524",
"description": "Provides the opening and ending skip times for the Aniskip extension",
"repository": "https://github.com/lexesjan/typescript-aniskip-api",
"contributors": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^29.5.3",
"@types/md5": "^2.3.2",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"@types/pg": "^8.10.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1718,10 +1718,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.4.1":
version: 20.4.1
resolution: "@types/node@npm:20.4.1"
checksum: 22cbcc792f2eb636fe4188778ed0f32658ab872aa7fcb9847b3fa289a42b14b9f5e30c6faec50ef3c7adbc6c2a246926e5858136bb8b10c035a3fcaa6afbeed2
"@types/node@npm:^20.4.2":
version: 20.4.2
resolution: "@types/node@npm:20.4.2"
checksum: 99e544ea7560d51f01f95627fc40394c24a13da8f041121a0da13e4ef0a2aa332932eaf9a5e8d0e30d1c07106e96a183be392cbba62e8cf0bf6a085d5c0f4149
languageName: node
linkType: hard

Expand Down Expand Up @@ -9463,7 +9463,7 @@ __metadata:
"@types/jest": ^29.5.3
"@types/md5": ^2.3.2
"@types/morgan": ^1.9.4
"@types/node": ^20.4.1
"@types/node": ^20.4.2
"@types/pg": ^8.10.2
"@types/supertest": ^2.0.12
"@types/uuid": ^9.0.2
Expand Down

0 comments on commit f914e1e

Please sign in to comment.