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

Update dependency @types/node to ^20.6.1 #679

Merged
merged 1 commit into from
Sep 15, 2023
Merged
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
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.571",
"version": "2.0.572",
"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.6.0",
"@types/node": "^20.6.1",
"@types/pg": "^8.10.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.4",
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.6.0":
version: 20.6.0
resolution: "@types/node@npm:20.6.0"
checksum: 52611801af5cf151c6fac1963aa4a8a8ca2e388a9e9ed82b01b70bca762088ded5b32cc789c5564220d5d7dccba2b8dd34446a3d4fc74736805e1f2cf262e29d
"@types/node@npm:^20.6.1":
version: 20.6.1
resolution: "@types/node@npm:20.6.1"
checksum: f9848617221b513d558071c804b006750d1ee1734c5ffea3ada9a0edd1642334ad0812222d6b99b7b8c0e1a5f1e557946ae99444c2705e9afc125abdf9fa36c2
languageName: node
linkType: hard

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