Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-23 04:02:06 +0300
committerGitHub <noreply@github.com>2022-07-23 04:02:06 +0300
commitd8a6062a0df111b3119647a30ad8c53028ff150c (patch)
treec33f9ae54acd2ca5df6fbed1e662804d43031541
parentf8b00216ccb6689ab3c97f8eac9dde6a64b15a38 (diff)
Bump @nextcloud/dialogs from 3.1.2 to 3.1.4dependabot/npm_and_yarn/nextcloud/dialogs-3.1.4
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.2...v3.1.4) --- 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.json28
-rw-r--r--package.json2
2 files changed, 20 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f6c6abe..2ff9824 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
- "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
@@ -2883,13 +2883,18 @@
}
},
"node_modules/@nextcloud/dialogs": {
- "version": "3.1.2",
- "license": "GPL-3.0-or-later",
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.4.tgz",
+ "integrity": "sha512-Jf/DWacCqPZDWroDkdOFuX+3AyHVWjy6JpkxAUNkmFPlKjNG8fGPRm/cdQIkqVqAnC+b1sUdMqH6N89Zdyks2Q==",
"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": "^14.0.0",
+ "npm": "^7.0.0"
}
},
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": {
@@ -13701,8 +13706,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",
@@ -17044,12 +17050,14 @@
}
},
"@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": {
"@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": {
@@ -25014,7 +25022,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",
diff --git a/package.json b/package.json
index 2f6aae2..0c45979 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
- "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",