Fix: update login package lock (#17116)

* update package lock

* update backoffice submodule

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
Niels Lyngsø
2024-09-24 11:08:38 +02:00
committed by GitHub
parent 1b4cb87370
commit b93fe6c632
3 changed files with 890 additions and 177 deletions

File diff suppressed because it is too large Load Diff

View File

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