Merge pull request #4226 from nextcloud/dependabot/npm_and_yarn/stable23/nextcloud/dialogs-3.2.0

Bump @nextcloud/dialogs from 3.1.2 to 3.2.0
This commit is contained in:
Julius Härtl
2022-11-18 21:12:17 +01:00
committed by GitHub

39
package-lock.json generated
View File

@@ -2851,13 +2851,18 @@
}
},
"node_modules/@nextcloud/dialogs": {
"version": "3.1.2",
"license": "GPL-3.0-or-later",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz",
"integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==",
"dependencies": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.10.0"
"toastify-js": "^1.12.0"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": {
@@ -7235,6 +7240,19 @@
"node": ">=0.10.0"
}
},
"node_modules/detect-indent": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
"integrity": "sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==",
"dev": true,
"peer": true,
"dependencies": {
"repeating": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/detect-newline": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
@@ -18059,8 +18077,9 @@
}
},
"node_modules/toastify-js": {
"version": "1.10.0",
"license": "MIT"
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.12.0.tgz",
"integrity": "sha512-HeMHCO9yLPvP9k0apGSdPUWrUbLnxUKNFzgUoZp1PHCLploIX/4DSQ7V8H25ef+h4iO9n0he7ImfcndnN6nDrQ=="
},
"node_modules/toidentifier": {
"version": "1.0.1",
@@ -21806,12 +21825,14 @@
}
},
"@nextcloud/dialogs": {
"version": "3.1.2",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz",
"integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==",
"requires": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.10.0"
"toastify-js": "^1.12.0"
},
"dependencies": {
"@nextcloud/typings": {
@@ -32930,7 +32951,9 @@
}
},
"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": {
"version": "1.0.1",