diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 90463e28c0d..1ca5d253da5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -79,7 +79,7 @@ importers:
version: 20.12.5
babel-loader:
specifier: ^9.1.2
- version: 9.1.2(@babel/core@7.27.4)(webpack@5.99.9)
+ version: 9.1.2(@babel/core@7.27.4)(webpack@5.101.0)
eslint:
specifier: ^8.3.0
version: 8.10.0
@@ -210,7 +210,7 @@ importers:
version: 1.1.0
jscodeshift:
specifier: ^0.13.1
- version: 0.13.1(@babel/preset-env@7.27.2)
+ version: 0.13.1(@babel/preset-env@7.28.0)
meow:
specifier: ^9.0.0
version: 9.0.0
@@ -229,7 +229,7 @@ importers:
devDependencies:
'@rollup/plugin-babel':
specifier: ^5.3.1
- version: 5.3.1(@babel/core@7.27.4)(rollup@2.79.2)
+ version: 5.3.1(@babel/core@7.28.0)(rollup@2.79.2)
'@rollup/plugin-commonjs':
specifier: ^22.0.2
version: 22.0.2(rollup@2.79.2)
@@ -347,13 +347,13 @@ importers:
version: 20.12.5
axe-playwright:
specifier: ^2.1.0
- version: 2.1.0(playwright@1.53.0)
+ version: 2.1.0(playwright@1.54.2)
babel-core:
specifier: 7.0.0-bridge.0
- version: 7.0.0-bridge.0(@babel/core@7.27.4)
+ version: 7.0.0-bridge.0(@babel/core@7.28.0)
babel-loader:
specifier: ^8.1.0
- version: 8.3.0(@babel/core@7.27.4)(webpack@5.99.9)
+ version: 8.3.0(@babel/core@7.28.0)(webpack@5.101.0)
change-case:
specifier: ^3.1.0
version: 3.1.0
@@ -386,7 +386,7 @@ importers:
version: 16.1.1(postcss@8.5.6)
postcss-loader:
specifier: ^4.2.0
- version: 4.3.0(postcss@8.5.6)(webpack@5.99.9)
+ version: 4.3.0(postcss@8.5.6)(webpack@5.101.0)
postcss-mixins:
specifier: ^9.0.4
version: 9.0.4(postcss@8.5.6)
@@ -410,7 +410,7 @@ importers:
version: 3.0.2
sass-loader:
specifier: ^12.4.0
- version: 12.6.0(webpack@5.99.9)
+ version: 12.6.0(webpack@5.101.0)
serve:
specifier: ^14.2.4
version: 14.2.4
@@ -551,8 +551,8 @@ importers:
specifier: ^5.5.0
version: 5.5.0
'@napi-rs/image':
- specifier: ^1.7.0
- version: 1.7.0
+ specifier: ^1.11.2
+ version: 1.11.2
'@types/base-64':
specifier: ^1.0.0
version: 1.0.0
@@ -603,7 +603,7 @@ importers:
version: 8.2.2
css-loader:
specifier: ^5.2.7
- version: 5.2.7(webpack@5.99.9)
+ version: 5.2.7(webpack@5.101.0)
eslint:
specifier: 8.10.0
version: 8.10.0
@@ -660,7 +660,7 @@ importers:
version: 0.15.2
style-loader:
specifier: ^3.3.1
- version: 3.3.1(webpack@5.99.9)
+ version: 3.3.1(webpack@5.101.0)
ts-node:
specifier: ^10.7.0
version: 10.7.0(@types/node@20.12.5)(typescript@4.9.3)
@@ -678,7 +678,7 @@ importers:
devDependencies:
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.27.4)
+ version: 7.26.0(@babel/core@7.28.0)
'@types/jest':
specifier: ^28.1.7
version: 28.1.8
@@ -757,6 +757,11 @@ packages:
resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==}
engines: {node: '>=6.9.0'}
+ /@babel/compat-data@7.28.0:
+ resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
+ engines: {node: '>=6.9.0'}
+ dev: false
+
/@babel/core@7.24.4:
resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==}
engines: {node: '>=6.9.0'}
@@ -800,6 +805,29 @@ packages:
semver: 6.3.1
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/core@7.28.0:
+ resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@babel/code-frame': 7.27.1
+ '@babel/generator': 7.28.0
+ '@babel/helper-compilation-targets': 7.27.2
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
+ '@babel/helpers': 7.28.2
+ '@babel/parser': 7.28.0
+ '@babel/template': 7.27.2
+ '@babel/traverse': 7.28.0
+ '@babel/types': 7.28.2
+ convert-source-map: 2.0.0
+ debug: 4.4.1
+ gensync: 1.0.0-beta.2
+ json5: 2.2.3
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
/@babel/eslint-parser@7.17.0(@babel/core@7.27.4)(eslint@8.10.0):
resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==}
@@ -837,6 +865,16 @@ packages:
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.1.0
+ /@babel/generator@7.28.0:
+ resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/parser': 7.28.0
+ '@babel/types': 7.28.2
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
+ jsesc: 3.1.0
+
/@babel/helper-annotate-as-pure@7.25.9:
resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
@@ -847,7 +885,7 @@ packages:
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.27.6
+ '@babel/types': 7.28.2
dev: false
/@babel/helper-compilation-targets@7.26.5:
@@ -924,19 +962,37 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.4):
+ /@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.28.0):
+ resolution: {integrity: sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.26.5(@babel/core@7.28.0)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.27.4
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-member-expression-to-functions': 7.27.1
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4)
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0)
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -964,14 +1020,27 @@ packages:
'@babel/helper-annotate-as-pure': 7.25.9
regexpu-core: 6.2.0
semver: 6.3.1
+ dev: true
+
+ /@babel/helper-create-regexp-features-plugin@7.26.3(@babel/core@7.28.0):
+ resolution: {integrity: sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ regexpu-core: 6.2.0
+ semver: 6.3.1
+ dev: false
- /@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.4):
+ /@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-annotate-as-pure': 7.27.3
regexpu-core: 6.2.0
semver: 6.3.1
@@ -1035,13 +1104,14 @@ packages:
resolve: 1.22.10
transitivePeerDependencies:
- supports-color
+ dev: true
- /@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.27.4):
- resolution: {integrity: sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==}
+ /@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.0):
+ resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
debug: 4.4.1
@@ -1051,6 +1121,10 @@ packages:
- supports-color
dev: false
+ /@babel/helper-globals@7.28.0:
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
+ engines: {node: '>=6.9.0'}
+
/@babel/helper-member-expression-to-functions@7.25.9:
resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
@@ -1064,8 +1138,8 @@ packages:
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.27.4
- '@babel/types': 7.27.6
+ '@babel/traverse': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
dev: false
@@ -1111,6 +1185,20 @@ packages:
'@babel/traverse': 7.27.4
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0):
+ resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-module-imports': 7.27.1
+ '@babel/helper-validator-identifier': 7.27.1
+ '@babel/traverse': 7.27.4
+ transitivePeerDependencies:
+ - supports-color
/@babel/helper-optimise-call-expression@7.25.9:
resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
@@ -1122,7 +1210,7 @@ packages:
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.27.6
+ '@babel/types': 7.28.2
dev: false
/@babel/helper-plugin-utils@7.25.9:
@@ -1166,16 +1254,16 @@ packages:
- supports-color
dev: true
- /@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.4):
+ /@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-wrap-function': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -1207,16 +1295,30 @@ packages:
- supports-color
dev: true
- /@babel/helper-replace-supers@7.27.1(@babel/core@7.27.4):
+ /@babel/helper-replace-supers@7.26.5(@babel/core@7.28.0):
+ resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.27.4
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helper-replace-supers@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-member-expression-to-functions': 7.27.1
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -1243,8 +1345,8 @@ packages:
resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.27.4
- '@babel/types': 7.27.6
+ '@babel/traverse': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
dev: false
@@ -1282,8 +1384,8 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.27.2
- '@babel/traverse': 7.27.4
- '@babel/types': 7.27.6
+ '@babel/traverse': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
dev: false
@@ -1295,6 +1397,13 @@ packages:
'@babel/template': 7.27.2
'@babel/types': 7.27.6
+ /@babel/helpers@7.28.2:
+ resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/template': 7.27.2
+ '@babel/types': 7.28.2
+
/@babel/node@7.26.0(@babel/core@7.27.4):
resolution: {integrity: sha512-5ASMjh42hbnqyCOK68Q5chh1jKAqn91IswFTN+niwt4FLABhEWCT1tEuuo6mlNQ4WG/oFQLvJ71PaHAKtWtJyA==}
engines: {node: '>=6.9.0'}
@@ -1326,6 +1435,13 @@ packages:
dependencies:
'@babel/types': 7.27.6
+ /@babel/parser@7.28.0:
+ resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+ dependencies:
+ '@babel/types': 7.28.2
+
/@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.27.4):
resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
engines: {node: '>=6.9.0'}
@@ -1339,15 +1455,15 @@ packages:
- supports-color
dev: true
- /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -1362,13 +1478,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -1392,13 +1508,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -1430,16 +1546,16 @@ packages:
- supports-color
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4)
+ '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.0)
transitivePeerDependencies:
- supports-color
dev: false
@@ -1470,15 +1586,15 @@ packages:
- supports-color
dev: true
- /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -1540,6 +1656,16 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.27.4
+ dev: true
+
+ /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0):
+ resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ dev: false
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
@@ -1654,13 +1780,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -1692,6 +1818,17 @@ packages:
dependencies:
'@babel/core': 7.27.4
'@babel/helper-plugin-utils': 7.27.1
+ dev: true
+
+ /@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.0):
+ resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.27.1
+ dev: false
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
@@ -1748,6 +1885,16 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
+ /@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.28.0):
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.27.1
+ dev: true
+
/@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.24.4):
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
engines: {node: '>=6.9.0'}
@@ -1933,6 +2080,16 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
+ /@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.0):
+ resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.27.1
+ dev: true
+
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4):
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
@@ -1953,6 +2110,18 @@ packages:
'@babel/core': 7.27.4
'@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.27.4)
'@babel/helper-plugin-utils': 7.27.1
+ dev: true
+
+ /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.0):
+ resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.28.0)
+ '@babel/helper-plugin-utils': 7.27.1
+ dev: false
/@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.24.4):
resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==}
@@ -1974,13 +2143,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2012,16 +2181,16 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.4):
- resolution: {integrity: sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==}
+ /@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4)
- '@babel/traverse': 7.27.4
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0)
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -2054,16 +2223,16 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-module-imports': 7.27.1
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4)
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0)
transitivePeerDependencies:
- supports-color
dev: false
@@ -2088,13 +2257,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2118,13 +2287,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-block-scoping@7.27.5(@babel/core@7.27.4):
- resolution: {integrity: sha512-JF6uE2s67f0y2RZcm2kpAUEbD50vH62TyWVebxwHAlbSdM49VqPz8t4a1uIjp4NIOIZ4xzLfjY5emt/RCyC7TQ==}
+ /@babel/plugin-transform-block-scoping@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2154,14 +2323,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -2193,14 +2362,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -2240,19 +2409,19 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-classes@7.27.1(@babel/core@7.27.4):
- resolution: {integrity: sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==}
+ /@babel/plugin-transform-classes@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-compilation-targets': 7.27.2
+ '@babel/helper-globals': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4)
- '@babel/traverse': 7.27.4
- globals: 11.12.0
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0)
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -2279,13 +2448,13 @@ packages:
'@babel/template': 7.27.2
dev: true
- /@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
'@babel/template': 7.27.2
dev: false
@@ -2310,14 +2479,17 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-destructuring@7.27.3(@babel/core@7.27.4):
- resolution: {integrity: sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==}
+ /@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
+ '@babel/traverse': 7.28.0
+ transitivePeerDependencies:
+ - supports-color
dev: false
/@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.24.4):
@@ -2342,14 +2514,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2373,13 +2545,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2394,14 +2566,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2425,16 +2597,29 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
+ /@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
/@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.24.4):
resolution: {integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==}
engines: {node: '>=6.9.0'}
@@ -2455,13 +2640,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2485,13 +2670,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2532,13 +2717,13 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
@@ -2573,16 +2758,16 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -2607,13 +2792,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2637,13 +2822,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2667,13 +2852,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2697,13 +2882,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2733,14 +2918,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -2787,6 +2972,20 @@ packages:
- supports-color
dev: true
+ /@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.28.0):
+ resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/helper-simple-access': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.24.4):
resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==}
engines: {node: '>=6.9.0'}
@@ -2813,14 +3012,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -2856,17 +3055,17 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
- '@babel/traverse': 7.27.4
+ '@babel/traverse': 7.28.0
transitivePeerDependencies:
- supports-color
dev: false
@@ -2897,14 +3096,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -2932,14 +3131,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2963,13 +3162,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -2993,13 +3192,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3023,13 +3222,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3057,17 +3256,20 @@ packages:
'@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.27.4)
dev: true
- /@babel/plugin-transform-object-rest-spread@7.27.3(@babel/core@7.27.4):
- resolution: {integrity: sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q==}
+ /@babel/plugin-transform-object-rest-spread@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
- '@babel/plugin-transform-destructuring': 7.27.3(@babel/core@7.27.4)
- '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.4)
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0)
+ '@babel/traverse': 7.28.0
+ transitivePeerDependencies:
+ - supports-color
dev: false
/@babel/plugin-transform-object-super@7.25.9(@babel/core@7.24.4):
@@ -3096,15 +3298,15 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
- '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4)
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0)
transitivePeerDependencies:
- supports-color
dev: false
@@ -3129,13 +3331,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3165,13 +3367,13 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
@@ -3198,13 +3400,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-parameters@7.27.1(@babel/core@7.27.4):
- resolution: {integrity: sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg==}
+ /@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.0):
+ resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3234,14 +3436,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -3275,15 +3477,15 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
transitivePeerDependencies:
- supports-color
@@ -3309,13 +3511,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3439,13 +3641,13 @@ packages:
regenerator-transform: 0.15.2
dev: true
- /@babel/plugin-transform-regenerator@7.27.5(@babel/core@7.27.4):
- resolution: {integrity: sha512-uhB8yHerfe3MWnuLAhEbeQ4afVoqv8BQsPqrTv7e/jZ9y00kJL6l9a/f4OWaKxotmjzewfEyXE1vgDJenkQ2/Q==}
+ /@babel/plugin-transform-regenerator@7.28.1(@babel/core@7.28.0):
+ resolution: {integrity: sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3460,14 +3662,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3491,13 +3693,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3521,13 +3723,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3557,13 +3759,13 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
@@ -3590,13 +3792,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3620,13 +3822,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3650,13 +3852,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3691,6 +3893,22 @@ packages:
- supports-color
dev: true
+ /@babel/plugin-transform-typescript@7.25.9(@babel/core@7.28.0):
+ resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.28.0)
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0)
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.24.4):
resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==}
engines: {node: '>=6.9.0'}
@@ -3711,13 +3929,13 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3743,14 +3961,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3776,14 +3994,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3809,14 +4027,14 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
dev: true
- /@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.4):
+ /@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.0):
resolution: {integrity: sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0)
'@babel/helper-plugin-utils': 7.27.1
dev: false
@@ -3991,81 +4209,82 @@ packages:
- supports-color
dev: true
- /@babel/preset-env@7.27.2(@babel/core@7.27.4):
- resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==}
+ /@babel/preset-env@7.28.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.27.5
- '@babel/core': 7.27.4
+ '@babel/compat-data': 7.28.0
+ '@babel/core': 7.28.0
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-validator-option': 7.27.1
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4)
- '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.4)
- '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.27.4)
- '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-classes': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-destructuring': 7.27.3(@babel/core@7.27.4)
- '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-object-rest-spread': 7.27.3(@babel/core@7.27.4)
- '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-regenerator': 7.27.5(@babel/core@7.27.4)
- '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.4)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.4)
- babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.4)
- babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.4)
- babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.4)
- core-js-compat: 3.43.0
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0)
+ '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.0)
+ '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-classes': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.28.0)
+ '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0)
+ '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-regenerator': 7.28.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.0)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.0)
+ babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.0)
+ babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0)
+ babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.0)
+ core-js-compat: 3.45.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -4103,6 +4322,18 @@ packages:
'@babel/helper-plugin-utils': 7.27.1
'@babel/types': 7.27.6
esutils: 2.0.3
+ dev: true
+
+ /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.0):
+ resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/types': 7.27.6
+ esutils: 2.0.3
+ dev: false
/@babel/preset-react@7.18.6(@babel/core@7.24.4):
resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==}
@@ -4169,6 +4400,22 @@ packages:
- supports-color
dev: true
+ /@babel/preset-typescript@7.26.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.0)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.28.0)
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.28.0)
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/register@7.22.15(@babel/core@7.24.4):
resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==}
engines: {node: '>=6.9.0'}
@@ -4242,6 +4489,20 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/traverse@7.28.0:
+ resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.27.1
+ '@babel/generator': 7.28.0
+ '@babel/helper-globals': 7.28.0
+ '@babel/parser': 7.28.0
+ '@babel/template': 7.27.2
+ '@babel/types': 7.28.2
+ debug: 4.4.1
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/types@7.27.6:
resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==}
engines: {node: '>=6.9.0'}
@@ -4249,6 +4510,13 @@ packages:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
+ /@babel/types@7.28.2:
+ resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-string-parser': 7.27.1
+ '@babel/helper-validator-identifier': 7.27.1
+
/@bcoe/v8-coverage@0.2.3:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
@@ -4633,12 +4901,28 @@ packages:
postcss-selector-parser: 6.0.15
dev: true
- /@emnapi/runtime@1.4.3:
- resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==}
+ /@emnapi/core@1.4.5:
+ resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==}
requiresBuild: true
dependencies:
+ '@emnapi/wasi-threads': 1.0.4
tslib: 2.8.1
- dev: false
+ dev: true
+ optional: true
+
+ /@emnapi/runtime@1.4.5:
+ resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
+ requiresBuild: true
+ dependencies:
+ tslib: 2.8.1
+ optional: true
+
+ /@emnapi/wasi-threads@1.0.4:
+ resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==}
+ requiresBuild: true
+ dependencies:
+ tslib: 2.8.1
+ dev: true
optional: true
/@emotion/hash@0.8.0:
@@ -5381,7 +5665,7 @@ packages:
cpu: [wasm32]
requiresBuild: true
dependencies:
- '@emnapi/runtime': 1.4.3
+ '@emnapi/runtime': 1.4.5
dev: false
optional: true
@@ -5893,6 +6177,12 @@ packages:
vite: 4.5.6(@types/node@20.12.5)
dev: true
+ /@jridgewell/gen-mapping@0.3.12:
+ resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.4
+ '@jridgewell/trace-mapping': 0.3.29
+
/@jridgewell/gen-mapping@0.3.8:
resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
engines: {node: '>=6.0.0'}
@@ -5909,22 +6199,31 @@ packages:
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
- /@jridgewell/source-map@0.3.6:
- resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
+ /@jridgewell/source-map@0.3.10:
+ resolution: {integrity: sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==}
dependencies:
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
dev: true
/@jridgewell/sourcemap-codec@1.5.0:
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+ /@jridgewell/sourcemap-codec@1.5.4:
+ resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==}
+
/@jridgewell/trace-mapping@0.3.25:
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
dependencies:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.0
+ /@jridgewell/trace-mapping@0.3.29:
+ resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.4
+
/@juggle/resize-observer@3.4.0:
resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
dev: false
@@ -6034,17 +6333,8 @@ packages:
tslib: 2.8.1
dev: false
- /@napi-rs/image-android-arm-eabi@1.7.0:
- resolution: {integrity: sha512-lpyqxaIYUrdk096xoJjvPGin5jY1Ehor0RxryqDvowGUhVU3TDgolsjjuFPEki3cfvV6zzAm7bWUkmxIci2zaw==}
- engines: {node: '>= 10'}
- cpu: [arm]
- os: [android]
- requiresBuild: true
- dev: true
- optional: true
-
- /@napi-rs/image-android-arm64@1.7.0:
- resolution: {integrity: sha512-ojzi1ORsFZ53upLh0YVF1J8Qxvq+V2s6Xwbi4p4+ZLgk3MMd9ephERxxNExOf3/nyj4k+izEz6C/RbJwnSJXpw==}
+ /@napi-rs/image-android-arm64@1.11.2:
+ resolution: {integrity: sha512-EUkTeYEayZn9IyzXcn8m5t0MCsiN08+SsPJBhWQR05pQiiuonBRAYuZWB3hJDVHKfKKXogzMRShcTAE70NXGzA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
@@ -6052,8 +6342,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-darwin-arm64@1.7.0:
- resolution: {integrity: sha512-SadObhsP0E/og6FGDzwafWFEwePSkdEKmwh7ssWePopwN2PfTnIyQq4MfVE/iSLgHfiHgQwwwssY6j815P8YwA==}
+ /@napi-rs/image-darwin-arm64@1.11.2:
+ resolution: {integrity: sha512-RLnv2bbvkDwaROZHqUEozSto5nE3mhlIS9U2WGHJwepYUneq0gMumibtzp7YjEl6coEgqKnUDoATzRnUovkHqw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@@ -6061,8 +6351,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-darwin-x64@1.7.0:
- resolution: {integrity: sha512-lbUpy3deqxsbGMZRRwkSAMs4uWN+f8RER4BI7kwVK9rjUwvmnI+JMC+TCD03j+AMviANhsR/umDjSTS4HAbKdQ==}
+ /@napi-rs/image-darwin-x64@1.11.2:
+ resolution: {integrity: sha512-uptDhysXHSB3OTetz15CVeqf0LyeXpUnzqmVFhQimdzTEDkG7CyasUWNM29DOn2XTlZESdwAvg+2YUiQqt0wqA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@@ -6070,8 +6360,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-freebsd-x64@1.7.0:
- resolution: {integrity: sha512-DCFov4Ibk7pNUI30dBAR2SqtBSKTEtlsqkOJGWRiqGlTSqt7xPR3YcdM3N8JYN1lFHCN2SoJnInV3/p3yiKVLQ==}
+ /@napi-rs/image-freebsd-x64@1.11.2:
+ resolution: {integrity: sha512-W6Sk8MKjS95OVZ0TWurUttF0Kt/chRuZkFKF4iPAbwcW/tk92sIJlBi+7VNMvpjVr8xLTbPkzaPIs2jes19Tbg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
@@ -6079,8 +6369,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-linux-arm-gnueabihf@1.7.0:
- resolution: {integrity: sha512-392foWTx3vIsBs5lNDZt0H0qn/x3PLR92GCbY1SWNtbE11+D47IDxHauLqcU/18IVule9nODFZ6KLLhuLjdqJA==}
+ /@napi-rs/image-linux-arm-gnueabihf@1.11.2:
+ resolution: {integrity: sha512-Oj2l9DWig3d3wEmkX4j6Ecg3H2ElT+n5u5TZ47xm0vEZT0QBb4dcqhVvWx6RTn4rLLU4sxAlwEtb3SR2UmpZwQ==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
@@ -6088,8 +6378,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-linux-arm64-gnu@1.7.0:
- resolution: {integrity: sha512-oYTCK6VsyywMPjcOJh5hk8vTA7i2coekXnkfHErBbyKm7v5F+3pdOXrhmKQHYojENHT/LkWWKlkr0jF8QB4U3w==}
+ /@napi-rs/image-linux-arm64-gnu@1.11.2:
+ resolution: {integrity: sha512-/ntkbFvrP4ERrGFJ32PupmYuZxhCoqfSN9y9Nao86kGdxCASjS2zecufDw2IjgUhD8CBigD1o9aoA74lKQbuOw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -6097,8 +6387,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-linux-arm64-musl@1.7.0:
- resolution: {integrity: sha512-x3Z3YmhdMut2ULdXSjxAihp3rGcTvxUG5bhHMVc7bfezhGOViqfPJ5Qknra8egEZpXe6C0PKkBcIBm7hSlaubg==}
+ /@napi-rs/image-linux-arm64-musl@1.11.2:
+ resolution: {integrity: sha512-8N+PlYpTVMEAyaOHqpx3wtur34TxBvF0YI4i9Cv0zJttzlNgsUOZjFCxVOeH+QVzvz+XOqTb4BR1vYpethFqVQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -6106,8 +6396,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-linux-x64-gnu@1.7.0:
- resolution: {integrity: sha512-5+FEzLr7yNGljdXXPyMJLJAQG8z9c1rawFTnT4dUidFjtpP/C4AP923eWDeo7B2Zz2psT7A8hgXhK+uAqyj4WQ==}
+ /@napi-rs/image-linux-x64-gnu@1.11.2:
+ resolution: {integrity: sha512-0F/nDFW2UcidE9qh6+M8Ew4a8GIraX2C71xuvYb+dIEAT4lFoqfNWatxKBOmnZFWpsrO/taRhWUBFXJlG7uOyw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -6115,8 +6405,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-linux-x64-musl@1.7.0:
- resolution: {integrity: sha512-LhzaYQ/z3axPUDPZefdyvgHz1qQ3NF2oDUHHFkVgpWNLJ3wGxa4GpM5TD+/jJCOChACAGYcZPpx96XLJGKNZfQ==}
+ /@napi-rs/image-linux-x64-musl@1.11.2:
+ resolution: {integrity: sha512-AZEXCQUfmrZXiPQHfTgQE0xTsz4Ox4p15Q5IUM02sCZTvNLKflbE+WmJ2dEIh78q6V2QomUKDVTx7Q6pCZylIw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -6124,8 +6414,27 @@ packages:
dev: true
optional: true
- /@napi-rs/image-win32-ia32-msvc@1.7.0:
- resolution: {integrity: sha512-taCxMQTssuZW2hviOzJxo1iji0cAwjXY9m7CkiAAM8KftVUxAbmDGkPyEGRyt43ftYJ/rXRMz1vEEz/gxiZ5rQ==}
+ /@napi-rs/image-wasm32-wasi@1.11.2:
+ resolution: {integrity: sha512-JM/ZFveVEGIBFyIberr1RTp7FHZHAbZFwCLZ7eNbUE5ujpufExkvICAB2uW4a02ZqTwdXTuI2CxmdrUhhN/XkQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [wasm32]
+ requiresBuild: true
+ dependencies:
+ '@napi-rs/wasm-runtime': 1.0.3
+ dev: true
+ optional: true
+
+ /@napi-rs/image-win32-arm64-msvc@1.11.2:
+ resolution: {integrity: sha512-JTWYu5m+a+Pi8nN3jI6c5NJV5gJvpSYoN0kBml2QMQWVktwcDQ2pC1yiTzmDSa+FnFsT57BcSm5S6yhj+42wjQ==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
+ /@napi-rs/image-win32-ia32-msvc@1.11.2:
+ resolution: {integrity: sha512-tjTiyeoGD+vk6nt2fagT00+SVV6uvkAsC6CK72up0YQcKTNYBbnpM6K/yUmSDtB708brjo+xtMJ5rwYEpsyeRQ==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
@@ -6133,8 +6442,8 @@ packages:
dev: true
optional: true
- /@napi-rs/image-win32-x64-msvc@1.7.0:
- resolution: {integrity: sha512-hfnpTipEv6mrvhaNHRHBdYoVPUPyWnJ5KDpPAabJbTcsVb4x2TUiVI54r5GzF8zQ0RJc5mGtWdu9KFvyEBVJkg==}
+ /@napi-rs/image-win32-x64-msvc@1.11.2:
+ resolution: {integrity: sha512-HhGEXPHyuf7EeWgSct1/0B4vy7KckALgI4HCwv2PHisvKcp/v/hcPTMHPCkfwtEe7uBDAugcEuEaMaKZnTP9jQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -6142,23 +6451,34 @@ packages:
dev: true
optional: true
- /@napi-rs/image@1.7.0:
- resolution: {integrity: sha512-UI8bJKz4MwYsf2toiyxodbXeyHNe9yxhXz0KJdiDgliYs7ObCiu7DatPA899yuNscOApkweKV6yx2ag1lpVbbw==}
+ /@napi-rs/image@1.11.2:
+ resolution: {integrity: sha512-i5zlU1EgNBlgRjxMC1CgClZlHyGGnR1upLV64s8t5N+w9/lB7plHcb+rBJ5YmSP9Mho5RvLQpZ/ScaoJNNcnNg==}
engines: {node: '>= 10'}
optionalDependencies:
- '@napi-rs/image-android-arm-eabi': 1.7.0
- '@napi-rs/image-android-arm64': 1.7.0
- '@napi-rs/image-darwin-arm64': 1.7.0
- '@napi-rs/image-darwin-x64': 1.7.0
- '@napi-rs/image-freebsd-x64': 1.7.0
- '@napi-rs/image-linux-arm-gnueabihf': 1.7.0
- '@napi-rs/image-linux-arm64-gnu': 1.7.0
- '@napi-rs/image-linux-arm64-musl': 1.7.0
- '@napi-rs/image-linux-x64-gnu': 1.7.0
- '@napi-rs/image-linux-x64-musl': 1.7.0
- '@napi-rs/image-win32-ia32-msvc': 1.7.0
- '@napi-rs/image-win32-x64-msvc': 1.7.0
+ '@napi-rs/image-android-arm64': 1.11.2
+ '@napi-rs/image-darwin-arm64': 1.11.2
+ '@napi-rs/image-darwin-x64': 1.11.2
+ '@napi-rs/image-freebsd-x64': 1.11.2
+ '@napi-rs/image-linux-arm-gnueabihf': 1.11.2
+ '@napi-rs/image-linux-arm64-gnu': 1.11.2
+ '@napi-rs/image-linux-arm64-musl': 1.11.2
+ '@napi-rs/image-linux-x64-gnu': 1.11.2
+ '@napi-rs/image-linux-x64-musl': 1.11.2
+ '@napi-rs/image-wasm32-wasi': 1.11.2
+ '@napi-rs/image-win32-arm64-msvc': 1.11.2
+ '@napi-rs/image-win32-ia32-msvc': 1.11.2
+ '@napi-rs/image-win32-x64-msvc': 1.11.2
+ dev: true
+
+ /@napi-rs/wasm-runtime@1.0.3:
+ resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==}
+ requiresBuild: true
+ dependencies:
+ '@emnapi/core': 1.4.5
+ '@emnapi/runtime': 1.4.5
+ '@tybys/wasm-util': 0.10.0
dev: true
+ optional: true
/@next/env@15.2.4:
resolution: {integrity: sha512-+SFtMgoiYP3WoSswuNmxJOCwi06TdWE733D+WPjpXIe4LXGULwEaofiiAy6kbS0+XjM5xF5n3lKuBwN2SnqD9g==}
@@ -6420,7 +6740,7 @@ packages:
react: 18.2.0
dev: false
- /@rollup/plugin-babel@5.3.1(@babel/core@7.27.4)(rollup@2.79.2):
+ /@rollup/plugin-babel@5.3.1(@babel/core@7.28.0)(rollup@2.79.2):
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -6431,7 +6751,7 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
'@babel/helper-module-imports': 7.22.15
'@rollup/pluginutils': 3.1.0(rollup@2.79.2)
rollup: 2.79.2
@@ -7502,6 +7822,14 @@ packages:
resolution: {integrity: sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==}
dev: true
+ /@tybys/wasm-util@0.10.0:
+ resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
+ requiresBuild: true
+ dependencies:
+ tslib: 2.8.1
+ dev: true
+ optional: true
+
/@types/acorn@4.0.6:
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
dependencies:
@@ -8816,6 +9144,15 @@ packages:
acorn: 8.14.1
dev: true
+ /acorn-import-phases@1.0.4(acorn@8.15.0):
+ resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==}
+ engines: {node: '>=10.13.0'}
+ peerDependencies:
+ acorn: ^8.14.0
+ dependencies:
+ acorn: 8.15.0
+ dev: true
+
/acorn-jsx@5.3.2(acorn@8.14.1):
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
@@ -9397,7 +9734,7 @@ packages:
mustache: 4.2.0
dev: true
- /axe-playwright@2.1.0(playwright@1.53.0):
+ /axe-playwright@2.1.0(playwright@1.54.2):
resolution: {integrity: sha512-tY48SX56XaAp16oHPyD4DXpybz8Jxdz9P7exTjF/4AV70EGUavk+1fUPWirM0OYBR+YyDx6hUeDvuHVA6fB9YA==}
peerDependencies:
playwright: '>1.0.0'
@@ -9407,7 +9744,7 @@ packages:
axe-html-reporter: 2.2.11(axe-core@4.10.2)
junit-report-builder: 5.1.1
picocolors: 1.1.1
- playwright: 1.53.0
+ playwright: 1.54.2
dev: true
/axios@0.18.1:
@@ -9449,12 +9786,12 @@ packages:
'@babel/core': 7.24.4
dev: false
- /babel-core@7.0.0-bridge.0(@babel/core@7.27.4):
+ /babel-core@7.0.0-bridge.0(@babel/core@7.28.0):
resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
dev: true
/babel-jest@28.1.3(@babel/core@7.27.4):
@@ -9508,22 +9845,22 @@ packages:
webpack: 5.76.0
dev: true
- /babel-loader@8.3.0(@babel/core@7.27.4)(webpack@5.99.9):
+ /babel-loader@8.3.0(@babel/core@7.28.0)(webpack@5.101.0):
resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
engines: {node: '>= 8.9'}
peerDependencies:
'@babel/core': ^7.0.0
webpack: '>=2'
dependencies:
- '@babel/core': 7.27.4
+ '@babel/core': 7.28.0
find-cache-dir: 3.3.2
loader-utils: 2.0.2
make-dir: 3.1.0
schema-utils: 2.7.0
- webpack: 5.99.9(@swc/core@1.12.0)(esbuild@0.25.0)
+ webpack: 5.101.0(@swc/core@1.12.0)(esbuild@0.25.0)
dev: true
- /babel-loader@9.1.2(@babel/core@7.27.4)(webpack@5.99.9):
+ /babel-loader@9.1.2(@babel/core@7.27.4)(webpack@5.101.0):
resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==}
engines: {node: '>= 14.15.0'}
peerDependencies:
@@ -9533,7 +9870,7 @@ packages:
'@babel/core': 7.27.4
find-cache-dir: 3.3.2
schema-utils: 4.0.0
- webpack: 5.99.9
+ webpack: 5.101.0
dev: true
/babel-plugin-add-module-exports@0.2.1:
@@ -9608,14 +9945,14 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.27.4):
- resolution: {integrity: sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==}
+ /babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.0):
+ resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/compat-data': 7.27.5
- '@babel/core': 7.27.4
- '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.4)
+ '@babel/compat-data': 7.28.0
+ '@babel/core': 7.28.0
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -9631,6 +9968,19 @@ packages:
core-js-compat: 3.40.0
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.0):
+ resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.28.0
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0)
+ core-js-compat: 3.45.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.24.4):
resolution: {integrity: sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==}
@@ -9666,13 +10016,13 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.27.4):
- resolution: {integrity: sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==}
+ /babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.0):
+ resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.27.4
- '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.4)
+ '@babel/core': 7.28.0
+ '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0)
transitivePeerDependencies:
- supports-color
dev: false
@@ -10037,6 +10387,16 @@ packages:
node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.25.0)
+ /browserslist@4.25.2:
+ resolution: {integrity: sha512-0si2SJK3ooGzIawRu61ZdPCO1IncZwS8IzuX73sPZsXW6EQ/w/DAfPyKI8l1ETTCr2MnvqWitmlCUxgdul45jA==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
+ hasBin: true
+ dependencies:
+ caniuse-lite: 1.0.30001734
+ electron-to-chromium: 1.5.199
+ node-releases: 2.0.19
+ update-browserslist-db: 1.1.3(browserslist@4.25.2)
+
/bser@2.1.1:
resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
dependencies:
@@ -10358,6 +10718,9 @@ packages:
/caniuse-lite@1.0.30001722:
resolution: {integrity: sha512-DCQHBBZtiK6JVkAGw7drvAMK0Q0POD/xZvEmDp6baiMMP6QXXk9HpD6mNYBZWhOPG6LvIDb82ITqtWjhDckHCA==}
+ /caniuse-lite@1.0.30001734:
+ resolution: {integrity: sha512-uhE1Ye5vgqju6OI71HTQqcBCZrvHugk0MjLak7Q+HfoBgoq5Bi+5YnwjP4fjDgrtYr/l8MVRBvzz9dPD4KyK0A==}
+
/capital-case@1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
dependencies:
@@ -11127,11 +11490,12 @@ packages:
resolution: {integrity: sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==}
dependencies:
browserslist: 4.25.0
+ dev: true
- /core-js-compat@3.43.0:
- resolution: {integrity: sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==}
+ /core-js-compat@3.45.0:
+ resolution: {integrity: sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==}
dependencies:
- browserslist: 4.25.0
+ browserslist: 4.25.2
dev: false
/core-js-pure@3.22.3:
@@ -11353,7 +11717,7 @@ packages:
webpack: 4.46.0
dev: true
- /css-loader@5.2.7(webpack@5.76.0):
+ /css-loader@5.2.7(webpack@5.101.0):
resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -11369,10 +11733,10 @@ packages:
postcss-value-parser: 4.2.0
schema-utils: 3.1.1
semver: 7.5.4
- webpack: 5.76.0
+ webpack: 5.101.0
dev: true
- /css-loader@5.2.7(webpack@5.99.9):
+ /css-loader@5.2.7(webpack@5.76.0):
resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -11388,7 +11752,7 @@ packages:
postcss-value-parser: 4.2.0
schema-utils: 3.1.1
semver: 7.5.4
- webpack: 5.99.9
+ webpack: 5.76.0
dev: true
/css-select@4.3.0:
@@ -12111,6 +12475,9 @@ packages:
/electron-to-chromium@1.5.166:
resolution: {integrity: sha512-QPWqHL0BglzPYyJJ1zSSmwFFL6MFXhbACOCcsCdUMCkzPdS9/OIBVxg516X/Ado2qwAq8k0nJJ7phQPCqiaFAw==}
+ /electron-to-chromium@1.5.199:
+ resolution: {integrity: sha512-3gl0S7zQd88kCAZRO/DnxtBKuhMO4h0EaQIN3YgZfV6+pW+5+bf2AdQeHNESCoaQqo/gjGVYEf2YM4O5HJQqpQ==}
+
/elliptic@6.5.4:
resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==}
dependencies:
@@ -12191,8 +12558,8 @@ packages:
tapable: 2.2.1
dev: true
- /enhanced-resolve@5.18.1:
- resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==}
+ /enhanced-resolve@5.18.3:
+ resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
@@ -13730,7 +14097,7 @@ packages:
requiresBuild: true
dependencies:
bindings: 1.5.0
- nan: 2.22.2
+ nan: 2.23.0
dev: true
optional: true
@@ -16667,7 +17034,7 @@ packages:
dependencies:
argparse: 2.0.1
- /jscodeshift@0.13.1(@babel/preset-env@7.27.2):
+ /jscodeshift@0.13.1(@babel/preset-env@7.28.0):
resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==}
hasBin: true
peerDependencies:
@@ -16679,7 +17046,7 @@ packages:
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4)
'@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.24.4)
'@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.4)
- '@babel/preset-env': 7.27.2(@babel/core@7.27.4)
+ '@babel/preset-env': 7.28.0(@babel/core@7.28.0)
'@babel/preset-flow': 7.23.3(@babel/core@7.24.4)
'@babel/preset-typescript': 7.23.3(@babel/core@7.24.4)
'@babel/register': 7.22.15(@babel/core@7.24.4)
@@ -18547,8 +18914,8 @@ packages:
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
dev: true
- /nan@2.22.2:
- resolution: {integrity: sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==}
+ /nan@2.23.0:
+ resolution: {integrity: sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==}
requiresBuild: true
dev: true
optional: true
@@ -19923,6 +20290,12 @@ packages:
hasBin: true
dev: true
+ /playwright-core@1.54.2:
+ resolution: {integrity: sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==}
+ engines: {node: '>=18'}
+ hasBin: true
+ dev: true
+
/playwright@1.53.0:
resolution: {integrity: sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==}
engines: {node: '>=18'}
@@ -19933,6 +20306,16 @@ packages:
fsevents: 2.3.2
dev: true
+ /playwright@1.54.2:
+ resolution: {integrity: sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==}
+ engines: {node: '>=18'}
+ hasBin: true
+ dependencies:
+ playwright-core: 1.54.2
+ optionalDependencies:
+ fsevents: 2.3.2
+ dev: true
+
/plop-dir@0.0.5(plop@3.1.1):
resolution: {integrity: sha512-F1ZOmkM/0DNSPGLTFlt7WJSqjDX0WEh5gmYXMjKG2bgQWCUbuy6soW21H67ZlnWHB4Noj/YeBP1MBeFmmyKhSQ==}
peerDependencies:
@@ -20126,7 +20509,7 @@ packages:
postcss: 8.5.6
dev: true
- /postcss-loader@4.3.0(postcss@8.5.6)(webpack@5.99.9):
+ /postcss-loader@4.3.0(postcss@8.5.6)(webpack@5.101.0):
resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -20139,7 +20522,7 @@ packages:
postcss: 8.5.6
schema-utils: 3.1.1
semver: 7.5.4
- webpack: 5.99.9(@swc/core@1.12.0)(esbuild@0.25.0)
+ webpack: 5.101.0(@swc/core@1.12.0)(esbuild@0.25.0)
dev: true
/postcss-media-query-parser@0.2.3:
@@ -21776,7 +22159,7 @@ packages:
/safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- /sass-loader@12.6.0(webpack@5.99.9):
+ /sass-loader@12.6.0(webpack@5.101.0):
resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -21797,7 +22180,7 @@ packages:
dependencies:
klona: 2.0.5
neo-async: 2.6.2
- webpack: 5.99.9(@swc/core@1.12.0)(esbuild@0.25.0)
+ webpack: 5.101.0(@swc/core@1.12.0)(esbuild@0.25.0)
dev: true
/sass@1.89.2:
@@ -22895,13 +23278,13 @@ packages:
webpack: 4.46.0
dev: true
- /style-loader@3.3.1(webpack@5.99.9):
+ /style-loader@3.3.1(webpack@5.101.0):
resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
- webpack: 5.99.9
+ webpack: 5.101.0
dev: true
/style-search@0.1.0:
@@ -23277,7 +23660,7 @@ packages:
webpack: 5.76.0
dev: true
- /terser-webpack-plugin@5.3.14(@swc/core@1.12.0)(esbuild@0.25.0)(webpack@5.99.9):
+ /terser-webpack-plugin@5.3.14(@swc/core@1.12.0)(esbuild@0.25.0)(webpack@5.101.0):
resolution: {integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -23293,17 +23676,17 @@ packages:
uglify-js:
optional: true
dependencies:
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/trace-mapping': 0.3.29
'@swc/core': 1.12.0
esbuild: 0.25.0
jest-worker: 27.5.1
schema-utils: 4.3.2
serialize-javascript: 6.0.2
- terser: 5.43.0
- webpack: 5.99.9(@swc/core@1.12.0)(esbuild@0.25.0)
+ terser: 5.43.1
+ webpack: 5.101.0(@swc/core@1.12.0)(esbuild@0.25.0)
dev: true
- /terser-webpack-plugin@5.3.14(webpack@5.99.9):
+ /terser-webpack-plugin@5.3.14(webpack@5.101.0):
resolution: {integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -23319,12 +23702,12 @@ packages:
uglify-js:
optional: true
dependencies:
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/trace-mapping': 0.3.29
jest-worker: 27.5.1
schema-utils: 4.3.2
serialize-javascript: 6.0.2
- terser: 5.43.0
- webpack: 5.99.9
+ terser: 5.43.1
+ webpack: 5.101.0
dev: true
/terser@4.8.1:
@@ -23349,12 +23732,12 @@ packages:
source-map-support: 0.5.21
dev: true
- /terser@5.43.0:
- resolution: {integrity: sha512-CqNNxKSGKSZCunSvwKLTs8u8sGGlp27sxNZ4quGh0QeNuyHM0JSEM/clM9Mf4zUp6J+tO2gUXhgXT2YMMkwfKQ==}
+ /terser@5.43.1:
+ resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==}
engines: {node: '>=10'}
hasBin: true
dependencies:
- '@jridgewell/source-map': 0.3.6
+ '@jridgewell/source-map': 0.3.10
acorn: 8.15.0
commander: 2.20.3
source-map-support: 0.5.21
@@ -24090,6 +24473,16 @@ packages:
escalade: 3.2.0
picocolors: 1.1.1
+ /update-browserslist-db@1.1.3(browserslist@4.25.2):
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+ dependencies:
+ browserslist: 4.25.2
+ escalade: 3.2.0
+ picocolors: 1.1.1
+
/update-check@1.5.4:
resolution: {integrity: sha512-5YHsflzHP4t1G+8WGPlvKbJEbAJGCgw+Em+dGR1KmBUbr1J36SJBqlHLjR7oob7sco5hWHGQVcr9B2poIVDDTQ==}
dependencies:
@@ -24705,8 +25098,8 @@ packages:
engines: {node: '>=10.13.0'}
dev: true
- /webpack-sources@3.3.2:
- resolution: {integrity: sha512-ykKKus8lqlgXX/1WjudpIEjqsafjOTcOJqxnAbMLAu/KCsDCJ6GBtvscewvTkrn24HsnvFwrSCbenFrhtcCsAA==}
+ /webpack-sources@3.3.3:
+ resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==}
engines: {node: '>=10.13.0'}
dev: true
@@ -24754,8 +25147,8 @@ packages:
- supports-color
dev: true
- /webpack@5.76.0:
- resolution: {integrity: sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==}
+ /webpack@5.101.0:
+ resolution: {integrity: sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -24764,17 +25157,18 @@ packages:
webpack-cli:
optional: true
dependencies:
- '@types/eslint-scope': 3.7.3
- '@types/estree': 0.0.51
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/wasm-edit': 1.11.1
- '@webassemblyjs/wasm-parser': 1.11.1
- acorn: 8.14.1
- acorn-import-assertions: 1.8.0(acorn@8.14.1)
- browserslist: 4.25.0
- chrome-trace-event: 1.0.3
- enhanced-resolve: 5.10.0
- es-module-lexer: 0.9.3
+ '@types/eslint-scope': 3.7.7
+ '@types/estree': 1.0.8
+ '@types/json-schema': 7.0.15
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/wasm-edit': 1.14.1
+ '@webassemblyjs/wasm-parser': 1.14.1
+ acorn: 8.15.0
+ acorn-import-phases: 1.0.4(acorn@8.15.0)
+ browserslist: 4.25.2
+ chrome-trace-event: 1.0.4
+ enhanced-resolve: 5.18.3
+ es-module-lexer: 1.7.0
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -24783,19 +25177,19 @@ packages:
loader-runner: 4.3.0
mime-types: 2.1.35
neo-async: 2.6.2
- schema-utils: 3.1.1
- tapable: 2.2.1
- terser-webpack-plugin: 5.3.1(webpack@5.76.0)
- watchpack: 2.4.0
- webpack-sources: 3.2.3
+ schema-utils: 4.3.2
+ tapable: 2.2.2
+ terser-webpack-plugin: 5.3.14(webpack@5.101.0)
+ watchpack: 2.4.4
+ webpack-sources: 3.3.3
transitivePeerDependencies:
- '@swc/core'
- esbuild
- uglify-js
dev: true
- /webpack@5.99.9:
- resolution: {integrity: sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==}
+ /webpack@5.101.0(@swc/core@1.12.0)(esbuild@0.25.0):
+ resolution: {integrity: sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -24811,9 +25205,10 @@ packages:
'@webassemblyjs/wasm-edit': 1.14.1
'@webassemblyjs/wasm-parser': 1.14.1
acorn: 8.15.0
- browserslist: 4.25.0
+ acorn-import-phases: 1.0.4(acorn@8.15.0)
+ browserslist: 4.25.2
chrome-trace-event: 1.0.4
- enhanced-resolve: 5.18.1
+ enhanced-resolve: 5.18.3
es-module-lexer: 1.7.0
eslint-scope: 5.1.1
events: 3.3.0
@@ -24825,17 +25220,17 @@ packages:
neo-async: 2.6.2
schema-utils: 4.3.2
tapable: 2.2.2
- terser-webpack-plugin: 5.3.14(webpack@5.99.9)
+ terser-webpack-plugin: 5.3.14(@swc/core@1.12.0)(esbuild@0.25.0)(webpack@5.101.0)
watchpack: 2.4.4
- webpack-sources: 3.3.2
+ webpack-sources: 3.3.3
transitivePeerDependencies:
- '@swc/core'
- esbuild
- uglify-js
dev: true
- /webpack@5.99.9(@swc/core@1.12.0)(esbuild@0.25.0):
- resolution: {integrity: sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==}
+ /webpack@5.76.0:
+ resolution: {integrity: sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -24844,17 +25239,17 @@ packages:
webpack-cli:
optional: true
dependencies:
- '@types/eslint-scope': 3.7.7
- '@types/estree': 1.0.8
- '@types/json-schema': 7.0.15
- '@webassemblyjs/ast': 1.14.1
- '@webassemblyjs/wasm-edit': 1.14.1
- '@webassemblyjs/wasm-parser': 1.14.1
- acorn: 8.15.0
+ '@types/eslint-scope': 3.7.3
+ '@types/estree': 0.0.51
+ '@webassemblyjs/ast': 1.11.1
+ '@webassemblyjs/wasm-edit': 1.11.1
+ '@webassemblyjs/wasm-parser': 1.11.1
+ acorn: 8.14.1
+ acorn-import-assertions: 1.8.0(acorn@8.14.1)
browserslist: 4.25.0
- chrome-trace-event: 1.0.4
- enhanced-resolve: 5.18.1
- es-module-lexer: 1.7.0
+ chrome-trace-event: 1.0.3
+ enhanced-resolve: 5.10.0
+ es-module-lexer: 0.9.3
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -24863,11 +25258,11 @@ packages:
loader-runner: 4.3.0
mime-types: 2.1.35
neo-async: 2.6.2
- schema-utils: 4.3.2
- tapable: 2.2.2
- terser-webpack-plugin: 5.3.14(@swc/core@1.12.0)(esbuild@0.25.0)(webpack@5.99.9)
- watchpack: 2.4.4
- webpack-sources: 3.3.2
+ schema-utils: 3.1.1
+ tapable: 2.2.1
+ terser-webpack-plugin: 5.3.1(webpack@5.76.0)
+ watchpack: 2.4.0
+ webpack-sources: 3.2.3
transitivePeerDependencies:
- '@swc/core'
- esbuild
diff --git a/polaris.shopify.com/content/components/navigation/fullscreen-bar.mdx b/polaris.shopify.com/content/components/deprecated/fullscreen-bar.mdx
similarity index 71%
rename from polaris.shopify.com/content/components/navigation/fullscreen-bar.mdx
rename to polaris.shopify.com/content/components/deprecated/fullscreen-bar.mdx
index 63be92d9ef2..22cff07f5f2 100644
--- a/polaris.shopify.com/content/components/navigation/fullscreen-bar.mdx
+++ b/polaris.shopify.com/content/components/deprecated/fullscreen-bar.mdx
@@ -1,6 +1,6 @@
---
title: Fullscreen bar
-category: Navigation
+category: Deprecated
keywords:
- topbar
- top bar
@@ -14,7 +14,8 @@ examples:
- fileName: fullscreen-bar-no-children.tsx
title: No children
description: Use this default to show ONLY the Back button.
-previewImg: /images/components/navigation/fullscreen-bar.png
+status: Deprecated
+previewImg: /images/components/deprecated/fullscreen-bar.png
---
# {frontmatter.title}
@@ -25,6 +26,14 @@ The Fullscreen bar is a header component that should be presented at the top of
+
+ This component is no longer supported. Please use the [App Bridge Modal
+ API](https://shopify.dev/docs/api/app-bridge-library/web-components/ui-modal?example=modals-with-different-options-opening-a-max-size-modal)
+ in combination with the [App Bridge Title Bar
+ API](https://shopify.dev/docs/api/app-bridge-library/web-components/ui-title-bar)
+ instead.
+
+
diff --git a/polaris.shopify.com/content/components/actions/page-actions.mdx b/polaris.shopify.com/content/components/deprecated/page-actions.mdx
similarity index 90%
rename from polaris.shopify.com/content/components/actions/page-actions.mdx
rename to polaris.shopify.com/content/components/deprecated/page-actions.mdx
index 970c7600332..0840ed2b5b9 100644
--- a/polaris.shopify.com/content/components/actions/page-actions.mdx
+++ b/polaris.shopify.com/content/components/deprecated/page-actions.mdx
@@ -1,7 +1,7 @@
---
title: Page actions
shortDescription: Allows merchants to take key actions at the bottom of specific pages in the interface.
-category: Actions
+category: Deprecated
keywords:
- PageActions
- bottom of page actions
@@ -25,7 +25,8 @@ examples:
- fileName: page-actions-with-custom-secondary-action.tsx
title: With custom secondary action
description: Use to create a custom secondary action.
-previewImg: /images/components/actions/page-actions.png
+status: Deprecated
+previewImg: /images/components/deprecated/page-actions.png
---
# {frontmatter.title}
@@ -36,6 +37,11 @@ Page actions let merchants take key actions at the bottom of specific pages in t
+
+ This component is no longer supported. Please use the [App Bridge Save Bar
+ API](https://shopify.dev/docs/api/app-bridge-library/apis/save-bar) instead.
+
+
diff --git a/polaris.shopify.com/next-env.d.ts b/polaris.shopify.com/next-env.d.ts
index a4a7b3f5cfa..52e831b4342 100644
--- a/polaris.shopify.com/next-env.d.ts
+++ b/polaris.shopify.com/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/polaris.shopify.com/next.config.js b/polaris.shopify.com/next.config.js
index 1554ab7cae2..1c5f34c2c9a 100644
--- a/polaris.shopify.com/next.config.js
+++ b/polaris.shopify.com/next.config.js
@@ -237,11 +237,6 @@ const actions = [
destination: '/components/actions/button',
permanent: true,
},
- {
- source: '/components/page-actions',
- destination: '/components/actions/page-actions',
- permanent: true,
- },
];
const deprecated = [
@@ -260,6 +255,11 @@ const deprecated = [
destination: '/components/deprecated/display-text',
permanent: true,
},
+ {
+ source: '/components/fullscreen-bar',
+ destination: '/components/deprecated/fullscreen-bar',
+ permanent: true,
+ },
{
source: '/components/heading',
destination: '/components/deprecated/heading',
@@ -285,6 +285,11 @@ const deprecated = [
destination: '/components/deprecated/legacy-tabs',
permanent: true,
},
+ {
+ source: '/components/page-actions',
+ destination: '/components/deprecated/page-actions',
+ permanent: true,
+ },
{
source: '/components/selection-and-input/setting-toggle',
destination: '/components/deprecated/setting-toggle',
@@ -585,11 +590,6 @@ const navigation = [
destination: '/components/navigation/footer-help',
permanent: true,
},
- {
- source: '/components/fullscreen-bar',
- destination: '/components/navigation/fullscreen-bar',
- permanent: true,
- },
{
source: '/components/link',
destination: '/components/navigation/link',
diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json
index 48504980699..7b5d7581f94 100644
--- a/polaris.shopify.com/package.json
+++ b/polaris.shopify.com/package.json
@@ -65,7 +65,7 @@
},
"devDependencies": {
"@esm2cjs/p-map": "^5.5.0",
- "@napi-rs/image": "^1.7.0",
+ "@napi-rs/image": "^1.11.2",
"@types/base-64": "^1.0.0",
"@types/gtag.js": "^0.0.20",
"@types/js-yaml": "^4.0.5",
diff --git a/polaris.shopify.com/public/images/components/navigation/fullscreen-bar.png b/polaris.shopify.com/public/images/components/deprecated/fullscreen-bar.png
similarity index 100%
rename from polaris.shopify.com/public/images/components/navigation/fullscreen-bar.png
rename to polaris.shopify.com/public/images/components/deprecated/fullscreen-bar.png
diff --git a/polaris.shopify.com/public/images/components/actions/page-actions.png b/polaris.shopify.com/public/images/components/deprecated/page-actions.png
similarity index 100%
rename from polaris.shopify.com/public/images/components/actions/page-actions.png
rename to polaris.shopify.com/public/images/components/deprecated/page-actions.png