This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 485ce81fdd8 chore(deps): bump the fab-ui-package-updates group across
1 directory with 4 updates (#64111)
485ce81fdd8 is described below
commit 485ce81fdd85afcca75d36f6baf110f72c0981e6
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 09:50:39 2026 -0300
chore(deps): bump the fab-ui-package-updates group across 1 directory with
4 updates (#64111)
* chore(deps): bump the fab-ui-package-updates group across 1 directory
with 4 updates
Bumps the fab-ui-package-updates group with 4 updates in the
/providers/fab/src/airflow/providers/fab/www directory:
[moment-timezone](https://github.com/moment/moment-timezone),
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env),
[stylelint](https://github.com/stylelint/stylelint) and
[webpack-cli](https://github.com/webpack/webpack-cli).
Updates `moment-timezone` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/moment/moment-timezone/releases)
-
[Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.6.0...0.6.1)
Updates `@babel/preset-env` from 7.29.0 to 7.29.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env)
Updates `stylelint` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.4.0...17.5.0)
Updates `webpack-cli` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@7.0.2)
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: fab-ui-package-updates
- dependency-name: "@babel/preset-env"
dependency-version: 7.29.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: fab-ui-package-updates
- dependency-name: stylelint
dependency-version: 17.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: fab-ui-package-updates
- dependency-name: webpack-cli
dependency-version: 7.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: fab-ui-package-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update license
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincbeck <[email protected]>
---
.../providers/3rd-party-licenses/LICENSES-ui.txt | 2 +-
.../fab/src/airflow/providers/fab/www/package.json | 8 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 208 ++++++++++++---------
3 files changed, 129 insertions(+), 89 deletions(-)
diff --git
a/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
b/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
index 23dcbdc4417..9975d49031b 100644
--- a/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
+++ b/providers/fab/src/airflow/providers/3rd-party-licenses/LICENSES-ui.txt
@@ -34,7 +34,7 @@ OTHER DEALINGS IN THE SOFTWARE.
https://github.com/moment/moment.git
-moment-timezone|0.6.0:
+moment-timezone|0.6.1:
-----
MIT
The MIT License (MIT)
diff --git a/providers/fab/src/airflow/providers/fab/www/package.json
b/providers/fab/src/airflow/providers/fab/www/package.json
index b3799348623..b306fcc01eb 100644
--- a/providers/fab/src/airflow/providers/fab/www/package.json
+++ b/providers/fab/src/airflow/providers/fab/www/package.json
@@ -42,7 +42,7 @@
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.29.0",
- "@babel/preset-env": "^7.29.0",
+ "@babel/preset-env": "^7.29.2",
"babel-loader": "^10.1.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "7.1.4",
@@ -53,17 +53,17 @@
"moment": "^2.30.1",
"moment-locales-webpack-plugin": "^1.2.0",
"prettier": "^3.8.1",
- "stylelint": "^17.4.0",
+ "stylelint": "^17.5.0",
"terser-webpack-plugin": "^5.4.0",
"url-loader": "4.1.1",
"webpack": "^5.105.4",
- "webpack-cli": "^7.0.0",
+ "webpack-cli": "^7.0.2",
"webpack-license-plugin": "^4.5.1",
"webpack-manifest-plugin": "^6.0.1"
},
"dependencies": {
"jquery-ui": "^1.14.2",
- "moment-timezone": "^0.6.0"
+ "moment-timezone": "^0.6.1"
},
"pnpm": {
"onlyBuiltDependencies": [],
diff --git a/providers/fab/src/airflow/providers/fab/www/pnpm-lock.yaml
b/providers/fab/src/airflow/providers/fab/www/pnpm-lock.yaml
index 395c2d17afe..4a9b427baff 100644
--- a/providers/fab/src/airflow/providers/fab/www/pnpm-lock.yaml
+++ b/providers/fab/src/airflow/providers/fab/www/pnpm-lock.yaml
@@ -21,7 +21,7 @@ importers:
version: 1.14.2
moment-timezone:
specifier: '>=0.5.35'
- version: 0.6.0
+ version: 0.6.1
devDependencies:
'@babel/core':
specifier: ^7.29.0
@@ -33,8 +33,8 @@ importers:
specifier: ^7.29.0
version: 7.29.0(@babel/[email protected])
'@babel/preset-env':
- specifier: ^7.29.0
- version: 7.29.0(@babel/[email protected])
+ specifier: ^7.29.2
+ version: 7.29.2(@babel/[email protected])
babel-loader:
specifier: ^10.1.1
version: 10.1.1(@babel/[email protected])([email protected])
@@ -66,8 +66,8 @@ importers:
specifier: ^3.8.1
version: 3.8.1
stylelint:
- specifier: ^17.4.0
- version: 17.4.0
+ specifier: ^17.5.0
+ version: 17.5.0
terser-webpack-plugin:
specifier: ^5.4.0
version: 5.4.0([email protected])
@@ -76,10 +76,10 @@ importers:
version: 4.1.1([email protected]([email protected]))([email protected])
webpack:
specifier: ^5.105.4
- version: 5.105.4([email protected])
+ version: 5.105.4([email protected])
webpack-cli:
- specifier: ^7.0.0
- version: 7.0.0([email protected])
+ specifier: ^7.0.2
+ version: 7.0.2([email protected])
webpack-license-plugin:
specifier: ^4.5.1
version: 4.5.1([email protected])
@@ -137,6 +137,11 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/[email protected]':
+ resolution: {integrity:
sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+
'@babel/[email protected]':
resolution: {integrity:
sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
engines: {node: '>=6.9.0'}
@@ -570,8 +575,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/[email protected]':
- resolution: {integrity:
sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==}
+ '@babel/[email protected]':
+ resolution: {integrity:
sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -612,8 +617,13 @@ packages:
peerDependencies:
'@csstools/css-tokenizer': ^4.0.0
- '@csstools/[email protected]':
- resolution: {integrity:
sha512-jx9GjkkP5YHuTmko2eWAvpPnb0mB4mGRr2U7XwVNwevm8nlpobZEVk+GNmiYMk2VuA75v+plfXWyroWKmICZXg==}
+ '@csstools/[email protected]':
+ resolution: {integrity:
sha512-BvqN0AMWNAnLk9G8jnUT77D+mUbY/H2b3uDTvg2isJkHaOufUE2R3AOwxWo7VBQKT1lOdwdvorddo2B/lk64+w==}
+ peerDependencies:
+ css-tree: ^3.2.1
+ peerDependenciesMeta:
+ css-tree:
+ optional: true
'@csstools/[email protected]':
resolution: {integrity:
sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
@@ -917,13 +927,18 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ [email protected]:
+ resolution: {integrity:
sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+
[email protected]:
resolution: {integrity:
sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- [email protected]:
- resolution: {integrity:
sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -932,6 +947,11 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ [email protected]:
+ resolution: {integrity:
sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+
[email protected]:
resolution: {integrity:
sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
engines: {node: 18 || 20 || >=22}
@@ -963,8 +983,8 @@ packages:
[email protected]:
resolution: {integrity:
sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
- [email protected]:
- resolution: {integrity:
sha512-iffYMX4zxKp54evOH27fm92hs+DeC1DhXmNVN8Tr94M/iZIV42dqTHSR2Ik4TOSPyOAwKr7Yu3rN9ALoLkbWyQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-djgxybDbw9fL/ZWMI3+CE8ZilNxcwFkVtDc1gJ+IlOSSWkSMPQabhV/XCHTQ6pwwN6aivXPZ43omTooZiX06Ew==}
[email protected]:
resolution: {integrity:
sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
@@ -1026,8 +1046,8 @@ packages:
peerDependencies:
webpack: ^5.1.0
- [email protected]:
- resolution: {integrity:
sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==}
+ [email protected]:
+ resolution: {integrity:
sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==}
[email protected]:
resolution: {integrity:
sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==}
@@ -1096,10 +1116,6 @@ packages:
resolution: {integrity:
sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
- [email protected]:
- resolution: {integrity:
sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
- engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
-
[email protected]:
resolution: {integrity:
sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
@@ -1320,8 +1336,8 @@ packages:
resolution: {integrity:
sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
- [email protected]:
- resolution: {integrity:
sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-2u7cJfSf7Th7NxEk/VzQjnPoglok2YCsevS7TSbJjcDQWJPbqUUnSYtriHSvtnq+fRZHy1s0ugk4ApnQyhPGoQ==}
[email protected]:
resolution: {integrity:
sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
@@ -1378,8 +1394,8 @@ packages:
resolution: {integrity:
sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==}
engines: {node: '>=12'}
- [email protected]:
- resolution: {integrity:
sha512-nhQ6ExaOIqti2FDWoEMWARUqIKyjr2VcZzXShrI+A3zpeiuPWzx6iPftt44LhP74E5sW36B75N6VHbvRtpvO6Q==}
+ [email protected]:
+ resolution: {integrity:
sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==}
engines: {node: '>=20'}
[email protected]:
@@ -1389,6 +1405,9 @@ packages:
[email protected]:
resolution: {integrity:
sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==}
+ [email protected]:
+ resolution: {integrity:
sha512-ootKng4eaxNxa7rx6FJv2YKef3DuhqbEj3l70oGXwddPQEEnISm50TEZQclqiLTAtilT2nu7TErtCO523hHkyg==}
+
[email protected]:
resolution: {integrity:
sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==}
engines: {node: '>=20.10'}
@@ -1594,9 +1613,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
- [email protected]:
- resolution: {integrity:
sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
-
[email protected]:
resolution: {integrity:
sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
@@ -1639,8 +1655,8 @@ packages:
moment: ^2.8.0
webpack: ^1 || ^2 || ^3 || ^4 || ^5
- [email protected]:
- resolution: {integrity:
sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==}
+ [email protected]:
+ resolution: {integrity:
sha512-1B9lmAhB9D9/sHaPC1N7wLFEVUoFldxOpOO96lOD1PvJ43vCd0ozDPbu0FEL3++VvawOlDkq8YD373tJmP5JHw==}
[email protected]:
resolution: {integrity:
sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==}
@@ -1952,8 +1968,8 @@ packages:
resolution: {integrity:
sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
- [email protected]:
- resolution: {integrity:
sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==}
+ [email protected]:
+ resolution: {integrity:
sha512-4q61YgkHbY6gmwkqm0BsxyLDO3UYdrdiJTJ7JiaZb3xpW1duxn135SB7KqUEkCiuu5O4W+TtwEWP2VjmSRanvA==}
engines: {node: '>=20'}
[email protected]:
@@ -2110,8 +2126,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- [email protected]:
- resolution: {integrity:
sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==}
+ [email protected]:
+ resolution: {integrity:
sha512-o/NS6zhsPZFmgUm5tXX4pVNg1XDOZSlucLdf2qow/lVn4JIyzZIQ5b3kad1ugqUj3GSIgr2u5lQw7X8rjqw33g==}
engines: {node: '>=20.19.0'}
hasBin: true
@@ -2233,8 +2249,8 @@ packages:
resolution: {integrity:
sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==}
engines: {node: '>=10.13.0'}
- [email protected]:
- resolution: {integrity:
sha512-NbM62WodkUPXQGR/Ip3pSFsFUKJSseDIFr2H5Z1+4fHwB9X4cO10knPShIopFqAHZa8a5Q8pdtmtE6C12/mlMQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-dB0R4T+C/8YuvM+fabdvil6QE44/ChDXikV5lOOkrUeCkW5hTJv2pGLE3keh+D5hjYw8icBaJkZzpFoaHV4T+g==}
engines: {node: '>=20.9.0'}
hasBin: true
peerDependencies:
@@ -2393,6 +2409,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/[email protected](@babel/[email protected])':
+ dependencies:
+ '@babel/core': 7.29.0
+ '@babel/helper-compilation-targets': 7.28.6
+ '@babel/helper-plugin-utils': 7.28.6
+ debug: 4.4.3
+ lodash.debounce: 4.0.8
+ resolve: 1.22.11
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/[email protected]': {}
'@babel/[email protected]':
@@ -2872,7 +2899,7 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/[email protected])
'@babel/helper-plugin-utils': 7.28.6
- '@babel/[email protected](@babel/[email protected])':
+ '@babel/[email protected](@babel/[email protected])':
dependencies:
'@babel/compat-data': 7.29.0
'@babel/core': 7.29.0
@@ -2940,10 +2967,10 @@ snapshots:
'@babel/plugin-transform-unicode-regex': 7.27.1(@babel/[email protected])
'@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/[email protected])
'@babel/preset-modules': 0.1.6-no-external-plugins(@babel/[email protected])
- babel-plugin-polyfill-corejs2: 0.4.15(@babel/[email protected])
- babel-plugin-polyfill-corejs3: 0.14.0(@babel/[email protected])
- babel-plugin-polyfill-regenerator: 0.6.6(@babel/[email protected])
- core-js-compat: 3.48.0
+ babel-plugin-polyfill-corejs2: 0.4.17(@babel/[email protected])
+ babel-plugin-polyfill-corejs3: 0.14.2(@babel/[email protected])
+ babel-plugin-polyfill-regenerator: 0.6.8(@babel/[email protected])
+ core-js-compat: 3.49.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -2987,7 +3014,7 @@ snapshots:
'@cacheable/[email protected]':
dependencies:
- hashery: 1.5.0
+ hashery: 1.5.1
keyv: 5.6.0
'@csstools/[email protected](@csstools/[email protected](@csstools/[email protected]))(@csstools/[email protected])':
@@ -2999,7 +3026,9 @@ snapshots:
dependencies:
'@csstools/css-tokenizer': 4.0.0
- '@csstools/[email protected]': {}
+ '@csstools/[email protected]([email protected])':
+ optionalDependencies:
+ css-tree: 3.2.1
'@csstools/[email protected]': {}
@@ -3104,7 +3133,7 @@ snapshots:
'@keyv/[email protected]([email protected])':
dependencies:
- hashery: 1.5.0
+ hashery: 1.5.1
hookified: 1.15.1
keyv: 5.6.0
@@ -3306,7 +3335,7 @@ snapshots:
'@babel/core': 7.29.0
find-up: 5.0.0
optionalDependencies:
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected](@babel/[email protected]):
dependencies:
@@ -3317,19 +3346,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ [email protected](@babel/[email protected]):
+ dependencies:
+ '@babel/compat-data': 7.29.0
+ '@babel/core': 7.29.0
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/[email protected])
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
[email protected](@babel/[email protected]):
dependencies:
'@babel/core': 7.29.0
'@babel/helper-define-polyfill-provider': 0.6.6(@babel/[email protected])
- core-js-compat: 3.48.0
+ core-js-compat: 3.49.0
transitivePeerDependencies:
- supports-color
- [email protected](@babel/[email protected]):
+ [email protected](@babel/[email protected]):
dependencies:
'@babel/core': 7.29.0
- '@babel/helper-define-polyfill-provider': 0.6.6(@babel/[email protected])
- core-js-compat: 3.48.0
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/[email protected])
+ core-js-compat: 3.49.0
transitivePeerDependencies:
- supports-color
@@ -3340,6 +3378,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ [email protected](@babel/[email protected]):
+ dependencies:
+ '@babel/core': 7.29.0
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/[email protected])
+ transitivePeerDependencies:
+ - supports-color
+
[email protected]: {}
[email protected]: {}
@@ -3366,13 +3411,13 @@ snapshots:
[email protected]: {}
- [email protected]:
+ [email protected]:
dependencies:
'@cacheable/memory': 2.0.8
'@cacheable/utils': 2.4.0
hookified: 1.15.1
keyv: 5.6.0
- qified: 0.6.0
+ qified: 0.9.0
[email protected]: {}
@@ -3425,9 +3470,9 @@ snapshots:
schema-utils: 4.3.3
serialize-javascript: 7.0.4
tinyglobby: 0.2.15
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
- [email protected]:
+ [email protected]:
dependencies:
browserslist: 4.28.1
@@ -3461,7 +3506,7 @@ snapshots:
postcss-value-parser: 4.2.0
semver: 7.7.4
optionalDependencies:
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected]([email protected]):
dependencies:
@@ -3471,7 +3516,7 @@ snapshots:
postcss: 8.5.8
schema-utils: 4.3.3
serialize-javascript: 7.0.4
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected]:
dependencies:
@@ -3486,11 +3531,6 @@ snapshots:
mdn-data: 2.0.28
source-map-js: 1.2.1
- [email protected]:
- dependencies:
- mdn-data: 2.12.2
- source-map-js: 1.2.1
-
[email protected]:
dependencies:
mdn-data: 2.27.1
@@ -3702,7 +3742,7 @@ snapshots:
[email protected]:
dependencies:
- flat-cache: 6.1.20
+ flat-cache: 6.1.21
[email protected]:
dependencies:
@@ -3712,7 +3752,7 @@ snapshots:
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected]:
dependencies:
@@ -3733,9 +3773,9 @@ snapshots:
flatted: 3.4.2
keyv: 4.5.4
- [email protected]:
+ [email protected]:
dependencies:
- cacheable: 2.3.3
+ cacheable: 2.3.4
flatted: 3.4.2
hookified: 1.15.1
@@ -3786,7 +3826,7 @@ snapshots:
[email protected]: {}
- [email protected]:
+ [email protected]:
dependencies:
hookified: 1.15.1
@@ -3796,6 +3836,8 @@ snapshots:
[email protected]: {}
+ [email protected]: {}
+
[email protected]: {}
[email protected]:
@@ -3962,8 +4004,6 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
[email protected]: {}
@@ -3987,7 +4027,7 @@ snapshots:
dependencies:
schema-utils: 4.3.3
tapable: 2.3.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected]:
dependencies:
@@ -3997,9 +4037,9 @@ snapshots:
dependencies:
lodash.difference: 4.5.0
moment: 2.30.1
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
- [email protected]:
+ [email protected]:
dependencies:
moment: 2.30.1
@@ -4279,9 +4319,9 @@ snapshots:
[email protected]: {}
- [email protected]:
+ [email protected]:
dependencies:
- hookified: 1.15.1
+ hookified: 2.1.0
[email protected]: {}
@@ -4424,11 +4464,11 @@ snapshots:
postcss: 8.5.8
postcss-selector-parser: 7.1.1
- [email protected]:
+ [email protected]:
dependencies:
'@csstools/css-calc':
3.1.1(@csstools/[email protected](@csstools/[email protected]))(@csstools/[email protected])
'@csstools/css-parser-algorithms': 4.0.0(@csstools/[email protected])
- '@csstools/css-syntax-patches-for-csstree': 1.0.29
+ '@csstools/css-syntax-patches-for-csstree': 1.1.1([email protected])
'@csstools/css-tokenizer': 4.0.0
'@csstools/media-query-list-parser':
5.0.0(@csstools/[email protected](@csstools/[email protected]))(@csstools/[email protected])
'@csstools/selector-resolve-nested': 4.0.0([email protected])
@@ -4436,7 +4476,7 @@ snapshots:
colord: 2.9.3
cosmiconfig: 9.0.1
css-functions-list: 3.3.3
- css-tree: 3.1.0
+ css-tree: 3.2.1
debug: 4.4.3
fast-glob: 3.3.3
fastest-levenshtein: 1.0.16
@@ -4512,7 +4552,7 @@ snapshots:
jest-worker: 27.5.1
schema-utils: 4.3.3
terser: 5.46.1
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
[email protected]:
dependencies:
@@ -4564,7 +4604,7 @@ snapshots:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
optionalDependencies:
file-loader: 6.2.0([email protected])
@@ -4575,7 +4615,7 @@ snapshots:
glob-to-regexp: 0.4.1
graceful-fs: 4.2.11
- [email protected]([email protected]):
+ [email protected]([email protected]):
dependencies:
'@discoveryjs/json-ext': 1.0.0
commander: 14.0.3
@@ -4585,7 +4625,7 @@ snapshots:
import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
webpack-merge: 6.0.1
[email protected]([email protected]):
@@ -4594,13 +4634,13 @@ snapshots:
lodash: 4.17.23
needle: 3.3.1
spdx-expression-validate: 2.0.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
webpack-sources: 3.3.4
[email protected]([email protected]):
dependencies:
tapable: 2.3.0
- webpack: 5.105.4([email protected])
+ webpack: 5.105.4([email protected])
webpack-sources: 3.3.4
[email protected]:
@@ -4611,7 +4651,7 @@ snapshots:
[email protected]: {}
- [email protected]([email protected]):
+ [email protected]([email protected]):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.8
@@ -4639,7 +4679,7 @@ snapshots:
watchpack: 2.5.1
webpack-sources: 3.3.4
optionalDependencies:
- webpack-cli: 7.0.0([email protected])
+ webpack-cli: 7.0.2([email protected])
transitivePeerDependencies:
- '@swc/core'
- esbuild