Chore(deps): Bump @nextcloud/dialogs from 4.2.3 to 4.2.5

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.3 to 4.2.5.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v4.2.5/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.3...v4.2.5)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-10 03:48:13 +00:00
committed by GitHub
parent fb178e9f32
commit 2c059d304d
2 changed files with 62 additions and 10 deletions

70
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@babel/runtime": "^7.23.9",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^4.2.3",
"@nextcloud/dialogs": "^4.2.5",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
@@ -3496,12 +3496,12 @@
}
},
"node_modules/@nextcloud/dialogs": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.3.tgz",
"integrity": "sha512-MRz1AkHE8FXKwkVBuosFjjuy7HKlZX5ALbkCU61HI49vExFkqUxmMZLnH1xwofWdmGh34RU99yAuFatZBwPo4w==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.5.tgz",
"integrity": "sha512-WkTxceq458MGZNPs4eWTCr2V58ik2/tyrTUdj04o2Wy9EjkxnWGIUu3lZAjra4v8UJUDz3/1XM9HBLnjudusFA==",
"dependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/files": "^3.0.0-beta.14",
"@nextcloud/files": "3.0.0-beta.21",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/typings": "^1.7.0",
@@ -3520,6 +3520,23 @@
"vue": "^2.7.14"
}
},
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/files": {
"version": "3.0.0-beta.21",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.21.tgz",
"integrity": "sha512-haydsUhF3t7DTUcC48lveztXZA1KMAkn+DRZUwSWu0S0VF4tTjn/+ZM7pqnNBIqOkPMTW9azAU8h6mmENpvd9w==",
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/router": "^2.1.2",
"is-svg": "^5.0.0",
"webdav": "^5.2.3"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
},
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/router": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
@@ -3626,6 +3643,20 @@
"url": "https://opencollective.com/core-js"
}
},
"node_modules/@nextcloud/dialogs/node_modules/is-svg": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz",
"integrity": "sha512-sRl7J0oX9yUNamSdc8cwgzh9KBLnQXNzGmW0RVHwg/jEYjGNYHC6UvnYD8+hAeut9WwxRvhG9biK7g/wDGxcMw==",
"dependencies": {
"fast-xml-parser": "^4.1.3"
},
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nextcloud/eslint-config": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.3.0.tgz",
@@ -23669,12 +23700,12 @@
}
},
"@nextcloud/dialogs": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.3.tgz",
"integrity": "sha512-MRz1AkHE8FXKwkVBuosFjjuy7HKlZX5ALbkCU61HI49vExFkqUxmMZLnH1xwofWdmGh34RU99yAuFatZBwPo4w==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.5.tgz",
"integrity": "sha512-WkTxceq458MGZNPs4eWTCr2V58ik2/tyrTUdj04o2Wy9EjkxnWGIUu3lZAjra4v8UJUDz3/1XM9HBLnjudusFA==",
"requires": {
"@mdi/svg": "^7.4.47",
"@nextcloud/files": "^3.0.0-beta.14",
"@nextcloud/files": "3.0.0-beta.21",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/typings": "^1.7.0",
@@ -23686,6 +23717,19 @@
"webdav": "^5.2.3"
},
"dependencies": {
"@nextcloud/files": {
"version": "3.0.0-beta.21",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.21.tgz",
"integrity": "sha512-haydsUhF3t7DTUcC48lveztXZA1KMAkn+DRZUwSWu0S0VF4tTjn/+ZM7pqnNBIqOkPMTW9azAU8h6mmENpvd9w==",
"requires": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/router": "^2.1.2",
"is-svg": "^5.0.0",
"webdav": "^5.2.3"
}
},
"@nextcloud/router": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
@@ -23739,6 +23783,14 @@
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw=="
},
"is-svg": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz",
"integrity": "sha512-sRl7J0oX9yUNamSdc8cwgzh9KBLnQXNzGmW0RVHwg/jEYjGNYHC6UvnYD8+hAeut9WwxRvhG9biK7g/wDGxcMw==",
"requires": {
"fast-xml-parser": "^4.1.3"
}
}
}
},

View File

@@ -34,7 +34,7 @@
"@babel/runtime": "^7.23.9",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^4.2.3",
"@nextcloud/dialogs": "^4.2.5",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",