Skip to content

Commit 10559bf

Browse files
authored
fix: update multiple dependencies (#637)
* fix: update chalk * fix: update prettier and strip-ansi * fix: update eslint, eslint-plugin-cypress, eslint-plugin-import
1 parent 43f7d15 commit 10559bf

File tree

2 files changed

+757
-135
lines changed

2 files changed

+757
-135
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "netlify-labs",
2424
"license": "MIT",
2525
"dependencies": {
26-
"chalk": "^4.1.0",
26+
"chalk": "^5.6.2",
2727
"chrome-launcher": "^0.15.0",
2828
"compression": "^1.7.4",
2929
"dotenv": "^16.0.0",
@@ -47,14 +47,14 @@
4747
"@commitlint/cli": "^17.0.0",
4848
"@commitlint/config-conventional": "^17.0.0",
4949
"cypress": "^13.17.0",
50-
"eslint": "^8.32.0",
51-
"eslint-plugin-cypress": "^2.11.2",
52-
"eslint-plugin-import": "^2.27.4",
50+
"eslint": "^8.57.1",
51+
"eslint-plugin-cypress": "^2.15.2",
52+
"eslint-plugin-import": "^2.32.0",
5353
"husky": "^8.0.1",
5454
"jest": "^29.0.0",
5555
"netlify-plugin-cypress": "^2.2.1",
56-
"prettier": "^2.0.0",
57-
"strip-ansi": "^7.0.1"
56+
"prettier": "3.6.2",
57+
"strip-ansi": "^7.1.2"
5858
},
5959
"husky": {
6060
"hooks": {

0 commit comments

Comments
 (0)