Skip to content

Commit 14d4458

Browse files
committed
chore: update msw to 2.3.5
- Fixes a transitive High severity dependency in path-to-regexp
1 parent 6bb4bdb commit 14d4458

File tree

2 files changed

+105
-89
lines changed

2 files changed

+105
-89
lines changed

site/package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"jest-location-mock": "2.0.0",
175175
"jest-websocket-mock": "2.5.0",
176176
"jest_workaround": "0.1.14",
177-
"msw": "2.3.5",
177+
"msw": "2.5.0",
178178
"postcss": "8.5.1",
179179
"protobufjs": "7.4.0",
180180
"rxjs": "7.8.1",
@@ -191,7 +191,11 @@
191191
"vite-plugin-checker": "0.8.0",
192192
"vite-plugin-turbosnap": "1.0.3"
193193
},
194-
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
194+
"browserslist": [
195+
"chrome 110",
196+
"firefox 111",
197+
"safari 16.0"
198+
],
195199
"resolutions": {
196200
"optionator": "0.9.3",
197201
"semver": "7.6.2"

0 commit comments

Comments
 (0)