diff --git a/package-lock.json b/package-lock.json index d803bc7..8e5626b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/vue": "9.0.0-alpha.5", "dompurify": "^3.2.1", "linkify-html": "^4.1.4", - "pinia": "^2.2.7", + "pinia": "^2.2.8", "toastify-js": "^1.12.0", "vite": "^5", "vue": "^3.5.13", @@ -9198,9 +9198,9 @@ } }, "node_modules/pinia": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.7.tgz", - "integrity": "sha512-M+X9Eh9V5De+8wyj0rD1cgB0zy1mPN/aBEpCI9y+DgVmzXV2dIwjYBluJ5cMQd/jAoHs0VW+EyUSHMZv/Wtcnw==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.8.tgz", + "integrity": "sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ==", "license": "MIT", "dependencies": { "@vue/devtools-api": "^6.6.3", diff --git a/package.json b/package.json index 1e908e0..abb0e18 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/vue": "9.0.0-alpha.5", "dompurify": "^3.2.1", "linkify-html": "^4.1.4", - "pinia": "^2.2.7", + "pinia": "^2.2.8", "toastify-js": "^1.12.0", "vite": "^5", "vue": "^3.5.13",