Skip to content

Commit b76eeca

Browse files
committed
Update dependency debug to v4
1 parent 7924d0f commit b76eeca

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"axios": "^0.19.2",
5353
"cookie-parser": "~1.4.4",
5454
"cors": "^2.8.5",
55-
"debug": "~2.6.9",
55+
"debug": "4.3.3",
5656
"express": "~4.16.1",
5757
"http-errors": "~1.6.3",
5858
"morgan": "~1.9.1",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,13 +1375,20 @@ crypto-random-string@^2.0.0:
13751375
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
13761376
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
13771377

1378-
[email protected], debug@^2.2.0, debug@^2.3.3, debug@~2.6.9:
1378+
[email protected], debug@^2.2.0, debug@^2.3.3:
13791379
version "2.6.9"
13801380
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
13811381
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
13821382
dependencies:
13831383
ms "2.0.0"
13841384

1385+
1386+
version "4.3.3"
1387+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1388+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1389+
dependencies:
1390+
ms "2.1.2"
1391+
13851392
debug@=3.1.0:
13861393
version "3.1.0"
13871394
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -2413,7 +2420,7 @@ [email protected]:
24132420
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
24142421
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
24152422

2416-
ms@^2.1.1:
2423+
ms@2.1.2, ms@^2.1.1:
24172424
version "2.1.2"
24182425
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
24192426
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

0 commit comments

Comments
 (0)