Skip to content

Commit 3aa35d6

Browse files
committed
fix: update chalk and strip-ansi versions
Explicitly update `chalk` and `strip-ansi` dependencies because of versions affected with malware, more information: GHSA-vfjc-p7x3-q864 GHSA-2v46-p5h4-248w
1 parent 65e3545 commit 3aa35d6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"start": "node --experimental-transform-types src/cli.ts"
2525
},
2626
"dependencies": {
27-
"chalk": "^5.0.0",
27+
"chalk": "^5.6.2",
2828
"escape-html": "^1.0.3",
2929
"glob": "^11.0.2",
3030
"htmlparser2": "^10.0.0",
@@ -45,7 +45,7 @@
4545
"husky": "^9.0.11",
4646
"nock": "^14.0.5",
4747
"semantic-release": "^24.0.0",
48-
"strip-ansi": "^7.0.1",
48+
"strip-ansi": "^7.1.2",
4949
"typescript": "^5.5.2",
5050
"vitest": "^3.2.4"
5151
},

0 commit comments

Comments
 (0)