Skip to content

Commit

Permalink
npm audit fix, bump msw
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Sep 10, 2024
1 parent efc43be commit 1892fc1
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 98 deletions.
2 changes: 1 addition & 1 deletion mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.5'
const PACKAGE_VERSION = '2.4.4'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
Loading

0 comments on commit 1892fc1

Please sign in to comment.