apache-airflow-providers-fab 3.0.1__py3-none-any.whl → 3.1.0rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. airflow/providers/fab/__init__.py +1 -1
  2. airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +2 -2
  3. airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py +0 -7
  4. airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py +63 -0
  5. airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml +416 -16
  6. airflow/providers/fab/auth_manager/api_fastapi/parameters.py +55 -0
  7. airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +37 -5
  8. airflow/providers/fab/auth_manager/api_fastapi/routes/roles.py +137 -0
  9. airflow/providers/fab/auth_manager/api_fastapi/security.py +32 -0
  10. airflow/providers/fab/auth_manager/api_fastapi/services/login.py +12 -25
  11. airflow/providers/fab/auth_manager/api_fastapi/services/roles.py +158 -0
  12. airflow/providers/fab/auth_manager/api_fastapi/sorting.py +49 -0
  13. airflow/providers/fab/auth_manager/fab_auth_manager.py +33 -3
  14. airflow/providers/fab/auth_manager/models/__init__.py +3 -8
  15. airflow/providers/fab/auth_manager/models/db.py +1 -1
  16. airflow/providers/fab/auth_manager/security_manager/override.py +52 -9
  17. airflow/providers/fab/www/api_connexion/parameters.py +1 -46
  18. airflow/providers/fab/www/app.py +13 -10
  19. airflow/providers/fab/www/extensions/init_appbuilder.py +5 -2
  20. airflow/providers/fab/www/extensions/init_security.py +1 -1
  21. airflow/providers/fab/www/package-lock.json +315 -217
  22. airflow/providers/fab/www/package.json +9 -9
  23. airflow/providers/fab/www/session.py +5 -8
  24. airflow/providers/fab/www/static/dist/{743.935ed3d26e56ed8f63d3.js → 743.0c0bf201ae17e66a9a3f.js} +1 -1
  25. airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js → main.bc1f701c3d133e2a3bab.js} +1 -1
  26. airflow/providers/fab/www/static/dist/manifest.json +13 -13
  27. airflow/providers/fab/www/views.py +18 -14
  28. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/METADATA +15 -14
  29. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/RECORD +48 -42
  30. /airflow/providers/fab/migrations/versions/{0001_1_4_0_create_ab_tables_if_missing.py → 0000_1_4_0_create_ab_tables_if_missing.py} +0 -0
  31. /airflow/providers/fab/www/static/dist/{743.935ed3d26e56ed8f63d3.js.LICENSE.txt → 743.0c0bf201ae17e66a9a3f.js.LICENSE.txt} +0 -0
  32. /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.css → airflowDefaultTheme.ef6fc04c9b6920cd75c9.css} +0 -0
  33. /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.js → airflowDefaultTheme.ef6fc04c9b6920cd75c9.js} +0 -0
  34. /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.css → flash.eaaf777ec1b3628cf7be.css} +0 -0
  35. /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.js → flash.eaaf777ec1b3628cf7be.js} +0 -0
  36. /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.css → loadingDots.76f4332c0a932c3dc08f.css} +0 -0
  37. /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.js → loadingDots.76f4332c0a932c3dc08f.js} +0 -0
  38. /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.css → main.bc1f701c3d133e2a3bab.css} +0 -0
  39. /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js.LICENSE.txt → main.bc1f701c3d133e2a3bab.js.LICENSE.txt} +0 -0
  40. /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.css → materialIcons.ad07a489b2f0fc1a96bf.css} +0 -0
  41. /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.js → materialIcons.ad07a489b2f0fc1a96bf.js} +0 -0
  42. /airflow/providers/fab/www/static/dist/{moment.9baee5ec3d7639a10897.js → moment.5b85b4f6be2fe9c405ac.js} +0 -0
  43. /airflow/providers/fab/www/static/dist/{runtime.6ad9da077ea169d60db9.js → runtime.254c277d91ce3ac79c64.js} +0 -0
  44. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/WHEEL +0 -0
  45. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/entry_points.txt +0 -0
  46. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +0 -0
  47. {airflow/providers/fab → apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses}/LICENSE +0 -0
  48. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/licenses/NOTICE +0 -0
@@ -13,16 +13,16 @@
13
13
  "moment-timezone": "^0.6.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@babel/core": "^7.28.4",
17
- "@babel/eslint-parser": "^7.28.4",
18
- "@babel/plugin-transform-runtime": "^7.28.3",
19
- "@babel/preset-env": "^7.28.3",
16
+ "@babel/core": "^7.28.5",
17
+ "@babel/eslint-parser": "^7.28.5",
18
+ "@babel/plugin-transform-runtime": "^7.28.5",
19
+ "@babel/preset-env": "^7.28.5",
20
20
  "babel-loader": "^10.0.0",
21
21
  "clean-webpack-plugin": "^4.0.0",
22
22
  "copy-webpack-plugin": "^13.0.1",
23
23
  "css-loader": "7.1.2",
24
24
  "css-minimizer-webpack-plugin": "^7.0.2",
25
- "eslint": "^9.38.0",
25
+ "eslint": "^9.39.1",
26
26
  "eslint-config-prettier": "^10.1.8",
27
27
  "eslint-plugin-html": "^8.1.3",
28
28
  "eslint-plugin-import": "^2.32.0",
@@ -32,14 +32,14 @@
32
32
  "mini-css-extract-plugin": "^2.9.4",
33
33
  "moment": "^2.29.4",
34
34
  "moment-locales-webpack-plugin": "^1.2.0",
35
- "prettier": "^3.6.2",
36
- "stylelint": "^16.25.0",
35
+ "prettier": "^3.7.1",
36
+ "stylelint": "^16.26.1",
37
37
  "terser-webpack-plugin": "<6.0.0",
38
38
  "url-loader": "4.1.1",
39
- "webpack": "^5.102.1",
39
+ "webpack": "^5.103.0",
40
40
  "webpack-cli": "^6.0.1",
41
41
  "webpack-license-plugin": "^4.2.1",
42
- "webpack-manifest-plugin": "^5.0.1"
42
+ "webpack-manifest-plugin": "^6.0.1"
43
43
  }
44
44
  },
45
45
  "node_modules/@babel/code-frame": {
@@ -58,30 +58,32 @@
58
58
  }
59
59
  },
60
60
  "node_modules/@babel/compat-data": {
61
- "version": "7.28.0",
62
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
63
- "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
61
+ "version": "7.28.5",
62
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
63
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
64
64
  "dev": true,
65
+ "license": "MIT",
65
66
  "engines": {
66
67
  "node": ">=6.9.0"
67
68
  }
68
69
  },
69
70
  "node_modules/@babel/core": {
70
- "version": "7.28.4",
71
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
72
- "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
71
+ "version": "7.28.5",
72
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
73
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
73
74
  "dev": true,
74
75
  "license": "MIT",
76
+ "peer": true,
75
77
  "dependencies": {
76
78
  "@babel/code-frame": "^7.27.1",
77
- "@babel/generator": "^7.28.3",
79
+ "@babel/generator": "^7.28.5",
78
80
  "@babel/helper-compilation-targets": "^7.27.2",
79
81
  "@babel/helper-module-transforms": "^7.28.3",
80
82
  "@babel/helpers": "^7.28.4",
81
- "@babel/parser": "^7.28.4",
83
+ "@babel/parser": "^7.28.5",
82
84
  "@babel/template": "^7.27.2",
83
- "@babel/traverse": "^7.28.4",
84
- "@babel/types": "^7.28.4",
85
+ "@babel/traverse": "^7.28.5",
86
+ "@babel/types": "^7.28.5",
85
87
  "@jridgewell/remapping": "^2.3.5",
86
88
  "convert-source-map": "^2.0.0",
87
89
  "debug": "^4.1.0",
@@ -98,9 +100,9 @@
98
100
  }
99
101
  },
100
102
  "node_modules/@babel/eslint-parser": {
101
- "version": "7.28.4",
102
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz",
103
- "integrity": "sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==",
103
+ "version": "7.28.5",
104
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz",
105
+ "integrity": "sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==",
104
106
  "dev": true,
105
107
  "license": "MIT",
106
108
  "dependencies": {
@@ -117,14 +119,14 @@
117
119
  }
118
120
  },
119
121
  "node_modules/@babel/generator": {
120
- "version": "7.28.3",
121
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
122
- "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
122
+ "version": "7.28.5",
123
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
124
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
123
125
  "dev": true,
124
126
  "license": "MIT",
125
127
  "dependencies": {
126
- "@babel/parser": "^7.28.3",
127
- "@babel/types": "^7.28.2",
128
+ "@babel/parser": "^7.28.5",
129
+ "@babel/types": "^7.28.5",
128
130
  "@jridgewell/gen-mapping": "^0.3.12",
129
131
  "@jridgewell/trace-mapping": "^0.3.28",
130
132
  "jsesc": "^3.0.2"
@@ -357,9 +359,9 @@
357
359
  }
358
360
  },
359
361
  "node_modules/@babel/helper-validator-identifier": {
360
- "version": "7.27.1",
361
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
362
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
362
+ "version": "7.28.5",
363
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
364
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
363
365
  "dev": true,
364
366
  "license": "MIT",
365
367
  "engines": {
@@ -406,13 +408,13 @@
406
408
  }
407
409
  },
408
410
  "node_modules/@babel/parser": {
409
- "version": "7.28.4",
410
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
411
- "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
411
+ "version": "7.28.5",
412
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
413
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
412
414
  "dev": true,
413
415
  "license": "MIT",
414
416
  "dependencies": {
415
- "@babel/types": "^7.28.4"
417
+ "@babel/types": "^7.28.5"
416
418
  },
417
419
  "bin": {
418
420
  "parser": "bin/babel-parser.js"
@@ -422,14 +424,14 @@
422
424
  }
423
425
  },
424
426
  "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
425
- "version": "7.27.1",
426
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz",
427
- "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
427
+ "version": "7.28.5",
428
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz",
429
+ "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==",
428
430
  "dev": true,
429
431
  "license": "MIT",
430
432
  "dependencies": {
431
433
  "@babel/helper-plugin-utils": "^7.27.1",
432
- "@babel/traverse": "^7.27.1"
434
+ "@babel/traverse": "^7.28.5"
433
435
  },
434
436
  "engines": {
435
437
  "node": ">=6.9.0"
@@ -633,10 +635,11 @@
633
635
  }
634
636
  },
635
637
  "node_modules/@babel/plugin-transform-block-scoping": {
636
- "version": "7.28.0",
637
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
638
- "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
638
+ "version": "7.28.5",
639
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
640
+ "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
639
641
  "dev": true,
642
+ "license": "MIT",
640
643
  "dependencies": {
641
644
  "@babel/helper-plugin-utils": "^7.27.1"
642
645
  },
@@ -682,9 +685,9 @@
682
685
  }
683
686
  },
684
687
  "node_modules/@babel/plugin-transform-classes": {
685
- "version": "7.28.3",
686
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz",
687
- "integrity": "sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==",
688
+ "version": "7.28.4",
689
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
690
+ "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
688
691
  "dev": true,
689
692
  "license": "MIT",
690
693
  "dependencies": {
@@ -693,7 +696,7 @@
693
696
  "@babel/helper-globals": "^7.28.0",
694
697
  "@babel/helper-plugin-utils": "^7.27.1",
695
698
  "@babel/helper-replace-supers": "^7.27.1",
696
- "@babel/traverse": "^7.28.3"
699
+ "@babel/traverse": "^7.28.4"
697
700
  },
698
701
  "engines": {
699
702
  "node": ">=6.9.0"
@@ -720,13 +723,14 @@
720
723
  }
721
724
  },
722
725
  "node_modules/@babel/plugin-transform-destructuring": {
723
- "version": "7.28.0",
724
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
725
- "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
726
+ "version": "7.28.5",
727
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
728
+ "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
726
729
  "dev": true,
730
+ "license": "MIT",
727
731
  "dependencies": {
728
732
  "@babel/helper-plugin-utils": "^7.27.1",
729
- "@babel/traverse": "^7.28.0"
733
+ "@babel/traverse": "^7.28.5"
730
734
  },
731
735
  "engines": {
732
736
  "node": ">=6.9.0"
@@ -818,9 +822,9 @@
818
822
  }
819
823
  },
820
824
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
821
- "version": "7.27.1",
822
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
823
- "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
825
+ "version": "7.28.5",
826
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
827
+ "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
824
828
  "dev": true,
825
829
  "license": "MIT",
826
830
  "dependencies": {
@@ -917,9 +921,9 @@
917
921
  }
918
922
  },
919
923
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
920
- "version": "7.27.1",
921
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
922
- "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
924
+ "version": "7.28.5",
925
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
926
+ "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
923
927
  "dev": true,
924
928
  "license": "MIT",
925
929
  "dependencies": {
@@ -983,16 +987,16 @@
983
987
  }
984
988
  },
985
989
  "node_modules/@babel/plugin-transform-modules-systemjs": {
986
- "version": "7.27.1",
987
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
988
- "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
990
+ "version": "7.28.5",
991
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
992
+ "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
989
993
  "dev": true,
990
994
  "license": "MIT",
991
995
  "dependencies": {
992
- "@babel/helper-module-transforms": "^7.27.1",
996
+ "@babel/helper-module-transforms": "^7.28.3",
993
997
  "@babel/helper-plugin-utils": "^7.27.1",
994
- "@babel/helper-validator-identifier": "^7.27.1",
995
- "@babel/traverse": "^7.27.1"
998
+ "@babel/helper-validator-identifier": "^7.28.5",
999
+ "@babel/traverse": "^7.28.5"
996
1000
  },
997
1001
  "engines": {
998
1002
  "node": ">=6.9.0"
@@ -1084,16 +1088,17 @@
1084
1088
  }
1085
1089
  },
1086
1090
  "node_modules/@babel/plugin-transform-object-rest-spread": {
1087
- "version": "7.28.0",
1088
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
1089
- "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
1091
+ "version": "7.28.4",
1092
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
1093
+ "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
1090
1094
  "dev": true,
1095
+ "license": "MIT",
1091
1096
  "dependencies": {
1092
1097
  "@babel/helper-compilation-targets": "^7.27.2",
1093
1098
  "@babel/helper-plugin-utils": "^7.27.1",
1094
1099
  "@babel/plugin-transform-destructuring": "^7.28.0",
1095
1100
  "@babel/plugin-transform-parameters": "^7.27.7",
1096
- "@babel/traverse": "^7.28.0"
1101
+ "@babel/traverse": "^7.28.4"
1097
1102
  },
1098
1103
  "engines": {
1099
1104
  "node": ">=6.9.0"
@@ -1136,9 +1141,9 @@
1136
1141
  }
1137
1142
  },
1138
1143
  "node_modules/@babel/plugin-transform-optional-chaining": {
1139
- "version": "7.27.1",
1140
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
1141
- "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
1144
+ "version": "7.28.5",
1145
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
1146
+ "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1142
1147
  "dev": true,
1143
1148
  "license": "MIT",
1144
1149
  "dependencies": {
@@ -1157,6 +1162,7 @@
1157
1162
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
1158
1163
  "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
1159
1164
  "dev": true,
1165
+ "license": "MIT",
1160
1166
  "dependencies": {
1161
1167
  "@babel/helper-plugin-utils": "^7.27.1"
1162
1168
  },
@@ -1219,9 +1225,9 @@
1219
1225
  }
1220
1226
  },
1221
1227
  "node_modules/@babel/plugin-transform-regenerator": {
1222
- "version": "7.28.3",
1223
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz",
1224
- "integrity": "sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==",
1228
+ "version": "7.28.4",
1229
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
1230
+ "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
1225
1231
  "dev": true,
1226
1232
  "license": "MIT",
1227
1233
  "dependencies": {
@@ -1268,9 +1274,9 @@
1268
1274
  }
1269
1275
  },
1270
1276
  "node_modules/@babel/plugin-transform-runtime": {
1271
- "version": "7.28.3",
1272
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.3.tgz",
1273
- "integrity": "sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==",
1277
+ "version": "7.28.5",
1278
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz",
1279
+ "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==",
1274
1280
  "dev": true,
1275
1281
  "license": "MIT",
1276
1282
  "dependencies": {
@@ -1437,17 +1443,17 @@
1437
1443
  }
1438
1444
  },
1439
1445
  "node_modules/@babel/preset-env": {
1440
- "version": "7.28.3",
1441
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.3.tgz",
1442
- "integrity": "sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==",
1446
+ "version": "7.28.5",
1447
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz",
1448
+ "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==",
1443
1449
  "dev": true,
1444
1450
  "license": "MIT",
1445
1451
  "dependencies": {
1446
- "@babel/compat-data": "^7.28.0",
1452
+ "@babel/compat-data": "^7.28.5",
1447
1453
  "@babel/helper-compilation-targets": "^7.27.2",
1448
1454
  "@babel/helper-plugin-utils": "^7.27.1",
1449
1455
  "@babel/helper-validator-option": "^7.27.1",
1450
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
1456
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
1451
1457
  "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1452
1458
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1453
1459
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
@@ -1460,42 +1466,42 @@
1460
1466
  "@babel/plugin-transform-async-generator-functions": "^7.28.0",
1461
1467
  "@babel/plugin-transform-async-to-generator": "^7.27.1",
1462
1468
  "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
1463
- "@babel/plugin-transform-block-scoping": "^7.28.0",
1469
+ "@babel/plugin-transform-block-scoping": "^7.28.5",
1464
1470
  "@babel/plugin-transform-class-properties": "^7.27.1",
1465
1471
  "@babel/plugin-transform-class-static-block": "^7.28.3",
1466
- "@babel/plugin-transform-classes": "^7.28.3",
1472
+ "@babel/plugin-transform-classes": "^7.28.4",
1467
1473
  "@babel/plugin-transform-computed-properties": "^7.27.1",
1468
- "@babel/plugin-transform-destructuring": "^7.28.0",
1474
+ "@babel/plugin-transform-destructuring": "^7.28.5",
1469
1475
  "@babel/plugin-transform-dotall-regex": "^7.27.1",
1470
1476
  "@babel/plugin-transform-duplicate-keys": "^7.27.1",
1471
1477
  "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
1472
1478
  "@babel/plugin-transform-dynamic-import": "^7.27.1",
1473
1479
  "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
1474
- "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
1480
+ "@babel/plugin-transform-exponentiation-operator": "^7.28.5",
1475
1481
  "@babel/plugin-transform-export-namespace-from": "^7.27.1",
1476
1482
  "@babel/plugin-transform-for-of": "^7.27.1",
1477
1483
  "@babel/plugin-transform-function-name": "^7.27.1",
1478
1484
  "@babel/plugin-transform-json-strings": "^7.27.1",
1479
1485
  "@babel/plugin-transform-literals": "^7.27.1",
1480
- "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
1486
+ "@babel/plugin-transform-logical-assignment-operators": "^7.28.5",
1481
1487
  "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1482
1488
  "@babel/plugin-transform-modules-amd": "^7.27.1",
1483
1489
  "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1484
- "@babel/plugin-transform-modules-systemjs": "^7.27.1",
1490
+ "@babel/plugin-transform-modules-systemjs": "^7.28.5",
1485
1491
  "@babel/plugin-transform-modules-umd": "^7.27.1",
1486
1492
  "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
1487
1493
  "@babel/plugin-transform-new-target": "^7.27.1",
1488
1494
  "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
1489
1495
  "@babel/plugin-transform-numeric-separator": "^7.27.1",
1490
- "@babel/plugin-transform-object-rest-spread": "^7.28.0",
1496
+ "@babel/plugin-transform-object-rest-spread": "^7.28.4",
1491
1497
  "@babel/plugin-transform-object-super": "^7.27.1",
1492
1498
  "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
1493
- "@babel/plugin-transform-optional-chaining": "^7.27.1",
1499
+ "@babel/plugin-transform-optional-chaining": "^7.28.5",
1494
1500
  "@babel/plugin-transform-parameters": "^7.27.7",
1495
1501
  "@babel/plugin-transform-private-methods": "^7.27.1",
1496
1502
  "@babel/plugin-transform-private-property-in-object": "^7.27.1",
1497
1503
  "@babel/plugin-transform-property-literals": "^7.27.1",
1498
- "@babel/plugin-transform-regenerator": "^7.28.3",
1504
+ "@babel/plugin-transform-regenerator": "^7.28.4",
1499
1505
  "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
1500
1506
  "@babel/plugin-transform-reserved-words": "^7.27.1",
1501
1507
  "@babel/plugin-transform-shorthand-properties": "^7.27.1",
@@ -1551,18 +1557,18 @@
1551
1557
  }
1552
1558
  },
1553
1559
  "node_modules/@babel/traverse": {
1554
- "version": "7.28.4",
1555
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
1556
- "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
1560
+ "version": "7.28.5",
1561
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1562
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1557
1563
  "dev": true,
1558
1564
  "license": "MIT",
1559
1565
  "dependencies": {
1560
1566
  "@babel/code-frame": "^7.27.1",
1561
- "@babel/generator": "^7.28.3",
1567
+ "@babel/generator": "^7.28.5",
1562
1568
  "@babel/helper-globals": "^7.28.0",
1563
- "@babel/parser": "^7.28.4",
1569
+ "@babel/parser": "^7.28.5",
1564
1570
  "@babel/template": "^7.27.2",
1565
- "@babel/types": "^7.28.4",
1571
+ "@babel/types": "^7.28.5",
1566
1572
  "debug": "^4.3.1"
1567
1573
  },
1568
1574
  "engines": {
@@ -1570,19 +1576,81 @@
1570
1576
  }
1571
1577
  },
1572
1578
  "node_modules/@babel/types": {
1573
- "version": "7.28.4",
1574
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
1575
- "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
1579
+ "version": "7.28.5",
1580
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
1581
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1576
1582
  "dev": true,
1577
1583
  "license": "MIT",
1578
1584
  "dependencies": {
1579
1585
  "@babel/helper-string-parser": "^7.27.1",
1580
- "@babel/helper-validator-identifier": "^7.27.1"
1586
+ "@babel/helper-validator-identifier": "^7.28.5"
1581
1587
  },
1582
1588
  "engines": {
1583
1589
  "node": ">=6.9.0"
1584
1590
  }
1585
1591
  },
1592
+ "node_modules/@cacheable/memory": {
1593
+ "version": "2.0.5",
1594
+ "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.5.tgz",
1595
+ "integrity": "sha512-fkiAxCvssEyJZ5fxX4tcdZFRmW9JehSTGvvqmXn6rTzG5cH6V/3C4ad8yb01vOjp2xBydHkHrgpW0qeGtzt6VQ==",
1596
+ "dev": true,
1597
+ "license": "MIT",
1598
+ "dependencies": {
1599
+ "@cacheable/utils": "^2.3.0",
1600
+ "@keyv/bigmap": "^1.1.0",
1601
+ "hookified": "^1.12.2",
1602
+ "keyv": "^5.5.4"
1603
+ }
1604
+ },
1605
+ "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
1606
+ "version": "1.3.0",
1607
+ "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.0.tgz",
1608
+ "integrity": "sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==",
1609
+ "dev": true,
1610
+ "license": "MIT",
1611
+ "dependencies": {
1612
+ "hashery": "^1.2.0",
1613
+ "hookified": "^1.13.0"
1614
+ },
1615
+ "engines": {
1616
+ "node": ">= 18"
1617
+ },
1618
+ "peerDependencies": {
1619
+ "keyv": "^5.5.4"
1620
+ }
1621
+ },
1622
+ "node_modules/@cacheable/memory/node_modules/keyv": {
1623
+ "version": "5.5.4",
1624
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
1625
+ "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
1626
+ "dev": true,
1627
+ "license": "MIT",
1628
+ "peer": true,
1629
+ "dependencies": {
1630
+ "@keyv/serialize": "^1.1.1"
1631
+ }
1632
+ },
1633
+ "node_modules/@cacheable/utils": {
1634
+ "version": "2.3.1",
1635
+ "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.1.tgz",
1636
+ "integrity": "sha512-38NJXjIr4W1Sghun8ju+uYWD8h2c61B4dKwfnQHVDFpAJ9oS28RpfqZQJ6Dgd3RceGkILDY9YT+72HJR3LoeSQ==",
1637
+ "dev": true,
1638
+ "license": "MIT",
1639
+ "dependencies": {
1640
+ "hashery": "^1.2.0",
1641
+ "keyv": "^5.5.4"
1642
+ }
1643
+ },
1644
+ "node_modules/@cacheable/utils/node_modules/keyv": {
1645
+ "version": "5.5.4",
1646
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
1647
+ "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
1648
+ "dev": true,
1649
+ "license": "MIT",
1650
+ "dependencies": {
1651
+ "@keyv/serialize": "^1.1.1"
1652
+ }
1653
+ },
1586
1654
  "node_modules/@csstools/css-parser-algorithms": {
1587
1655
  "version": "3.0.5",
1588
1656
  "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
@@ -1599,6 +1667,7 @@
1599
1667
  }
1600
1668
  ],
1601
1669
  "license": "MIT",
1670
+ "peer": true,
1602
1671
  "engines": {
1603
1672
  "node": ">=18"
1604
1673
  },
@@ -1606,6 +1675,26 @@
1606
1675
  "@csstools/css-tokenizer": "^3.0.4"
1607
1676
  }
1608
1677
  },
1678
+ "node_modules/@csstools/css-syntax-patches-for-csstree": {
1679
+ "version": "1.0.20",
1680
+ "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.20.tgz",
1681
+ "integrity": "sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==",
1682
+ "dev": true,
1683
+ "funding": [
1684
+ {
1685
+ "type": "github",
1686
+ "url": "https://github.com/sponsors/csstools"
1687
+ },
1688
+ {
1689
+ "type": "opencollective",
1690
+ "url": "https://opencollective.com/csstools"
1691
+ }
1692
+ ],
1693
+ "license": "MIT-0",
1694
+ "engines": {
1695
+ "node": ">=18"
1696
+ }
1697
+ },
1609
1698
  "node_modules/@csstools/css-tokenizer": {
1610
1699
  "version": "3.0.4",
1611
1700
  "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
@@ -1622,6 +1711,7 @@
1622
1711
  }
1623
1712
  ],
1624
1713
  "license": "MIT",
1714
+ "peer": true,
1625
1715
  "engines": {
1626
1716
  "node": ">=18"
1627
1717
  }
@@ -1728,22 +1818,22 @@
1728
1818
  }
1729
1819
  },
1730
1820
  "node_modules/@eslint/config-helpers": {
1731
- "version": "0.4.1",
1732
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz",
1733
- "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==",
1821
+ "version": "0.4.2",
1822
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
1823
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
1734
1824
  "dev": true,
1735
1825
  "license": "Apache-2.0",
1736
1826
  "dependencies": {
1737
- "@eslint/core": "^0.16.0"
1827
+ "@eslint/core": "^0.17.0"
1738
1828
  },
1739
1829
  "engines": {
1740
1830
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1741
1831
  }
1742
1832
  },
1743
1833
  "node_modules/@eslint/core": {
1744
- "version": "0.16.0",
1745
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
1746
- "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
1834
+ "version": "0.17.0",
1835
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
1836
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
1747
1837
  "dev": true,
1748
1838
  "license": "Apache-2.0",
1749
1839
  "dependencies": {
@@ -1777,13 +1867,6 @@
1777
1867
  "url": "https://opencollective.com/eslint"
1778
1868
  }
1779
1869
  },
1780
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
1781
- "version": "2.0.1",
1782
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1783
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1784
- "dev": true,
1785
- "license": "Python-2.0"
1786
- },
1787
1870
  "node_modules/@eslint/eslintrc/node_modules/globals": {
1788
1871
  "version": "14.0.0",
1789
1872
  "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
@@ -1797,23 +1880,10 @@
1797
1880
  "url": "https://github.com/sponsors/sindresorhus"
1798
1881
  }
1799
1882
  },
1800
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
1801
- "version": "4.1.0",
1802
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
1803
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
1804
- "dev": true,
1805
- "license": "MIT",
1806
- "dependencies": {
1807
- "argparse": "^2.0.1"
1808
- },
1809
- "bin": {
1810
- "js-yaml": "bin/js-yaml.js"
1811
- }
1812
- },
1813
1883
  "node_modules/@eslint/js": {
1814
- "version": "9.38.0",
1815
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
1816
- "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
1884
+ "version": "9.39.1",
1885
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
1886
+ "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
1817
1887
  "dev": true,
1818
1888
  "license": "MIT",
1819
1889
  "engines": {
@@ -1834,13 +1904,13 @@
1834
1904
  }
1835
1905
  },
1836
1906
  "node_modules/@eslint/plugin-kit": {
1837
- "version": "0.4.0",
1838
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
1839
- "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
1907
+ "version": "0.4.1",
1908
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
1909
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
1840
1910
  "dev": true,
1841
1911
  "license": "Apache-2.0",
1842
1912
  "dependencies": {
1843
- "@eslint/core": "^0.16.0",
1913
+ "@eslint/core": "^0.17.0",
1844
1914
  "levn": "^0.4.1"
1845
1915
  },
1846
1916
  "engines": {
@@ -2387,6 +2457,7 @@
2387
2457
  "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
2388
2458
  "dev": true,
2389
2459
  "license": "MIT",
2460
+ "peer": true,
2390
2461
  "bin": {
2391
2462
  "acorn": "bin/acorn"
2392
2463
  },
@@ -2422,6 +2493,7 @@
2422
2493
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2423
2494
  "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2424
2495
  "dev": true,
2496
+ "peer": true,
2425
2497
  "dependencies": {
2426
2498
  "fast-deep-equal": "^3.1.1",
2427
2499
  "fast-json-stable-stringify": "^2.0.0",
@@ -2505,6 +2577,13 @@
2505
2577
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2506
2578
  }
2507
2579
  },
2580
+ "node_modules/argparse": {
2581
+ "version": "2.0.1",
2582
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2583
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2584
+ "dev": true,
2585
+ "license": "Python-2.0"
2586
+ },
2508
2587
  "node_modules/array-buffer-byte-length": {
2509
2588
  "version": "1.0.2",
2510
2589
  "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
@@ -2869,6 +2948,7 @@
2869
2948
  }
2870
2949
  ],
2871
2950
  "license": "MIT",
2951
+ "peer": true,
2872
2952
  "dependencies": {
2873
2953
  "baseline-browser-mapping": "^2.8.9",
2874
2954
  "caniuse-lite": "^1.0.30001746",
@@ -2890,20 +2970,23 @@
2890
2970
  "dev": true
2891
2971
  },
2892
2972
  "node_modules/cacheable": {
2893
- "version": "1.10.4",
2894
- "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.10.4.tgz",
2895
- "integrity": "sha512-Gd7ccIUkZ9TE2odLQVS+PDjIvQCdJKUlLdJRVvZu0aipj07Qfx+XIej7hhDrKGGoIxV5m5fT/kOJNJPQhQneRg==",
2973
+ "version": "2.2.0",
2974
+ "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.2.0.tgz",
2975
+ "integrity": "sha512-LEJxRqfeomiiRd2t0uON6hxAtgOoWDfY3fugebbz+J3vDLO+SkdfFChQcOHTZhj9SYa9iwE9MGYNX72dKiOE4w==",
2896
2976
  "dev": true,
2897
2977
  "license": "MIT",
2898
2978
  "dependencies": {
2899
- "hookified": "^1.11.0",
2900
- "keyv": "^5.5.0"
2979
+ "@cacheable/memory": "^2.0.5",
2980
+ "@cacheable/utils": "^2.3.0",
2981
+ "hookified": "^1.13.0",
2982
+ "keyv": "^5.5.4",
2983
+ "qified": "^0.5.2"
2901
2984
  }
2902
2985
  },
2903
2986
  "node_modules/cacheable/node_modules/keyv": {
2904
- "version": "5.5.1",
2905
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.1.tgz",
2906
- "integrity": "sha512-eF3cHZ40bVsjdlRi/RvKAuB0+B61Q1xWvohnrJrnaQslM3h1n79IV+mc9EGag4nrA9ZOlNyr3TUzW5c8uy8vNA==",
2987
+ "version": "5.5.4",
2988
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
2989
+ "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
2907
2990
  "dev": true,
2908
2991
  "license": "MIT",
2909
2992
  "dependencies": {
@@ -3196,26 +3279,6 @@
3196
3279
  }
3197
3280
  }
3198
3281
  },
3199
- "node_modules/cosmiconfig/node_modules/argparse": {
3200
- "version": "2.0.1",
3201
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
3202
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
3203
- "dev": true,
3204
- "license": "Python-2.0"
3205
- },
3206
- "node_modules/cosmiconfig/node_modules/js-yaml": {
3207
- "version": "4.1.0",
3208
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3209
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3210
- "dev": true,
3211
- "license": "MIT",
3212
- "dependencies": {
3213
- "argparse": "^2.0.1"
3214
- },
3215
- "bin": {
3216
- "js-yaml": "bin/js-yaml.js"
3217
- }
3218
- },
3219
3282
  "node_modules/cross-spawn": {
3220
3283
  "version": "7.0.6",
3221
3284
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -4017,20 +4080,21 @@
4017
4080
  }
4018
4081
  },
4019
4082
  "node_modules/eslint": {
4020
- "version": "9.38.0",
4021
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
4022
- "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
4083
+ "version": "9.39.1",
4084
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
4085
+ "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
4023
4086
  "dev": true,
4024
4087
  "license": "MIT",
4088
+ "peer": true,
4025
4089
  "dependencies": {
4026
4090
  "@eslint-community/eslint-utils": "^4.8.0",
4027
4091
  "@eslint-community/regexpp": "^4.12.1",
4028
4092
  "@eslint/config-array": "^0.21.1",
4029
- "@eslint/config-helpers": "^0.4.1",
4030
- "@eslint/core": "^0.16.0",
4093
+ "@eslint/config-helpers": "^0.4.2",
4094
+ "@eslint/core": "^0.17.0",
4031
4095
  "@eslint/eslintrc": "^3.3.1",
4032
- "@eslint/js": "9.38.0",
4033
- "@eslint/plugin-kit": "^0.4.0",
4096
+ "@eslint/js": "9.39.1",
4097
+ "@eslint/plugin-kit": "^0.4.1",
4034
4098
  "@humanfs/node": "^0.16.6",
4035
4099
  "@humanwhocodes/module-importer": "^1.0.1",
4036
4100
  "@humanwhocodes/retry": "^0.4.2",
@@ -4671,15 +4735,15 @@
4671
4735
  }
4672
4736
  },
4673
4737
  "node_modules/flat-cache": {
4674
- "version": "6.1.13",
4675
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.13.tgz",
4676
- "integrity": "sha512-gmtS2PaUjSPa4zjObEIn4WWliKyZzYljgxODBfxugpK6q6HU9ClXzgCJ+nlcPKY9Bt090ypTOLIFWkV0jbKFjw==",
4738
+ "version": "6.1.19",
4739
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.19.tgz",
4740
+ "integrity": "sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==",
4677
4741
  "dev": true,
4678
4742
  "license": "MIT",
4679
4743
  "dependencies": {
4680
- "cacheable": "^1.10.4",
4744
+ "cacheable": "^2.2.0",
4681
4745
  "flatted": "^3.3.3",
4682
- "hookified": "^1.11.0"
4746
+ "hookified": "^1.13.0"
4683
4747
  }
4684
4748
  },
4685
4749
  "node_modules/flatted": {
@@ -5023,6 +5087,19 @@
5023
5087
  "url": "https://github.com/sponsors/ljharb"
5024
5088
  }
5025
5089
  },
5090
+ "node_modules/hashery": {
5091
+ "version": "1.2.0",
5092
+ "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.2.0.tgz",
5093
+ "integrity": "sha512-43XJKpwle72Ik5Zpam7MuzRWyNdwwdf6XHlh8wCj2PggvWf+v/Dm5B0dxGZOmddidgeO6Ofu9As/o231Ti/9PA==",
5094
+ "dev": true,
5095
+ "license": "MIT",
5096
+ "dependencies": {
5097
+ "hookified": "^1.13.0"
5098
+ },
5099
+ "engines": {
5100
+ "node": ">=20"
5101
+ }
5102
+ },
5026
5103
  "node_modules/hasown": {
5027
5104
  "version": "2.0.2",
5028
5105
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -5036,9 +5113,9 @@
5036
5113
  }
5037
5114
  },
5038
5115
  "node_modules/hookified": {
5039
- "version": "1.12.0",
5040
- "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.12.0.tgz",
5041
- "integrity": "sha512-hMr1Y9TCLshScrBbV2QxJ9BROddxZ12MX9KsCtuGGy/3SmmN5H1PllKerrVlSotur9dlE8hmUKAOSa3WDzsZmQ==",
5116
+ "version": "1.13.0",
5117
+ "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.13.0.tgz",
5118
+ "integrity": "sha512-6sPYUY8olshgM/1LDNW4QZQN0IqgKhtl/1C8koNZBJrKLBk3AZl6chQtNwpNztvfiApHMEwMHek5rv993PRbWw==",
5042
5119
  "dev": true,
5043
5120
  "license": "MIT"
5044
5121
  },
@@ -5746,6 +5823,19 @@
5746
5823
  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
5747
5824
  "dev": true
5748
5825
  },
5826
+ "node_modules/js-yaml": {
5827
+ "version": "4.1.1",
5828
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
5829
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
5830
+ "dev": true,
5831
+ "license": "MIT",
5832
+ "dependencies": {
5833
+ "argparse": "^2.0.1"
5834
+ },
5835
+ "bin": {
5836
+ "js-yaml": "bin/js-yaml.js"
5837
+ }
5838
+ },
5749
5839
  "node_modules/jsesc": {
5750
5840
  "version": "3.1.0",
5751
5841
  "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
@@ -5853,12 +5943,17 @@
5853
5943
  "license": "MIT"
5854
5944
  },
5855
5945
  "node_modules/loader-runner": {
5856
- "version": "4.3.0",
5857
- "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
5858
- "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
5946
+ "version": "4.3.1",
5947
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
5948
+ "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
5859
5949
  "dev": true,
5950
+ "license": "MIT",
5860
5951
  "engines": {
5861
5952
  "node": ">=6.11.5"
5953
+ },
5954
+ "funding": {
5955
+ "type": "opencollective",
5956
+ "url": "https://opencollective.com/webpack"
5862
5957
  }
5863
5958
  },
5864
5959
  "node_modules/loader-utils": {
@@ -6074,6 +6169,7 @@
6074
6169
  "version": "2.30.1",
6075
6170
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
6076
6171
  "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
6172
+ "peer": true,
6077
6173
  "engines": {
6078
6174
  "node": "*"
6079
6175
  }
@@ -6529,6 +6625,7 @@
6529
6625
  }
6530
6626
  ],
6531
6627
  "license": "MIT",
6628
+ "peer": true,
6532
6629
  "dependencies": {
6533
6630
  "nanoid": "^3.3.11",
6534
6631
  "picocolors": "^1.1.1",
@@ -7137,10 +7234,11 @@
7137
7234
  }
7138
7235
  },
7139
7236
  "node_modules/prettier": {
7140
- "version": "3.6.2",
7141
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
7142
- "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
7237
+ "version": "3.7.1",
7238
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz",
7239
+ "integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==",
7143
7240
  "dev": true,
7241
+ "license": "MIT",
7144
7242
  "bin": {
7145
7243
  "prettier": "bin/prettier.cjs"
7146
7244
  },
@@ -7160,6 +7258,19 @@
7160
7258
  "node": ">=6"
7161
7259
  }
7162
7260
  },
7261
+ "node_modules/qified": {
7262
+ "version": "0.5.2",
7263
+ "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.2.tgz",
7264
+ "integrity": "sha512-7gJ6mxcQb9vUBOtbKm5mDevbe2uRcOEVp1g4gb/Q+oLntB3HY8eBhOYRxFI2mlDFlY1e4DOSCptzxarXRvzxCA==",
7265
+ "dev": true,
7266
+ "license": "MIT",
7267
+ "dependencies": {
7268
+ "hookified": "^1.13.0"
7269
+ },
7270
+ "engines": {
7271
+ "node": ">=20"
7272
+ }
7273
+ },
7163
7274
  "node_modules/queue-microtask": {
7164
7275
  "version": "1.2.3",
7165
7276
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -7526,6 +7637,7 @@
7526
7637
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
7527
7638
  "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
7528
7639
  "dev": true,
7640
+ "peer": true,
7529
7641
  "dependencies": {
7530
7642
  "fast-deep-equal": "^3.1.3",
7531
7643
  "fast-uri": "^3.0.1",
@@ -7752,12 +7864,6 @@
7752
7864
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
7753
7865
  }
7754
7866
  },
7755
- "node_modules/source-list-map": {
7756
- "version": "2.0.1",
7757
- "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
7758
- "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
7759
- "dev": true
7760
- },
7761
7867
  "node_modules/source-map": {
7762
7868
  "version": "0.6.1",
7763
7869
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -7953,9 +8059,9 @@
7953
8059
  }
7954
8060
  },
7955
8061
  "node_modules/stylelint": {
7956
- "version": "16.25.0",
7957
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.25.0.tgz",
7958
- "integrity": "sha512-Li0avYWV4nfv1zPbdnxLYBGq4z8DVZxbRgx4Kn6V+Uftz1rMoF1qiEI3oL4kgWqyYgCgs7gT5maHNZ82Gk03vQ==",
8062
+ "version": "16.26.1",
8063
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.1.tgz",
8064
+ "integrity": "sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==",
7959
8065
  "dev": true,
7960
8066
  "funding": [
7961
8067
  {
@@ -7970,6 +8076,7 @@
7970
8076
  "license": "MIT",
7971
8077
  "dependencies": {
7972
8078
  "@csstools/css-parser-algorithms": "^3.0.5",
8079
+ "@csstools/css-syntax-patches-for-csstree": "^1.0.19",
7973
8080
  "@csstools/css-tokenizer": "^3.0.4",
7974
8081
  "@csstools/media-query-list-parser": "^4.0.3",
7975
8082
  "@csstools/selector-specificity": "^5.0.0",
@@ -7982,7 +8089,7 @@
7982
8089
  "debug": "^4.4.3",
7983
8090
  "fast-glob": "^3.3.3",
7984
8091
  "fastest-levenshtein": "^1.0.16",
7985
- "file-entry-cache": "^10.1.4",
8092
+ "file-entry-cache": "^11.1.1",
7986
8093
  "global-modules": "^2.0.0",
7987
8094
  "globby": "^11.1.0",
7988
8095
  "globjoin": "^0.1.4",
@@ -8059,13 +8166,13 @@
8059
8166
  }
8060
8167
  },
8061
8168
  "node_modules/stylelint/node_modules/file-entry-cache": {
8062
- "version": "10.1.4",
8063
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.1.4.tgz",
8064
- "integrity": "sha512-5XRUFc0WTtUbjfGzEwXc42tiGxQHBmtbUG1h9L2apu4SulCGN3Hqm//9D6FAolf8MYNL7f/YlJl9vy08pj5JuA==",
8169
+ "version": "11.1.1",
8170
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.1.tgz",
8171
+ "integrity": "sha512-TPVFSDE7q91Dlk1xpFLvFllf8r0HyOMOlnWy7Z2HBku5H3KhIeOGInexrIeg2D64DosVB/JXkrrk6N/7Wriq4A==",
8065
8172
  "dev": true,
8066
8173
  "license": "MIT",
8067
8174
  "dependencies": {
8068
- "flat-cache": "^6.1.13"
8175
+ "flat-cache": "^6.1.19"
8069
8176
  }
8070
8177
  },
8071
8178
  "node_modules/stylelint/node_modules/ignore": {
@@ -8091,6 +8198,7 @@
8091
8198
  "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
8092
8199
  "dev": true,
8093
8200
  "license": "MIT",
8201
+ "peer": true,
8094
8202
  "dependencies": {
8095
8203
  "cssesc": "^3.0.0",
8096
8204
  "util-deprecate": "^1.0.2"
@@ -8380,6 +8488,7 @@
8380
8488
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
8381
8489
  "dev": true,
8382
8490
  "license": "MIT",
8491
+ "peer": true,
8383
8492
  "engines": {
8384
8493
  "node": ">=12"
8385
8494
  },
@@ -8680,11 +8789,12 @@
8680
8789
  }
8681
8790
  },
8682
8791
  "node_modules/webpack": {
8683
- "version": "5.102.1",
8684
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz",
8685
- "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==",
8792
+ "version": "5.103.0",
8793
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz",
8794
+ "integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==",
8686
8795
  "dev": true,
8687
8796
  "license": "MIT",
8797
+ "peer": true,
8688
8798
  "dependencies": {
8689
8799
  "@types/eslint-scope": "^3.7.7",
8690
8800
  "@types/estree": "^1.0.8",
@@ -8703,7 +8813,7 @@
8703
8813
  "glob-to-regexp": "^0.4.1",
8704
8814
  "graceful-fs": "^4.2.11",
8705
8815
  "json-parse-even-better-errors": "^2.3.1",
8706
- "loader-runner": "^4.2.0",
8816
+ "loader-runner": "^4.3.1",
8707
8817
  "mime-types": "^2.1.27",
8708
8818
  "neo-async": "^2.6.2",
8709
8819
  "schema-utils": "^4.3.3",
@@ -8734,6 +8844,7 @@
8734
8844
  "integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==",
8735
8845
  "dev": true,
8736
8846
  "license": "MIT",
8847
+ "peer": true,
8737
8848
  "dependencies": {
8738
8849
  "@discoveryjs/json-ext": "^0.6.1",
8739
8850
  "@webpack-cli/configtest": "^3.0.1",
@@ -8813,35 +8924,22 @@
8813
8924
  }
8814
8925
  },
8815
8926
  "node_modules/webpack-manifest-plugin": {
8816
- "version": "5.0.1",
8817
- "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.1.tgz",
8818
- "integrity": "sha512-xTlX7dC3hrASixA2inuWFMz6qHsNi6MT3Uiqw621sJjRTShtpMjbDYhPPZBwWUKdIYKIjSq9em6+uzWayf38aQ==",
8927
+ "version": "6.0.1",
8928
+ "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-6.0.1.tgz",
8929
+ "integrity": "sha512-R0p/8/IJVY5hIhQtkeWUQugalVpIwojc09eb14zGq+oiZOCmN5paAz2NBJfd+6v9eBbxAS3YMjc2ov8UMlCDLQ==",
8819
8930
  "dev": true,
8820
8931
  "license": "MIT",
8821
8932
  "dependencies": {
8822
8933
  "tapable": "^2.0.0",
8823
- "webpack-sources": "^2.2.0"
8934
+ "webpack-sources": "^3.3.3"
8824
8935
  },
8825
8936
  "engines": {
8826
- "node": ">=14"
8937
+ "node": ">=20.19.0"
8827
8938
  },
8828
8939
  "peerDependencies": {
8829
8940
  "webpack": "^5.75.0"
8830
8941
  }
8831
8942
  },
8832
- "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
8833
- "version": "2.3.1",
8834
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
8835
- "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
8836
- "dev": true,
8837
- "dependencies": {
8838
- "source-list-map": "^2.0.1",
8839
- "source-map": "^0.6.1"
8840
- },
8841
- "engines": {
8842
- "node": ">=10.13.0"
8843
- }
8844
- },
8845
8943
  "node_modules/webpack-merge": {
8846
8944
  "version": "6.0.1",
8847
8945
  "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",