diff --git a/package-lock.json b/package-lock.json index 5d505b6bae..cbfb637a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "assert": "2.1.0", "benchmark": "2.1.4", "eslint": "8.44.0", - "eslint-config-prettier": "10.0.1", + "eslint-config-prettier": "10.0.2", "eslint-plugin-header": "3.1.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.0.1", @@ -49,7 +49,7 @@ "process": "0.11.10", "semver": "7.6.3", "ts-node": "10.9.2", - "typedoc": "0.27.8", + "typedoc": "0.27.9", "typedoc-plugin-missing-exports": "3.1.0", "typescript": "5.0.4", "util": "0.12.5" @@ -12917,9 +12917,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz", - "integrity": "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz", + "integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==", "dev": true, "bin": { "eslint-config-prettier": "build/bin/cli.js" @@ -25970,9 +25970,9 @@ } }, "node_modules/typedoc": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.8.tgz", - "integrity": "sha512-q0/2TUunNEDmWkn23ULKGXieK8cgGuAmBUXC/HcZ/rgzMI9Yr4Nq3in1K1vT1NZ9zx6M78yTk3kmIPbwJgK5KA==", + "version": "0.27.9", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz", + "integrity": "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==", "dev": true, "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", @@ -25988,7 +25988,7 @@ "node": ">= 18" }, "peerDependencies": { - "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x" + "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" } }, "node_modules/typedoc-plugin-missing-exports": { @@ -38963,9 +38963,9 @@ } }, "eslint-config-prettier": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz", - "integrity": "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz", + "integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==", "dev": true, "requires": {} }, @@ -48682,9 +48682,9 @@ } }, "typedoc": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.8.tgz", - "integrity": "sha512-q0/2TUunNEDmWkn23ULKGXieK8cgGuAmBUXC/HcZ/rgzMI9Yr4Nq3in1K1vT1NZ9zx6M78yTk3kmIPbwJgK5KA==", + "version": "0.27.9", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz", + "integrity": "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==", "dev": true, "requires": { "@gerrit0/mini-shiki": "^1.24.0", diff --git a/package.json b/package.json index 6ca24af07c..a046eca10c 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "assert": "2.1.0", "benchmark": "2.1.4", "eslint": "8.44.0", - "eslint-config-prettier": "10.0.1", + "eslint-config-prettier": "10.0.2", "eslint-plugin-header": "3.1.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.0.1", @@ -109,7 +109,7 @@ "process": "0.11.10", "semver": "7.6.3", "ts-node": "10.9.2", - "typedoc": "0.27.8", + "typedoc": "0.27.9", "typedoc-plugin-missing-exports": "3.1.0", "typescript": "5.0.4", "util": "0.12.5"