Skip to content

Commit 8d8ebfc

Browse files
authored
fix(deps): upgrade packages and add resolutions for picomatch and brace-expansion (#5638)
1 parent 4c484e0 commit 8d8ebfc

2 files changed

Lines changed: 327 additions & 222 deletions

File tree

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
},
9393
"devDependencies": {
9494
"@babel/eslint-parser": "7.28.6",
95-
"@percy/cli": "1.31.8",
95+
"@percy/cli": "1.31.10",
9696
"@types/cypress": "1.1.6",
9797
"@types/d3": "7.4.3",
9898
"@types/redux-mock-store": "^1.5.0",
9999
"@types/uuid": "11.0.0",
100-
"@typescript-eslint/eslint-plugin": "^8.19.1",
101-
"@typescript-eslint/parser": "^8.19.1",
100+
"@typescript-eslint/eslint-plugin": "^8.58.0",
101+
"@typescript-eslint/parser": "^8.58.0",
102102
"@vitest/coverage-v8": "4.0.18",
103-
"@vitest/ui": "4.0.18",
103+
"@vitest/ui": "4.1.2",
104104
"concurrently": "9.2.1",
105105
"cypress": "15.10.0",
106106
"eslint": "9.39.2",
@@ -109,13 +109,15 @@
109109
"eslint-plugin-prettier": "5.5.5",
110110
"eslint-plugin-react": "7.37.5",
111111
"msw": "2.12.8",
112-
"stylelint": "17.1.1",
112+
"stylelint": "17.6.0",
113113
"stylelint-config-standard-scss": "17.0.0",
114114
"stylelint-order": "7.0.1",
115115
"vitest": "^4.0.0"
116116
},
117117
"resolutions": {
118118
"vitest/**/glob": "13.0.1",
119-
"lodash": "4.17.23"
119+
"lodash": "4.17.23",
120+
"picomatch": ">=2.3.2",
121+
"brace-expansion": ">=2.0.2"
120122
}
121123
}

0 commit comments

Comments
 (0)