Skip to content

Commit

Permalink
chore: sync dep + @types/dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr committed Jun 28, 2024
1 parent 9d8c670 commit 451dbc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"debug": "^4.1.1",
"debug": "^4.1.5",
"promise-retry": "^2.0.1"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,13 @@ debug@^4.1.1:
dependencies:
ms "2.1.2"

debug@^4.1.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
dependencies:
ms "2.1.2"

dedent@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
Expand Down

0 comments on commit 451dbc8

Please sign in to comment.