apache-airflow-providers-fab 3.0.0rc1__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.
- airflow/providers/fab/__init__.py +1 -1
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +2 -2
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py +0 -7
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py +63 -0
- airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml +416 -16
- airflow/providers/fab/auth_manager/api_fastapi/parameters.py +55 -0
- airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +37 -5
- airflow/providers/fab/auth_manager/api_fastapi/routes/roles.py +137 -0
- airflow/providers/fab/auth_manager/api_fastapi/security.py +32 -0
- airflow/providers/fab/auth_manager/api_fastapi/services/login.py +12 -25
- airflow/providers/fab/auth_manager/api_fastapi/services/roles.py +158 -0
- airflow/providers/fab/auth_manager/api_fastapi/sorting.py +49 -0
- airflow/providers/fab/auth_manager/fab_auth_manager.py +33 -3
- airflow/providers/fab/auth_manager/models/__init__.py +7 -21
- airflow/providers/fab/auth_manager/models/db.py +1 -1
- airflow/providers/fab/auth_manager/security_manager/override.py +55 -13
- 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} +4 -4
- airflow/providers/fab/version_compat.py +1 -0
- airflow/providers/fab/www/api_connexion/parameters.py +1 -46
- airflow/providers/fab/www/app.py +13 -10
- airflow/providers/fab/www/extensions/init_appbuilder.py +5 -2
- airflow/providers/fab/www/extensions/init_security.py +1 -1
- airflow/providers/fab/www/package-lock.json +390 -266
- airflow/providers/fab/www/package.json +9 -9
- airflow/providers/fab/www/session.py +5 -8
- airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js → 743.0c0bf201ae17e66a9a3f.js} +1 -1
- airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js → main.bc1f701c3d133e2a3bab.js} +1 -1
- airflow/providers/fab/www/static/dist/manifest.json +13 -13
- airflow/providers/fab/www/static/dist/runtime.254c277d91ce3ac79c64.js +1 -0
- airflow/providers/fab/www/views.py +19 -9
- {apache_airflow_providers_fab-3.0.0rc1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/METADATA +14 -13
- {apache_airflow_providers_fab-3.0.0rc1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/RECORD +49 -43
- airflow/providers/fab/www/static/dist/runtime.ad800fc1845ad5c6ddeb.js +0 -1
- /airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js.LICENSE.txt → 743.0c0bf201ae17e66a9a3f.js.LICENSE.txt} +0 -0
- /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.css → airflowDefaultTheme.ef6fc04c9b6920cd75c9.css} +0 -0
- /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.js → airflowDefaultTheme.ef6fc04c9b6920cd75c9.js} +0 -0
- /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.css → flash.eaaf777ec1b3628cf7be.css} +0 -0
- /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.js → flash.eaaf777ec1b3628cf7be.js} +0 -0
- /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.css → loadingDots.76f4332c0a932c3dc08f.css} +0 -0
- /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.js → loadingDots.76f4332c0a932c3dc08f.js} +0 -0
- /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.css → main.bc1f701c3d133e2a3bab.css} +0 -0
- /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js.LICENSE.txt → main.bc1f701c3d133e2a3bab.js.LICENSE.txt} +0 -0
- /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.css → materialIcons.ad07a489b2f0fc1a96bf.css} +0 -0
- /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.js → materialIcons.ad07a489b2f0fc1a96bf.js} +0 -0
- /airflow/providers/fab/www/static/dist/{moment.9baee5ec3d7639a10897.js → moment.5b85b4f6be2fe9c405ac.js} +0 -0
- {apache_airflow_providers_fab-3.0.0rc1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_fab-3.0.0rc1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_fab-3.0.0rc1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +0 -0
- {airflow/providers/fab → apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses}/LICENSE +0 -0
- {apache_airflow_providers_fab-3.0.0rc1.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.
|
|
17
|
-
"@babel/eslint-parser": "^7.28.
|
|
18
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
19
|
-
"@babel/preset-env": "^7.28.
|
|
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.
|
|
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.
|
|
36
|
-
"stylelint": "^16.
|
|
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.
|
|
39
|
+
"webpack": "^5.103.0",
|
|
40
40
|
"webpack-cli": "^6.0.1",
|
|
41
41
|
"webpack-license-plugin": "^4.2.1",
|
|
42
|
-
"webpack-manifest-plugin": "^
|
|
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.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.
|
|
63
|
-
"integrity": "sha512-
|
|
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.
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
72
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
83
|
+
"@babel/parser": "^7.28.5",
|
|
82
84
|
"@babel/template": "^7.27.2",
|
|
83
|
-
"@babel/traverse": "^7.28.
|
|
84
|
-
"@babel/types": "^7.28.
|
|
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.
|
|
102
|
-
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.
|
|
103
|
-
"integrity": "sha512-
|
|
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.
|
|
121
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
122
|
-
"integrity": "sha512-
|
|
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.
|
|
127
|
-
"@babel/types": "^7.28.
|
|
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.
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
362
|
-
"integrity": "sha512-
|
|
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.
|
|
410
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
411
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
426
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.
|
|
427
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
637
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
638
|
-
"integrity": "sha512-
|
|
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.
|
|
686
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.
|
|
687
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
724
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.
|
|
725
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
823
|
-
"integrity": "sha512-
|
|
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.
|
|
921
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
922
|
-
"integrity": "sha512-
|
|
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.
|
|
987
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
988
|
-
"integrity": "sha512-
|
|
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.
|
|
996
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
993
997
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
994
|
-
"@babel/helper-validator-identifier": "^7.
|
|
995
|
-
"@babel/traverse": "^7.
|
|
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.
|
|
1088
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1089
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1140
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1141
|
-
"integrity": "sha512-
|
|
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.
|
|
1223
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.
|
|
1224
|
-
"integrity": "sha512
|
|
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.
|
|
1272
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.
|
|
1273
|
-
"integrity": "sha512-
|
|
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.
|
|
1441
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.
|
|
1442
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1555
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
1556
|
-
"integrity": "sha512-
|
|
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.
|
|
1567
|
+
"@babel/generator": "^7.28.5",
|
|
1562
1568
|
"@babel/helper-globals": "^7.28.0",
|
|
1563
|
-
"@babel/parser": "^7.28.
|
|
1569
|
+
"@babel/parser": "^7.28.5",
|
|
1564
1570
|
"@babel/template": "^7.27.2",
|
|
1565
|
-
"@babel/types": "^7.28.
|
|
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.
|
|
1574
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
1575
|
-
"integrity": "sha512-
|
|
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.
|
|
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
|
}
|
|
@@ -1661,14 +1751,14 @@
|
|
|
1661
1751
|
}
|
|
1662
1752
|
},
|
|
1663
1753
|
"node_modules/@dual-bundle/import-meta-resolve": {
|
|
1664
|
-
"version": "4.1
|
|
1665
|
-
"resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.
|
|
1666
|
-
"integrity": "sha512
|
|
1754
|
+
"version": "4.2.1",
|
|
1755
|
+
"resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
|
|
1756
|
+
"integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
|
|
1667
1757
|
"dev": true,
|
|
1668
1758
|
"license": "MIT",
|
|
1669
1759
|
"funding": {
|
|
1670
1760
|
"type": "github",
|
|
1671
|
-
"url": "https://github.com/sponsors/
|
|
1761
|
+
"url": "https://github.com/sponsors/JounQin"
|
|
1672
1762
|
}
|
|
1673
1763
|
},
|
|
1674
1764
|
"node_modules/@eslint-community/eslint-utils": {
|
|
@@ -1713,12 +1803,13 @@
|
|
|
1713
1803
|
}
|
|
1714
1804
|
},
|
|
1715
1805
|
"node_modules/@eslint/config-array": {
|
|
1716
|
-
"version": "0.21.
|
|
1717
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.
|
|
1718
|
-
"integrity": "sha512-
|
|
1806
|
+
"version": "0.21.1",
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
1808
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
1719
1809
|
"dev": true,
|
|
1810
|
+
"license": "Apache-2.0",
|
|
1720
1811
|
"dependencies": {
|
|
1721
|
-
"@eslint/object-schema": "^2.1.
|
|
1812
|
+
"@eslint/object-schema": "^2.1.7",
|
|
1722
1813
|
"debug": "^4.3.1",
|
|
1723
1814
|
"minimatch": "^3.1.2"
|
|
1724
1815
|
},
|
|
@@ -1727,19 +1818,22 @@
|
|
|
1727
1818
|
}
|
|
1728
1819
|
},
|
|
1729
1820
|
"node_modules/@eslint/config-helpers": {
|
|
1730
|
-
"version": "0.
|
|
1731
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.
|
|
1732
|
-
"integrity": "sha512-
|
|
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==",
|
|
1733
1824
|
"dev": true,
|
|
1734
1825
|
"license": "Apache-2.0",
|
|
1826
|
+
"dependencies": {
|
|
1827
|
+
"@eslint/core": "^0.17.0"
|
|
1828
|
+
},
|
|
1735
1829
|
"engines": {
|
|
1736
1830
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1737
1831
|
}
|
|
1738
1832
|
},
|
|
1739
1833
|
"node_modules/@eslint/core": {
|
|
1740
|
-
"version": "0.
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
1742
|
-
"integrity": "sha512-
|
|
1834
|
+
"version": "0.17.0",
|
|
1835
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
1836
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
1743
1837
|
"dev": true,
|
|
1744
1838
|
"license": "Apache-2.0",
|
|
1745
1839
|
"dependencies": {
|
|
@@ -1773,13 +1867,6 @@
|
|
|
1773
1867
|
"url": "https://opencollective.com/eslint"
|
|
1774
1868
|
}
|
|
1775
1869
|
},
|
|
1776
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1777
|
-
"version": "2.0.1",
|
|
1778
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1779
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1780
|
-
"dev": true,
|
|
1781
|
-
"license": "Python-2.0"
|
|
1782
|
-
},
|
|
1783
1870
|
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
1784
1871
|
"version": "14.0.0",
|
|
1785
1872
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -1793,23 +1880,10 @@
|
|
|
1793
1880
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1794
1881
|
}
|
|
1795
1882
|
},
|
|
1796
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1797
|
-
"version": "4.1.0",
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1799
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1800
|
-
"dev": true,
|
|
1801
|
-
"license": "MIT",
|
|
1802
|
-
"dependencies": {
|
|
1803
|
-
"argparse": "^2.0.1"
|
|
1804
|
-
},
|
|
1805
|
-
"bin": {
|
|
1806
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
1883
|
"node_modules/@eslint/js": {
|
|
1810
|
-
"version": "9.
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
1812
|
-
"integrity": "sha512-
|
|
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==",
|
|
1813
1887
|
"dev": true,
|
|
1814
1888
|
"license": "MIT",
|
|
1815
1889
|
"engines": {
|
|
@@ -1820,22 +1894,23 @@
|
|
|
1820
1894
|
}
|
|
1821
1895
|
},
|
|
1822
1896
|
"node_modules/@eslint/object-schema": {
|
|
1823
|
-
"version": "2.1.
|
|
1824
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
|
1825
|
-
"integrity": "sha512-
|
|
1897
|
+
"version": "2.1.7",
|
|
1898
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
1899
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
1826
1900
|
"dev": true,
|
|
1901
|
+
"license": "Apache-2.0",
|
|
1827
1902
|
"engines": {
|
|
1828
1903
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1829
1904
|
}
|
|
1830
1905
|
},
|
|
1831
1906
|
"node_modules/@eslint/plugin-kit": {
|
|
1832
|
-
"version": "0.
|
|
1833
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
1834
|
-
"integrity": "sha512-
|
|
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==",
|
|
1835
1910
|
"dev": true,
|
|
1836
1911
|
"license": "Apache-2.0",
|
|
1837
1912
|
"dependencies": {
|
|
1838
|
-
"@eslint/core": "^0.
|
|
1913
|
+
"@eslint/core": "^0.17.0",
|
|
1839
1914
|
"levn": "^0.4.1"
|
|
1840
1915
|
},
|
|
1841
1916
|
"engines": {
|
|
@@ -2382,6 +2457,7 @@
|
|
|
2382
2457
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
2383
2458
|
"dev": true,
|
|
2384
2459
|
"license": "MIT",
|
|
2460
|
+
"peer": true,
|
|
2385
2461
|
"bin": {
|
|
2386
2462
|
"acorn": "bin/acorn"
|
|
2387
2463
|
},
|
|
@@ -2417,6 +2493,7 @@
|
|
|
2417
2493
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2418
2494
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2419
2495
|
"dev": true,
|
|
2496
|
+
"peer": true,
|
|
2420
2497
|
"dependencies": {
|
|
2421
2498
|
"fast-deep-equal": "^3.1.1",
|
|
2422
2499
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -2500,6 +2577,13 @@
|
|
|
2500
2577
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2501
2578
|
}
|
|
2502
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
|
+
},
|
|
2503
2587
|
"node_modules/array-buffer-byte-length": {
|
|
2504
2588
|
"version": "1.0.2",
|
|
2505
2589
|
"resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
|
|
@@ -2796,6 +2880,16 @@
|
|
|
2796
2880
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2797
2881
|
"dev": true
|
|
2798
2882
|
},
|
|
2883
|
+
"node_modules/baseline-browser-mapping": {
|
|
2884
|
+
"version": "2.8.16",
|
|
2885
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz",
|
|
2886
|
+
"integrity": "sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==",
|
|
2887
|
+
"dev": true,
|
|
2888
|
+
"license": "Apache-2.0",
|
|
2889
|
+
"bin": {
|
|
2890
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2799
2893
|
"node_modules/big.js": {
|
|
2800
2894
|
"version": "5.2.2",
|
|
2801
2895
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
|
|
@@ -2835,9 +2929,9 @@
|
|
|
2835
2929
|
}
|
|
2836
2930
|
},
|
|
2837
2931
|
"node_modules/browserslist": {
|
|
2838
|
-
"version": "4.
|
|
2839
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
2840
|
-
"integrity": "sha512-
|
|
2932
|
+
"version": "4.26.3",
|
|
2933
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz",
|
|
2934
|
+
"integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==",
|
|
2841
2935
|
"dev": true,
|
|
2842
2936
|
"funding": [
|
|
2843
2937
|
{
|
|
@@ -2853,10 +2947,13 @@
|
|
|
2853
2947
|
"url": "https://github.com/sponsors/ai"
|
|
2854
2948
|
}
|
|
2855
2949
|
],
|
|
2950
|
+
"license": "MIT",
|
|
2951
|
+
"peer": true,
|
|
2856
2952
|
"dependencies": {
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2859
|
-
"
|
|
2953
|
+
"baseline-browser-mapping": "^2.8.9",
|
|
2954
|
+
"caniuse-lite": "^1.0.30001746",
|
|
2955
|
+
"electron-to-chromium": "^1.5.227",
|
|
2956
|
+
"node-releases": "^2.0.21",
|
|
2860
2957
|
"update-browserslist-db": "^1.1.3"
|
|
2861
2958
|
},
|
|
2862
2959
|
"bin": {
|
|
@@ -2873,20 +2970,23 @@
|
|
|
2873
2970
|
"dev": true
|
|
2874
2971
|
},
|
|
2875
2972
|
"node_modules/cacheable": {
|
|
2876
|
-
"version": "
|
|
2877
|
-
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-
|
|
2878
|
-
"integrity": "sha512-
|
|
2973
|
+
"version": "2.2.0",
|
|
2974
|
+
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.2.0.tgz",
|
|
2975
|
+
"integrity": "sha512-LEJxRqfeomiiRd2t0uON6hxAtgOoWDfY3fugebbz+J3vDLO+SkdfFChQcOHTZhj9SYa9iwE9MGYNX72dKiOE4w==",
|
|
2879
2976
|
"dev": true,
|
|
2880
2977
|
"license": "MIT",
|
|
2881
2978
|
"dependencies": {
|
|
2882
|
-
"
|
|
2883
|
-
"
|
|
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"
|
|
2884
2984
|
}
|
|
2885
2985
|
},
|
|
2886
2986
|
"node_modules/cacheable/node_modules/keyv": {
|
|
2887
|
-
"version": "5.5.
|
|
2888
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.
|
|
2889
|
-
"integrity": "sha512-
|
|
2987
|
+
"version": "5.5.4",
|
|
2988
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
|
|
2989
|
+
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
|
|
2890
2990
|
"dev": true,
|
|
2891
2991
|
"license": "MIT",
|
|
2892
2992
|
"dependencies": {
|
|
@@ -2963,9 +3063,9 @@
|
|
|
2963
3063
|
}
|
|
2964
3064
|
},
|
|
2965
3065
|
"node_modules/caniuse-lite": {
|
|
2966
|
-
"version": "1.0.
|
|
2967
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2968
|
-
"integrity": "sha512-
|
|
3066
|
+
"version": "1.0.30001750",
|
|
3067
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz",
|
|
3068
|
+
"integrity": "sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==",
|
|
2969
3069
|
"dev": true,
|
|
2970
3070
|
"funding": [
|
|
2971
3071
|
{
|
|
@@ -2980,7 +3080,8 @@
|
|
|
2980
3080
|
"type": "github",
|
|
2981
3081
|
"url": "https://github.com/sponsors/ai"
|
|
2982
3082
|
}
|
|
2983
|
-
]
|
|
3083
|
+
],
|
|
3084
|
+
"license": "CC-BY-4.0"
|
|
2984
3085
|
},
|
|
2985
3086
|
"node_modules/chalk": {
|
|
2986
3087
|
"version": "4.1.2",
|
|
@@ -3178,26 +3279,6 @@
|
|
|
3178
3279
|
}
|
|
3179
3280
|
}
|
|
3180
3281
|
},
|
|
3181
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
3182
|
-
"version": "2.0.1",
|
|
3183
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3184
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3185
|
-
"dev": true,
|
|
3186
|
-
"license": "Python-2.0"
|
|
3187
|
-
},
|
|
3188
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
3189
|
-
"version": "4.1.0",
|
|
3190
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3191
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3192
|
-
"dev": true,
|
|
3193
|
-
"license": "MIT",
|
|
3194
|
-
"dependencies": {
|
|
3195
|
-
"argparse": "^2.0.1"
|
|
3196
|
-
},
|
|
3197
|
-
"bin": {
|
|
3198
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3199
|
-
}
|
|
3200
|
-
},
|
|
3201
3282
|
"node_modules/cross-spawn": {
|
|
3202
3283
|
"version": "7.0.6",
|
|
3203
3284
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -3550,9 +3631,9 @@
|
|
|
3550
3631
|
}
|
|
3551
3632
|
},
|
|
3552
3633
|
"node_modules/debug": {
|
|
3553
|
-
"version": "4.4.
|
|
3554
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
3555
|
-
"integrity": "sha512-
|
|
3634
|
+
"version": "4.4.3",
|
|
3635
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
3636
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
3556
3637
|
"dev": true,
|
|
3557
3638
|
"license": "MIT",
|
|
3558
3639
|
"dependencies": {
|
|
@@ -3747,10 +3828,11 @@
|
|
|
3747
3828
|
}
|
|
3748
3829
|
},
|
|
3749
3830
|
"node_modules/electron-to-chromium": {
|
|
3750
|
-
"version": "1.5.
|
|
3751
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
3752
|
-
"integrity": "sha512-
|
|
3753
|
-
"dev": true
|
|
3831
|
+
"version": "1.5.234",
|
|
3832
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.234.tgz",
|
|
3833
|
+
"integrity": "sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==",
|
|
3834
|
+
"dev": true,
|
|
3835
|
+
"license": "ISC"
|
|
3754
3836
|
},
|
|
3755
3837
|
"node_modules/emoji-regex": {
|
|
3756
3838
|
"version": "8.0.0",
|
|
@@ -3998,25 +4080,25 @@
|
|
|
3998
4080
|
}
|
|
3999
4081
|
},
|
|
4000
4082
|
"node_modules/eslint": {
|
|
4001
|
-
"version": "9.
|
|
4002
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
4003
|
-
"integrity": "sha512-
|
|
4083
|
+
"version": "9.39.1",
|
|
4084
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
|
|
4085
|
+
"integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
|
|
4004
4086
|
"dev": true,
|
|
4005
4087
|
"license": "MIT",
|
|
4088
|
+
"peer": true,
|
|
4006
4089
|
"dependencies": {
|
|
4007
4090
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4008
4091
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4009
|
-
"@eslint/config-array": "^0.21.
|
|
4010
|
-
"@eslint/config-helpers": "^0.
|
|
4011
|
-
"@eslint/core": "^0.
|
|
4092
|
+
"@eslint/config-array": "^0.21.1",
|
|
4093
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
4094
|
+
"@eslint/core": "^0.17.0",
|
|
4012
4095
|
"@eslint/eslintrc": "^3.3.1",
|
|
4013
|
-
"@eslint/js": "9.
|
|
4014
|
-
"@eslint/plugin-kit": "^0.
|
|
4096
|
+
"@eslint/js": "9.39.1",
|
|
4097
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
4015
4098
|
"@humanfs/node": "^0.16.6",
|
|
4016
4099
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4017
4100
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4018
4101
|
"@types/estree": "^1.0.6",
|
|
4019
|
-
"@types/json-schema": "^7.0.15",
|
|
4020
4102
|
"ajv": "^6.12.4",
|
|
4021
4103
|
"chalk": "^4.0.0",
|
|
4022
4104
|
"cross-spawn": "^7.0.6",
|
|
@@ -4653,15 +4735,15 @@
|
|
|
4653
4735
|
}
|
|
4654
4736
|
},
|
|
4655
4737
|
"node_modules/flat-cache": {
|
|
4656
|
-
"version": "6.1.
|
|
4657
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.
|
|
4658
|
-
"integrity": "sha512-
|
|
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==",
|
|
4659
4741
|
"dev": true,
|
|
4660
4742
|
"license": "MIT",
|
|
4661
4743
|
"dependencies": {
|
|
4662
|
-
"cacheable": "^
|
|
4744
|
+
"cacheable": "^2.2.0",
|
|
4663
4745
|
"flatted": "^3.3.3",
|
|
4664
|
-
"hookified": "^1.
|
|
4746
|
+
"hookified": "^1.13.0"
|
|
4665
4747
|
}
|
|
4666
4748
|
},
|
|
4667
4749
|
"node_modules/flatted": {
|
|
@@ -4829,7 +4911,8 @@
|
|
|
4829
4911
|
"version": "0.4.1",
|
|
4830
4912
|
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
4831
4913
|
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
4832
|
-
"dev": true
|
|
4914
|
+
"dev": true,
|
|
4915
|
+
"license": "BSD-2-Clause"
|
|
4833
4916
|
},
|
|
4834
4917
|
"node_modules/global-modules": {
|
|
4835
4918
|
"version": "2.0.0",
|
|
@@ -5004,6 +5087,19 @@
|
|
|
5004
5087
|
"url": "https://github.com/sponsors/ljharb"
|
|
5005
5088
|
}
|
|
5006
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
|
+
},
|
|
5007
5103
|
"node_modules/hasown": {
|
|
5008
5104
|
"version": "2.0.2",
|
|
5009
5105
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
@@ -5017,9 +5113,9 @@
|
|
|
5017
5113
|
}
|
|
5018
5114
|
},
|
|
5019
5115
|
"node_modules/hookified": {
|
|
5020
|
-
"version": "1.
|
|
5021
|
-
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.
|
|
5022
|
-
"integrity": "sha512-
|
|
5116
|
+
"version": "1.13.0",
|
|
5117
|
+
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.13.0.tgz",
|
|
5118
|
+
"integrity": "sha512-6sPYUY8olshgM/1LDNW4QZQN0IqgKhtl/1C8koNZBJrKLBk3AZl6chQtNwpNztvfiApHMEwMHek5rv993PRbWw==",
|
|
5023
5119
|
"dev": true,
|
|
5024
5120
|
"license": "MIT"
|
|
5025
5121
|
},
|
|
@@ -5727,6 +5823,19 @@
|
|
|
5727
5823
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
5728
5824
|
"dev": true
|
|
5729
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
|
+
},
|
|
5730
5839
|
"node_modules/jsesc": {
|
|
5731
5840
|
"version": "3.1.0",
|
|
5732
5841
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -5834,12 +5943,17 @@
|
|
|
5834
5943
|
"license": "MIT"
|
|
5835
5944
|
},
|
|
5836
5945
|
"node_modules/loader-runner": {
|
|
5837
|
-
"version": "4.3.
|
|
5838
|
-
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.
|
|
5839
|
-
"integrity": "sha512-
|
|
5946
|
+
"version": "4.3.1",
|
|
5947
|
+
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
|
|
5948
|
+
"integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
|
|
5840
5949
|
"dev": true,
|
|
5950
|
+
"license": "MIT",
|
|
5841
5951
|
"engines": {
|
|
5842
5952
|
"node": ">=6.11.5"
|
|
5953
|
+
},
|
|
5954
|
+
"funding": {
|
|
5955
|
+
"type": "opencollective",
|
|
5956
|
+
"url": "https://opencollective.com/webpack"
|
|
5843
5957
|
}
|
|
5844
5958
|
},
|
|
5845
5959
|
"node_modules/loader-utils": {
|
|
@@ -6055,6 +6169,7 @@
|
|
|
6055
6169
|
"version": "2.30.1",
|
|
6056
6170
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
|
|
6057
6171
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
6172
|
+
"peer": true,
|
|
6058
6173
|
"engines": {
|
|
6059
6174
|
"node": "*"
|
|
6060
6175
|
}
|
|
@@ -6138,10 +6253,11 @@
|
|
|
6138
6253
|
"dev": true
|
|
6139
6254
|
},
|
|
6140
6255
|
"node_modules/node-releases": {
|
|
6141
|
-
"version": "2.0.
|
|
6142
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
6143
|
-
"integrity": "sha512-
|
|
6144
|
-
"dev": true
|
|
6256
|
+
"version": "2.0.23",
|
|
6257
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.23.tgz",
|
|
6258
|
+
"integrity": "sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==",
|
|
6259
|
+
"dev": true,
|
|
6260
|
+
"license": "MIT"
|
|
6145
6261
|
},
|
|
6146
6262
|
"node_modules/normalize-path": {
|
|
6147
6263
|
"version": "3.0.0",
|
|
@@ -6509,6 +6625,7 @@
|
|
|
6509
6625
|
}
|
|
6510
6626
|
],
|
|
6511
6627
|
"license": "MIT",
|
|
6628
|
+
"peer": true,
|
|
6512
6629
|
"dependencies": {
|
|
6513
6630
|
"nanoid": "^3.3.11",
|
|
6514
6631
|
"picocolors": "^1.1.1",
|
|
@@ -7117,10 +7234,11 @@
|
|
|
7117
7234
|
}
|
|
7118
7235
|
},
|
|
7119
7236
|
"node_modules/prettier": {
|
|
7120
|
-
"version": "3.
|
|
7121
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
7122
|
-
"integrity": "sha512-
|
|
7237
|
+
"version": "3.7.1",
|
|
7238
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz",
|
|
7239
|
+
"integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==",
|
|
7123
7240
|
"dev": true,
|
|
7241
|
+
"license": "MIT",
|
|
7124
7242
|
"bin": {
|
|
7125
7243
|
"prettier": "bin/prettier.cjs"
|
|
7126
7244
|
},
|
|
@@ -7140,6 +7258,19 @@
|
|
|
7140
7258
|
"node": ">=6"
|
|
7141
7259
|
}
|
|
7142
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
|
+
},
|
|
7143
7274
|
"node_modules/queue-microtask": {
|
|
7144
7275
|
"version": "1.2.3",
|
|
7145
7276
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -7482,9 +7613,9 @@
|
|
|
7482
7613
|
"dev": true
|
|
7483
7614
|
},
|
|
7484
7615
|
"node_modules/schema-utils": {
|
|
7485
|
-
"version": "4.3.
|
|
7486
|
-
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.
|
|
7487
|
-
"integrity": "sha512-
|
|
7616
|
+
"version": "4.3.3",
|
|
7617
|
+
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
|
|
7618
|
+
"integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
|
|
7488
7619
|
"dev": true,
|
|
7489
7620
|
"license": "MIT",
|
|
7490
7621
|
"dependencies": {
|
|
@@ -7506,6 +7637,7 @@
|
|
|
7506
7637
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
7507
7638
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
7508
7639
|
"dev": true,
|
|
7640
|
+
"peer": true,
|
|
7509
7641
|
"dependencies": {
|
|
7510
7642
|
"fast-deep-equal": "^3.1.3",
|
|
7511
7643
|
"fast-uri": "^3.0.1",
|
|
@@ -7732,12 +7864,6 @@
|
|
|
7732
7864
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
7733
7865
|
}
|
|
7734
7866
|
},
|
|
7735
|
-
"node_modules/source-list-map": {
|
|
7736
|
-
"version": "2.0.1",
|
|
7737
|
-
"resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
|
|
7738
|
-
"integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
|
|
7739
|
-
"dev": true
|
|
7740
|
-
},
|
|
7741
7867
|
"node_modules/source-map": {
|
|
7742
7868
|
"version": "0.6.1",
|
|
7743
7869
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -7933,9 +8059,9 @@
|
|
|
7933
8059
|
}
|
|
7934
8060
|
},
|
|
7935
8061
|
"node_modules/stylelint": {
|
|
7936
|
-
"version": "16.
|
|
7937
|
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.
|
|
7938
|
-
"integrity": "sha512-
|
|
8062
|
+
"version": "16.26.1",
|
|
8063
|
+
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.1.tgz",
|
|
8064
|
+
"integrity": "sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==",
|
|
7939
8065
|
"dev": true,
|
|
7940
8066
|
"funding": [
|
|
7941
8067
|
{
|
|
@@ -7950,19 +8076,20 @@
|
|
|
7950
8076
|
"license": "MIT",
|
|
7951
8077
|
"dependencies": {
|
|
7952
8078
|
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
8079
|
+
"@csstools/css-syntax-patches-for-csstree": "^1.0.19",
|
|
7953
8080
|
"@csstools/css-tokenizer": "^3.0.4",
|
|
7954
8081
|
"@csstools/media-query-list-parser": "^4.0.3",
|
|
7955
8082
|
"@csstools/selector-specificity": "^5.0.0",
|
|
7956
|
-
"@dual-bundle/import-meta-resolve": "^4.1
|
|
8083
|
+
"@dual-bundle/import-meta-resolve": "^4.2.1",
|
|
7957
8084
|
"balanced-match": "^2.0.0",
|
|
7958
8085
|
"colord": "^2.9.3",
|
|
7959
8086
|
"cosmiconfig": "^9.0.0",
|
|
7960
8087
|
"css-functions-list": "^3.2.3",
|
|
7961
8088
|
"css-tree": "^3.1.0",
|
|
7962
|
-
"debug": "^4.4.
|
|
8089
|
+
"debug": "^4.4.3",
|
|
7963
8090
|
"fast-glob": "^3.3.3",
|
|
7964
8091
|
"fastest-levenshtein": "^1.0.16",
|
|
7965
|
-
"file-entry-cache": "^
|
|
8092
|
+
"file-entry-cache": "^11.1.1",
|
|
7966
8093
|
"global-modules": "^2.0.0",
|
|
7967
8094
|
"globby": "^11.1.0",
|
|
7968
8095
|
"globjoin": "^0.1.4",
|
|
@@ -8039,13 +8166,13 @@
|
|
|
8039
8166
|
}
|
|
8040
8167
|
},
|
|
8041
8168
|
"node_modules/stylelint/node_modules/file-entry-cache": {
|
|
8042
|
-
"version": "
|
|
8043
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-
|
|
8044
|
-
"integrity": "sha512-
|
|
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==",
|
|
8045
8172
|
"dev": true,
|
|
8046
8173
|
"license": "MIT",
|
|
8047
8174
|
"dependencies": {
|
|
8048
|
-
"flat-cache": "^6.1.
|
|
8175
|
+
"flat-cache": "^6.1.19"
|
|
8049
8176
|
}
|
|
8050
8177
|
},
|
|
8051
8178
|
"node_modules/stylelint/node_modules/ignore": {
|
|
@@ -8071,6 +8198,7 @@
|
|
|
8071
8198
|
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
8072
8199
|
"dev": true,
|
|
8073
8200
|
"license": "MIT",
|
|
8201
|
+
"peer": true,
|
|
8074
8202
|
"dependencies": {
|
|
8075
8203
|
"cssesc": "^3.0.0",
|
|
8076
8204
|
"util-deprecate": "^1.0.2"
|
|
@@ -8225,12 +8353,17 @@
|
|
|
8225
8353
|
"dev": true
|
|
8226
8354
|
},
|
|
8227
8355
|
"node_modules/tapable": {
|
|
8228
|
-
"version": "2.
|
|
8229
|
-
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.
|
|
8230
|
-
"integrity": "sha512-
|
|
8356
|
+
"version": "2.3.0",
|
|
8357
|
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
|
|
8358
|
+
"integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
|
|
8231
8359
|
"dev": true,
|
|
8360
|
+
"license": "MIT",
|
|
8232
8361
|
"engines": {
|
|
8233
8362
|
"node": ">=6"
|
|
8363
|
+
},
|
|
8364
|
+
"funding": {
|
|
8365
|
+
"type": "opencollective",
|
|
8366
|
+
"url": "https://opencollective.com/webpack"
|
|
8234
8367
|
}
|
|
8235
8368
|
},
|
|
8236
8369
|
"node_modules/terser": {
|
|
@@ -8355,6 +8488,7 @@
|
|
|
8355
8488
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
8356
8489
|
"dev": true,
|
|
8357
8490
|
"license": "MIT",
|
|
8491
|
+
"peer": true,
|
|
8358
8492
|
"engines": {
|
|
8359
8493
|
"node": ">=12"
|
|
8360
8494
|
},
|
|
@@ -8641,10 +8775,11 @@
|
|
|
8641
8775
|
"dev": true
|
|
8642
8776
|
},
|
|
8643
8777
|
"node_modules/watchpack": {
|
|
8644
|
-
"version": "2.4.
|
|
8645
|
-
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.
|
|
8646
|
-
"integrity": "sha512-
|
|
8778
|
+
"version": "2.4.4",
|
|
8779
|
+
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz",
|
|
8780
|
+
"integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
|
|
8647
8781
|
"dev": true,
|
|
8782
|
+
"license": "MIT",
|
|
8648
8783
|
"dependencies": {
|
|
8649
8784
|
"glob-to-regexp": "^0.4.1",
|
|
8650
8785
|
"graceful-fs": "^4.1.2"
|
|
@@ -8654,11 +8789,12 @@
|
|
|
8654
8789
|
}
|
|
8655
8790
|
},
|
|
8656
8791
|
"node_modules/webpack": {
|
|
8657
|
-
"version": "5.
|
|
8658
|
-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.
|
|
8659
|
-
"integrity": "sha512-
|
|
8792
|
+
"version": "5.103.0",
|
|
8793
|
+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz",
|
|
8794
|
+
"integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==",
|
|
8660
8795
|
"dev": true,
|
|
8661
8796
|
"license": "MIT",
|
|
8797
|
+
"peer": true,
|
|
8662
8798
|
"dependencies": {
|
|
8663
8799
|
"@types/eslint-scope": "^3.7.7",
|
|
8664
8800
|
"@types/estree": "^1.0.8",
|
|
@@ -8668,7 +8804,7 @@
|
|
|
8668
8804
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
8669
8805
|
"acorn": "^8.15.0",
|
|
8670
8806
|
"acorn-import-phases": "^1.0.3",
|
|
8671
|
-
"browserslist": "^4.
|
|
8807
|
+
"browserslist": "^4.26.3",
|
|
8672
8808
|
"chrome-trace-event": "^1.0.2",
|
|
8673
8809
|
"enhanced-resolve": "^5.17.3",
|
|
8674
8810
|
"es-module-lexer": "^1.2.1",
|
|
@@ -8677,13 +8813,13 @@
|
|
|
8677
8813
|
"glob-to-regexp": "^0.4.1",
|
|
8678
8814
|
"graceful-fs": "^4.2.11",
|
|
8679
8815
|
"json-parse-even-better-errors": "^2.3.1",
|
|
8680
|
-
"loader-runner": "^4.
|
|
8816
|
+
"loader-runner": "^4.3.1",
|
|
8681
8817
|
"mime-types": "^2.1.27",
|
|
8682
8818
|
"neo-async": "^2.6.2",
|
|
8683
|
-
"schema-utils": "^4.3.
|
|
8684
|
-
"tapable": "^2.
|
|
8819
|
+
"schema-utils": "^4.3.3",
|
|
8820
|
+
"tapable": "^2.3.0",
|
|
8685
8821
|
"terser-webpack-plugin": "^5.3.11",
|
|
8686
|
-
"watchpack": "^2.4.
|
|
8822
|
+
"watchpack": "^2.4.4",
|
|
8687
8823
|
"webpack-sources": "^3.3.3"
|
|
8688
8824
|
},
|
|
8689
8825
|
"bin": {
|
|
@@ -8708,6 +8844,7 @@
|
|
|
8708
8844
|
"integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==",
|
|
8709
8845
|
"dev": true,
|
|
8710
8846
|
"license": "MIT",
|
|
8847
|
+
"peer": true,
|
|
8711
8848
|
"dependencies": {
|
|
8712
8849
|
"@discoveryjs/json-ext": "^0.6.1",
|
|
8713
8850
|
"@webpack-cli/configtest": "^3.0.1",
|
|
@@ -8787,35 +8924,22 @@
|
|
|
8787
8924
|
}
|
|
8788
8925
|
},
|
|
8789
8926
|
"node_modules/webpack-manifest-plugin": {
|
|
8790
|
-
"version": "
|
|
8791
|
-
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-
|
|
8792
|
-
"integrity": "sha512-
|
|
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==",
|
|
8793
8930
|
"dev": true,
|
|
8794
8931
|
"license": "MIT",
|
|
8795
8932
|
"dependencies": {
|
|
8796
8933
|
"tapable": "^2.0.0",
|
|
8797
|
-
"webpack-sources": "^
|
|
8934
|
+
"webpack-sources": "^3.3.3"
|
|
8798
8935
|
},
|
|
8799
8936
|
"engines": {
|
|
8800
|
-
"node": ">=
|
|
8937
|
+
"node": ">=20.19.0"
|
|
8801
8938
|
},
|
|
8802
8939
|
"peerDependencies": {
|
|
8803
8940
|
"webpack": "^5.75.0"
|
|
8804
8941
|
}
|
|
8805
8942
|
},
|
|
8806
|
-
"node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
|
|
8807
|
-
"version": "2.3.1",
|
|
8808
|
-
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
|
|
8809
|
-
"integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
|
|
8810
|
-
"dev": true,
|
|
8811
|
-
"dependencies": {
|
|
8812
|
-
"source-list-map": "^2.0.1",
|
|
8813
|
-
"source-map": "^0.6.1"
|
|
8814
|
-
},
|
|
8815
|
-
"engines": {
|
|
8816
|
-
"node": ">=10.13.0"
|
|
8817
|
-
}
|
|
8818
|
-
},
|
|
8819
8943
|
"node_modules/webpack-merge": {
|
|
8820
8944
|
"version": "6.0.1",
|
|
8821
8945
|
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",
|