Skip to content

Commit fbf764c

Browse files
renovate[bot]dinesh1patelJamesCollettCGI
authored
Update dependency ansi-regex to v6 (#774)
* Update dependency ansi-regex to v6 * patch errors in build * bumped to 6.0.0 * changed ansi config to fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dinesh Patel <dinesh1.patel@btinternet.com> Co-authored-by: James Collett <89016121+JamesCollettCGI@users.noreply.github.com> Co-authored-by: dinesh1patel <74076102+dinesh1patel@users.noreply.github.com>
1 parent 9395485 commit fbf764c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"@types/chai-as-promised": "^7.1.0",
8181
"@types/mocha": "^10.0.0",
8282
"@types/sinon-chai": "^3.2.0",
83+
"ansi-regex": "^6.0.0",
8384
"chai": "^4.3.6",
8485
"chai-as-promised": "^7.1.1",
8586
"cookie": "^1.1.1",
@@ -144,7 +145,12 @@
144145
"tar": "^7.5.4",
145146
"jszip": "^3.7.0",
146147
"path-parse": "^1.0.7",
147-
"ansi-regex": "^5.0.1",
148+
"ansi-regex@npm:^6.0.0": "npm:6.2.2",
149+
"ansi-regex@npm:^0.2.0": "npm:5.0.1",
150+
"ansi-regex@npm:^0.2.1": "npm:5.0.1",
151+
"ansi-regex@npm:^2.0.0": "npm:5.0.1",
152+
"ansi-regex@npm:^3.0.0": "npm:5.0.1",
153+
"ansi-regex@npm:^5.0.1": "npm:5.0.1",
148154
"set-value": "^4.0.1",
149155
"ssh2": "^1.4.0",
150156
"validator": "^13.15.20",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,13 +1166,20 @@ __metadata:
11661166
languageName: node
11671167
linkType: hard
11681168

1169-
"ansi-regex@npm:^5.0.1":
1169+
"ansi-regex@npm:5.0.1":
11701170
version: 5.0.1
11711171
resolution: "ansi-regex@npm:5.0.1"
11721172
checksum: 10/2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b
11731173
languageName: node
11741174
linkType: hard
11751175

1176+
"ansi-regex@npm:6.2.2":
1177+
version: 6.2.2
1178+
resolution: "ansi-regex@npm:6.2.2"
1179+
checksum: 10/9b17ce2c6daecc75bcd5966b9ad672c23b184dc3ed9bf3c98a0702f0d2f736c15c10d461913568f2cf527a5e64291c7473358885dd493305c84a1cfed66ba94f
1180+
languageName: node
1181+
linkType: hard
1182+
11761183
"ansi-styles@npm:^1.1.0":
11771184
version: 1.1.0
11781185
resolution: "ansi-styles@npm:1.1.0"
@@ -2047,6 +2054,7 @@ __metadata:
20472054
"@types/mocha": "npm:^10.0.0"
20482055
"@types/node": "npm:^10.5.4"
20492056
"@types/sinon-chai": "npm:^3.2.0"
2057+
ansi-regex: "npm:^6.0.0"
20502058
applicationinsights: "npm:^1.0.8"
20512059
body-parser: "npm:^1.20.3"
20522060
brace-expansion: "npm:^1.1.12"

0 commit comments

Comments
 (0)