Skip to content

Commit bda0b16

Browse files
authored
Merge branch 'main' into feature/publiccode-v5.9.1
2 parents 672321d + cc3bbdf commit bda0b16

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6299,9 +6299,9 @@ mimic-function@^5.0.0:
62996299
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
63006300

63016301
min-document@^2.19.0:
6302-
version "2.19.0"
6303-
resolved "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz"
6304-
integrity sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==
6302+
version "2.19.1"
6303+
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.1.tgz#7083ad4bc8879a6eba6516688e9f5d91d32e2d23"
6304+
integrity sha512-8lqe85PkqQJzIcs2iD7xW/WSxcncC3/DPVbTOafKNJDIMXwGfwXS350mH4SJslomntN2iYtFBuC0yNO3CEap6g==
63056305
dependencies:
63066306
dom-walk "^0.1.0"
63076307

@@ -7772,7 +7772,16 @@ string-length@^4.0.1:
77727772
char-regex "^1.0.2"
77737773
strip-ansi "^6.0.0"
77747774

7775-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7775+
"string-width-cjs@npm:string-width@^4.2.0":
7776+
version "4.2.3"
7777+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
7778+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7779+
dependencies:
7780+
emoji-regex "^8.0.0"
7781+
is-fullwidth-code-point "^3.0.0"
7782+
strip-ansi "^6.0.1"
7783+
7784+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
77767785
version "4.2.3"
77777786
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
77787787
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7823,7 +7832,14 @@ stringify-entities@^4.0.0:
78237832
character-entities-html4 "^2.0.0"
78247833
character-entities-legacy "^3.0.0"
78257834

7826-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7835+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7836+
version "6.0.1"
7837+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
7838+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7839+
dependencies:
7840+
ansi-regex "^5.0.1"
7841+
7842+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
78277843
version "6.0.1"
78287844
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
78297845
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8633,7 +8649,16 @@ word-wrap@^1.2.5:
86338649
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
86348650
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
86358651

8636-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8652+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8653+
version "7.0.0"
8654+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
8655+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8656+
dependencies:
8657+
ansi-styles "^4.0.0"
8658+
string-width "^4.1.0"
8659+
strip-ansi "^6.0.0"
8660+
8661+
wrap-ansi@^7.0.0:
86378662
version "7.0.0"
86388663
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
86398664
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)