Skip to content

Commit 13932bf

Browse files
committed
fix: upgrade debug from 4.3.7 to 4.4.0
Snyk has created this PR to upgrade debug from 4.3.7 to 4.4.0. 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
1 parent fd43a30 commit 13932bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/owasp/cwe-sdk-javascript.git"
4242
},
4343
"dependencies": {
44-
"debug": "^4.3.7",
44+
"debug": "^4.4.0",
4545
"fast-xml-parser": "^4.4.1"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,10 +2582,10 @@ debug@^3.1.0:
25822582
dependencies:
25832583
ms "^2.1.1"
25842584

2585-
debug@^4.3.7:
2586-
version "4.3.7"
2587-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
2588-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
2585+
debug@^4.4.0:
2586+
version "4.4.0"
2587+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
2588+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
25892589
dependencies:
25902590
ms "^2.1.3"
25912591

0 commit comments

Comments
 (0)