Skip to content

Commit cd7a820

Browse files
sandhosereivilibre
authored andcommitted
build(deps-dev): bump msw from 2.11.3 to 2.11.6 in /frontend (#5164)
2 parents 5b7fcc8 + 31f3fbf commit cd7a820

File tree

3 files changed

+17
-44
lines changed

3 files changed

+17
-44
lines changed

frontend/.storybook/public/mockServiceWorker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.11.3'
10+
const PACKAGE_VERSION = '2.11.6'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()
@@ -205,6 +205,7 @@ async function resolveMainClient(event) {
205205
* @param {FetchEvent} event
206206
* @param {Client | undefined} client
207207
* @param {string} requestId
208+
* @param {number} requestInterceptedAt
208209
* @returns {Promise<Response>}
209210
*/
210211
async function getResponse(event, client, requestId, requestInterceptedAt) {

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"happy-dom": "^20.0.4",
6767
"i18next-parser": "^9.3.0",
6868
"knip": "^5.64.2",
69-
"msw": "^2.11.3",
69+
"msw": "^2.11.6",
7070
"msw-storybook-addon": "^2.0.5",
7171
"postcss": "^8.5.6",
7272
"postcss-import": "^16.1.1",

0 commit comments

Comments
 (0)