Skip to content

Commit

Permalink
fix: upgrade debug from 4.3.5 to 4.3.6
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade debug from 4.3.5 to 4.3.6.

See this package in yarn:
debug

See this project in Snyk:
https://app.snyk.io/org/travist-ulg/project/ba88e0c3-63eb-433f-a0ba-dadf9d0b4027?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 18, 2024
1 parent 87ae8a8 commit bd76560
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 @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"debug": "^4.3.5",
"debug": "^4.3.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"formidable": "^3.5.1",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,13 @@ debug@^4.3.5:
dependencies:
ms "2.1.2"

debug@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
dependencies:
ms "2.1.2"

decamelize@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
Expand Down

0 comments on commit bd76560

Please sign in to comment.