Skip to content

Commit 55bf66d

Browse files
deps: update yarn.lock after adding Prettier dependencies
Update yarn.lock to include new dependencies: - prettier@^3.3.3 - eslint-config-prettier@^9.1.0 Issue: CLDSRV-723
1 parent 0deb63b commit 55bf66d

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

yarn.lock

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,6 +2561,11 @@ [email protected]:
25612561
optionalDependencies:
25622562
source-map "~0.2.0"
25632563

2564+
eslint-config-prettier@^9.1.0:
2565+
version "9.1.2"
2566+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz#90deb4fa0259592df774b600dbd1d2249a78ce91"
2567+
integrity sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==
2568+
25642569
eslint-import-resolver-node@^0.3.9:
25652570
version "0.3.9"
25662571
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
@@ -5523,6 +5528,11 @@ prelude-ls@~1.1.2:
55235528
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
55245529
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
55255530

5531+
prettier@^3.3.3:
5532+
version "3.6.2"
5533+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
5534+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
5535+
55265536
proc-log@^5.0.0:
55275537
version "5.0.0"
55285538
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-5.0.0.tgz#e6c93cf37aef33f835c53485f314f50ea906a9d8"
@@ -6339,7 +6349,16 @@ stream-to-pull-stream@^1.7.1:
63396349
looper "^3.0.0"
63406350
pull-stream "^3.2.3"
63416351

6342-
"string-width-cjs@npm:string-width@^4.2.0", [email protected], string-width@^4.1.0, string-width@^4.2.0, string-width@^5.0.1, string-width@^5.1.2:
6352+
"string-width-cjs@npm:string-width@^4.2.0":
6353+
version "4.2.3"
6354+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6355+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6356+
dependencies:
6357+
emoji-regex "^8.0.0"
6358+
is-fullwidth-code-point "^3.0.0"
6359+
strip-ansi "^6.0.1"
6360+
6361+
[email protected], string-width@^4.1.0, string-width@^4.2.0, string-width@^5.0.1, string-width@^5.1.2:
63436362
version "4.2.3"
63446363
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
63456364
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6402,7 +6421,14 @@ string_decoder@~0.10.x:
64026421
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
64036422
integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
64046423

6405-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6424+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6425+
version "6.0.1"
6426+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6427+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6428+
dependencies:
6429+
ansi-regex "^5.0.1"
6430+
6431+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
64066432
version "6.0.1"
64076433
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
64086434
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7114,8 +7140,7 @@ workerpool@^6.5.1:
71147140
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
71157141
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
71167142

7117-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7118-
name wrap-ansi-cjs
7143+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
71197144
version "7.0.0"
71207145
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
71217146
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7133,6 +7158,15 @@ wrap-ansi@^6.2.0:
71337158
string-width "^4.1.0"
71347159
strip-ansi "^6.0.0"
71357160

7161+
wrap-ansi@^7.0.0:
7162+
version "7.0.0"
7163+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7164+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7165+
dependencies:
7166+
ansi-styles "^4.0.0"
7167+
string-width "^4.1.0"
7168+
strip-ansi "^6.0.0"
7169+
71367170
wrap-ansi@^8.1.0:
71377171
version "8.1.0"
71387172
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)