summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-24 03:44:08 +0000
committerGitHub <noreply@github.com>2024-02-24 03:44:08 +0000
commite97c5fe8f20809eb8da8ebb9b62037e6ee6128c1 (patch)
treeaaa9d97712c2b1041825852d1c4846c072d175a8
parent3b0a4b2b242438d228c8980799339abc7890ca09 (diff)
bump @nextcloud/dialogs from 5.1.1 to 5.1.2dependabot/npm_and_yarn/stable28/nextcloud/dialogs-5.1.2
--- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json33
-rw-r--r--package.json2
2 files changed, 14 insertions, 21 deletions
diff --git a/package-lock.json b/package-lock.json
index 6b034988..181b2cf8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.1.0",
- "@nextcloud/dialogs": "^5.1.1",
+ "@nextcloud/dialogs": "^5.1.2",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
@@ -3129,6 +3129,11 @@
"unist-util-is": "^3.0.0"
}
},
+ "node_modules/@mdi/js": {
+ "version": "7.4.47",
+ "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz",
+ "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ=="
+ },
"node_modules/@mdi/svg": {
"version": "7.4.47",
"resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.4.47.tgz",
@@ -3287,45 +3292,33 @@
}
},
"node_modules/@nextcloud/dialogs": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.1.tgz",
- "integrity": "sha512-3jQdoI1Rw8eTt9bgIZYIkGGguwHYWhOMTMu+5QfX3FlvhI7Z086PKN1YSlLmudV9ZyXFuC5zp2o2FYjTvLcwQw==",
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.2.tgz",
+ "integrity": "sha512-JhWUdjjJwjY2K2O2d5CMgcSn+46RMt28Uv1ToFpm1lcdwP7swOp7u9tE8P4p1vA7hZBOKgRGEuTWI/qz/3dxHQ==",
"dependencies": {
+ "@mdi/js": "^7.4.47",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
- "@nextcloud/router": "^2.2.0",
+ "@nextcloud/router": "^3.0.0",
"@nextcloud/typings": "^1.7.0",
"@types/toastify-js": "^1.12.3",
"@vueuse/core": "^10.7.2",
"toastify-js": "^1.12.0",
"vue-frag": "^1.4.3",
- "webdav": "^5.3.1"
+ "webdav": "^5.3.2"
},
"engines": {
"node": "^20.0.0",
- "npm": "^9.0.0"
+ "npm": "^10.0.0"
},
"peerDependencies": {
"@nextcloud/vue": "^8.2.0",
"vue": "^2.7.16"
}
},
- "node_modules/@nextcloud/dialogs/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"
- }
- },
"node_modules/@nextcloud/dialogs/node_modules/@types/web-bluetooth": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
diff --git a/package.json b/package.json
index 57cf5ddb..0d01cccf 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.1.0",
- "@nextcloud/dialogs": "^5.1.1",
+ "@nextcloud/dialogs": "^5.1.2",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",