diff --git a/package-lock.json b/package-lock.json index fa2ec4c53d..4a5cfc77bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.0.0-rc9", + "version": "10.0.0-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.0.0-rc9", + "version": "10.0.0-dev", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.17", @@ -21,7 +21,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.1.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^8.11.1", @@ -3445,34 +3445,21 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", - "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.0.tgz", + "integrity": "sha512-cMucq1yVmOU/03UVKNwW3FV4FfpowTcD2P82LLqY9KRM7Yh1sXoBm0dEfcavtp6v/9QAt6cLPPSKClrpfBE3ow==", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2" + "@nextcloud/router": "^3.0.0" }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0-beta.7", - "vue": "^2.7.14" - } - }, - "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/router": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz", - "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==", - "dependencies": { - "@nextcloud/typings": "^1.7.0", - "core-js": "^3.6.4" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "@nextcloud/vue": "^8.0.0", + "vue": "^2.7.16" } }, "node_modules/@nextcloud/paths": { diff --git a/package.json b/package.json index e5fe8aebcb..8371c42d57 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.1.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^8.11.1",