Skip to content

Commit 8e423ac

Browse files
renovate[bot]renovate-bottrevor-scheer
authored
chore(deps): update dependency strip-ansi to v7 (#2604)
* chore(deps): update dependency strip-ansi to v7 * Use v6 and pin major Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Trevor Scheer <[email protected]>
1 parent 5695833 commit 8e423ac

File tree

3 files changed

+22
-36
lines changed

3 files changed

+22
-36
lines changed

package-lock.json

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

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lodash.pickby": "4.6.0",
6565
"mkdirp": "1.0.4",
6666
"moment": "2.29.2",
67-
"strip-ansi": "5.2.0",
67+
"strip-ansi": "6.0.1",
6868
"table": "6.8.0",
6969
"tty": "1.0.1",
7070
"vscode-uri": "1.0.6"

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
"matchPackageNames": ["chalk"],
6666
"allowedVersions": "^4.0.0"
6767
},
68+
{
69+
// v7 is ESM only
70+
"matchPackageNames": ["strip-ansi"],
71+
"allowedVersions": "^6.0.0"
72+
},
6873
{
6974
"matchPaths": [
7075
"docs/package.json"

0 commit comments

Comments
 (0)