diff --git a/js/vendor.LICENSE.txt b/js/vendor.LICENSE.txt index ddeebce50..9adf0f9ee 100644 --- a/js/vendor.LICENSE.txt +++ b/js/vendor.LICENSE.txt @@ -21,11 +21,11 @@ version: 0.7.5 license: MIT @floating-ui/core -version: 0.3.1 +version: 1.6.0 license: MIT @floating-ui/dom -version: 0.1.10 +version: 1.6.3 license: MIT @floating-ui/utils @@ -73,7 +73,7 @@ version: 2.2.0 license: GPL-3.0-or-later @nextcloud/l10n -version: 2.2.0 +version: 3.1.0 license: GPL-3.0-or-later @nextcloud/logger @@ -141,7 +141,7 @@ version: 11.3.0 license: MIT @vueuse/shared -version: 11.3.0 +version: 11.0.3 license: MIT ansi-regex diff --git a/package-lock.json b/package-lock.json index 9e0a0f246..e38331789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,8 +48,8 @@ "dockerode": "^4.0.3", "eslint-plugin-cypress": "^3.6.0", "ts-node": "^10.9.2", - "tslib": "^2.7.0", - "typescript": "^5.6.2", + "tslib": "^2.8.1", + "typescript": "^5.7.2", "vite": "^5.4.5", "wait-on": "^7.2.0" }, @@ -15704,9 +15704,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, "node_modules/tsx": { @@ -15896,9 +15896,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 68ba07557..17fec0b76 100644 --- a/package.json +++ b/package.json @@ -86,8 +86,8 @@ "dockerode": "^4.0.3", "eslint-plugin-cypress": "^3.6.0", "ts-node": "^10.9.2", - "tslib": "^2.7.0", - "typescript": "^5.6.2", + "tslib": "^2.8.1", + "typescript": "^5.7.2", "vite": "^5.4.5", "wait-on": "^7.2.0" }