diff --git a/package-lock.json b/package-lock.json index f45936b1..e23231f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "gridstack": "^12.6.0", "marked": "^12.0.0", "node-polyfill-webpack-plugin": "^4.0.0", - "pinia": "^2.1.7", + "pinia": "^4.0.3", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.0", "vue-router": "^4.5.0", @@ -77,7 +77,7 @@ }, "engines": { "node": "^22.14 || ^24 || >=26", - "npm": "^10.0.0" + "npm": "^11.0.0" } }, "node_modules/@ampproject/remapping": { @@ -3477,33 +3477,6 @@ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", "license": "MIT" }, - "node_modules/@nextcloud/vue/node_modules/pinia": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-4.0.3.tgz", - "integrity": "sha512-XMQqpvjgG7LMqVhhFUzKLT4KEbsYbfZZ0CZU9PgdFm1O2VKBmIkykL8+SfNhOaT7sR0wT6BEgKT0YNDYWgmVRA==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "nostics": "^1.1.4" - }, - "funding": { - "url": "https://github.com/sponsors/posva" - }, - "peerDependencies": { - "@vue/devtools-api": "^8.1.5", - "typescript": ">=5.6.0", - "vue": "^3.5.11" - }, - "peerDependenciesMeta": { - "@vue/devtools-api": { - "optional": false - }, - "typescript": { - "optional": true - } - } - }, "node_modules/@nextcloud/vue/node_modules/pkg-types": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz", @@ -15568,33 +15541,30 @@ } }, "node_modules/pinia": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz", - "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-4.0.3.tgz", + "integrity": "sha512-XMQqpvjgG7LMqVhhFUzKLT4KEbsYbfZZ0CZU9PgdFm1O2VKBmIkykL8+SfNhOaT7sR0wT6BEgKT0YNDYWgmVRA==", "license": "MIT", "dependencies": { - "@vue/devtools-api": "^6.6.3", - "vue-demi": "^0.14.10" + "nostics": "^1.1.4" }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "typescript": ">=4.4.4", - "vue": "^2.7.0 || ^3.5.11" + "@vue/devtools-api": "^8.1.5", + "typescript": ">=5.6.0", + "vue": "^3.5.11" }, "peerDependenciesMeta": { + "@vue/devtools-api": { + "optional": false + }, "typescript": { "optional": true } } }, - "node_modules/pinia/node_modules/@vue/devtools-api": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz", - "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==", - "license": "MIT" - }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", diff --git a/package.json b/package.json index 54cc4f41..cd756d54 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "gridstack": "^12.6.0", "marked": "^12.0.0", "node-polyfill-webpack-plugin": "^4.0.0", - "pinia": "^2.1.7", + "pinia": "^4.0.3", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.0", "vue-router": "^4.5.0",