Skip to content

Commit 4a2b697

Browse files
Update dependency nodemon to v2.0.22
1 parent 7c6e033 commit 4a2b697

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

yarn.lock

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4424,7 +4424,16 @@ string-length@^4.0.1:
44244424
char-regex "^1.0.2"
44254425
strip-ansi "^6.0.0"
44264426

4427-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4427+
"string-width-cjs@npm:string-width@^4.2.0":
4428+
version "4.2.3"
4429+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
4430+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4431+
dependencies:
4432+
emoji-regex "^8.0.0"
4433+
is-fullwidth-code-point "^3.0.0"
4434+
strip-ansi "^6.0.1"
4435+
4436+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
44284437
version "4.2.3"
44294438
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
44304439
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4467,7 +4476,14 @@ string_decoder@^1.1.1:
44674476
dependencies:
44684477
safe-buffer "~5.2.0"
44694478

4470-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4479+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4480+
version "6.0.1"
4481+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
4482+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4483+
dependencies:
4484+
ansi-regex "^5.0.1"
4485+
4486+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
44714487
version "6.0.1"
44724488
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
44734489
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4834,7 +4850,7 @@ word-wrap@^1.2.3:
48344850
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz"
48354851
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
48364852

4837-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4853+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
48384854
version "7.0.0"
48394855
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
48404856
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4852,6 +4868,15 @@ wrap-ansi@^6.2.0:
48524868
string-width "^4.1.0"
48534869
strip-ansi "^6.0.0"
48544870

4871+
wrap-ansi@^7.0.0:
4872+
version "7.0.0"
4873+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
4874+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4875+
dependencies:
4876+
ansi-styles "^4.0.0"
4877+
string-width "^4.1.0"
4878+
strip-ansi "^6.0.0"
4879+
48554880
wrap-ansi@^8.1.0:
48564881
version "8.1.0"
48574882
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)