mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-09-13 16:18:45 +00:00
fix(ignore): bump the minor-patch group with 3 updates (#1219)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -44,14 +44,14 @@
|
||||
"license": "GPL-3.0-or-later",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"tar": "^7.5.16"
|
||||
"tar": "^7.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^3.0.1",
|
||||
"@actions/github": "^9.1.1",
|
||||
"@biomejs/biome": "^2.5.0",
|
||||
"@biomejs/biome": "^2.5.1",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/node": "^26.0.1",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^3.2.6"
|
||||
|
||||
Generated
+62
-62
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
tar:
|
||||
specifier: ^7.5.16
|
||||
version: 7.5.16
|
||||
specifier: ^7.5.19
|
||||
version: 7.5.19
|
||||
devDependencies:
|
||||
'@actions/core':
|
||||
specifier: ^3.0.1
|
||||
@@ -19,23 +19,23 @@ importers:
|
||||
specifier: ^9.1.1
|
||||
version: 9.1.1
|
||||
'@biomejs/biome':
|
||||
specifier: ^2.5.0
|
||||
version: 2.5.0
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1
|
||||
'@octokit/rest':
|
||||
specifier: ^22.0.1
|
||||
version: 22.0.1
|
||||
'@types/node':
|
||||
specifier: ^26.0.0
|
||||
version: 26.0.0
|
||||
specifier: ^26.0.1
|
||||
version: 26.0.1
|
||||
'@vitest/coverage-v8':
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4(vitest@3.2.6(@types/node@26.0.0))
|
||||
version: 3.2.4(vitest@3.2.6(@types/node@26.0.1))
|
||||
typescript:
|
||||
specifier: ^6.0.3
|
||||
version: 6.0.3
|
||||
vitest:
|
||||
specifier: ^3.2.6
|
||||
version: 3.2.6(@types/node@26.0.0)
|
||||
version: 3.2.6(@types/node@26.0.1)
|
||||
|
||||
packages:
|
||||
|
||||
@@ -82,55 +82,55 @@ packages:
|
||||
resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@biomejs/biome@2.5.0':
|
||||
resolution: {integrity: sha512-4kURkd9hAPrdDM3C9n82ycYgx8hvQcW6MjKTEejruj8rK0N8P3OPpdy8BvI8kt3KWY4ycF5XtDOrktetEfhfuw==}
|
||||
'@biomejs/biome@2.5.1':
|
||||
resolution: {integrity: sha512-IXWLCxKmae+rI7LOHS1B3EbVisQ6GRAWbhN9msa6KjNCyFWrvKZWR4oUdinaNssrV852OrSHuSPa95h1GPJc7Q==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
hasBin: true
|
||||
|
||||
'@biomejs/cli-darwin-arm64@2.5.0':
|
||||
resolution: {integrity: sha512-Mn3Fwi3SA5fgmfCPqmzpWF2DLZnms3BVAhM088nTnGrTZmHS3wwIjcoZPqpXeNgd3DrrLH6xp8vTLIBuJoZiXw==}
|
||||
'@biomejs/cli-darwin-arm64@2.5.1':
|
||||
resolution: {integrity: sha512-npqDzvqv7vFaWRiNN1Te71siRgPaqS9MpqgYCdP/CrUbkJ7ApezaeaKjueKHRN/JH/6lRjJQAHi8acQDCAz22w==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-darwin-x64@2.5.0':
|
||||
resolution: {integrity: sha512-rg3VPL5P8mYro6pqlXYXuJWph21slVp3SZtAqWSrkZs40d2gTzYmHF8E/X1iTID25btmNKltNDJ926sqVBp7DQ==}
|
||||
'@biomejs/cli-darwin-x64@2.5.1':
|
||||
resolution: {integrity: sha512-RgwTqPAM8g2tn1j+b5oRjF/DbSBX8a4gwojtuG9XuhfK7GgomvZ9+T+tqjXiVbjLEeGJOoL6VEk8mvRTVeSybw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@2.5.0':
|
||||
resolution: {integrity: sha512-vQdM4oSGaf7ZNeGO9w5+Y8SBtyser9M6znxYbm7Ec8wInxJu1WiKxFYZW5Auj2d80bcVvefuGGRxoFOE0eee8g==}
|
||||
'@biomejs/cli-linux-arm64-musl@2.5.1':
|
||||
resolution: {integrity: sha512-WMcvMLgByyTqVxGlq918NBBYliq9FRR9GAQVETHb+VjGVqXCZFfHlZHC1FX4ibuYY/Hg6TJE3rHU0xVrdJXNRw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-arm64@2.5.0':
|
||||
resolution: {integrity: sha512-tl+LW8fdD96/xdeWtWwc82LIOc5CoY7N2AsogLTp5R4ECErYt+8Jl/N68ezN9vzSiqPTxw6vjcihoLPYKZHrlw==}
|
||||
'@biomejs/cli-linux-arm64@2.5.1':
|
||||
resolution: {integrity: sha512-yhV35CzZh38VyMvTEXi3JTjxZBs++oCKK9KG8vB6VI5+uvQvZNR3BFWEKKzuOmx9DJJj7sQpZ4LQJcmbGTs3+Q==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@2.5.0':
|
||||
resolution: {integrity: sha512-+9hIcMngJ+yGUahXqZuZ8CoWKJE9SAZsFsM3QDvXpNsLbXZ9lqVzgBhOk/jTSYkOA0GLP9eu3teukqpLUojHMg==}
|
||||
'@biomejs/cli-linux-x64-musl@2.5.1':
|
||||
resolution: {integrity: sha512-ANTowtlLmPYm5yeMckWY8Xzb9Ix+JJP3tgHR/n6xRj1VWyIzzWtfRfih9hv9VmClwadpBvZduISZIbBsIlYG3A==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64@2.5.0':
|
||||
resolution: {integrity: sha512-zpEGf4RQbFEh8Vt7OmavLyyOzRbtcE9osCqrS1kfvt8jDvxwhKXLSf7n0ebr/ov0RJ9ssP+lhs6C8a9WwFvrQA==}
|
||||
'@biomejs/cli-linux-x64@2.5.1':
|
||||
resolution: {integrity: sha512-J/7uHSX7NfoYDI7HijAkd8lnQIOrRb2W7j3X+tw4R+N5ExvXGsyXFiGdQcfcxfOmNQmZVSQOCDk757fwpzqQcg==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-win32-arm64@2.5.0':
|
||||
resolution: {integrity: sha512-jB0wAvTLI4itx5VidqVUejPQFhRUxiZ9l9FvZ26D5fl6t3qme+ZB4PD3bTSeL1vZ8NI2Rx/zj6H9zcESuGHKGw==}
|
||||
'@biomejs/cli-win32-arm64@2.5.1':
|
||||
resolution: {integrity: sha512-zgXnKNgWPC4iPF7Y1lR3STUeCUuZRpD6IiOrC7TZTlh0Lx6FiVUT05myuMQHQ9D+1cc7uyMldi4forE6lp0ivQ==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@biomejs/cli-win32-x64@2.5.0':
|
||||
resolution: {integrity: sha512-VT/lF+GId+67j8aDfLkxdxNoVApsPSTbyAtB3jJq0IWTrY77WXfbPfpngxq0bA6JCEv/7k8C9qWjDRKRznDlyw==}
|
||||
'@biomejs/cli-win32-x64@2.5.1':
|
||||
resolution: {integrity: sha512-6uxpR9hvaglANkZemeSiN/FhYgkGasrEGn267eXIWvjrjJ2LhDlk251IhjVJq6MXzkV2/bcXwLwSroLyPtqRZg==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
@@ -514,8 +514,8 @@ packages:
|
||||
'@types/estree@1.0.9':
|
||||
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
||||
|
||||
'@types/node@26.0.0':
|
||||
resolution: {integrity: sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==}
|
||||
'@types/node@26.0.1':
|
||||
resolution: {integrity: sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==}
|
||||
|
||||
'@vitest/coverage-v8@3.2.4':
|
||||
resolution: {integrity: sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ==}
|
||||
@@ -854,8 +854,8 @@ packages:
|
||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
tar@7.5.16:
|
||||
resolution: {integrity: sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==}
|
||||
tar@7.5.19:
|
||||
resolution: {integrity: sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
test-exclude@7.0.1:
|
||||
@@ -1051,39 +1051,39 @@ snapshots:
|
||||
|
||||
'@bcoe/v8-coverage@1.0.2': {}
|
||||
|
||||
'@biomejs/biome@2.5.0':
|
||||
'@biomejs/biome@2.5.1':
|
||||
optionalDependencies:
|
||||
'@biomejs/cli-darwin-arm64': 2.5.0
|
||||
'@biomejs/cli-darwin-x64': 2.5.0
|
||||
'@biomejs/cli-linux-arm64': 2.5.0
|
||||
'@biomejs/cli-linux-arm64-musl': 2.5.0
|
||||
'@biomejs/cli-linux-x64': 2.5.0
|
||||
'@biomejs/cli-linux-x64-musl': 2.5.0
|
||||
'@biomejs/cli-win32-arm64': 2.5.0
|
||||
'@biomejs/cli-win32-x64': 2.5.0
|
||||
'@biomejs/cli-darwin-arm64': 2.5.1
|
||||
'@biomejs/cli-darwin-x64': 2.5.1
|
||||
'@biomejs/cli-linux-arm64': 2.5.1
|
||||
'@biomejs/cli-linux-arm64-musl': 2.5.1
|
||||
'@biomejs/cli-linux-x64': 2.5.1
|
||||
'@biomejs/cli-linux-x64-musl': 2.5.1
|
||||
'@biomejs/cli-win32-arm64': 2.5.1
|
||||
'@biomejs/cli-win32-x64': 2.5.1
|
||||
|
||||
'@biomejs/cli-darwin-arm64@2.5.0':
|
||||
'@biomejs/cli-darwin-arm64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-darwin-x64@2.5.0':
|
||||
'@biomejs/cli-darwin-x64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@2.5.0':
|
||||
'@biomejs/cli-linux-arm64-musl@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-arm64@2.5.0':
|
||||
'@biomejs/cli-linux-arm64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@2.5.0':
|
||||
'@biomejs/cli-linux-x64-musl@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-x64@2.5.0':
|
||||
'@biomejs/cli-linux-x64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-win32-arm64@2.5.0':
|
||||
'@biomejs/cli-win32-arm64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-win32-x64@2.5.0':
|
||||
'@biomejs/cli-win32-x64@2.5.1':
|
||||
optional: true
|
||||
|
||||
'@esbuild/aix-ppc64@0.27.7':
|
||||
@@ -1348,11 +1348,11 @@ snapshots:
|
||||
|
||||
'@types/estree@1.0.9': {}
|
||||
|
||||
'@types/node@26.0.0':
|
||||
'@types/node@26.0.1':
|
||||
dependencies:
|
||||
undici-types: 8.3.0
|
||||
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.6(@types/node@26.0.0))':
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.6(@types/node@26.0.1))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@bcoe/v8-coverage': 1.0.2
|
||||
@@ -1367,7 +1367,7 @@ snapshots:
|
||||
std-env: 3.9.0
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 2.0.0
|
||||
vitest: 3.2.6(@types/node@26.0.0)
|
||||
vitest: 3.2.6(@types/node@26.0.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -1379,13 +1379,13 @@ snapshots:
|
||||
chai: 5.3.3
|
||||
tinyrainbow: 2.0.0
|
||||
|
||||
'@vitest/mocker@3.2.6(vite@7.3.5(@types/node@26.0.0))':
|
||||
'@vitest/mocker@3.2.6(vite@7.3.5(@types/node@26.0.1))':
|
||||
dependencies:
|
||||
'@vitest/spy': 3.2.6
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.21
|
||||
optionalDependencies:
|
||||
vite: 7.3.5(@types/node@26.0.0)
|
||||
vite: 7.3.5(@types/node@26.0.1)
|
||||
|
||||
'@vitest/pretty-format@3.2.6':
|
||||
dependencies:
|
||||
@@ -1718,7 +1718,7 @@ snapshots:
|
||||
dependencies:
|
||||
has-flag: 4.0.0
|
||||
|
||||
tar@7.5.16:
|
||||
tar@7.5.19:
|
||||
dependencies:
|
||||
'@isaacs/fs-minipass': 4.0.1
|
||||
chownr: 3.0.0
|
||||
@@ -1757,13 +1757,13 @@ snapshots:
|
||||
|
||||
universal-user-agent@7.0.3: {}
|
||||
|
||||
vite-node@3.2.4(@types/node@26.0.0):
|
||||
vite-node@3.2.4(@types/node@26.0.1):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.4.3
|
||||
es-module-lexer: 1.7.0
|
||||
pathe: 2.0.3
|
||||
vite: 7.3.5(@types/node@26.0.0)
|
||||
vite: 7.3.5(@types/node@26.0.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
@@ -1778,7 +1778,7 @@ snapshots:
|
||||
- tsx
|
||||
- yaml
|
||||
|
||||
vite@7.3.5(@types/node@26.0.0):
|
||||
vite@7.3.5(@types/node@26.0.1):
|
||||
dependencies:
|
||||
esbuild: 0.27.7
|
||||
fdir: 6.5.0(picomatch@4.0.4)
|
||||
@@ -1787,14 +1787,14 @@ snapshots:
|
||||
rollup: 4.61.1
|
||||
tinyglobby: 0.2.17
|
||||
optionalDependencies:
|
||||
'@types/node': 26.0.0
|
||||
'@types/node': 26.0.1
|
||||
fsevents: 2.3.3
|
||||
|
||||
vitest@3.2.6(@types/node@26.0.0):
|
||||
vitest@3.2.6(@types/node@26.0.1):
|
||||
dependencies:
|
||||
'@types/chai': 5.2.3
|
||||
'@vitest/expect': 3.2.6
|
||||
'@vitest/mocker': 3.2.6(vite@7.3.5(@types/node@26.0.0))
|
||||
'@vitest/mocker': 3.2.6(vite@7.3.5(@types/node@26.0.1))
|
||||
'@vitest/pretty-format': 3.2.6
|
||||
'@vitest/runner': 3.2.6
|
||||
'@vitest/snapshot': 3.2.6
|
||||
@@ -1812,11 +1812,11 @@ snapshots:
|
||||
tinyglobby: 0.2.17
|
||||
tinypool: 1.1.1
|
||||
tinyrainbow: 2.0.0
|
||||
vite: 7.3.5(@types/node@26.0.0)
|
||||
vite-node: 3.2.4(@types/node@26.0.0)
|
||||
vite: 7.3.5(@types/node@26.0.1)
|
||||
vite-node: 3.2.4(@types/node@26.0.1)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 26.0.0
|
||||
'@types/node': 26.0.1
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
|
||||
Reference in New Issue
Block a user