Skip to content

Commit 06c15c1

Browse files
snyk-botlirantal
andauthored
fix: upgrade debug from 4.3.1 to 4.3.2 (#10)
Snyk has created this PR to upgrade debug from 4.3.1 to 4.3.2. 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 Co-authored-by: Liran Tal <[email protected]>
1 parent 170e357 commit 06c15c1

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.1",
44+
"debug": "^4.3.2",
4545
"fast-xml-parser": "^3.18.0"
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.1:
2586-
version "4.3.1"
2587-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2588-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2585+
debug@^4.3.2:
2586+
version "4.3.2"
2587+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
2588+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
25892589
dependencies:
25902590
ms "2.1.2"
25912591

0 commit comments

Comments
 (0)