diff --git a/features/profile/frontend-showcase/public/mockServiceWorker.js b/features/profile/frontend-showcase/public/mockServiceWorker.js index daa58d0f1..671c8a068 100644 --- a/features/profile/frontend-showcase/public/mockServiceWorker.js +++ b/features/profile/frontend-showcase/public/mockServiceWorker.js @@ -7,7 +7,7 @@ * - Please do NOT modify this file. */ -const PACKAGE_VERSION = '2.12.10' +const PACKAGE_VERSION = '2.12.13' const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set()