Skip to content

Commit 950ae49

Browse files
authored
fix: prevent use of ansi-regex@6 (#193)
1 parent 96f3fa8 commit 950ae49

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"overrides": {
8181
"//tar@6": "see https://npmjs.com/advisories/1770 and https://npmjs.com/advisories/1771",
8282
"tar@6": "^6.1.2",
83-
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1"
83+
"ansi-regex@>2.1.1 <5.0.1": "^5.0.1"
8484
}
8585
}
8686
}

pnpm-lock.yaml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)