Skip to content

Commit 89e0f24

Browse files
authored
fix: upgrade debug from 4.1.1 to 4.2.0 (#3)
Snyk has created this PR to upgrade debug from 4.1.1 to 4.2.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lirantal/project/5e08e262-63c0-489c-b373-80aa5b97bffb?utm_source=github&utm_medium=upgrade-pr
1 parent b9d44f9 commit 89e0f24

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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/lirantal/cwe-sdk.git"
4242
},
4343
"dependencies": {
44-
"debug": "^4.1.1",
44+
"debug": "^4.2.0",
4545
"fast-xml-parser": "^3.17.4"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,13 @@ debug@^3.1.0:
25772577
dependencies:
25782578
ms "^2.1.1"
25792579

2580+
debug@^4.2.0:
2581+
version "4.2.0"
2582+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2583+
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2584+
dependencies:
2585+
ms "2.1.2"
2586+
25802587
debuglog@^1.0.1:
25812588
version "1.0.1"
25822589
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -5840,7 +5847,7 @@ [email protected]:
58405847
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
58415848
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
58425849

5843-
ms@^2.0.0, ms@^2.1.1:
5850+
ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
58445851
version "2.1.2"
58455852
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
58465853
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

0 commit comments

Comments
 (0)