Skip to content

Commit 6ef45d8

Browse files
committed
Revert "fix: yarn lock"
This reverts commit de1a446.
1 parent de1a446 commit 6ef45d8

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

yarn.lock

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,7 @@
25462546
resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-10.7.7.tgz#cb0dd9b1e713bde6615b5ac2f09d12527e546cd9"
25472547
integrity sha512-Ld+OnFAKftPxzMzjSGyRK7Gz7TNHg2FQkK9a5mztPydLiZ9eThZ218o+4uX9cUMoG2F2pBwbYJ2qg0mebVc33g==
25482548

2549-
"@dhis2/ui@^10.10.2", "@dhis2/ui@^10.7.8":
2549+
"@dhis2/ui@^10.10.0", "@dhis2/ui@^10.10.2", "@dhis2/ui@^10.7.8":
25502550
version "10.10.2"
25512551
resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-10.10.2.tgz#5e8e23c5237de7ca74c61d245739217de3ea9236"
25522552
integrity sha512-hNwi4emz7GCHhDHjGREQHT0+OjxtQuPXAftRsdXGhnpd90+fEKopf5S9deMu8B8R5i5IcqYAcPyQ4jC/Joqn5A==
@@ -13234,7 +13234,7 @@ string-natural-compare@^3.0.1:
1323413234
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1323513235
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1323613236

13237-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13237+
"string-width-cjs@npm:string-width@^4.2.0":
1323813238
version "4.2.3"
1323913239
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1324013240
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13260,6 +13260,15 @@ string-width@^3.0.0, string-width@^3.1.0:
1326013260
is-fullwidth-code-point "^2.0.0"
1326113261
strip-ansi "^5.1.0"
1326213262

13263+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13264+
version "4.2.3"
13265+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13266+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13267+
dependencies:
13268+
emoji-regex "^8.0.0"
13269+
is-fullwidth-code-point "^3.0.0"
13270+
strip-ansi "^6.0.1"
13271+
1326313272
string-width@^5.0.1, string-width@^5.1.2:
1326413273
version "5.1.2"
1326513274
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -13351,7 +13360,14 @@ stringify-object@^3.3.0:
1335113360
is-obj "^1.0.1"
1335213361
is-regexp "^1.0.0"
1335313362

13354-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13363+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
13364+
version "6.0.1"
13365+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13366+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13367+
dependencies:
13368+
ansi-regex "^5.0.1"
13369+
13370+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1335513371
version "6.0.1"
1335613372
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1335713373
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14889,7 +14905,7 @@ [email protected]:
1488914905
"@types/trusted-types" "^2.0.2"
1489014906
workbox-core "7.3.0"
1489114907

14892-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
14908+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1489314909
version "7.0.0"
1489414910
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1489514911
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -14916,6 +14932,15 @@ wrap-ansi@^6.2.0:
1491614932
string-width "^4.1.0"
1491714933
strip-ansi "^6.0.0"
1491814934

14935+
wrap-ansi@^7.0.0:
14936+
version "7.0.0"
14937+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14938+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14939+
dependencies:
14940+
ansi-styles "^4.0.0"
14941+
string-width "^4.1.0"
14942+
strip-ansi "^6.0.0"
14943+
1491914944
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1492014945
version "8.1.0"
1492114946
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)