chore(deps): update babel monorepo to >=7.28.4 (#4043)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-09-10 15:21:47 +00:00
committed by GitHub
parent 1d9eb9bf24
commit 6389fd8807
2 changed files with 42 additions and 24 deletions

View File

@@ -75,8 +75,8 @@
"tree-sitter-json"
],
"overrides": {
"@babel/helpers@<7.26.10": ">=7.28.3",
"@babel/runtime@<7.26.10": ">=7.28.3",
"@babel/helpers@<7.26.10": ">=7.28.4",
"@babel/runtime@<7.26.10": ">=7.28.4",
"axios@>=1.0.0 <1.8.2": ">=1.11.0",
"brace-expansion@>=2.0.0 <=2.0.1": ">=4.0.1",
"brace-expansion@>=1.0.0 <=1.1.11": ">=4.0.1",

62
pnpm-lock.yaml generated
View File

@@ -5,8 +5,8 @@ settings:
excludeLinksFromLockfile: false
overrides:
'@babel/helpers@<7.26.10': '>=7.28.3'
'@babel/runtime@<7.26.10': '>=7.28.3'
'@babel/helpers@<7.26.10': '>=7.28.4'
'@babel/runtime@<7.26.10': '>=7.28.4'
axios@>=1.0.0 <1.8.2: '>=1.11.0'
brace-expansion@>=2.0.0 <=2.0.1: '>=4.0.1'
brace-expansion@>=1.0.0 <=1.1.11: '>=4.0.1'
@@ -2567,6 +2567,10 @@ packages:
resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==}
engines: {node: '>=6.9.0'}
'@babel/helpers@7.28.4':
resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
engines: {node: '>=6.9.0'}
'@babel/parser@7.26.2':
resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==}
engines: {node: '>=6.0.0'}
@@ -2593,8 +2597,8 @@ packages:
resolution: {integrity: sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.28.3':
resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==}
'@babel/runtime@7.28.4':
resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
engines: {node: '>=6.9.0'}
'@babel/template@7.25.9':
@@ -2621,6 +2625,10 @@ packages:
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.4':
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
engines: {node: '>=6.9.0'}
'@balena/dockerignore@1.0.2':
resolution: {integrity: sha512-wMue2Sy4GAVTk6Ic4tJVcnfdau+gx2EnG7S+uAEe+TWJFqE4YoWN4/H8MSLj4eYJKxGg26lZwboEniNiNwZQ6Q==}
@@ -10787,7 +10795,7 @@ snapshots:
'@babel/generator': 7.26.2
'@babel/helper-compilation-targets': 7.25.9
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
'@babel/helpers': 7.28.3
'@babel/helpers': 7.28.4
'@babel/parser': 7.26.2
'@babel/template': 7.25.9
'@babel/traverse': 7.25.9
@@ -10905,6 +10913,11 @@ snapshots:
'@babel/template': 7.27.2
'@babel/types': 7.28.2
'@babel/helpers@7.28.4':
dependencies:
'@babel/template': 7.27.2
'@babel/types': 7.28.4
'@babel/parser@7.26.2':
dependencies:
'@babel/types': 7.28.2
@@ -10927,7 +10940,7 @@ snapshots:
dependencies:
core-js-pure: 3.38.1
'@babel/runtime@7.28.3': {}
'@babel/runtime@7.28.4': {}
'@babel/template@7.25.9':
dependencies:
@@ -10975,6 +10988,11 @@ snapshots:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
'@babel/types@7.28.4':
dependencies:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
'@balena/dockerignore@1.0.2': {}
'@bcoe/v8-coverage@1.0.2': {}
@@ -13385,7 +13403,7 @@ snapshots:
'@videojs/http-streaming@3.17.2(video.js@8.23.4)':
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
'@videojs/vhs-utils': 4.1.1
aes-decrypter: 4.0.2
global: 4.4.0
@@ -13396,18 +13414,18 @@ snapshots:
'@videojs/vhs-utils@4.0.0':
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
global: 4.4.0
url-toolkit: 2.2.5
'@videojs/vhs-utils@4.1.1':
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
global: 4.4.0
'@videojs/xhr@2.7.0':
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
global: 4.4.0
is-function: 1.0.2
@@ -13620,7 +13638,7 @@ snapshots:
aes-decrypter@4.0.2:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
'@videojs/vhs-utils': 4.1.1
global: 4.4.0
pkcs7: 1.0.4
@@ -14684,7 +14702,7 @@ snapshots:
dom-helpers@5.2.1:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
csstype: 3.1.3
dom-walk@0.1.2: {}
@@ -16701,7 +16719,7 @@ snapshots:
m3u8-parser@7.2.0:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
'@videojs/vhs-utils': 4.1.1
global: 4.4.0
@@ -17071,7 +17089,7 @@ snapshots:
mpd-parser@1.3.1:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
'@videojs/vhs-utils': 4.0.0
'@xmldom/xmldom': 0.8.10
global: 4.4.0
@@ -17086,7 +17104,7 @@ snapshots:
mux.js@7.1.0:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
global: 4.4.0
mysql2@3.14.4:
@@ -17703,7 +17721,7 @@ snapshots:
pkcs7@1.0.4:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
pkg-conf@2.1.0:
dependencies:
@@ -18072,7 +18090,7 @@ snapshots:
react-error-boundary@6.0.0(react@19.1.1):
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
react: 19.1.1
react-immutable-proptypes@2.2.0(immutable@3.8.2):
@@ -18178,7 +18196,7 @@ snapshots:
react-syntax-highlighter@15.6.1(react@19.1.1):
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
highlight.js: 10.7.3
highlightjs-vue: 1.0.0
lowlight: 1.20.0
@@ -18188,7 +18206,7 @@ snapshots:
react-textarea-autosize@8.5.9(@types/react@19.1.12)(react@19.1.1):
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
react: 19.1.1
use-composed-ref: 1.3.0(react@19.1.1)
use-latest: 1.2.1(@types/react@19.1.12)(react@19.1.1)
@@ -18197,7 +18215,7 @@ snapshots:
react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -19788,7 +19806,7 @@ snapshots:
use-deep-compare-effect@1.8.1(react@19.1.1):
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
dequal: 2.0.3
react: 19.1.1
@@ -19872,7 +19890,7 @@ snapshots:
video.js@8.23.4:
dependencies:
'@babel/runtime': 7.28.3
'@babel/runtime': 7.28.4
'@videojs/http-streaming': 3.17.2(video.js@8.23.4)
'@videojs/vhs-utils': 4.1.1
'@videojs/xhr': 2.7.0