Merge pull request #3933 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/dialogs-3.1.4

Bump @nextcloud/dialogs from 3.1.2 to 3.1.4
This commit is contained in:
Julius Härtl
2022-07-25 09:13:39 +02:00
committed by GitHub
2 changed files with 20 additions and 10 deletions

28
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@juliushaertl/vue-richtext": "^1.0.1", "@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0", "@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2", "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^2.1.1", "@nextcloud/event-bus": "^2.1.1",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1", "@nextcloud/initial-state": "^1.2.1",
@@ -2997,13 +2997,18 @@
} }
}, },
"node_modules/@nextcloud/dialogs": { "node_modules/@nextcloud/dialogs": {
"version": "3.1.2", "version": "3.1.4",
"license": "GPL-3.0-or-later", "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.4.tgz",
"integrity": "sha512-Jf/DWacCqPZDWroDkdOFuX+3AyHVWjy6JpkxAUNkmFPlKjNG8fGPRm/cdQIkqVqAnC+b1sUdMqH6N89Zdyks2Q==",
"dependencies": { "dependencies": {
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0", "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"toastify-js": "^1.10.0" "toastify-js": "^1.12.0"
},
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
} }
}, },
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": { "node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": {
@@ -17442,8 +17447,9 @@
} }
}, },
"node_modules/toastify-js": { "node_modules/toastify-js": {
"version": "1.10.0", "version": "1.12.0",
"license": "MIT" "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.12.0.tgz",
"integrity": "sha512-HeMHCO9yLPvP9k0apGSdPUWrUbLnxUKNFzgUoZp1PHCLploIX/4DSQ7V8H25ef+h4iO9n0he7ImfcndnN6nDrQ=="
}, },
"node_modules/toidentifier": { "node_modules/toidentifier": {
"version": "1.0.1", "version": "1.0.1",
@@ -21159,12 +21165,14 @@
} }
}, },
"@nextcloud/dialogs": { "@nextcloud/dialogs": {
"version": "3.1.2", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.4.tgz",
"integrity": "sha512-Jf/DWacCqPZDWroDkdOFuX+3AyHVWjy6JpkxAUNkmFPlKjNG8fGPRm/cdQIkqVqAnC+b1sUdMqH6N89Zdyks2Q==",
"requires": { "requires": {
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0", "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"toastify-js": "^1.10.0" "toastify-js": "^1.12.0"
}, },
"dependencies": { "dependencies": {
"@nextcloud/typings": { "@nextcloud/typings": {
@@ -31942,7 +31950,9 @@
"dev": true "dev": true
}, },
"toastify-js": { "toastify-js": {
"version": "1.10.0" "version": "1.12.0",
"resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.12.0.tgz",
"integrity": "sha512-HeMHCO9yLPvP9k0apGSdPUWrUbLnxUKNFzgUoZp1PHCLploIX/4DSQ7V8H25ef+h4iO9n0he7ImfcndnN6nDrQ=="
}, },
"toidentifier": { "toidentifier": {
"version": "1.0.1", "version": "1.0.1",

View File

@@ -33,7 +33,7 @@
"@juliushaertl/vue-richtext": "^1.0.1", "@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0", "@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2", "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^2.1.1", "@nextcloud/event-bus": "^2.1.1",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1", "@nextcloud/initial-state": "^1.2.1",