From 2522c0571f6710d131462d8703b60dce9ed13cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:40:16 +0000 Subject: [PATCH] Build(deps): Bump @nextcloud/dialogs from 5.3.4 to 5.3.5 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.4 to 5.3.5. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.4...v5.3.5) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 252ef2fff..3fae8c030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cookbook", - "version": "0.11.1-rc1", + "version": "0.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cookbook", - "version": "0.11.1-rc1", + "version": "0.11.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.0.0", @@ -3161,9 +3161,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz", - "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.5.tgz", + "integrity": "sha512-v2+M2zN90IqkZby7QZ575Ej/VsSQXcI6EurMVp51mRGLTeO2bJw8IVdfumDJhSA+3rn/nSHmkz3zWcHUInqzTg==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", @@ -3174,7 +3174,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.2", - "@nextcloud/typings": "^1.8.0", + "@nextcloud/typings": "^1.9.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.11.0", "cancelable-promise": "^4.3.1", @@ -3479,13 +3479,11 @@ } }, "node_modules/@nextcloud/typings": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.8.0.tgz", - "integrity": "sha512-q9goE0wc+1BCI9Ku0MebCHmqOMwz2K7ESKQrcHDs6O+HqbKA8zGiEtXL5XGrMS7Ovtl1YOIwxlP9kEvgvXt52Q==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.0.tgz", + "integrity": "sha512-dR37j4bDmJTjWNjH85bNGiabvhOTWoxu5xGLEHOwv2hV1KI51GqbY+G62Pwmd9guGqmufQuTrZosCQSz7bMuWQ==", "dependencies": { - "@types/jquery": "3.5.16", - "vue": "^2.7.15", - "vue-router": "<4" + "@types/jquery": "3.5.16" }, "engines": { "node": "^20.0.0",