summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-13 07:52:34 +0000
committerGitHub <noreply@github.com>2022-08-13 07:52:34 +0000
commit65821d44f19bff6d70ad1841971c84be9b1ddb25 (patch)
tree98f3e64b93f9f67edba4bcf0ed6980b15f2626e6
parent7ea650eea3dd508081f869d350500ed56728c8c9 (diff)
parent2ca25170dbf23eb23755590f702d909fbdbbd832 (diff)
Merge pull request #2887 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-3.2.0
-rw-r--r--package-lock.json30
-rw-r--r--package.json2
2 files changed, 20 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 08a122bc..72f49fb4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/cdav-library": "^1.1.0",
- "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
@@ -2612,13 +2612,18 @@
}
},
"node_modules/@nextcloud/dialogs": {
- "version": "3.1.2",
- "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
+ "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/eslint-config": {
@@ -14548,8 +14553,9 @@
}
},
"node_modules/toastify-js": {
- "version": "1.11.0",
- "integrity": "sha512-N9o4RHy+IxY51C0wO50uJmXDpGHKKf6wRq2q0pfHlpMxRLKreD68L6ZR5BEETd5UCHWcwZa4sLNMV8iO5L+zqQ=="
+ "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",
@@ -18086,13 +18092,14 @@
}
},
"@nextcloud/dialogs": {
- "version": "3.1.2",
- "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
+ "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"
}
},
"@nextcloud/eslint-config": {
@@ -27206,8 +27213,9 @@
}
},
"toastify-js": {
- "version": "1.11.0",
- "integrity": "sha512-N9o4RHy+IxY51C0wO50uJmXDpGHKKf6wRq2q0pfHlpMxRLKreD68L6ZR5BEETd5UCHWcwZa4sLNMV8iO5L+zqQ=="
+ "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",
diff --git a/package.json b/package.json
index 64ff835f..04b53ac6 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/cdav-library": "^1.1.0",
- "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",