diff --git a/package-lock.json b/package-lock.json index 26ffedf6..364c351c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.8.2", "lodash": "^4.18.1", - "pinia": "^4.0.2", + "pinia": "^4.0.3", "vue": "^3.5.18", "vue-material-design-icons": "^5.3.1" }, @@ -10505,9 +10505,9 @@ } }, "node_modules/pinia": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-4.0.2.tgz", - "integrity": "sha512-yKVVA7bSj5oRZFp/Ab9wLlmyb5gPUYEiIm4ryiWTe/xe7PtkRdMVOp1X1ggvq0c6Uj7Q0Du1HnV2mtAwM0Ks1g==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-4.0.3.tgz", + "integrity": "sha512-XMQqpvjgG7LMqVhhFUzKLT4KEbsYbfZZ0CZU9PgdFm1O2VKBmIkykL8+SfNhOaT7sR0wT6BEgKT0YNDYWgmVRA==", "license": "MIT", "dependencies": { "nostics": "^1.1.4" diff --git a/package.json b/package.json index 8a95c76a..accc653d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.8.2", "lodash": "^4.18.1", - "pinia": "^4.0.2", + "pinia": "^4.0.3", "vue": "^3.5.18", "vue-material-design-icons": "^5.3.1" },