Skip to content

Commit 7258dad

Browse files
committed
➖ remove strings restriction
Issue: CLDSRV-745
1 parent 2f38af9 commit 7258dad

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"tv4": "^1.3.0"
7373
},
7474
"resolutions": {
75-
"string-width": "4.2.3",
7675
"jsonwebtoken": "^9.0.0",
7776
"nan": "v2.22.0"
7877
},

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,11 @@ dunder-proto@^1.0.0, dunder-proto@^1.0.1:
23372337
es-errors "^1.3.0"
23382338
gopd "^1.2.0"
23392339

2340+
eastasianwidth@^0.2.0:
2341+
version "0.2.0"
2342+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
2343+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
2344+
23402345
ecc-jsbn@~0.1.1:
23412346
version "0.1.2"
23422347
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -2367,6 +2372,11 @@ emoji-regex@^8.0.0:
23672372
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
23682373
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
23692374

2375+
emoji-regex@^9.2.2:
2376+
version "9.2.2"
2377+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
2378+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
2379+
23702380
23712381
version "2.0.0"
23722382
resolved "https://registry.yarnpkg.com/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
@@ -6431,7 +6441,7 @@ stream-to-pull-stream@^1.7.1:
64316441
is-fullwidth-code-point "^3.0.0"
64326442
strip-ansi "^6.0.1"
64336443

6434-
string-width@4.2.3, string-width@^4.1.0, string-width@^4.2.0, string-width@^5.0.1, string-width@^5.1.2:
6444+
string-width@^4.1.0, string-width@^4.2.0:
64356445
version "4.2.3"
64366446
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
64376447
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6440,6 +6450,15 @@ [email protected], string-width@^4.1.0, string-width@^4.2.0, string-width@^5.0.
64406450
is-fullwidth-code-point "^3.0.0"
64416451
strip-ansi "^6.0.1"
64426452

6453+
string-width@^5.0.1, string-width@^5.1.2:
6454+
version "5.1.2"
6455+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
6456+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
6457+
dependencies:
6458+
eastasianwidth "^0.2.0"
6459+
emoji-regex "^9.2.2"
6460+
strip-ansi "^7.0.1"
6461+
64436462
string.prototype.padend@^3.0.0:
64446463
version "3.1.6"
64456464
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.6.tgz#ba79cf8992609a91c872daa47c6bb144ee7f62a5"

0 commit comments

Comments
 (0)