diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 305ea4c1..fe580b1f 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -26,7 +26,7 @@ "npm": "^11.6.2", "ol": "^10.2.1", "pinia": "^3.0.3", - "pinia-plugin-persistedstate": "^4.5.0", + "pinia-plugin-persistedstate": "^4.7.1", "qrcode": "^1.5.3", "qrcodejs": "^1.0.0", "simple-code-editor": "^2.0.9", @@ -3002,12 +3002,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/deep-pick-omit": { - "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz", - "integrity": "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==", - "license": "MIT" - }, "node_modules/defaults": { "version": "1.0.4", "resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz", @@ -3044,12 +3038,6 @@ "node": ">=0.4.0" } }, - "node_modules/destr": { - "version": "2.0.5", - "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz", - "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", - "license": "MIT" - }, "node_modules/detect-libc": { "version": "2.1.0", "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.0.tgz", @@ -7460,14 +7448,12 @@ } }, "node_modules/pinia-plugin-persistedstate": { - "version": "4.5.0", - "resolved": "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.5.0.tgz", - "integrity": "sha512-QTkP1xJVyCdr2I2p3AKUZM84/e+IS+HktRxKGAIuDzkyaKKV48mQcYkJFVVDuvTxlI5j6X3oZObpqoVB8JnWpw==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.7.1.tgz", + "integrity": "sha512-WHOqh2esDlR3eAaknPbqXrkkj0D24h8shrDPqysgCFR6ghqP/fpFfJmMPJp0gETHsvrh9YNNg6dQfo2OEtDnIQ==", "license": "MIT", "dependencies": { - "deep-pick-omit": "^1.2.1", - "defu": "^6.1.4", - "destr": "^2.0.5" + "defu": "^6.1.4" }, "peerDependencies": { "@nuxt/kit": ">=3.0.0", diff --git a/src/static/app/package.json b/src/static/app/package.json index ec430e1b..a4a585e7 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -30,7 +30,7 @@ "npm": "^11.6.2", "ol": "^10.2.1", "pinia": "^3.0.3", - "pinia-plugin-persistedstate": "^4.5.0", + "pinia-plugin-persistedstate": "^4.7.1", "qrcode": "^1.5.3", "qrcodejs": "^1.0.0", "simple-code-editor": "^2.0.9",