Skip to content

Commit 82b63f3

Browse files
Merge pull request #2414 from ably/dependabot/npm_and_yarn/undici-5.28.5
chore(deps-dev): bump undici from 5.28.4 to 5.28.5
2 parents 2977771 + 6691521 commit 82b63f3

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"react-test-renderer": "^18.2.0",
133133
"source-map": "^0.7.4",
134134
"tailwindcss": "3.3.6",
135-
"undici": "^5.28.4",
135+
"undici": "^5.28.5",
136136
"v8-profiler-next": "^1.9.0"
137137
}
138138
}

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -14276,7 +14276,16 @@ string-similarity@^1.2.2:
1427614276
lodash.map "^4.6.0"
1427714277
lodash.maxby "^4.6.0"
1427814278

14279-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
14279+
"string-width-cjs@npm:string-width@^4.2.0":
14280+
version "4.2.3"
14281+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14282+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
14283+
dependencies:
14284+
emoji-regex "^8.0.0"
14285+
is-fullwidth-code-point "^3.0.0"
14286+
strip-ansi "^6.0.1"
14287+
14288+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1428014289
version "4.2.3"
1428114290
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1428214291
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14367,7 +14376,7 @@ stringify-entities@^4.0.0:
1436714376
character-entities-html4 "^2.0.0"
1436814377
character-entities-legacy "^3.0.0"
1436914378

14370-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14379+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1437114380
version "6.0.1"
1437214381
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1437314382
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14388,6 +14397,13 @@ strip-ansi@^5.2.0:
1438814397
dependencies:
1438914398
ansi-regex "^4.1.0"
1439014399

14400+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14401+
version "6.0.1"
14402+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14403+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14404+
dependencies:
14405+
ansi-regex "^5.0.1"
14406+
1439114407
strip-ansi@^7.0.1:
1439214408
version "7.1.0"
1439314409
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15059,10 +15075,10 @@ undici-types@~5.26.4:
1505915075
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1506015076
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1506115077

15062-
undici@^5.28.4:
15063-
version "5.28.4"
15064-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
15065-
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
15078+
undici@^5.28.5:
15079+
version "5.28.5"
15080+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b"
15081+
integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==
1506615082
dependencies:
1506715083
"@fastify/busboy" "^2.0.0"
1506815084

@@ -15741,7 +15757,7 @@ wildcard@^2.0.0:
1574115757
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
1574215758
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
1574315759

15744-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15760+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1574515761
version "7.0.0"
1574615762
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1574715763
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15759,6 +15775,15 @@ wrap-ansi@^6.2.0:
1575915775
string-width "^4.1.0"
1576015776
strip-ansi "^6.0.0"
1576115777

15778+
wrap-ansi@^7.0.0:
15779+
version "7.0.0"
15780+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15781+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15782+
dependencies:
15783+
ansi-styles "^4.0.0"
15784+
string-width "^4.1.0"
15785+
strip-ansi "^6.0.0"
15786+
1576215787
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1576315788
version "8.1.0"
1576415789
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)