diff --git a/package-lock.json b/package-lock.json index c27dfe02..1086823f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.6.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", @@ -4484,9 +4484,9 @@ "peer": true }, "node_modules/@types/toastify-js": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.2.tgz", - "integrity": "sha512-wA0+1kG5Td0O7B/+ahHJgz5ZRFTYGNp8DmZ2z9LPm56+OrSikcfdqggtIlmbWKAssGgSR5sdyQaDyMoprvfNdA==" + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.3.tgz", + "integrity": "sha512-9RjLlbAHMSaae/KZNHGv19VG4gcLIm3YjvacCXBtfMfYn26h76YP5oxXI8k26q4iKXCB9LNfv18lsoS0JnFPTg==" }, "node_modules/@types/unist": { "version": "2.0.7", diff --git a/package.json b/package.json index fefc8669..5363ec40 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.6.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3",