Skip to content

Commit 60de4af

Browse files
authored
chore: upgrade debug from 4.2.0 to 4.3.0 (#5)
Snyk has created this PR to upgrade debug from 4.2.0 to 4.3.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lirantal/project/91eac46d-ddd4-4664-84f0-d112defd5b85?utm_source=github&utm_medium=upgrade-pr
1 parent 9c2c377 commit 60de4af

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.2.0",
44+
"debug": "^4.3.0",
4545
"fast-xml-parser": "^3.17.4"
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.2.0:
2586-
version "4.2.0"
2587-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2588-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2585+
debug@^4.3.0:
2586+
version "4.3.0"
2587+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.0.tgz#efa41cbf14fc9448075367fdaaddf82376da211e"
2588+
integrity sha512-jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==
25892589
dependencies:
25902590
ms "2.1.2"
25912591

0 commit comments

Comments
 (0)