Skip to content

Commit 82c05ef

Browse files
author
Sascha Goldhofer
committed
ci: test offending module resolution
1 parent 51a4547 commit 82c05ef

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"resolutions": {
9191
"json5": ">=2.2.3",
9292
"lodash": ">=4",
93-
"merge": ">=2"
93+
"merge": ">=2",
94+
"string-width": "4.2.3"
9495
},
9596
"publishConfig": {
9697
"registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,11 +1133,6 @@ doctrine@^3.0.0:
11331133
dependencies:
11341134
esutils "^2.0.2"
11351135

1136-
eastasianwidth@^0.2.0:
1137-
version "0.2.0"
1138-
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1139-
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1140-
11411136
ebnf@^1.9.1:
11421137
version "1.9.1"
11431138
resolved "https://registry.npmjs.org/ebnf/-/ebnf-1.9.1.tgz#64c25d8208ec0d221ec11c3c5e8094015131a9d3"
@@ -1153,11 +1148,6 @@ emoji-regex@^8.0.0:
11531148
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
11541149
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
11551150

1156-
emoji-regex@^9.2.2:
1157-
version "9.2.2"
1158-
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1159-
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1160-
11611151
enhanced-resolve@^5.0.0, enhanced-resolve@^5.15.0:
11621152
version "5.15.0"
11631153
resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35"
@@ -2584,7 +2574,7 @@ sprintf-js@~1.0.2:
25842574
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
25852575
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
25862576

2587-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
2577+
"string-width-cjs@npm:string-width@^4.2.0", 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:
25882578
version "4.2.3"
25892579
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
25902580
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2593,15 +2583,6 @@ sprintf-js@~1.0.2:
25932583
is-fullwidth-code-point "^3.0.0"
25942584
strip-ansi "^6.0.1"
25952585

2596-
string-width@^5.0.1, string-width@^5.1.2:
2597-
version "5.1.2"
2598-
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
2599-
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
2600-
dependencies:
2601-
eastasianwidth "^0.2.0"
2602-
emoji-regex "^9.2.2"
2603-
strip-ansi "^7.0.1"
2604-
26052586
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
26062587
version "6.0.1"
26072588
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"

0 commit comments

Comments
 (0)