From 21f0135fbaea853f3d991abcaff0ca7563332181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:38:16 +0000 Subject: [PATCH] Bump @matter/main Bumps [@matter/main](https://github.com/project-chip/matter.js) from 0.12.0-alpha.0-20241231-9ac20db97 to 0.12.0-alpha.0-20250101-22e7c1044. - [Release notes](https://github.com/project-chip/matter.js/releases) - [Changelog](https://github.com/project-chip/matter.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/project-chip/matter.js/compare/v0.12.0-alpha.0-20241231-9ac20db97...v0.12.0-alpha.0-20250101-22e7c1044) --- updated-dependencies: - dependency-name: "@matter/main" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 89 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 78 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 636be33d..42dd361a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@iobroker/dm-utils": "^0.6.11", "@iobroker/i18n": "^0.3.1", "@iobroker/type-detector": "^4.1.1", - "@matter/main": "0.12.0-alpha.0-20241231-9ac20db97", + "@matter/main": "0.12.0-alpha.0-20250101-22e7c1044", "@matter/nodejs": "0.12.0-alpha.0-20241231-9ac20db97", "@project-chip/matter.js": "0.12.0-alpha.0-20241231-9ac20db97", "axios": "^1.7.9", @@ -1010,20 +1010,85 @@ } }, "node_modules/@matter/main": { - "version": "0.12.0-alpha.0-20241231-9ac20db97", - "resolved": "https://registry.npmjs.org/@matter/main/-/main-0.12.0-alpha.0-20241231-9ac20db97.tgz", - "integrity": "sha512-zihZhEiwgXEJJkDUe52c9Dy/Nc8Zz4ujDEBi0jay0iUwoGY7ASftWHyh/mGG6kGeFo5RCRO67hN4yKzNCT7M6A==", - "license": "Apache-2.0", - "dependencies": { - "@matter/general": "0.12.0-alpha.0-20241231-9ac20db97", - "@matter/model": "0.12.0-alpha.0-20241231-9ac20db97", - "@matter/node": "0.12.0-alpha.0-20241231-9ac20db97", - "@matter/protocol": "0.12.0-alpha.0-20241231-9ac20db97", - "@matter/types": "0.12.0-alpha.0-20241231-9ac20db97", + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/main/-/main-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-90Jr4pPlAQr3y9R6USxvIH1FeIBxKZQ5TxKTeu7UHldHOrP0ftdxMNf2r3PydVz1SXwH97Kjc49BmzeCL4hWGQ==", + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/model": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/node": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/protocol": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/types": "0.12.0-alpha.0-20250101-22e7c1044", "@noble/curves": "^1.7.0" }, "optionalDependencies": { - "@matter/nodejs": "0.12.0-alpha.0-20241231-9ac20db97" + "@matter/nodejs": "0.12.0-alpha.0-20250101-22e7c1044" + } + }, + "node_modules/@matter/main/node_modules/@matter/general": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/general/-/general-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-GjIfQv/c9QJt7dTIui+mTf03Nw/7FOAngNA8H530DElLfwRBCevzRenw0swcutJreU8p3W9+OAOXGFU8iti8vQ==", + "dependencies": { + "@noble/curves": "^1.7.0" + } + }, + "node_modules/@matter/main/node_modules/@matter/model": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/model/-/model-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-WovoYhDK9bQ9FjIRJrmXOaZm6Ti4I0Z9oQmlI5Rp+k+UlWFBMPlBTaEUXPFug7C/dMUrzRYnARQuvXQ8iiE1cA==", + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@noble/curves": "^1.7.0" + } + }, + "node_modules/@matter/main/node_modules/@matter/node": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/node/-/node-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-IYWMfbH2orEBOU88491cb3fKRlAfFedEjw7ggoGmDUtZtE7d53m4r9SpI5T8xouwigx6jiTjp7l+7INiAIxZnw==", + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/model": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/protocol": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/types": "0.12.0-alpha.0-20250101-22e7c1044", + "@noble/curves": "^1.7.0" + } + }, + "node_modules/@matter/main/node_modules/@matter/nodejs": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-6gAJOOyFabGeGQIsSsBc2nsHHbjkGTnbHMxusoAJa7Ss3gZdoFfehHwg8YfW+sTpYA5/yTSzftTy5QCyhBwi8g==", + "optional": true, + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/node": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/protocol": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/types": "0.12.0-alpha.0-20250101-22e7c1044", + "node-localstorage": "^3.0.5" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@matter/main/node_modules/@matter/protocol": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-AcHs+wG12fp1qFYf0aWgb3XaDkUBdWy2qZqzPUrdkc29sSl6650Ey8v6XZ+q0to3pFUiJnrE4bcbMLrpDYS/3Q==", + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/model": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/types": "0.12.0-alpha.0-20250101-22e7c1044", + "@noble/curves": "^1.7.0" + } + }, + "node_modules/@matter/main/node_modules/@matter/types": { + "version": "0.12.0-alpha.0-20250101-22e7c1044", + "resolved": "https://registry.npmjs.org/@matter/types/-/types-0.12.0-alpha.0-20250101-22e7c1044.tgz", + "integrity": "sha512-7vWq94ZXxDLLuB5Lz68TyVjd38O48Ju9CcycgcoaIQUg/0nbzZWJVipj/OkSwwGU4h0lR9v/KN/r7Zo3sJJi3A==", + "dependencies": { + "@matter/general": "0.12.0-alpha.0-20250101-22e7c1044", + "@matter/model": "0.12.0-alpha.0-20250101-22e7c1044", + "@noble/curves": "^1.7.0" } }, "node_modules/@matter/model": { diff --git a/package.json b/package.json index 9cf87bea..4335ccc3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@iobroker/i18n": "^0.3.1", "@iobroker/dm-utils": "^0.6.11", "@iobroker/type-detector": "^4.1.1", - "@matter/main": "0.12.0-alpha.0-20241231-9ac20db97", + "@matter/main": "0.12.0-alpha.0-20250101-22e7c1044", "@matter/nodejs": "0.12.0-alpha.0-20241231-9ac20db97", "@project-chip/matter.js": "0.12.0-alpha.0-20241231-9ac20db97", "axios": "^1.7.9",