Skip to content

Commit a6cf46d

Browse files
authored
chore: upgrade debug from 4.3.0 to 4.3.1 (#8)
Snyk has created this PR to upgrade debug from 4.3.0 to 4.3.1. 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 607ecba commit a6cf46d

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.0",
44+
"debug": "^4.3.1",
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.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==
2585+
debug@^4.3.1:
2586+
version "4.3.1"
2587+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2588+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
25892589
dependencies:
25902590
ms "2.1.2"
25912591

0 commit comments

Comments
 (0)