Skip to content

Commit f1c801c

Browse files
authored
Update package dependencies and pnpm lockfile (#305)
1 parent 127ee24 commit f1c801c

File tree

2 files changed

+164
-155
lines changed

2 files changed

+164
-155
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,18 @@
3939
"playwright": "^1.56.0",
4040
"tsx": "^4.19.3",
4141
"vitest": "^3.2.4"
42+
},
43+
"pnpm": {
44+
"overrides": {
45+
"ansi-regex": "6.2.2",
46+
"ansi-styles": "6.2.3",
47+
"chalk": "5.6.2",
48+
"color-convert": "3.1.2",
49+
"color-name": "2.0.2",
50+
"debug": "4.4.3",
51+
"strip-ansi": "7.1.2",
52+
"supports-color": "10.2.2",
53+
"wrap-ansi": "9.0.2"
54+
}
4255
}
4356
}

0 commit comments

Comments
 (0)