Skip to content

Commit

Permalink
Merge pull request #673 from lexesjan/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to ^20.6.0
  • Loading branch information
renovate[bot] authored Sep 8, 2023
2 parents b2666d4 + 7766587 commit dbbe499
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.565",
"version": "2.0.566",
"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.4",
"@types/md5": "^2.3.2",
"@types/morgan": "^1.9.5",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/pg": "^8.10.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.3",
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.5.9":
version: 20.5.9
resolution: "@types/node@npm:20.5.9"
checksum: 717490e94131722144878b4ca1a963ede1673bb8f2ef78c2f5b50b918df6dc9b35e7f8283e5c2a7a9f137730f7c08dc6228e53d4494a94c9ee16881e6ce6caed
"@types/node@npm:^20.6.0":
version: 20.6.0
resolution: "@types/node@npm:20.6.0"
checksum: 52611801af5cf151c6fac1963aa4a8a8ca2e388a9e9ed82b01b70bca762088ded5b32cc789c5564220d5d7dccba2b8dd34446a3d4fc74736805e1f2cf262e29d
languageName: node
linkType: hard

Expand Down Expand Up @@ -9737,7 +9737,7 @@ __metadata:
"@types/jest": ^29.5.4
"@types/md5": ^2.3.2
"@types/morgan": ^1.9.5
"@types/node": ^20.5.9
"@types/node": ^20.6.0
"@types/pg": ^8.10.2
"@types/supertest": ^2.0.12
"@types/uuid": ^9.0.3
Expand Down

0 comments on commit dbbe499

Please sign in to comment.