fix package-lock.json. Update msw

This commit is contained in:
Felix Staud 2024-08-02 15:09:10 -07:00
parent 2cfe1558a7
commit 76ed0d3a85
2 changed files with 640 additions and 776 deletions

1412
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
/* eslint-disable */
/* tslint:disable */
/**
@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const PACKAGE_VERSION = '2.3.1'
const PACKAGE_VERSION = '2.3.5'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()