diff --git a/package-lock.json b/package-lock.json index b41009cac..657e0172d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.10.0", - "@nextcloud/dialogs": "^3.1.2", + "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/l10n": "^1.4.1", "@nextcloud/paths": "^2.0.0", @@ -3187,13 +3187,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": { @@ -18244,8 +18249,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", @@ -22533,12 +22539,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": { @@ -33834,7 +33842,9 @@ "version": "2.0.0" }, "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 dc473deb4..bddf7c462 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.10.0", - "@nextcloud/dialogs": "^3.1.2", + "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/l10n": "^1.4.1", "@nextcloud/paths": "^2.0.0",