Skip to content

Commit

Permalink
fix: upgrade debug from 4.3.4 to 4.3.5 (#32)
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/lirantal/project/91eac46d-ddd4-4664-84f0-d112defd5b85?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lirantal and snyk-bot authored Jun 22, 2024
1 parent 5bc6d06 commit 2c7aefd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/owasp/cwe-sdk-javascript.git"
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.5",
"fast-xml-parser": "^4.4.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2582,10 +2582,10 @@ debug@^3.1.0:
dependencies:
ms "^2.1.1"

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==
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"

Expand Down

0 comments on commit 2c7aefd

Please sign in to comment.