Skip to content

Commit 578559d

Browse files
Bump word-wrap from 1.2.3 to 1.2.5 in /manager (#60)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9c00f2 commit 578559d

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

manager/yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,8 +1686,7 @@ sprintf-js@~1.0.2:
16861686
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
16871687
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
16881688

1689-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
1690-
name string-width-cjs
1689+
"string-width-cjs@npm:string-width@^4.2.0":
16911690
version "4.2.3"
16921691
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
16931692
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1713,6 +1712,15 @@ string-width@^3.0.0, string-width@^3.1.0:
17131712
is-fullwidth-code-point "^2.0.0"
17141713
strip-ansi "^5.1.0"
17151714

1715+
string-width@^4.1.0:
1716+
version "4.2.3"
1717+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1718+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1719+
dependencies:
1720+
emoji-regex "^8.0.0"
1721+
is-fullwidth-code-point "^3.0.0"
1722+
strip-ansi "^6.0.1"
1723+
17161724
string-width@^5.0.1, string-width@^5.1.2:
17171725
version "5.1.2"
17181726
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -1722,8 +1730,7 @@ string-width@^5.0.1, string-width@^5.1.2:
17221730
emoji-regex "^9.2.2"
17231731
strip-ansi "^7.0.1"
17241732

1725-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
1726-
name strip-ansi-cjs
1733+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
17271734
version "6.0.1"
17281735
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
17291736
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -1751,6 +1758,13 @@ strip-ansi@^6.0.0:
17511758
dependencies:
17521759
ansi-regex "^5.0.0"
17531760

1761+
strip-ansi@^6.0.1:
1762+
version "6.0.1"
1763+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1764+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1765+
dependencies:
1766+
ansi-regex "^5.0.1"
1767+
17541768
strip-ansi@^7.0.1:
17551769
version "7.1.0"
17561770
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -1991,9 +2005,9 @@ wildcard@^2.0.0:
19912005
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
19922006

19932007
word-wrap@^1.2.3:
1994-
version "1.2.3"
1995-
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
1996-
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
2008+
version "1.2.5"
2009+
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
2010+
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
19972011

19982012
19992013
version "6.0.2"

0 commit comments

Comments
 (0)