Skip to content

Commit e301f3c

Browse files
committed
fix: upgrade debug from 4.3.6 to 4.3.7
Snyk has created this PR to upgrade debug from 4.3.6 to 4.3.7. 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=referral&page=upgrade-pr
1 parent 206e18b commit e301f3c

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+1-1
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.6",
44+
"debug": "^4.3.7",
4545
"fast-xml-parser": "^4.4.1"
4646
},
4747
"devDependencies": {

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -2582,12 +2582,12 @@ debug@^3.1.0:
25822582
dependencies:
25832583
ms "^2.1.1"
25842584

2585-
debug@^4.3.6:
2586-
version "4.3.6"
2587-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
2588-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
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==
25892589
dependencies:
2590-
ms "2.1.2"
2590+
ms "^2.1.3"
25912591

25922592
debuglog@^1.0.1:
25932593
version "1.0.1"
@@ -5854,11 +5854,16 @@ ms@2.0.0:
58545854
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
58555855
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
58565856

5857-
ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
5857+
ms@^2.0.0, ms@^2.1.1:
58585858
version "2.1.2"
58595859
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
58605860
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
58615861

5862+
ms@^2.1.3:
5863+
version "2.1.3"
5864+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
5865+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
5866+
58625867
mute-stream@0.0.8, mute-stream@~0.0.4:
58635868
version "0.0.8"
58645869
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"

0 commit comments

Comments
 (0)