diff --git a/package-lock.json b/package-lock.json index 7de530e2..648b628a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", - "@nextcloud/vue": "^7.12.2", - "@types/toastify-js": "^1.12.0", - "@vueuse/core": "^10.3.0", + "@nextcloud/vue": "^7.12.4", + "@types/toastify-js": "^1.12.1", + "@vueuse/core": "^10.4.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.2.0", @@ -31,7 +31,7 @@ "@zamiell/typedoc-plugin-not-exported": "^0.2.0", "gettext-extractor": "^3.8.0", "gettext-parser": "^7.0.1", - "happy-dom": "^10.10.4", + "happy-dom": "^11.0.6", "sass": "^1.66.1", "tslib": "^2.6.2", "typedoc": "^0.24.8", @@ -3737,9 +3737,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "node_modules/@types/toastify-js": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.0.tgz", - "integrity": "sha512-fqpDHaKhFukN9KRm24bbH0wozvHmSwjvkaLjBUrWcSfSS4zysIwTYqNLG3XbSNhRlsTNRNLGS23tp/VhPwsfHQ==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.1.tgz", + "integrity": "sha512-9CTM+LKFmS0+Ii+RH55XPKcmNxCjLticj8kxeCxa7PnSVCZPQurb9XtKQtoMl/fv7WaqUpRezDcFuY8n92CtUg==" }, "node_modules/@types/unist": { "version": "2.0.7", @@ -8028,9 +8028,9 @@ } }, "node_modules/happy-dom": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.11.2.tgz", - "integrity": "sha512-rzgmLjLkhyaOdFEyU8CWXzbgyCyM7wJHLqhaoeEVSTyur1fjcUaiNTHx+D4CPaLvx16tGy+SBPd9TVnP/kzL3w==", + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-11.0.6.tgz", + "integrity": "sha512-GiNIoNhc/ZAvB2r3tc1DRvRSUaMt4A4Ub0IVpxURxsIqks1Q1UnNsdY9uwVjAT4B6DGHVmSOdqL5S5BNim8o+g==", "dev": true, "dependencies": { "css.escape": "^1.5.1", diff --git a/package.json b/package.json index 61b493fc..04d91fe8 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,9 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", - "@nextcloud/vue": "^7.12.2", - "@types/toastify-js": "^1.12.0", - "@vueuse/core": "^10.3.0", + "@nextcloud/vue": "^7.12.4", + "@types/toastify-js": "^1.12.1", + "@vueuse/core": "^10.4.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.2.0", @@ -76,7 +76,7 @@ "@zamiell/typedoc-plugin-not-exported": "^0.2.0", "gettext-extractor": "^3.8.0", "gettext-parser": "^7.0.1", - "happy-dom": "^10.10.4", + "happy-dom": "^11.0.6", "sass": "^1.66.1", "tslib": "^2.6.2", "typedoc": "^0.24.8",