Skip to content

Commit

Permalink
Update dependency @types/md5 to ^2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 2fe3dc4 commit 3c27689
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.575",
"version": "2.0.576",
"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 @@ -42,7 +42,7 @@
"@types/express": "^4.17.17",
"@types/ioredis": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/md5": "^2.3.2",
"@types/md5": "^2.3.4",
"@types/morgan": "^1.9.5",
"@types/node": "^20.6.1",
"@types/pg": "^8.10.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1702,10 +1702,10 @@ __metadata:
languageName: node
linkType: hard

"@types/md5@npm:^2.3.2":
version: 2.3.2
resolution: "@types/md5@npm:2.3.2"
checksum: ce59779c5aa9bcafe6e089f7a0be2f25fb4661d437809dd7e895e13e9369855aeee8521a0a954bb38468cd8ed2d7c84d5dbb3ba37544f5a11c8a199e5a8561b6
"@types/md5@npm:^2.3.4":
version: 2.3.4
resolution: "@types/md5@npm:2.3.4"
checksum: 9a724277b2e4b5c6fce4d34d2e2baab821ef47904eccdcbd389fb9973f2e5198f71a4aa98ddcf092fe32457be307d2f3d3f1e099a53d1642c6e569ade5450548
languageName: node
linkType: hard

Expand Down Expand Up @@ -9981,7 +9981,7 @@ __metadata:
"@types/express": ^4.17.17
"@types/ioredis": ^5.0.0
"@types/jest": ^29.5.5
"@types/md5": ^2.3.2
"@types/md5": ^2.3.4
"@types/morgan": ^1.9.5
"@types/node": ^20.6.1
"@types/pg": ^8.10.2
Expand Down

0 comments on commit 3c27689

Please sign in to comment.