From 9241287fa1aa51a6ed8516f157ddc4b7538b6573 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Sun, 11 Jun 2023 01:27:44 +0000 Subject: [PATCH] fix(ignore): update dependencies --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 998bf2d321..f77bb8176c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "zigbee-herdsman", - "version": "0.14.117", + "version": "0.15.0", "license": "MIT", "dependencies": { "@serialport/bindings-cpp": "^11.0.1", @@ -39,7 +39,7 @@ "eslint": "*", "jest": "*", "regenerator-runtime": "*", - "typedoc": "^0.24.7", + "typedoc": "^0.24.8", "typedoc-plugin-markdown": "*", "typedoc-plugin-no-inherit": "*", "typedoc-plugin-sourcefile-url": "*", @@ -7879,9 +7879,9 @@ } }, "node_modules/typedoc": { - "version": "0.24.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.7.tgz", - "integrity": "sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw==", + "version": "0.24.8", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", + "integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -7896,7 +7896,7 @@ "node": ">= 14.14" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" } }, "node_modules/typedoc-plugin-markdown": { diff --git a/package.json b/package.json index 282b29b857..8f82ba25b6 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint": "*", "jest": "*", "regenerator-runtime": "*", - "typedoc": "^0.24.7", + "typedoc": "^0.24.8", "typedoc-plugin-markdown": "*", "typedoc-plugin-no-inherit": "*", "typedoc-plugin-sourcefile-url": "*",