Skip to content

Commit

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

See this package in yarn:
debug

See this project in Snyk:
https://app.snyk.io/org/delivery/project/42684374-77dd-4ea8-8ef8-3d786a9aa8f7?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 21, 2024
1 parent e0f36df commit dc5343a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cloudinary": "1.41.3",
"config": "^3.3.11",
"cookie-parser": "~1.4.6",
"debug": "~4.3.4",
"debug": "~4.3.5",
"dotenv": "^16.4.5",
"express": "~4.19.2",
"got": "^13.0.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,13 +446,20 @@ [email protected]:
dependencies:
ms "2.0.0"

[email protected], debug@^4.1.0, debug@^4.3.4, debug@~4.3.4:
[email protected], debug@^4.1.0, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"

debug@~4.3.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"

decache@^3.0.5:
version "3.1.0"
resolved "https://registry.yarnpkg.com/decache/-/decache-3.1.0.tgz#4f5036fbd6581fcc97237ac3954a244b9536c2da"
Expand Down

0 comments on commit dc5343a

Please sign in to comment.