@smartive/graphql-magic 16.4.0-next.1 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/.github/workflows/release.yml +2 -4
  2. package/.github/workflows/testing.yml +0 -4
  3. package/.gqmrc.json +2 -2
  4. package/CHANGELOG.md +2 -2
  5. package/README.md +1 -1
  6. package/dist/bin/gqm.cjs +20 -24
  7. package/dist/cjs/index.cjs +30 -31
  8. package/dist/esm/migrations/generate.d.ts +1 -1
  9. package/dist/esm/migrations/generate.js +15 -19
  10. package/dist/esm/migrations/generate.js.map +1 -1
  11. package/dist/esm/resolvers/arguments.js +2 -2
  12. package/dist/esm/resolvers/arguments.js.map +1 -1
  13. package/dist/esm/resolvers/filters.js +5 -1
  14. package/dist/esm/resolvers/filters.js.map +1 -1
  15. package/dist/esm/resolvers/mutations.js +4 -5
  16. package/dist/esm/resolvers/mutations.js.map +1 -1
  17. package/dist/esm/resolvers/utils.d.ts +1 -1
  18. package/dist/esm/resolvers/utils.js +4 -4
  19. package/dist/esm/resolvers/utils.js.map +1 -1
  20. package/docs/package-lock.json +138 -3207
  21. package/docs/package.json +1 -7
  22. package/docs/src/components/HomepageFeatures/index.tsx +15 -3
  23. package/docs/src/pages/index.tsx +0 -2
  24. package/docs/tsconfig.json +1 -2
  25. package/eslint.config.mjs +5 -1
  26. package/migrations/20230912185644_setup.ts +2 -2
  27. package/package.json +6 -6
  28. package/src/bin/gqm/gqm.ts +2 -2
  29. package/src/bin/gqm/parse-knexfile.ts +0 -1
  30. package/src/bin/gqm/settings.ts +2 -6
  31. package/src/bin/gqm/static-eval.ts +0 -8
  32. package/src/bin/gqm/utils.ts +0 -1
  33. package/src/bin/gqm/visitor.ts +2 -2
  34. package/src/migrations/generate.ts +16 -23
  35. package/src/resolvers/arguments.ts +4 -2
  36. package/src/resolvers/filters.ts +8 -2
  37. package/src/resolvers/mutations.ts +4 -5
  38. package/src/resolvers/utils.ts +7 -4
  39. package/tests/api/__snapshots__/query.spec.ts.snap +173 -2
  40. package/tests/api/query.spec.ts +70 -0
  41. package/tests/generated/api/index.ts +3 -2
  42. package/tests/generated/client/index.ts +13 -2
  43. package/tests/generated/db/index.ts +4 -4
  44. package/tests/generated/models.json +1 -1
  45. package/tests/generated/schema.graphql +2 -1
  46. package/tests/utils/database/seed.ts +10 -0
  47. package/tests/utils/models.ts +1 -1
  48. package/tsconfig.eslint.json +20 -0
  49. package/tsconfig.jest.json +4 -13
  50. package/tsconfig.json +12 -2
  51. package/docs/.prettierignore +0 -34
  52. package/docs/.prettierrc.json +0 -1
  53. package/docs/docs/11-migration-guides.md +0 -19
  54. package/docs/eslint.config.mjs +0 -31
  55. package/tsconfig.library.json +0 -18
@@ -20,11 +20,7 @@
20
20
  "@docusaurus/module-type-aliases": "3.7.0",
21
21
  "@docusaurus/tsconfig": "3.7.0",
22
22
  "@docusaurus/types": "3.7.0",
23
- "@smartive/eslint-config": "^6.5.0",
24
- "@smartive/prettier-config": "^3.1.2",
25
- "eslint": "^9.21.0",
26
- "eslint-plugin-react": "^7.37.4",
27
- "typescript": "5.7.3"
23
+ "typescript": "5.8.2"
28
24
  },
29
25
  "engines": {
30
26
  "node": ">=22.0"
@@ -972,15 +968,6 @@
972
968
  "@babel/core": "^7.0.0-0"
973
969
  }
974
970
  },
975
- "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
976
- "version": "11.12.0",
977
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
978
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
979
- "license": "MIT",
980
- "engines": {
981
- "node": ">=4"
982
- }
983
- },
984
971
  "node_modules/@babel/plugin-transform-computed-properties": {
985
972
  "version": "7.25.9",
986
973
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
@@ -1967,15 +1954,6 @@
1967
1954
  "node": ">=6.9.0"
1968
1955
  }
1969
1956
  },
1970
- "node_modules/@babel/traverse/node_modules/globals": {
1971
- "version": "11.12.0",
1972
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
1973
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
1974
- "license": "MIT",
1975
- "engines": {
1976
- "node": ">=4"
1977
- }
1978
- },
1979
1957
  "node_modules/@babel/types": {
1980
1958
  "version": "7.26.0",
1981
1959
  "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
@@ -3838,171 +3816,6 @@
3838
3816
  "node": ">=18.0"
3839
3817
  }
3840
3818
  },
3841
- "node_modules/@eslint-community/eslint-utils": {
3842
- "version": "4.4.1",
3843
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
3844
- "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
3845
- "devOptional": true,
3846
- "license": "MIT",
3847
- "dependencies": {
3848
- "eslint-visitor-keys": "^3.4.3"
3849
- },
3850
- "engines": {
3851
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3852
- },
3853
- "funding": {
3854
- "url": "https://opencollective.com/eslint"
3855
- },
3856
- "peerDependencies": {
3857
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
3858
- }
3859
- },
3860
- "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
3861
- "version": "3.4.3",
3862
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
3863
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
3864
- "devOptional": true,
3865
- "license": "Apache-2.0",
3866
- "engines": {
3867
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3868
- },
3869
- "funding": {
3870
- "url": "https://opencollective.com/eslint"
3871
- }
3872
- },
3873
- "node_modules/@eslint-community/regexpp": {
3874
- "version": "4.12.1",
3875
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
3876
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
3877
- "devOptional": true,
3878
- "license": "MIT",
3879
- "engines": {
3880
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
3881
- }
3882
- },
3883
- "node_modules/@eslint/config-array": {
3884
- "version": "0.19.2",
3885
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
3886
- "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
3887
- "devOptional": true,
3888
- "license": "Apache-2.0",
3889
- "dependencies": {
3890
- "@eslint/object-schema": "^2.1.6",
3891
- "debug": "^4.3.1",
3892
- "minimatch": "^3.1.2"
3893
- },
3894
- "engines": {
3895
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3896
- }
3897
- },
3898
- "node_modules/@eslint/core": {
3899
- "version": "0.12.0",
3900
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
3901
- "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
3902
- "devOptional": true,
3903
- "license": "Apache-2.0",
3904
- "dependencies": {
3905
- "@types/json-schema": "^7.0.15"
3906
- },
3907
- "engines": {
3908
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3909
- }
3910
- },
3911
- "node_modules/@eslint/eslintrc": {
3912
- "version": "3.3.0",
3913
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.0.tgz",
3914
- "integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
3915
- "devOptional": true,
3916
- "license": "MIT",
3917
- "dependencies": {
3918
- "ajv": "^6.12.4",
3919
- "debug": "^4.3.2",
3920
- "espree": "^10.0.1",
3921
- "globals": "^14.0.0",
3922
- "ignore": "^5.2.0",
3923
- "import-fresh": "^3.2.1",
3924
- "js-yaml": "^4.1.0",
3925
- "minimatch": "^3.1.2",
3926
- "strip-json-comments": "^3.1.1"
3927
- },
3928
- "engines": {
3929
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3930
- },
3931
- "funding": {
3932
- "url": "https://opencollective.com/eslint"
3933
- }
3934
- },
3935
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
3936
- "version": "6.12.6",
3937
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
3938
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
3939
- "devOptional": true,
3940
- "license": "MIT",
3941
- "dependencies": {
3942
- "fast-deep-equal": "^3.1.1",
3943
- "fast-json-stable-stringify": "^2.0.0",
3944
- "json-schema-traverse": "^0.4.1",
3945
- "uri-js": "^4.2.2"
3946
- },
3947
- "funding": {
3948
- "type": "github",
3949
- "url": "https://github.com/sponsors/epoberezkin"
3950
- }
3951
- },
3952
- "node_modules/@eslint/eslintrc/node_modules/globals": {
3953
- "version": "14.0.0",
3954
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
3955
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
3956
- "devOptional": true,
3957
- "license": "MIT",
3958
- "engines": {
3959
- "node": ">=18"
3960
- },
3961
- "funding": {
3962
- "url": "https://github.com/sponsors/sindresorhus"
3963
- }
3964
- },
3965
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
3966
- "version": "0.4.1",
3967
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3968
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3969
- "devOptional": true,
3970
- "license": "MIT"
3971
- },
3972
- "node_modules/@eslint/js": {
3973
- "version": "9.21.0",
3974
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz",
3975
- "integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==",
3976
- "devOptional": true,
3977
- "license": "MIT",
3978
- "engines": {
3979
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3980
- }
3981
- },
3982
- "node_modules/@eslint/object-schema": {
3983
- "version": "2.1.6",
3984
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
3985
- "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
3986
- "devOptional": true,
3987
- "license": "Apache-2.0",
3988
- "engines": {
3989
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3990
- }
3991
- },
3992
- "node_modules/@eslint/plugin-kit": {
3993
- "version": "0.2.7",
3994
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
3995
- "integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
3996
- "devOptional": true,
3997
- "license": "Apache-2.0",
3998
- "dependencies": {
3999
- "@eslint/core": "^0.12.0",
4000
- "levn": "^0.4.1"
4001
- },
4002
- "engines": {
4003
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4004
- }
4005
- },
4006
3819
  "node_modules/@hapi/hoek": {
4007
3820
  "version": "9.3.0",
4008
3821
  "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
@@ -4016,72 +3829,6 @@
4016
3829
  "@hapi/hoek": "^9.0.0"
4017
3830
  }
4018
3831
  },
4019
- "node_modules/@humanfs/core": {
4020
- "version": "0.19.1",
4021
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
4022
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
4023
- "devOptional": true,
4024
- "license": "Apache-2.0",
4025
- "engines": {
4026
- "node": ">=18.18.0"
4027
- }
4028
- },
4029
- "node_modules/@humanfs/node": {
4030
- "version": "0.16.6",
4031
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
4032
- "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
4033
- "devOptional": true,
4034
- "license": "Apache-2.0",
4035
- "dependencies": {
4036
- "@humanfs/core": "^0.19.1",
4037
- "@humanwhocodes/retry": "^0.3.0"
4038
- },
4039
- "engines": {
4040
- "node": ">=18.18.0"
4041
- }
4042
- },
4043
- "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
4044
- "version": "0.3.1",
4045
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
4046
- "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
4047
- "devOptional": true,
4048
- "license": "Apache-2.0",
4049
- "engines": {
4050
- "node": ">=18.18"
4051
- },
4052
- "funding": {
4053
- "type": "github",
4054
- "url": "https://github.com/sponsors/nzakas"
4055
- }
4056
- },
4057
- "node_modules/@humanwhocodes/module-importer": {
4058
- "version": "1.0.1",
4059
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
4060
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
4061
- "devOptional": true,
4062
- "license": "Apache-2.0",
4063
- "engines": {
4064
- "node": ">=12.22"
4065
- },
4066
- "funding": {
4067
- "type": "github",
4068
- "url": "https://github.com/sponsors/nzakas"
4069
- }
4070
- },
4071
- "node_modules/@humanwhocodes/retry": {
4072
- "version": "0.4.2",
4073
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
4074
- "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
4075
- "devOptional": true,
4076
- "license": "Apache-2.0",
4077
- "engines": {
4078
- "node": ">=18.18"
4079
- },
4080
- "funding": {
4081
- "type": "github",
4082
- "url": "https://github.com/sponsors/nzakas"
4083
- }
4084
- },
4085
3832
  "node_modules/@jest/schemas": {
4086
3833
  "version": "29.6.3",
4087
3834
  "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
@@ -4219,35 +3966,6 @@
4219
3966
  "react": ">=16"
4220
3967
  }
4221
3968
  },
4222
- "node_modules/@next/eslint-plugin-next": {
4223
- "version": "15.2.0",
4224
- "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.2.0.tgz",
4225
- "integrity": "sha512-jHFUG2OwmAuOASqq253RAEG/5BYcPHn27p1NoWZDCf4OdvdK0yRYWX92YKkL+Mk2s+GyJrmd/GATlL5b2IySpw==",
4226
- "dev": true,
4227
- "license": "MIT",
4228
- "peer": true,
4229
- "dependencies": {
4230
- "fast-glob": "3.3.1"
4231
- }
4232
- },
4233
- "node_modules/@next/eslint-plugin-next/node_modules/fast-glob": {
4234
- "version": "3.3.1",
4235
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
4236
- "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
4237
- "dev": true,
4238
- "license": "MIT",
4239
- "peer": true,
4240
- "dependencies": {
4241
- "@nodelib/fs.stat": "^2.0.2",
4242
- "@nodelib/fs.walk": "^1.2.3",
4243
- "glob-parent": "^5.1.2",
4244
- "merge2": "^1.3.0",
4245
- "micromatch": "^4.0.4"
4246
- },
4247
- "engines": {
4248
- "node": ">=8.6.0"
4249
- }
4250
- },
4251
3969
  "node_modules/@nodelib/fs.scandir": {
4252
3970
  "version": "2.1.5",
4253
3971
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -4280,30 +3998,6 @@
4280
3998
  "node": ">= 8"
4281
3999
  }
4282
4000
  },
4283
- "node_modules/@nolyfill/is-core-module": {
4284
- "version": "1.0.39",
4285
- "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
4286
- "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
4287
- "dev": true,
4288
- "license": "MIT",
4289
- "peer": true,
4290
- "engines": {
4291
- "node": ">=12.4.0"
4292
- }
4293
- },
4294
- "node_modules/@pkgr/core": {
4295
- "version": "0.1.1",
4296
- "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
4297
- "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
4298
- "dev": true,
4299
- "license": "MIT",
4300
- "engines": {
4301
- "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4302
- },
4303
- "funding": {
4304
- "url": "https://opencollective.com/unts"
4305
- }
4306
- },
4307
4001
  "node_modules/@pnpm/config.env-replace": {
4308
4002
  "version": "1.1.0",
4309
4003
  "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
@@ -4351,21 +4045,6 @@
4351
4045
  "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==",
4352
4046
  "license": "MIT"
4353
4047
  },
4354
- "node_modules/@rtsao/scc": {
4355
- "version": "1.1.0",
4356
- "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
4357
- "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
4358
- "dev": true,
4359
- "license": "MIT"
4360
- },
4361
- "node_modules/@rushstack/eslint-patch": {
4362
- "version": "1.10.5",
4363
- "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz",
4364
- "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==",
4365
- "dev": true,
4366
- "license": "MIT",
4367
- "peer": true
4368
- },
4369
4048
  "node_modules/@sideway/address": {
4370
4049
  "version": "4.1.5",
4371
4050
  "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
@@ -4413,39 +4092,6 @@
4413
4092
  "micromark-util-symbol": "^1.0.1"
4414
4093
  }
4415
4094
  },
4416
- "node_modules/@smartive/eslint-config": {
4417
- "version": "6.5.0",
4418
- "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-6.5.0.tgz",
4419
- "integrity": "sha512-KjTLPK2cX8ka50Hp5GCWqfxRui2HZ2AM3weO5EOeZpakFnNSTWByxOmojig/XltSN0AiaYDRWYgJnVQwvrQVPA==",
4420
- "dev": true,
4421
- "license": "MIT",
4422
- "dependencies": {
4423
- "@eslint/eslintrc": "^3.2.0",
4424
- "@typescript-eslint/eslint-plugin": "^8.15.0",
4425
- "@typescript-eslint/parser": "^8.15.0",
4426
- "eslint-config-prettier": "^10.0.0",
4427
- "eslint-plugin-import": "^2.31.0",
4428
- "eslint-plugin-prettier": "^5.2.1",
4429
- "eslint-plugin-react": "^7.37.2",
4430
- "eslint-plugin-react-hooks": "^5.0.0",
4431
- "globals": "^16.0.0",
4432
- "typescript-eslint": "^8.15.0"
4433
- },
4434
- "peerDependencies": {
4435
- "eslint": "^8.57.0 || ^9.0.0",
4436
- "eslint-config-next": "^14.0.0 || ^15.0.0"
4437
- }
4438
- },
4439
- "node_modules/@smartive/prettier-config": {
4440
- "version": "3.1.2",
4441
- "resolved": "https://registry.npmjs.org/@smartive/prettier-config/-/prettier-config-3.1.2.tgz",
4442
- "integrity": "sha512-psNAT/Qnp+dy/M59+0ReTslNCg8OHwkVBBang1Xw3pv1sjlUhtCQuJFUkTsqFv5NA+q4lV9WaNWhtSCz1GZ5OQ==",
4443
- "dev": true,
4444
- "license": "MIT",
4445
- "peerDependencies": {
4446
- "prettier": ">=2.0.0 <4"
4447
- }
4448
- },
4449
4095
  "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
4450
4096
  "version": "8.0.0",
4451
4097
  "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz",
@@ -4920,13 +4566,6 @@
4920
4566
  "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
4921
4567
  "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
4922
4568
  },
4923
- "node_modules/@types/json5": {
4924
- "version": "0.0.29",
4925
- "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
4926
- "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
4927
- "dev": true,
4928
- "license": "MIT"
4929
- },
4930
4569
  "node_modules/@types/mdast": {
4931
4570
  "version": "4.0.3",
4932
4571
  "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz",
@@ -5124,254 +4763,48 @@
5124
4763
  "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
5125
4764
  "license": "MIT"
5126
4765
  },
5127
- "node_modules/@typescript-eslint/eslint-plugin": {
5128
- "version": "8.25.0",
5129
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz",
5130
- "integrity": "sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==",
5131
- "dev": true,
5132
- "license": "MIT",
5133
- "dependencies": {
5134
- "@eslint-community/regexpp": "^4.10.0",
5135
- "@typescript-eslint/scope-manager": "8.25.0",
5136
- "@typescript-eslint/type-utils": "8.25.0",
5137
- "@typescript-eslint/utils": "8.25.0",
5138
- "@typescript-eslint/visitor-keys": "8.25.0",
5139
- "graphemer": "^1.4.0",
5140
- "ignore": "^5.3.1",
5141
- "natural-compare": "^1.4.0",
5142
- "ts-api-utils": "^2.0.1"
5143
- },
5144
- "engines": {
5145
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5146
- },
5147
- "funding": {
5148
- "type": "opencollective",
5149
- "url": "https://opencollective.com/typescript-eslint"
5150
- },
5151
- "peerDependencies": {
5152
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
5153
- "eslint": "^8.57.0 || ^9.0.0",
5154
- "typescript": ">=4.8.4 <5.8.0"
5155
- }
4766
+ "node_modules/@ungap/structured-clone": {
4767
+ "version": "1.2.0",
4768
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
4769
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
5156
4770
  },
5157
- "node_modules/@typescript-eslint/parser": {
5158
- "version": "8.25.0",
5159
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.25.0.tgz",
5160
- "integrity": "sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==",
5161
- "dev": true,
4771
+ "node_modules/@webassemblyjs/ast": {
4772
+ "version": "1.12.1",
4773
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz",
4774
+ "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==",
5162
4775
  "license": "MIT",
5163
4776
  "dependencies": {
5164
- "@typescript-eslint/scope-manager": "8.25.0",
5165
- "@typescript-eslint/types": "8.25.0",
5166
- "@typescript-eslint/typescript-estree": "8.25.0",
5167
- "@typescript-eslint/visitor-keys": "8.25.0",
5168
- "debug": "^4.3.4"
5169
- },
5170
- "engines": {
5171
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5172
- },
5173
- "funding": {
5174
- "type": "opencollective",
5175
- "url": "https://opencollective.com/typescript-eslint"
5176
- },
5177
- "peerDependencies": {
5178
- "eslint": "^8.57.0 || ^9.0.0",
5179
- "typescript": ">=4.8.4 <5.8.0"
4777
+ "@webassemblyjs/helper-numbers": "1.11.6",
4778
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
5180
4779
  }
5181
4780
  },
5182
- "node_modules/@typescript-eslint/scope-manager": {
5183
- "version": "8.25.0",
5184
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz",
5185
- "integrity": "sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==",
5186
- "dev": true,
4781
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
4782
+ "version": "1.11.6",
4783
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
4784
+ "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
4785
+ "license": "MIT"
4786
+ },
4787
+ "node_modules/@webassemblyjs/helper-api-error": {
4788
+ "version": "1.11.6",
4789
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
4790
+ "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
4791
+ "license": "MIT"
4792
+ },
4793
+ "node_modules/@webassemblyjs/helper-buffer": {
4794
+ "version": "1.12.1",
4795
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz",
4796
+ "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==",
4797
+ "license": "MIT"
4798
+ },
4799
+ "node_modules/@webassemblyjs/helper-numbers": {
4800
+ "version": "1.11.6",
4801
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
4802
+ "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
5187
4803
  "license": "MIT",
5188
4804
  "dependencies": {
5189
- "@typescript-eslint/types": "8.25.0",
5190
- "@typescript-eslint/visitor-keys": "8.25.0"
5191
- },
5192
- "engines": {
5193
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5194
- },
5195
- "funding": {
5196
- "type": "opencollective",
5197
- "url": "https://opencollective.com/typescript-eslint"
5198
- }
5199
- },
5200
- "node_modules/@typescript-eslint/type-utils": {
5201
- "version": "8.25.0",
5202
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz",
5203
- "integrity": "sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==",
5204
- "dev": true,
5205
- "license": "MIT",
5206
- "dependencies": {
5207
- "@typescript-eslint/typescript-estree": "8.25.0",
5208
- "@typescript-eslint/utils": "8.25.0",
5209
- "debug": "^4.3.4",
5210
- "ts-api-utils": "^2.0.1"
5211
- },
5212
- "engines": {
5213
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5214
- },
5215
- "funding": {
5216
- "type": "opencollective",
5217
- "url": "https://opencollective.com/typescript-eslint"
5218
- },
5219
- "peerDependencies": {
5220
- "eslint": "^8.57.0 || ^9.0.0",
5221
- "typescript": ">=4.8.4 <5.8.0"
5222
- }
5223
- },
5224
- "node_modules/@typescript-eslint/types": {
5225
- "version": "8.25.0",
5226
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
5227
- "integrity": "sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==",
5228
- "dev": true,
5229
- "license": "MIT",
5230
- "engines": {
5231
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5232
- },
5233
- "funding": {
5234
- "type": "opencollective",
5235
- "url": "https://opencollective.com/typescript-eslint"
5236
- }
5237
- },
5238
- "node_modules/@typescript-eslint/typescript-estree": {
5239
- "version": "8.25.0",
5240
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz",
5241
- "integrity": "sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==",
5242
- "dev": true,
5243
- "license": "MIT",
5244
- "dependencies": {
5245
- "@typescript-eslint/types": "8.25.0",
5246
- "@typescript-eslint/visitor-keys": "8.25.0",
5247
- "debug": "^4.3.4",
5248
- "fast-glob": "^3.3.2",
5249
- "is-glob": "^4.0.3",
5250
- "minimatch": "^9.0.4",
5251
- "semver": "^7.6.0",
5252
- "ts-api-utils": "^2.0.1"
5253
- },
5254
- "engines": {
5255
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5256
- },
5257
- "funding": {
5258
- "type": "opencollective",
5259
- "url": "https://opencollective.com/typescript-eslint"
5260
- },
5261
- "peerDependencies": {
5262
- "typescript": ">=4.8.4 <5.8.0"
5263
- }
5264
- },
5265
- "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
5266
- "version": "2.0.1",
5267
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
5268
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
5269
- "dev": true,
5270
- "license": "MIT",
5271
- "dependencies": {
5272
- "balanced-match": "^1.0.0"
5273
- }
5274
- },
5275
- "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
5276
- "version": "9.0.5",
5277
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5278
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5279
- "dev": true,
5280
- "license": "ISC",
5281
- "dependencies": {
5282
- "brace-expansion": "^2.0.1"
5283
- },
5284
- "engines": {
5285
- "node": ">=16 || 14 >=14.17"
5286
- },
5287
- "funding": {
5288
- "url": "https://github.com/sponsors/isaacs"
5289
- }
5290
- },
5291
- "node_modules/@typescript-eslint/utils": {
5292
- "version": "8.25.0",
5293
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.25.0.tgz",
5294
- "integrity": "sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==",
5295
- "dev": true,
5296
- "license": "MIT",
5297
- "dependencies": {
5298
- "@eslint-community/eslint-utils": "^4.4.0",
5299
- "@typescript-eslint/scope-manager": "8.25.0",
5300
- "@typescript-eslint/types": "8.25.0",
5301
- "@typescript-eslint/typescript-estree": "8.25.0"
5302
- },
5303
- "engines": {
5304
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5305
- },
5306
- "funding": {
5307
- "type": "opencollective",
5308
- "url": "https://opencollective.com/typescript-eslint"
5309
- },
5310
- "peerDependencies": {
5311
- "eslint": "^8.57.0 || ^9.0.0",
5312
- "typescript": ">=4.8.4 <5.8.0"
5313
- }
5314
- },
5315
- "node_modules/@typescript-eslint/visitor-keys": {
5316
- "version": "8.25.0",
5317
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz",
5318
- "integrity": "sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==",
5319
- "dev": true,
5320
- "license": "MIT",
5321
- "dependencies": {
5322
- "@typescript-eslint/types": "8.25.0",
5323
- "eslint-visitor-keys": "^4.2.0"
5324
- },
5325
- "engines": {
5326
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5327
- },
5328
- "funding": {
5329
- "type": "opencollective",
5330
- "url": "https://opencollective.com/typescript-eslint"
5331
- }
5332
- },
5333
- "node_modules/@ungap/structured-clone": {
5334
- "version": "1.2.0",
5335
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
5336
- "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
5337
- },
5338
- "node_modules/@webassemblyjs/ast": {
5339
- "version": "1.12.1",
5340
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz",
5341
- "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==",
5342
- "license": "MIT",
5343
- "dependencies": {
5344
- "@webassemblyjs/helper-numbers": "1.11.6",
5345
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
5346
- }
5347
- },
5348
- "node_modules/@webassemblyjs/floating-point-hex-parser": {
5349
- "version": "1.11.6",
5350
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
5351
- "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
5352
- "license": "MIT"
5353
- },
5354
- "node_modules/@webassemblyjs/helper-api-error": {
5355
- "version": "1.11.6",
5356
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
5357
- "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
5358
- "license": "MIT"
5359
- },
5360
- "node_modules/@webassemblyjs/helper-buffer": {
5361
- "version": "1.12.1",
5362
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz",
5363
- "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==",
5364
- "license": "MIT"
5365
- },
5366
- "node_modules/@webassemblyjs/helper-numbers": {
5367
- "version": "1.11.6",
5368
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
5369
- "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
5370
- "license": "MIT",
5371
- "dependencies": {
5372
- "@webassemblyjs/floating-point-hex-parser": "1.11.6",
5373
- "@webassemblyjs/helper-api-error": "1.11.6",
5374
- "@xtuc/long": "4.2.2"
4805
+ "@webassemblyjs/floating-point-hex-parser": "1.11.6",
4806
+ "@webassemblyjs/helper-api-error": "1.11.6",
4807
+ "@xtuc/long": "4.2.2"
5375
4808
  }
5376
4809
  },
5377
4810
  "node_modules/@webassemblyjs/helper-wasm-bytecode": {
@@ -5786,61 +5219,12 @@
5786
5219
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
5787
5220
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
5788
5221
  },
5789
- "node_modules/aria-query": {
5790
- "version": "5.3.2",
5791
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
5792
- "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
5793
- "dev": true,
5794
- "license": "Apache-2.0",
5795
- "peer": true,
5796
- "engines": {
5797
- "node": ">= 0.4"
5798
- }
5799
- },
5800
- "node_modules/array-buffer-byte-length": {
5801
- "version": "1.0.2",
5802
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
5803
- "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
5804
- "dev": true,
5805
- "license": "MIT",
5806
- "dependencies": {
5807
- "call-bound": "^1.0.3",
5808
- "is-array-buffer": "^3.0.5"
5809
- },
5810
- "engines": {
5811
- "node": ">= 0.4"
5812
- },
5813
- "funding": {
5814
- "url": "https://github.com/sponsors/ljharb"
5815
- }
5816
- },
5817
5222
  "node_modules/array-flatten": {
5818
5223
  "version": "1.1.1",
5819
5224
  "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
5820
5225
  "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
5821
5226
  "license": "MIT"
5822
5227
  },
5823
- "node_modules/array-includes": {
5824
- "version": "3.1.8",
5825
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
5826
- "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
5827
- "dev": true,
5828
- "license": "MIT",
5829
- "dependencies": {
5830
- "call-bind": "^1.0.7",
5831
- "define-properties": "^1.2.1",
5832
- "es-abstract": "^1.23.2",
5833
- "es-object-atoms": "^1.0.0",
5834
- "get-intrinsic": "^1.2.4",
5835
- "is-string": "^1.0.7"
5836
- },
5837
- "engines": {
5838
- "node": ">= 0.4"
5839
- },
5840
- "funding": {
5841
- "url": "https://github.com/sponsors/ljharb"
5842
- }
5843
- },
5844
5228
  "node_modules/array-union": {
5845
5229
  "version": "2.1.0",
5846
5230
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
@@ -5849,133 +5233,6 @@
5849
5233
  "node": ">=8"
5850
5234
  }
5851
5235
  },
5852
- "node_modules/array.prototype.findlast": {
5853
- "version": "1.2.5",
5854
- "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
5855
- "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
5856
- "dev": true,
5857
- "license": "MIT",
5858
- "dependencies": {
5859
- "call-bind": "^1.0.7",
5860
- "define-properties": "^1.2.1",
5861
- "es-abstract": "^1.23.2",
5862
- "es-errors": "^1.3.0",
5863
- "es-object-atoms": "^1.0.0",
5864
- "es-shim-unscopables": "^1.0.2"
5865
- },
5866
- "engines": {
5867
- "node": ">= 0.4"
5868
- },
5869
- "funding": {
5870
- "url": "https://github.com/sponsors/ljharb"
5871
- }
5872
- },
5873
- "node_modules/array.prototype.findlastindex": {
5874
- "version": "1.2.5",
5875
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
5876
- "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
5877
- "dev": true,
5878
- "license": "MIT",
5879
- "dependencies": {
5880
- "call-bind": "^1.0.7",
5881
- "define-properties": "^1.2.1",
5882
- "es-abstract": "^1.23.2",
5883
- "es-errors": "^1.3.0",
5884
- "es-object-atoms": "^1.0.0",
5885
- "es-shim-unscopables": "^1.0.2"
5886
- },
5887
- "engines": {
5888
- "node": ">= 0.4"
5889
- },
5890
- "funding": {
5891
- "url": "https://github.com/sponsors/ljharb"
5892
- }
5893
- },
5894
- "node_modules/array.prototype.flat": {
5895
- "version": "1.3.3",
5896
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
5897
- "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
5898
- "dev": true,
5899
- "license": "MIT",
5900
- "dependencies": {
5901
- "call-bind": "^1.0.8",
5902
- "define-properties": "^1.2.1",
5903
- "es-abstract": "^1.23.5",
5904
- "es-shim-unscopables": "^1.0.2"
5905
- },
5906
- "engines": {
5907
- "node": ">= 0.4"
5908
- },
5909
- "funding": {
5910
- "url": "https://github.com/sponsors/ljharb"
5911
- }
5912
- },
5913
- "node_modules/array.prototype.flatmap": {
5914
- "version": "1.3.3",
5915
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
5916
- "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
5917
- "dev": true,
5918
- "license": "MIT",
5919
- "dependencies": {
5920
- "call-bind": "^1.0.8",
5921
- "define-properties": "^1.2.1",
5922
- "es-abstract": "^1.23.5",
5923
- "es-shim-unscopables": "^1.0.2"
5924
- },
5925
- "engines": {
5926
- "node": ">= 0.4"
5927
- },
5928
- "funding": {
5929
- "url": "https://github.com/sponsors/ljharb"
5930
- }
5931
- },
5932
- "node_modules/array.prototype.tosorted": {
5933
- "version": "1.1.4",
5934
- "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
5935
- "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
5936
- "dev": true,
5937
- "license": "MIT",
5938
- "dependencies": {
5939
- "call-bind": "^1.0.7",
5940
- "define-properties": "^1.2.1",
5941
- "es-abstract": "^1.23.3",
5942
- "es-errors": "^1.3.0",
5943
- "es-shim-unscopables": "^1.0.2"
5944
- },
5945
- "engines": {
5946
- "node": ">= 0.4"
5947
- }
5948
- },
5949
- "node_modules/arraybuffer.prototype.slice": {
5950
- "version": "1.0.4",
5951
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
5952
- "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
5953
- "dev": true,
5954
- "license": "MIT",
5955
- "dependencies": {
5956
- "array-buffer-byte-length": "^1.0.1",
5957
- "call-bind": "^1.0.8",
5958
- "define-properties": "^1.2.1",
5959
- "es-abstract": "^1.23.5",
5960
- "es-errors": "^1.3.0",
5961
- "get-intrinsic": "^1.2.6",
5962
- "is-array-buffer": "^3.0.4"
5963
- },
5964
- "engines": {
5965
- "node": ">= 0.4"
5966
- },
5967
- "funding": {
5968
- "url": "https://github.com/sponsors/ljharb"
5969
- }
5970
- },
5971
- "node_modules/ast-types-flow": {
5972
- "version": "0.0.8",
5973
- "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
5974
- "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
5975
- "dev": true,
5976
- "license": "MIT",
5977
- "peer": true
5978
- },
5979
5236
  "node_modules/astring": {
5980
5237
  "version": "1.8.6",
5981
5238
  "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
@@ -5984,16 +5241,6 @@
5984
5241
  "astring": "bin/astring"
5985
5242
  }
5986
5243
  },
5987
- "node_modules/async-function": {
5988
- "version": "1.0.0",
5989
- "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
5990
- "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
5991
- "dev": true,
5992
- "license": "MIT",
5993
- "engines": {
5994
- "node": ">= 0.4"
5995
- }
5996
- },
5997
5244
  "node_modules/at-least-node": {
5998
5245
  "version": "1.0.0",
5999
5246
  "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
@@ -6040,59 +5287,21 @@
6040
5287
  "postcss": "^8.1.0"
6041
5288
  }
6042
5289
  },
6043
- "node_modules/available-typed-arrays": {
6044
- "version": "1.0.7",
6045
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
6046
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
6047
- "dev": true,
5290
+ "node_modules/babel-loader": {
5291
+ "version": "9.2.1",
5292
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz",
5293
+ "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==",
6048
5294
  "license": "MIT",
6049
5295
  "dependencies": {
6050
- "possible-typed-array-names": "^1.0.0"
5296
+ "find-cache-dir": "^4.0.0",
5297
+ "schema-utils": "^4.0.0"
6051
5298
  },
6052
5299
  "engines": {
6053
- "node": ">= 0.4"
5300
+ "node": ">= 14.15.0"
6054
5301
  },
6055
- "funding": {
6056
- "url": "https://github.com/sponsors/ljharb"
6057
- }
6058
- },
6059
- "node_modules/axe-core": {
6060
- "version": "4.10.2",
6061
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
6062
- "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
6063
- "dev": true,
6064
- "license": "MPL-2.0",
6065
- "peer": true,
6066
- "engines": {
6067
- "node": ">=4"
6068
- }
6069
- },
6070
- "node_modules/axobject-query": {
6071
- "version": "4.1.0",
6072
- "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
6073
- "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
6074
- "dev": true,
6075
- "license": "Apache-2.0",
6076
- "peer": true,
6077
- "engines": {
6078
- "node": ">= 0.4"
6079
- }
6080
- },
6081
- "node_modules/babel-loader": {
6082
- "version": "9.2.1",
6083
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz",
6084
- "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==",
6085
- "license": "MIT",
6086
- "dependencies": {
6087
- "find-cache-dir": "^4.0.0",
6088
- "schema-utils": "^4.0.0"
6089
- },
6090
- "engines": {
6091
- "node": ">= 14.15.0"
6092
- },
6093
- "peerDependencies": {
6094
- "@babel/core": "^7.12.0",
6095
- "webpack": ">=5"
5302
+ "peerDependencies": {
5303
+ "@babel/core": "^7.12.0",
5304
+ "webpack": ">=5"
6096
5305
  }
6097
5306
  },
6098
5307
  "node_modules/babel-plugin-dynamic-import-node": {
@@ -7559,68 +6768,6 @@
7559
6768
  "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
7560
6769
  "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
7561
6770
  },
7562
- "node_modules/damerau-levenshtein": {
7563
- "version": "1.0.8",
7564
- "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
7565
- "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
7566
- "dev": true,
7567
- "license": "BSD-2-Clause",
7568
- "peer": true
7569
- },
7570
- "node_modules/data-view-buffer": {
7571
- "version": "1.0.2",
7572
- "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
7573
- "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
7574
- "dev": true,
7575
- "license": "MIT",
7576
- "dependencies": {
7577
- "call-bound": "^1.0.3",
7578
- "es-errors": "^1.3.0",
7579
- "is-data-view": "^1.0.2"
7580
- },
7581
- "engines": {
7582
- "node": ">= 0.4"
7583
- },
7584
- "funding": {
7585
- "url": "https://github.com/sponsors/ljharb"
7586
- }
7587
- },
7588
- "node_modules/data-view-byte-length": {
7589
- "version": "1.0.2",
7590
- "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
7591
- "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
7592
- "dev": true,
7593
- "license": "MIT",
7594
- "dependencies": {
7595
- "call-bound": "^1.0.3",
7596
- "es-errors": "^1.3.0",
7597
- "is-data-view": "^1.0.2"
7598
- },
7599
- "engines": {
7600
- "node": ">= 0.4"
7601
- },
7602
- "funding": {
7603
- "url": "https://github.com/sponsors/inspect-js"
7604
- }
7605
- },
7606
- "node_modules/data-view-byte-offset": {
7607
- "version": "1.0.1",
7608
- "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
7609
- "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
7610
- "dev": true,
7611
- "license": "MIT",
7612
- "dependencies": {
7613
- "call-bound": "^1.0.2",
7614
- "es-errors": "^1.3.0",
7615
- "is-data-view": "^1.0.1"
7616
- },
7617
- "engines": {
7618
- "node": ">= 0.4"
7619
- },
7620
- "funding": {
7621
- "url": "https://github.com/sponsors/ljharb"
7622
- }
7623
- },
7624
6771
  "node_modules/debounce": {
7625
6772
  "version": "1.2.1",
7626
6773
  "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
@@ -7691,13 +6838,6 @@
7691
6838
  "node": ">=4.0.0"
7692
6839
  }
7693
6840
  },
7694
- "node_modules/deep-is": {
7695
- "version": "0.1.4",
7696
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
7697
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
7698
- "devOptional": true,
7699
- "license": "MIT"
7700
- },
7701
6841
  "node_modules/deepmerge": {
7702
6842
  "version": "4.3.1",
7703
6843
  "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
@@ -7909,19 +7049,6 @@
7909
7049
  "node": ">=6"
7910
7050
  }
7911
7051
  },
7912
- "node_modules/doctrine": {
7913
- "version": "2.1.0",
7914
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
7915
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
7916
- "dev": true,
7917
- "license": "Apache-2.0",
7918
- "dependencies": {
7919
- "esutils": "^2.0.2"
7920
- },
7921
- "engines": {
7922
- "node": ">=0.10.0"
7923
- }
7924
- },
7925
7052
  "node_modules/dom-converter": {
7926
7053
  "version": "0.2.0",
7927
7054
  "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
@@ -8124,72 +7251,6 @@
8124
7251
  "is-arrayish": "^0.2.1"
8125
7252
  }
8126
7253
  },
8127
- "node_modules/es-abstract": {
8128
- "version": "1.23.9",
8129
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz",
8130
- "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==",
8131
- "dev": true,
8132
- "license": "MIT",
8133
- "dependencies": {
8134
- "array-buffer-byte-length": "^1.0.2",
8135
- "arraybuffer.prototype.slice": "^1.0.4",
8136
- "available-typed-arrays": "^1.0.7",
8137
- "call-bind": "^1.0.8",
8138
- "call-bound": "^1.0.3",
8139
- "data-view-buffer": "^1.0.2",
8140
- "data-view-byte-length": "^1.0.2",
8141
- "data-view-byte-offset": "^1.0.1",
8142
- "es-define-property": "^1.0.1",
8143
- "es-errors": "^1.3.0",
8144
- "es-object-atoms": "^1.0.0",
8145
- "es-set-tostringtag": "^2.1.0",
8146
- "es-to-primitive": "^1.3.0",
8147
- "function.prototype.name": "^1.1.8",
8148
- "get-intrinsic": "^1.2.7",
8149
- "get-proto": "^1.0.0",
8150
- "get-symbol-description": "^1.1.0",
8151
- "globalthis": "^1.0.4",
8152
- "gopd": "^1.2.0",
8153
- "has-property-descriptors": "^1.0.2",
8154
- "has-proto": "^1.2.0",
8155
- "has-symbols": "^1.1.0",
8156
- "hasown": "^2.0.2",
8157
- "internal-slot": "^1.1.0",
8158
- "is-array-buffer": "^3.0.5",
8159
- "is-callable": "^1.2.7",
8160
- "is-data-view": "^1.0.2",
8161
- "is-regex": "^1.2.1",
8162
- "is-shared-array-buffer": "^1.0.4",
8163
- "is-string": "^1.1.1",
8164
- "is-typed-array": "^1.1.15",
8165
- "is-weakref": "^1.1.0",
8166
- "math-intrinsics": "^1.1.0",
8167
- "object-inspect": "^1.13.3",
8168
- "object-keys": "^1.1.1",
8169
- "object.assign": "^4.1.7",
8170
- "own-keys": "^1.0.1",
8171
- "regexp.prototype.flags": "^1.5.3",
8172
- "safe-array-concat": "^1.1.3",
8173
- "safe-push-apply": "^1.0.0",
8174
- "safe-regex-test": "^1.1.0",
8175
- "set-proto": "^1.0.0",
8176
- "string.prototype.trim": "^1.2.10",
8177
- "string.prototype.trimend": "^1.0.9",
8178
- "string.prototype.trimstart": "^1.0.8",
8179
- "typed-array-buffer": "^1.0.3",
8180
- "typed-array-byte-length": "^1.0.3",
8181
- "typed-array-byte-offset": "^1.0.4",
8182
- "typed-array-length": "^1.0.7",
8183
- "unbox-primitive": "^1.1.0",
8184
- "which-typed-array": "^1.1.18"
8185
- },
8186
- "engines": {
8187
- "node": ">= 0.4"
8188
- },
8189
- "funding": {
8190
- "url": "https://github.com/sponsors/ljharb"
8191
- }
8192
- },
8193
7254
  "node_modules/es-define-property": {
8194
7255
  "version": "1.0.1",
8195
7256
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -8208,34 +7269,6 @@
8208
7269
  "node": ">= 0.4"
8209
7270
  }
8210
7271
  },
8211
- "node_modules/es-iterator-helpers": {
8212
- "version": "1.2.1",
8213
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
8214
- "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
8215
- "dev": true,
8216
- "license": "MIT",
8217
- "dependencies": {
8218
- "call-bind": "^1.0.8",
8219
- "call-bound": "^1.0.3",
8220
- "define-properties": "^1.2.1",
8221
- "es-abstract": "^1.23.6",
8222
- "es-errors": "^1.3.0",
8223
- "es-set-tostringtag": "^2.0.3",
8224
- "function-bind": "^1.1.2",
8225
- "get-intrinsic": "^1.2.6",
8226
- "globalthis": "^1.0.4",
8227
- "gopd": "^1.2.0",
8228
- "has-property-descriptors": "^1.0.2",
8229
- "has-proto": "^1.2.0",
8230
- "has-symbols": "^1.1.0",
8231
- "internal-slot": "^1.1.0",
8232
- "iterator.prototype": "^1.1.4",
8233
- "safe-array-concat": "^1.1.3"
8234
- },
8235
- "engines": {
8236
- "node": ">= 0.4"
8237
- }
8238
- },
8239
7272
  "node_modules/es-module-lexer": {
8240
7273
  "version": "1.4.1",
8241
7274
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz",
@@ -8253,53 +7286,6 @@
8253
7286
  "node": ">= 0.4"
8254
7287
  }
8255
7288
  },
8256
- "node_modules/es-set-tostringtag": {
8257
- "version": "2.1.0",
8258
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
8259
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
8260
- "dev": true,
8261
- "license": "MIT",
8262
- "dependencies": {
8263
- "es-errors": "^1.3.0",
8264
- "get-intrinsic": "^1.2.6",
8265
- "has-tostringtag": "^1.0.2",
8266
- "hasown": "^2.0.2"
8267
- },
8268
- "engines": {
8269
- "node": ">= 0.4"
8270
- }
8271
- },
8272
- "node_modules/es-shim-unscopables": {
8273
- "version": "1.1.0",
8274
- "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
8275
- "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
8276
- "dev": true,
8277
- "license": "MIT",
8278
- "dependencies": {
8279
- "hasown": "^2.0.2"
8280
- },
8281
- "engines": {
8282
- "node": ">= 0.4"
8283
- }
8284
- },
8285
- "node_modules/es-to-primitive": {
8286
- "version": "1.3.0",
8287
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
8288
- "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
8289
- "dev": true,
8290
- "license": "MIT",
8291
- "dependencies": {
8292
- "is-callable": "^1.2.7",
8293
- "is-date-object": "^1.0.5",
8294
- "is-symbol": "^1.0.4"
8295
- },
8296
- "engines": {
8297
- "node": ">= 0.4"
8298
- },
8299
- "funding": {
8300
- "url": "https://github.com/sponsors/ljharb"
8301
- }
8302
- },
8303
7289
  "node_modules/escalade": {
8304
7290
  "version": "3.2.0",
8305
7291
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -8337,694 +7323,73 @@
8337
7323
  "url": "https://github.com/sponsors/sindresorhus"
8338
7324
  }
8339
7325
  },
8340
- "node_modules/eslint": {
8341
- "version": "9.21.0",
8342
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.21.0.tgz",
8343
- "integrity": "sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==",
8344
- "devOptional": true,
8345
- "license": "MIT",
7326
+ "node_modules/eslint-scope": {
7327
+ "version": "5.1.1",
7328
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
7329
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
8346
7330
  "dependencies": {
8347
- "@eslint-community/eslint-utils": "^4.2.0",
8348
- "@eslint-community/regexpp": "^4.12.1",
8349
- "@eslint/config-array": "^0.19.2",
8350
- "@eslint/core": "^0.12.0",
8351
- "@eslint/eslintrc": "^3.3.0",
8352
- "@eslint/js": "9.21.0",
8353
- "@eslint/plugin-kit": "^0.2.7",
8354
- "@humanfs/node": "^0.16.6",
8355
- "@humanwhocodes/module-importer": "^1.0.1",
8356
- "@humanwhocodes/retry": "^0.4.2",
8357
- "@types/estree": "^1.0.6",
8358
- "@types/json-schema": "^7.0.15",
8359
- "ajv": "^6.12.4",
8360
- "chalk": "^4.0.0",
8361
- "cross-spawn": "^7.0.6",
8362
- "debug": "^4.3.2",
8363
- "escape-string-regexp": "^4.0.0",
8364
- "eslint-scope": "^8.2.0",
8365
- "eslint-visitor-keys": "^4.2.0",
8366
- "espree": "^10.3.0",
8367
- "esquery": "^1.5.0",
8368
- "esutils": "^2.0.2",
8369
- "fast-deep-equal": "^3.1.3",
8370
- "file-entry-cache": "^8.0.0",
8371
- "find-up": "^5.0.0",
8372
- "glob-parent": "^6.0.2",
8373
- "ignore": "^5.2.0",
8374
- "imurmurhash": "^0.1.4",
8375
- "is-glob": "^4.0.0",
8376
- "json-stable-stringify-without-jsonify": "^1.0.1",
8377
- "lodash.merge": "^4.6.2",
8378
- "minimatch": "^3.1.2",
8379
- "natural-compare": "^1.4.0",
8380
- "optionator": "^0.9.3"
8381
- },
8382
- "bin": {
8383
- "eslint": "bin/eslint.js"
7331
+ "esrecurse": "^4.3.0",
7332
+ "estraverse": "^4.1.1"
8384
7333
  },
8385
7334
  "engines": {
8386
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8387
- },
8388
- "funding": {
8389
- "url": "https://eslint.org/donate"
8390
- },
8391
- "peerDependencies": {
8392
- "jiti": "*"
8393
- },
8394
- "peerDependenciesMeta": {
8395
- "jiti": {
8396
- "optional": true
8397
- }
7335
+ "node": ">=8.0.0"
8398
7336
  }
8399
7337
  },
8400
- "node_modules/eslint-config-next": {
8401
- "version": "15.2.0",
8402
- "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.2.0.tgz",
8403
- "integrity": "sha512-LkG0KKpinAoNPk2HXSx0fImFb/hQ6RnhSxTkpJFTkQ0SmnzsbRsjjN95WC/mDY34nKOenpptYEVvfkCR/h+VjA==",
8404
- "dev": true,
8405
- "license": "MIT",
8406
- "peer": true,
8407
- "dependencies": {
8408
- "@next/eslint-plugin-next": "15.2.0",
8409
- "@rushstack/eslint-patch": "^1.10.3",
8410
- "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
8411
- "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
8412
- "eslint-import-resolver-node": "^0.3.6",
8413
- "eslint-import-resolver-typescript": "^3.5.2",
8414
- "eslint-plugin-import": "^2.31.0",
8415
- "eslint-plugin-jsx-a11y": "^6.10.0",
8416
- "eslint-plugin-react": "^7.37.0",
8417
- "eslint-plugin-react-hooks": "^5.0.0"
8418
- },
8419
- "peerDependencies": {
8420
- "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0",
8421
- "typescript": ">=3.3.1"
7338
+ "node_modules/esprima": {
7339
+ "version": "4.0.1",
7340
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
7341
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
7342
+ "bin": {
7343
+ "esparse": "bin/esparse.js",
7344
+ "esvalidate": "bin/esvalidate.js"
8422
7345
  },
8423
- "peerDependenciesMeta": {
8424
- "typescript": {
8425
- "optional": true
8426
- }
7346
+ "engines": {
7347
+ "node": ">=4"
8427
7348
  }
8428
7349
  },
8429
- "node_modules/eslint-config-prettier": {
8430
- "version": "10.0.2",
8431
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz",
8432
- "integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==",
8433
- "dev": true,
8434
- "license": "MIT",
8435
- "bin": {
8436
- "eslint-config-prettier": "build/bin/cli.js"
7350
+ "node_modules/esrecurse": {
7351
+ "version": "4.3.0",
7352
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
7353
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
7354
+ "dependencies": {
7355
+ "estraverse": "^5.2.0"
8437
7356
  },
8438
- "peerDependencies": {
8439
- "eslint": ">=7.0.0"
7357
+ "engines": {
7358
+ "node": ">=4.0"
8440
7359
  }
8441
7360
  },
8442
- "node_modules/eslint-import-resolver-node": {
8443
- "version": "0.3.9",
8444
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
8445
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
8446
- "dev": true,
8447
- "license": "MIT",
8448
- "dependencies": {
8449
- "debug": "^3.2.7",
8450
- "is-core-module": "^2.13.0",
8451
- "resolve": "^1.22.4"
7361
+ "node_modules/esrecurse/node_modules/estraverse": {
7362
+ "version": "5.3.0",
7363
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
7364
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
7365
+ "engines": {
7366
+ "node": ">=4.0"
8452
7367
  }
8453
7368
  },
8454
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
8455
- "version": "3.2.7",
8456
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8457
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8458
- "dev": true,
8459
- "license": "MIT",
8460
- "dependencies": {
8461
- "ms": "^2.1.1"
7369
+ "node_modules/estraverse": {
7370
+ "version": "4.3.0",
7371
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
7372
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
7373
+ "engines": {
7374
+ "node": ">=4.0"
8462
7375
  }
8463
7376
  },
8464
- "node_modules/eslint-import-resolver-typescript": {
8465
- "version": "3.8.3",
8466
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz",
8467
- "integrity": "sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==",
8468
- "dev": true,
8469
- "license": "ISC",
8470
- "peer": true,
7377
+ "node_modules/estree-util-attach-comments": {
7378
+ "version": "3.0.0",
7379
+ "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
7380
+ "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
8471
7381
  "dependencies": {
8472
- "@nolyfill/is-core-module": "1.0.39",
8473
- "debug": "^4.3.7",
8474
- "enhanced-resolve": "^5.15.0",
8475
- "get-tsconfig": "^4.10.0",
8476
- "is-bun-module": "^1.0.2",
8477
- "stable-hash": "^0.0.4",
8478
- "tinyglobby": "^0.2.12"
8479
- },
8480
- "engines": {
8481
- "node": "^14.18.0 || >=16.0.0"
7382
+ "@types/estree": "^1.0.0"
8482
7383
  },
8483
7384
  "funding": {
8484
- "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
8485
- },
8486
- "peerDependencies": {
8487
- "eslint": "*",
8488
- "eslint-plugin-import": "*",
8489
- "eslint-plugin-import-x": "*"
8490
- },
8491
- "peerDependenciesMeta": {
8492
- "eslint-plugin-import": {
8493
- "optional": true
8494
- },
8495
- "eslint-plugin-import-x": {
8496
- "optional": true
8497
- }
7385
+ "type": "opencollective",
7386
+ "url": "https://opencollective.com/unified"
8498
7387
  }
8499
7388
  },
8500
- "node_modules/eslint-import-resolver-typescript/node_modules/debug": {
8501
- "version": "4.4.0",
8502
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
8503
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
8504
- "dev": true,
8505
- "license": "MIT",
8506
- "peer": true,
8507
- "dependencies": {
8508
- "ms": "^2.1.3"
8509
- },
8510
- "engines": {
8511
- "node": ">=6.0"
8512
- },
8513
- "peerDependenciesMeta": {
8514
- "supports-color": {
8515
- "optional": true
8516
- }
8517
- }
8518
- },
8519
- "node_modules/eslint-import-resolver-typescript/node_modules/ms": {
8520
- "version": "2.1.3",
8521
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8522
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
8523
- "dev": true,
8524
- "license": "MIT",
8525
- "peer": true
8526
- },
8527
- "node_modules/eslint-module-utils": {
8528
- "version": "2.12.0",
8529
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
8530
- "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
8531
- "dev": true,
8532
- "license": "MIT",
8533
- "dependencies": {
8534
- "debug": "^3.2.7"
8535
- },
8536
- "engines": {
8537
- "node": ">=4"
8538
- },
8539
- "peerDependenciesMeta": {
8540
- "eslint": {
8541
- "optional": true
8542
- }
8543
- }
8544
- },
8545
- "node_modules/eslint-module-utils/node_modules/debug": {
8546
- "version": "3.2.7",
8547
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8548
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8549
- "dev": true,
8550
- "license": "MIT",
8551
- "dependencies": {
8552
- "ms": "^2.1.1"
8553
- }
8554
- },
8555
- "node_modules/eslint-plugin-import": {
8556
- "version": "2.31.0",
8557
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
8558
- "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
8559
- "dev": true,
8560
- "license": "MIT",
8561
- "dependencies": {
8562
- "@rtsao/scc": "^1.1.0",
8563
- "array-includes": "^3.1.8",
8564
- "array.prototype.findlastindex": "^1.2.5",
8565
- "array.prototype.flat": "^1.3.2",
8566
- "array.prototype.flatmap": "^1.3.2",
8567
- "debug": "^3.2.7",
8568
- "doctrine": "^2.1.0",
8569
- "eslint-import-resolver-node": "^0.3.9",
8570
- "eslint-module-utils": "^2.12.0",
8571
- "hasown": "^2.0.2",
8572
- "is-core-module": "^2.15.1",
8573
- "is-glob": "^4.0.3",
8574
- "minimatch": "^3.1.2",
8575
- "object.fromentries": "^2.0.8",
8576
- "object.groupby": "^1.0.3",
8577
- "object.values": "^1.2.0",
8578
- "semver": "^6.3.1",
8579
- "string.prototype.trimend": "^1.0.8",
8580
- "tsconfig-paths": "^3.15.0"
8581
- },
8582
- "engines": {
8583
- "node": ">=4"
8584
- },
8585
- "peerDependencies": {
8586
- "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
8587
- }
8588
- },
8589
- "node_modules/eslint-plugin-import/node_modules/debug": {
8590
- "version": "3.2.7",
8591
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8592
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8593
- "dev": true,
8594
- "license": "MIT",
8595
- "dependencies": {
8596
- "ms": "^2.1.1"
8597
- }
8598
- },
8599
- "node_modules/eslint-plugin-import/node_modules/semver": {
8600
- "version": "6.3.1",
8601
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8602
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8603
- "dev": true,
8604
- "license": "ISC",
8605
- "bin": {
8606
- "semver": "bin/semver.js"
8607
- }
8608
- },
8609
- "node_modules/eslint-plugin-jsx-a11y": {
8610
- "version": "6.10.2",
8611
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
8612
- "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
8613
- "dev": true,
8614
- "license": "MIT",
8615
- "peer": true,
8616
- "dependencies": {
8617
- "aria-query": "^5.3.2",
8618
- "array-includes": "^3.1.8",
8619
- "array.prototype.flatmap": "^1.3.2",
8620
- "ast-types-flow": "^0.0.8",
8621
- "axe-core": "^4.10.0",
8622
- "axobject-query": "^4.1.0",
8623
- "damerau-levenshtein": "^1.0.8",
8624
- "emoji-regex": "^9.2.2",
8625
- "hasown": "^2.0.2",
8626
- "jsx-ast-utils": "^3.3.5",
8627
- "language-tags": "^1.0.9",
8628
- "minimatch": "^3.1.2",
8629
- "object.fromentries": "^2.0.8",
8630
- "safe-regex-test": "^1.0.3",
8631
- "string.prototype.includes": "^2.0.1"
8632
- },
8633
- "engines": {
8634
- "node": ">=4.0"
8635
- },
8636
- "peerDependencies": {
8637
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
8638
- }
8639
- },
8640
- "node_modules/eslint-plugin-prettier": {
8641
- "version": "5.2.3",
8642
- "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz",
8643
- "integrity": "sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==",
8644
- "dev": true,
8645
- "license": "MIT",
8646
- "dependencies": {
8647
- "prettier-linter-helpers": "^1.0.0",
8648
- "synckit": "^0.9.1"
8649
- },
8650
- "engines": {
8651
- "node": "^14.18.0 || >=16.0.0"
8652
- },
8653
- "funding": {
8654
- "url": "https://opencollective.com/eslint-plugin-prettier"
8655
- },
8656
- "peerDependencies": {
8657
- "@types/eslint": ">=8.0.0",
8658
- "eslint": ">=8.0.0",
8659
- "eslint-config-prettier": "*",
8660
- "prettier": ">=3.0.0"
8661
- },
8662
- "peerDependenciesMeta": {
8663
- "@types/eslint": {
8664
- "optional": true
8665
- },
8666
- "eslint-config-prettier": {
8667
- "optional": true
8668
- }
8669
- }
8670
- },
8671
- "node_modules/eslint-plugin-react": {
8672
- "version": "7.37.4",
8673
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz",
8674
- "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==",
8675
- "dev": true,
8676
- "license": "MIT",
8677
- "dependencies": {
8678
- "array-includes": "^3.1.8",
8679
- "array.prototype.findlast": "^1.2.5",
8680
- "array.prototype.flatmap": "^1.3.3",
8681
- "array.prototype.tosorted": "^1.1.4",
8682
- "doctrine": "^2.1.0",
8683
- "es-iterator-helpers": "^1.2.1",
8684
- "estraverse": "^5.3.0",
8685
- "hasown": "^2.0.2",
8686
- "jsx-ast-utils": "^2.4.1 || ^3.0.0",
8687
- "minimatch": "^3.1.2",
8688
- "object.entries": "^1.1.8",
8689
- "object.fromentries": "^2.0.8",
8690
- "object.values": "^1.2.1",
8691
- "prop-types": "^15.8.1",
8692
- "resolve": "^2.0.0-next.5",
8693
- "semver": "^6.3.1",
8694
- "string.prototype.matchall": "^4.0.12",
8695
- "string.prototype.repeat": "^1.0.0"
8696
- },
8697
- "engines": {
8698
- "node": ">=4"
8699
- },
8700
- "peerDependencies": {
8701
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
8702
- }
8703
- },
8704
- "node_modules/eslint-plugin-react-hooks": {
8705
- "version": "5.1.0",
8706
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz",
8707
- "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==",
8708
- "dev": true,
8709
- "license": "MIT",
8710
- "engines": {
8711
- "node": ">=10"
8712
- },
8713
- "peerDependencies": {
8714
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
8715
- }
8716
- },
8717
- "node_modules/eslint-plugin-react/node_modules/estraverse": {
8718
- "version": "5.3.0",
8719
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8720
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
8721
- "dev": true,
8722
- "license": "BSD-2-Clause",
8723
- "engines": {
8724
- "node": ">=4.0"
8725
- }
8726
- },
8727
- "node_modules/eslint-plugin-react/node_modules/resolve": {
8728
- "version": "2.0.0-next.5",
8729
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
8730
- "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
8731
- "dev": true,
8732
- "license": "MIT",
8733
- "dependencies": {
8734
- "is-core-module": "^2.13.0",
8735
- "path-parse": "^1.0.7",
8736
- "supports-preserve-symlinks-flag": "^1.0.0"
8737
- },
8738
- "bin": {
8739
- "resolve": "bin/resolve"
8740
- },
8741
- "funding": {
8742
- "url": "https://github.com/sponsors/ljharb"
8743
- }
8744
- },
8745
- "node_modules/eslint-plugin-react/node_modules/semver": {
8746
- "version": "6.3.1",
8747
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8748
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8749
- "dev": true,
8750
- "license": "ISC",
8751
- "bin": {
8752
- "semver": "bin/semver.js"
8753
- }
8754
- },
8755
- "node_modules/eslint-scope": {
8756
- "version": "5.1.1",
8757
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
8758
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
8759
- "dependencies": {
8760
- "esrecurse": "^4.3.0",
8761
- "estraverse": "^4.1.1"
8762
- },
8763
- "engines": {
8764
- "node": ">=8.0.0"
8765
- }
8766
- },
8767
- "node_modules/eslint-visitor-keys": {
8768
- "version": "4.2.0",
8769
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
8770
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
8771
- "devOptional": true,
8772
- "license": "Apache-2.0",
8773
- "engines": {
8774
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8775
- },
8776
- "funding": {
8777
- "url": "https://opencollective.com/eslint"
8778
- }
8779
- },
8780
- "node_modules/eslint/node_modules/ajv": {
8781
- "version": "6.12.6",
8782
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
8783
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
8784
- "devOptional": true,
8785
- "license": "MIT",
8786
- "dependencies": {
8787
- "fast-deep-equal": "^3.1.1",
8788
- "fast-json-stable-stringify": "^2.0.0",
8789
- "json-schema-traverse": "^0.4.1",
8790
- "uri-js": "^4.2.2"
8791
- },
8792
- "funding": {
8793
- "type": "github",
8794
- "url": "https://github.com/sponsors/epoberezkin"
8795
- }
8796
- },
8797
- "node_modules/eslint/node_modules/eslint-scope": {
8798
- "version": "8.2.0",
8799
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz",
8800
- "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==",
8801
- "devOptional": true,
8802
- "license": "BSD-2-Clause",
8803
- "dependencies": {
8804
- "esrecurse": "^4.3.0",
8805
- "estraverse": "^5.2.0"
8806
- },
8807
- "engines": {
8808
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8809
- },
8810
- "funding": {
8811
- "url": "https://opencollective.com/eslint"
8812
- }
8813
- },
8814
- "node_modules/eslint/node_modules/estraverse": {
8815
- "version": "5.3.0",
8816
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8817
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
8818
- "devOptional": true,
8819
- "license": "BSD-2-Clause",
8820
- "engines": {
8821
- "node": ">=4.0"
8822
- }
8823
- },
8824
- "node_modules/eslint/node_modules/find-up": {
8825
- "version": "5.0.0",
8826
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
8827
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
8828
- "devOptional": true,
8829
- "license": "MIT",
8830
- "dependencies": {
8831
- "locate-path": "^6.0.0",
8832
- "path-exists": "^4.0.0"
8833
- },
8834
- "engines": {
8835
- "node": ">=10"
8836
- },
8837
- "funding": {
8838
- "url": "https://github.com/sponsors/sindresorhus"
8839
- }
8840
- },
8841
- "node_modules/eslint/node_modules/glob-parent": {
8842
- "version": "6.0.2",
8843
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
8844
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
8845
- "devOptional": true,
8846
- "license": "ISC",
8847
- "dependencies": {
8848
- "is-glob": "^4.0.3"
8849
- },
8850
- "engines": {
8851
- "node": ">=10.13.0"
8852
- }
8853
- },
8854
- "node_modules/eslint/node_modules/json-schema-traverse": {
8855
- "version": "0.4.1",
8856
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
8857
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
8858
- "devOptional": true,
8859
- "license": "MIT"
8860
- },
8861
- "node_modules/eslint/node_modules/locate-path": {
8862
- "version": "6.0.0",
8863
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
8864
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
8865
- "devOptional": true,
8866
- "license": "MIT",
8867
- "dependencies": {
8868
- "p-locate": "^5.0.0"
8869
- },
8870
- "engines": {
8871
- "node": ">=10"
8872
- },
8873
- "funding": {
8874
- "url": "https://github.com/sponsors/sindresorhus"
8875
- }
8876
- },
8877
- "node_modules/eslint/node_modules/p-limit": {
8878
- "version": "3.1.0",
8879
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
8880
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
8881
- "devOptional": true,
8882
- "license": "MIT",
8883
- "dependencies": {
8884
- "yocto-queue": "^0.1.0"
8885
- },
8886
- "engines": {
8887
- "node": ">=10"
8888
- },
8889
- "funding": {
8890
- "url": "https://github.com/sponsors/sindresorhus"
8891
- }
8892
- },
8893
- "node_modules/eslint/node_modules/p-locate": {
8894
- "version": "5.0.0",
8895
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
8896
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
8897
- "devOptional": true,
8898
- "license": "MIT",
8899
- "dependencies": {
8900
- "p-limit": "^3.0.2"
8901
- },
8902
- "engines": {
8903
- "node": ">=10"
8904
- },
8905
- "funding": {
8906
- "url": "https://github.com/sponsors/sindresorhus"
8907
- }
8908
- },
8909
- "node_modules/eslint/node_modules/path-exists": {
8910
- "version": "4.0.0",
8911
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
8912
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
8913
- "devOptional": true,
8914
- "license": "MIT",
8915
- "engines": {
8916
- "node": ">=8"
8917
- }
8918
- },
8919
- "node_modules/eslint/node_modules/yocto-queue": {
8920
- "version": "0.1.0",
8921
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
8922
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
8923
- "devOptional": true,
8924
- "license": "MIT",
8925
- "engines": {
8926
- "node": ">=10"
8927
- },
8928
- "funding": {
8929
- "url": "https://github.com/sponsors/sindresorhus"
8930
- }
8931
- },
8932
- "node_modules/espree": {
8933
- "version": "10.3.0",
8934
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
8935
- "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
8936
- "devOptional": true,
8937
- "license": "BSD-2-Clause",
8938
- "dependencies": {
8939
- "acorn": "^8.14.0",
8940
- "acorn-jsx": "^5.3.2",
8941
- "eslint-visitor-keys": "^4.2.0"
8942
- },
8943
- "engines": {
8944
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8945
- },
8946
- "funding": {
8947
- "url": "https://opencollective.com/eslint"
8948
- }
8949
- },
8950
- "node_modules/esprima": {
8951
- "version": "4.0.1",
8952
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
8953
- "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
8954
- "bin": {
8955
- "esparse": "bin/esparse.js",
8956
- "esvalidate": "bin/esvalidate.js"
8957
- },
8958
- "engines": {
8959
- "node": ">=4"
8960
- }
8961
- },
8962
- "node_modules/esquery": {
8963
- "version": "1.6.0",
8964
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
8965
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
8966
- "devOptional": true,
8967
- "license": "BSD-3-Clause",
8968
- "dependencies": {
8969
- "estraverse": "^5.1.0"
8970
- },
8971
- "engines": {
8972
- "node": ">=0.10"
8973
- }
8974
- },
8975
- "node_modules/esquery/node_modules/estraverse": {
8976
- "version": "5.3.0",
8977
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8978
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
8979
- "devOptional": true,
8980
- "license": "BSD-2-Clause",
8981
- "engines": {
8982
- "node": ">=4.0"
8983
- }
8984
- },
8985
- "node_modules/esrecurse": {
8986
- "version": "4.3.0",
8987
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
8988
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
8989
- "dependencies": {
8990
- "estraverse": "^5.2.0"
8991
- },
8992
- "engines": {
8993
- "node": ">=4.0"
8994
- }
8995
- },
8996
- "node_modules/esrecurse/node_modules/estraverse": {
8997
- "version": "5.3.0",
8998
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
8999
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
9000
- "engines": {
9001
- "node": ">=4.0"
9002
- }
9003
- },
9004
- "node_modules/estraverse": {
9005
- "version": "4.3.0",
9006
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
9007
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
9008
- "engines": {
9009
- "node": ">=4.0"
9010
- }
9011
- },
9012
- "node_modules/estree-util-attach-comments": {
9013
- "version": "3.0.0",
9014
- "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
9015
- "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
9016
- "dependencies": {
9017
- "@types/estree": "^1.0.0"
9018
- },
9019
- "funding": {
9020
- "type": "opencollective",
9021
- "url": "https://opencollective.com/unified"
9022
- }
9023
- },
9024
- "node_modules/estree-util-build-jsx": {
9025
- "version": "3.0.1",
9026
- "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
9027
- "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
7389
+ "node_modules/estree-util-build-jsx": {
7390
+ "version": "3.0.1",
7391
+ "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
7392
+ "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
9028
7393
  "dependencies": {
9029
7394
  "@types/estree-jsx": "^1.0.0",
9030
7395
  "devlop": "^1.0.0",
@@ -9278,13 +7643,6 @@
9278
7643
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
9279
7644
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
9280
7645
  },
9281
- "node_modules/fast-diff": {
9282
- "version": "1.3.0",
9283
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
9284
- "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
9285
- "dev": true,
9286
- "license": "Apache-2.0"
9287
- },
9288
7646
  "node_modules/fast-glob": {
9289
7647
  "version": "3.3.2",
9290
7648
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
@@ -9302,15 +7660,8 @@
9302
7660
  },
9303
7661
  "node_modules/fast-json-stable-stringify": {
9304
7662
  "version": "2.1.0",
9305
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
9306
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
9307
- },
9308
- "node_modules/fast-levenshtein": {
9309
- "version": "2.0.6",
9310
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
9311
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
9312
- "devOptional": true,
9313
- "license": "MIT"
7663
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
7664
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
9314
7665
  },
9315
7666
  "node_modules/fast-uri": {
9316
7667
  "version": "3.0.6",
@@ -9397,19 +7748,6 @@
9397
7748
  "node": ">=0.8.0"
9398
7749
  }
9399
7750
  },
9400
- "node_modules/file-entry-cache": {
9401
- "version": "8.0.0",
9402
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
9403
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
9404
- "devOptional": true,
9405
- "license": "MIT",
9406
- "dependencies": {
9407
- "flat-cache": "^4.0.0"
9408
- },
9409
- "engines": {
9410
- "node": ">=16.0.0"
9411
- }
9412
- },
9413
7751
  "node_modules/file-loader": {
9414
7752
  "version": "6.2.0",
9415
7753
  "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
@@ -9567,27 +7905,6 @@
9567
7905
  "flat": "cli.js"
9568
7906
  }
9569
7907
  },
9570
- "node_modules/flat-cache": {
9571
- "version": "4.0.1",
9572
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
9573
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
9574
- "devOptional": true,
9575
- "license": "MIT",
9576
- "dependencies": {
9577
- "flatted": "^3.2.9",
9578
- "keyv": "^4.5.4"
9579
- },
9580
- "engines": {
9581
- "node": ">=16"
9582
- }
9583
- },
9584
- "node_modules/flatted": {
9585
- "version": "3.3.3",
9586
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
9587
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
9588
- "devOptional": true,
9589
- "license": "ISC"
9590
- },
9591
7908
  "node_modules/follow-redirects": {
9592
7909
  "version": "1.15.9",
9593
7910
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
@@ -9608,22 +7925,6 @@
9608
7925
  }
9609
7926
  }
9610
7927
  },
9611
- "node_modules/for-each": {
9612
- "version": "0.3.5",
9613
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
9614
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
9615
- "dev": true,
9616
- "license": "MIT",
9617
- "dependencies": {
9618
- "is-callable": "^1.2.7"
9619
- },
9620
- "engines": {
9621
- "node": ">= 0.4"
9622
- },
9623
- "funding": {
9624
- "url": "https://github.com/sponsors/ljharb"
9625
- }
9626
- },
9627
7928
  "node_modules/fork-ts-checker-webpack-plugin": {
9628
7929
  "version": "6.5.3",
9629
7930
  "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
@@ -9846,37 +8147,6 @@
9846
8147
  "url": "https://github.com/sponsors/ljharb"
9847
8148
  }
9848
8149
  },
9849
- "node_modules/function.prototype.name": {
9850
- "version": "1.1.8",
9851
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
9852
- "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
9853
- "dev": true,
9854
- "license": "MIT",
9855
- "dependencies": {
9856
- "call-bind": "^1.0.8",
9857
- "call-bound": "^1.0.3",
9858
- "define-properties": "^1.2.1",
9859
- "functions-have-names": "^1.2.3",
9860
- "hasown": "^2.0.2",
9861
- "is-callable": "^1.2.7"
9862
- },
9863
- "engines": {
9864
- "node": ">= 0.4"
9865
- },
9866
- "funding": {
9867
- "url": "https://github.com/sponsors/ljharb"
9868
- }
9869
- },
9870
- "node_modules/functions-have-names": {
9871
- "version": "1.2.3",
9872
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
9873
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
9874
- "dev": true,
9875
- "license": "MIT",
9876
- "funding": {
9877
- "url": "https://github.com/sponsors/ljharb"
9878
- }
9879
- },
9880
8150
  "node_modules/gensync": {
9881
8151
  "version": "1.0.0-beta.2",
9882
8152
  "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -9940,38 +8210,6 @@
9940
8210
  "url": "https://github.com/sponsors/sindresorhus"
9941
8211
  }
9942
8212
  },
9943
- "node_modules/get-symbol-description": {
9944
- "version": "1.1.0",
9945
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
9946
- "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
9947
- "dev": true,
9948
- "license": "MIT",
9949
- "dependencies": {
9950
- "call-bound": "^1.0.3",
9951
- "es-errors": "^1.3.0",
9952
- "get-intrinsic": "^1.2.6"
9953
- },
9954
- "engines": {
9955
- "node": ">= 0.4"
9956
- },
9957
- "funding": {
9958
- "url": "https://github.com/sponsors/ljharb"
9959
- }
9960
- },
9961
- "node_modules/get-tsconfig": {
9962
- "version": "4.10.0",
9963
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
9964
- "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
9965
- "dev": true,
9966
- "license": "MIT",
9967
- "peer": true,
9968
- "dependencies": {
9969
- "resolve-pkg-maps": "^1.0.0"
9970
- },
9971
- "funding": {
9972
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
9973
- }
9974
- },
9975
8213
  "node_modules/github-slugger": {
9976
8214
  "version": "1.5.0",
9977
8215
  "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz",
@@ -10076,33 +8314,12 @@
10076
8314
  }
10077
8315
  },
10078
8316
  "node_modules/globals": {
10079
- "version": "16.0.0",
10080
- "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz",
10081
- "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==",
10082
- "dev": true,
10083
- "license": "MIT",
10084
- "engines": {
10085
- "node": ">=18"
10086
- },
10087
- "funding": {
10088
- "url": "https://github.com/sponsors/sindresorhus"
10089
- }
10090
- },
10091
- "node_modules/globalthis": {
10092
- "version": "1.0.4",
10093
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
10094
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
10095
- "dev": true,
8317
+ "version": "11.12.0",
8318
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
8319
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
10096
8320
  "license": "MIT",
10097
- "dependencies": {
10098
- "define-properties": "^1.2.1",
10099
- "gopd": "^1.0.1"
10100
- },
10101
8321
  "engines": {
10102
- "node": ">= 0.4"
10103
- },
10104
- "funding": {
10105
- "url": "https://github.com/sponsors/ljharb"
8322
+ "node": ">=4"
10106
8323
  }
10107
8324
  },
10108
8325
  "node_modules/globby": {
@@ -10178,13 +8395,6 @@
10178
8395
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
10179
8396
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
10180
8397
  },
10181
- "node_modules/graphemer": {
10182
- "version": "1.4.0",
10183
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
10184
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
10185
- "dev": true,
10186
- "license": "MIT"
10187
- },
10188
8398
  "node_modules/gray-matter": {
10189
8399
  "version": "4.0.3",
10190
8400
  "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz",
@@ -10240,19 +8450,6 @@
10240
8450
  "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
10241
8451
  "license": "MIT"
10242
8452
  },
10243
- "node_modules/has-bigints": {
10244
- "version": "1.1.0",
10245
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
10246
- "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
10247
- "dev": true,
10248
- "license": "MIT",
10249
- "engines": {
10250
- "node": ">= 0.4"
10251
- },
10252
- "funding": {
10253
- "url": "https://github.com/sponsors/ljharb"
10254
- }
10255
- },
10256
8453
  "node_modules/has-flag": {
10257
8454
  "version": "4.0.0",
10258
8455
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -10273,22 +8470,6 @@
10273
8470
  "url": "https://github.com/sponsors/ljharb"
10274
8471
  }
10275
8472
  },
10276
- "node_modules/has-proto": {
10277
- "version": "1.2.0",
10278
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
10279
- "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
10280
- "dev": true,
10281
- "license": "MIT",
10282
- "dependencies": {
10283
- "dunder-proto": "^1.0.0"
10284
- },
10285
- "engines": {
10286
- "node": ">= 0.4"
10287
- },
10288
- "funding": {
10289
- "url": "https://github.com/sponsors/ljharb"
10290
- }
10291
- },
10292
8473
  "node_modules/has-symbols": {
10293
8474
  "version": "1.1.0",
10294
8475
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
@@ -10301,22 +8482,6 @@
10301
8482
  "url": "https://github.com/sponsors/ljharb"
10302
8483
  }
10303
8484
  },
10304
- "node_modules/has-tostringtag": {
10305
- "version": "1.0.2",
10306
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
10307
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
10308
- "dev": true,
10309
- "license": "MIT",
10310
- "dependencies": {
10311
- "has-symbols": "^1.0.3"
10312
- },
10313
- "engines": {
10314
- "node": ">= 0.4"
10315
- },
10316
- "funding": {
10317
- "url": "https://github.com/sponsors/ljharb"
10318
- }
10319
- },
10320
8485
  "node_modules/has-yarn": {
10321
8486
  "version": "3.0.0",
10322
8487
  "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz",
@@ -11005,21 +9170,6 @@
11005
9170
  "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
11006
9171
  "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
11007
9172
  },
11008
- "node_modules/internal-slot": {
11009
- "version": "1.1.0",
11010
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
11011
- "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
11012
- "dev": true,
11013
- "license": "MIT",
11014
- "dependencies": {
11015
- "es-errors": "^1.3.0",
11016
- "hasown": "^2.0.2",
11017
- "side-channel": "^1.1.0"
11018
- },
11019
- "engines": {
11020
- "node": ">= 0.4"
11021
- }
11022
- },
11023
9173
  "node_modules/interpret": {
11024
9174
  "version": "1.4.0",
11025
9175
  "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
@@ -11068,65 +9218,11 @@
11068
9218
  "url": "https://github.com/sponsors/wooorm"
11069
9219
  }
11070
9220
  },
11071
- "node_modules/is-array-buffer": {
11072
- "version": "3.0.5",
11073
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
11074
- "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
11075
- "dev": true,
11076
- "license": "MIT",
11077
- "dependencies": {
11078
- "call-bind": "^1.0.8",
11079
- "call-bound": "^1.0.3",
11080
- "get-intrinsic": "^1.2.6"
11081
- },
11082
- "engines": {
11083
- "node": ">= 0.4"
11084
- },
11085
- "funding": {
11086
- "url": "https://github.com/sponsors/ljharb"
11087
- }
11088
- },
11089
9221
  "node_modules/is-arrayish": {
11090
9222
  "version": "0.2.1",
11091
9223
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
11092
9224
  "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
11093
9225
  },
11094
- "node_modules/is-async-function": {
11095
- "version": "2.1.1",
11096
- "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
11097
- "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
11098
- "dev": true,
11099
- "license": "MIT",
11100
- "dependencies": {
11101
- "async-function": "^1.0.0",
11102
- "call-bound": "^1.0.3",
11103
- "get-proto": "^1.0.1",
11104
- "has-tostringtag": "^1.0.2",
11105
- "safe-regex-test": "^1.1.0"
11106
- },
11107
- "engines": {
11108
- "node": ">= 0.4"
11109
- },
11110
- "funding": {
11111
- "url": "https://github.com/sponsors/ljharb"
11112
- }
11113
- },
11114
- "node_modules/is-bigint": {
11115
- "version": "1.1.0",
11116
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
11117
- "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
11118
- "dev": true,
11119
- "license": "MIT",
11120
- "dependencies": {
11121
- "has-bigints": "^1.0.2"
11122
- },
11123
- "engines": {
11124
- "node": ">= 0.4"
11125
- },
11126
- "funding": {
11127
- "url": "https://github.com/sponsors/ljharb"
11128
- }
11129
- },
11130
9226
  "node_modules/is-binary-path": {
11131
9227
  "version": "2.1.0",
11132
9228
  "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@@ -11139,47 +9235,6 @@
11139
9235
  "node": ">=8"
11140
9236
  }
11141
9237
  },
11142
- "node_modules/is-boolean-object": {
11143
- "version": "1.2.2",
11144
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
11145
- "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
11146
- "dev": true,
11147
- "license": "MIT",
11148
- "dependencies": {
11149
- "call-bound": "^1.0.3",
11150
- "has-tostringtag": "^1.0.2"
11151
- },
11152
- "engines": {
11153
- "node": ">= 0.4"
11154
- },
11155
- "funding": {
11156
- "url": "https://github.com/sponsors/ljharb"
11157
- }
11158
- },
11159
- "node_modules/is-bun-module": {
11160
- "version": "1.3.0",
11161
- "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-1.3.0.tgz",
11162
- "integrity": "sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==",
11163
- "dev": true,
11164
- "license": "MIT",
11165
- "peer": true,
11166
- "dependencies": {
11167
- "semver": "^7.6.3"
11168
- }
11169
- },
11170
- "node_modules/is-callable": {
11171
- "version": "1.2.7",
11172
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
11173
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
11174
- "dev": true,
11175
- "license": "MIT",
11176
- "engines": {
11177
- "node": ">= 0.4"
11178
- },
11179
- "funding": {
11180
- "url": "https://github.com/sponsors/ljharb"
11181
- }
11182
- },
11183
9238
  "node_modules/is-ci": {
11184
9239
  "version": "3.0.1",
11185
9240
  "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz",
@@ -11193,50 +9248,11 @@
11193
9248
  }
11194
9249
  },
11195
9250
  "node_modules/is-core-module": {
11196
- "version": "2.16.1",
11197
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
11198
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
11199
- "license": "MIT",
11200
- "dependencies": {
11201
- "hasown": "^2.0.2"
11202
- },
11203
- "engines": {
11204
- "node": ">= 0.4"
11205
- },
11206
- "funding": {
11207
- "url": "https://github.com/sponsors/ljharb"
11208
- }
11209
- },
11210
- "node_modules/is-data-view": {
11211
- "version": "1.0.2",
11212
- "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
11213
- "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
11214
- "dev": true,
11215
- "license": "MIT",
11216
- "dependencies": {
11217
- "call-bound": "^1.0.2",
11218
- "get-intrinsic": "^1.2.6",
11219
- "is-typed-array": "^1.1.13"
11220
- },
11221
- "engines": {
11222
- "node": ">= 0.4"
11223
- },
11224
- "funding": {
11225
- "url": "https://github.com/sponsors/ljharb"
11226
- }
11227
- },
11228
- "node_modules/is-date-object": {
11229
- "version": "1.1.0",
11230
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
11231
- "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
11232
- "dev": true,
11233
- "license": "MIT",
9251
+ "version": "2.13.1",
9252
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
9253
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
11234
9254
  "dependencies": {
11235
- "call-bound": "^1.0.2",
11236
- "has-tostringtag": "^1.0.2"
11237
- },
11238
- "engines": {
11239
- "node": ">= 0.4"
9255
+ "hasown": "^2.0.0"
11240
9256
  },
11241
9257
  "funding": {
11242
9258
  "url": "https://github.com/sponsors/ljharb"
@@ -11277,25 +9293,9 @@
11277
9293
  "node_modules/is-extglob": {
11278
9294
  "version": "2.1.1",
11279
9295
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
11280
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
11281
- "engines": {
11282
- "node": ">=0.10.0"
11283
- }
11284
- },
11285
- "node_modules/is-finalizationregistry": {
11286
- "version": "1.1.1",
11287
- "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
11288
- "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
11289
- "dev": true,
11290
- "license": "MIT",
11291
- "dependencies": {
11292
- "call-bound": "^1.0.3"
11293
- },
9296
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
11294
9297
  "engines": {
11295
- "node": ">= 0.4"
11296
- },
11297
- "funding": {
11298
- "url": "https://github.com/sponsors/ljharb"
9298
+ "node": ">=0.10.0"
11299
9299
  }
11300
9300
  },
11301
9301
  "node_modules/is-fullwidth-code-point": {
@@ -11307,25 +9307,6 @@
11307
9307
  "node": ">=8"
11308
9308
  }
11309
9309
  },
11310
- "node_modules/is-generator-function": {
11311
- "version": "1.1.0",
11312
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
11313
- "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
11314
- "dev": true,
11315
- "license": "MIT",
11316
- "dependencies": {
11317
- "call-bound": "^1.0.3",
11318
- "get-proto": "^1.0.0",
11319
- "has-tostringtag": "^1.0.2",
11320
- "safe-regex-test": "^1.1.0"
11321
- },
11322
- "engines": {
11323
- "node": ">= 0.4"
11324
- },
11325
- "funding": {
11326
- "url": "https://github.com/sponsors/ljharb"
11327
- }
11328
- },
11329
9310
  "node_modules/is-glob": {
11330
9311
  "version": "4.0.3",
11331
9312
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -11362,19 +9343,6 @@
11362
9343
  "url": "https://github.com/sponsors/sindresorhus"
11363
9344
  }
11364
9345
  },
11365
- "node_modules/is-map": {
11366
- "version": "2.0.3",
11367
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
11368
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
11369
- "dev": true,
11370
- "license": "MIT",
11371
- "engines": {
11372
- "node": ">= 0.4"
11373
- },
11374
- "funding": {
11375
- "url": "https://github.com/sponsors/ljharb"
11376
- }
11377
- },
11378
9346
  "node_modules/is-npm": {
11379
9347
  "version": "6.0.0",
11380
9348
  "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
@@ -11395,23 +9363,6 @@
11395
9363
  "node": ">=0.12.0"
11396
9364
  }
11397
9365
  },
11398
- "node_modules/is-number-object": {
11399
- "version": "1.1.1",
11400
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
11401
- "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
11402
- "dev": true,
11403
- "license": "MIT",
11404
- "dependencies": {
11405
- "call-bound": "^1.0.3",
11406
- "has-tostringtag": "^1.0.2"
11407
- },
11408
- "engines": {
11409
- "node": ">= 0.4"
11410
- },
11411
- "funding": {
11412
- "url": "https://github.com/sponsors/ljharb"
11413
- }
11414
- },
11415
9366
  "node_modules/is-obj": {
11416
9367
  "version": "1.0.1",
11417
9368
  "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
@@ -11458,25 +9409,6 @@
11458
9409
  "@types/estree": "*"
11459
9410
  }
11460
9411
  },
11461
- "node_modules/is-regex": {
11462
- "version": "1.2.1",
11463
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
11464
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
11465
- "dev": true,
11466
- "license": "MIT",
11467
- "dependencies": {
11468
- "call-bound": "^1.0.2",
11469
- "gopd": "^1.2.0",
11470
- "has-tostringtag": "^1.0.2",
11471
- "hasown": "^2.0.2"
11472
- },
11473
- "engines": {
11474
- "node": ">= 0.4"
11475
- },
11476
- "funding": {
11477
- "url": "https://github.com/sponsors/ljharb"
11478
- }
11479
- },
11480
9412
  "node_modules/is-regexp": {
11481
9413
  "version": "1.0.0",
11482
9414
  "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
@@ -11495,35 +9427,6 @@
11495
9427
  "node": ">=6"
11496
9428
  }
11497
9429
  },
11498
- "node_modules/is-set": {
11499
- "version": "2.0.3",
11500
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
11501
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
11502
- "dev": true,
11503
- "license": "MIT",
11504
- "engines": {
11505
- "node": ">= 0.4"
11506
- },
11507
- "funding": {
11508
- "url": "https://github.com/sponsors/ljharb"
11509
- }
11510
- },
11511
- "node_modules/is-shared-array-buffer": {
11512
- "version": "1.0.4",
11513
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
11514
- "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
11515
- "dev": true,
11516
- "license": "MIT",
11517
- "dependencies": {
11518
- "call-bound": "^1.0.3"
11519
- },
11520
- "engines": {
11521
- "node": ">= 0.4"
11522
- },
11523
- "funding": {
11524
- "url": "https://github.com/sponsors/ljharb"
11525
- }
11526
- },
11527
9430
  "node_modules/is-stream": {
11528
9431
  "version": "2.0.1",
11529
9432
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -11536,109 +9439,12 @@
11536
9439
  "url": "https://github.com/sponsors/sindresorhus"
11537
9440
  }
11538
9441
  },
11539
- "node_modules/is-string": {
11540
- "version": "1.1.1",
11541
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
11542
- "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
11543
- "dev": true,
11544
- "license": "MIT",
11545
- "dependencies": {
11546
- "call-bound": "^1.0.3",
11547
- "has-tostringtag": "^1.0.2"
11548
- },
11549
- "engines": {
11550
- "node": ">= 0.4"
11551
- },
11552
- "funding": {
11553
- "url": "https://github.com/sponsors/ljharb"
11554
- }
11555
- },
11556
- "node_modules/is-symbol": {
11557
- "version": "1.1.1",
11558
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
11559
- "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
11560
- "dev": true,
11561
- "license": "MIT",
11562
- "dependencies": {
11563
- "call-bound": "^1.0.2",
11564
- "has-symbols": "^1.1.0",
11565
- "safe-regex-test": "^1.1.0"
11566
- },
11567
- "engines": {
11568
- "node": ">= 0.4"
11569
- },
11570
- "funding": {
11571
- "url": "https://github.com/sponsors/ljharb"
11572
- }
11573
- },
11574
- "node_modules/is-typed-array": {
11575
- "version": "1.1.15",
11576
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
11577
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
11578
- "dev": true,
11579
- "license": "MIT",
11580
- "dependencies": {
11581
- "which-typed-array": "^1.1.16"
11582
- },
11583
- "engines": {
11584
- "node": ">= 0.4"
11585
- },
11586
- "funding": {
11587
- "url": "https://github.com/sponsors/ljharb"
11588
- }
11589
- },
11590
9442
  "node_modules/is-typedarray": {
11591
9443
  "version": "1.0.0",
11592
9444
  "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
11593
9445
  "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
11594
9446
  "license": "MIT"
11595
9447
  },
11596
- "node_modules/is-weakmap": {
11597
- "version": "2.0.2",
11598
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
11599
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
11600
- "dev": true,
11601
- "license": "MIT",
11602
- "engines": {
11603
- "node": ">= 0.4"
11604
- },
11605
- "funding": {
11606
- "url": "https://github.com/sponsors/ljharb"
11607
- }
11608
- },
11609
- "node_modules/is-weakref": {
11610
- "version": "1.1.1",
11611
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
11612
- "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
11613
- "dev": true,
11614
- "license": "MIT",
11615
- "dependencies": {
11616
- "call-bound": "^1.0.3"
11617
- },
11618
- "engines": {
11619
- "node": ">= 0.4"
11620
- },
11621
- "funding": {
11622
- "url": "https://github.com/sponsors/ljharb"
11623
- }
11624
- },
11625
- "node_modules/is-weakset": {
11626
- "version": "2.0.4",
11627
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
11628
- "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
11629
- "dev": true,
11630
- "license": "MIT",
11631
- "dependencies": {
11632
- "call-bound": "^1.0.3",
11633
- "get-intrinsic": "^1.2.6"
11634
- },
11635
- "engines": {
11636
- "node": ">= 0.4"
11637
- },
11638
- "funding": {
11639
- "url": "https://github.com/sponsors/ljharb"
11640
- }
11641
- },
11642
9448
  "node_modules/is-wsl": {
11643
9449
  "version": "2.2.0",
11644
9450
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
@@ -11679,24 +9485,6 @@
11679
9485
  "node": ">=0.10.0"
11680
9486
  }
11681
9487
  },
11682
- "node_modules/iterator.prototype": {
11683
- "version": "1.1.5",
11684
- "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
11685
- "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
11686
- "dev": true,
11687
- "license": "MIT",
11688
- "dependencies": {
11689
- "define-data-property": "^1.1.4",
11690
- "es-object-atoms": "^1.0.0",
11691
- "get-intrinsic": "^1.2.6",
11692
- "get-proto": "^1.0.0",
11693
- "has-symbols": "^1.1.0",
11694
- "set-function-name": "^2.0.2"
11695
- },
11696
- "engines": {
11697
- "node": ">= 0.4"
11698
- }
11699
- },
11700
9488
  "node_modules/jest-util": {
11701
9489
  "version": "29.7.0",
11702
9490
  "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
@@ -11809,13 +9597,6 @@
11809
9597
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
11810
9598
  "license": "MIT"
11811
9599
  },
11812
- "node_modules/json-stable-stringify-without-jsonify": {
11813
- "version": "1.0.1",
11814
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
11815
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
11816
- "devOptional": true,
11817
- "license": "MIT"
11818
- },
11819
9600
  "node_modules/json5": {
11820
9601
  "version": "2.2.3",
11821
9602
  "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
@@ -11838,22 +9619,6 @@
11838
9619
  "graceful-fs": "^4.1.6"
11839
9620
  }
11840
9621
  },
11841
- "node_modules/jsx-ast-utils": {
11842
- "version": "3.3.5",
11843
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
11844
- "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
11845
- "dev": true,
11846
- "license": "MIT",
11847
- "dependencies": {
11848
- "array-includes": "^3.1.6",
11849
- "array.prototype.flat": "^1.3.1",
11850
- "object.assign": "^4.1.4",
11851
- "object.values": "^1.1.6"
11852
- },
11853
- "engines": {
11854
- "node": ">=4.0"
11855
- }
11856
- },
11857
9622
  "node_modules/keyv": {
11858
9623
  "version": "4.5.4",
11859
9624
  "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
@@ -11879,28 +9644,6 @@
11879
9644
  "node": ">=6"
11880
9645
  }
11881
9646
  },
11882
- "node_modules/language-subtag-registry": {
11883
- "version": "0.3.23",
11884
- "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
11885
- "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
11886
- "dev": true,
11887
- "license": "CC0-1.0",
11888
- "peer": true
11889
- },
11890
- "node_modules/language-tags": {
11891
- "version": "1.0.9",
11892
- "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
11893
- "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
11894
- "dev": true,
11895
- "license": "MIT",
11896
- "peer": true,
11897
- "dependencies": {
11898
- "language-subtag-registry": "^0.3.20"
11899
- },
11900
- "engines": {
11901
- "node": ">=0.10"
11902
- }
11903
- },
11904
9647
  "node_modules/latest-version": {
11905
9648
  "version": "7.0.0",
11906
9649
  "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz",
@@ -11935,20 +9678,6 @@
11935
9678
  "node": ">=6"
11936
9679
  }
11937
9680
  },
11938
- "node_modules/levn": {
11939
- "version": "0.4.1",
11940
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
11941
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
11942
- "devOptional": true,
11943
- "license": "MIT",
11944
- "dependencies": {
11945
- "prelude-ls": "^1.2.1",
11946
- "type-check": "~0.4.0"
11947
- },
11948
- "engines": {
11949
- "node": ">= 0.8.0"
11950
- }
11951
- },
11952
9681
  "node_modules/lilconfig": {
11953
9682
  "version": "3.1.3",
11954
9683
  "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
@@ -12019,13 +9748,6 @@
12019
9748
  "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
12020
9749
  "license": "MIT"
12021
9750
  },
12022
- "node_modules/lodash.merge": {
12023
- "version": "4.6.2",
12024
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
12025
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
12026
- "devOptional": true,
12027
- "license": "MIT"
12028
- },
12029
9751
  "node_modules/lodash.uniq": {
12030
9752
  "version": "4.5.0",
12031
9753
  "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
@@ -12161,10 +9883,9 @@
12161
9883
  }
12162
9884
  },
12163
9885
  "node_modules/mdast-util-from-markdown": {
12164
- "version": "2.0.2",
12165
- "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
12166
- "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
12167
- "license": "MIT",
9886
+ "version": "2.0.0",
9887
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz",
9888
+ "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==",
12168
9889
  "dependencies": {
12169
9890
  "@types/mdast": "^4.0.0",
12170
9891
  "@types/unist": "^3.0.0",
@@ -14419,13 +12140,6 @@
14419
12140
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
14420
12141
  }
14421
12142
  },
14422
- "node_modules/natural-compare": {
14423
- "version": "1.4.0",
14424
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
14425
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
14426
- "devOptional": true,
14427
- "license": "MIT"
14428
- },
14429
12143
  "node_modules/negotiator": {
14430
12144
  "version": "0.6.4",
14431
12145
  "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
@@ -14636,86 +12350,18 @@
14636
12350
  "node": ">= 0.4"
14637
12351
  }
14638
12352
  },
14639
- "node_modules/object.assign": {
14640
- "version": "4.1.7",
14641
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
14642
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
14643
- "license": "MIT",
14644
- "dependencies": {
14645
- "call-bind": "^1.0.8",
14646
- "call-bound": "^1.0.3",
14647
- "define-properties": "^1.2.1",
14648
- "es-object-atoms": "^1.0.0",
14649
- "has-symbols": "^1.1.0",
14650
- "object-keys": "^1.1.1"
14651
- },
14652
- "engines": {
14653
- "node": ">= 0.4"
14654
- },
14655
- "funding": {
14656
- "url": "https://github.com/sponsors/ljharb"
14657
- }
14658
- },
14659
- "node_modules/object.entries": {
14660
- "version": "1.1.8",
14661
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
14662
- "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
14663
- "dev": true,
14664
- "license": "MIT",
14665
- "dependencies": {
14666
- "call-bind": "^1.0.7",
14667
- "define-properties": "^1.2.1",
14668
- "es-object-atoms": "^1.0.0"
14669
- },
14670
- "engines": {
14671
- "node": ">= 0.4"
14672
- }
14673
- },
14674
- "node_modules/object.fromentries": {
14675
- "version": "2.0.8",
14676
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
14677
- "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
14678
- "dev": true,
14679
- "license": "MIT",
14680
- "dependencies": {
14681
- "call-bind": "^1.0.7",
14682
- "define-properties": "^1.2.1",
14683
- "es-abstract": "^1.23.2",
14684
- "es-object-atoms": "^1.0.0"
14685
- },
14686
- "engines": {
14687
- "node": ">= 0.4"
14688
- },
14689
- "funding": {
14690
- "url": "https://github.com/sponsors/ljharb"
14691
- }
14692
- },
14693
- "node_modules/object.groupby": {
14694
- "version": "1.0.3",
14695
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
14696
- "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
14697
- "dev": true,
14698
- "license": "MIT",
14699
- "dependencies": {
14700
- "call-bind": "^1.0.7",
14701
- "define-properties": "^1.2.1",
14702
- "es-abstract": "^1.23.2"
14703
- },
14704
- "engines": {
14705
- "node": ">= 0.4"
14706
- }
14707
- },
14708
- "node_modules/object.values": {
14709
- "version": "1.2.1",
14710
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
14711
- "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
14712
- "dev": true,
12353
+ "node_modules/object.assign": {
12354
+ "version": "4.1.7",
12355
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
12356
+ "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
14713
12357
  "license": "MIT",
14714
12358
  "dependencies": {
14715
12359
  "call-bind": "^1.0.8",
14716
12360
  "call-bound": "^1.0.3",
14717
12361
  "define-properties": "^1.2.1",
14718
- "es-object-atoms": "^1.0.0"
12362
+ "es-object-atoms": "^1.0.0",
12363
+ "has-symbols": "^1.1.0",
12364
+ "object-keys": "^1.1.1"
14719
12365
  },
14720
12366
  "engines": {
14721
12367
  "node": ">= 0.4"
@@ -14800,42 +12446,6 @@
14800
12446
  "opener": "bin/opener-bin.js"
14801
12447
  }
14802
12448
  },
14803
- "node_modules/optionator": {
14804
- "version": "0.9.4",
14805
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
14806
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
14807
- "devOptional": true,
14808
- "license": "MIT",
14809
- "dependencies": {
14810
- "deep-is": "^0.1.3",
14811
- "fast-levenshtein": "^2.0.6",
14812
- "levn": "^0.4.1",
14813
- "prelude-ls": "^1.2.1",
14814
- "type-check": "^0.4.0",
14815
- "word-wrap": "^1.2.5"
14816
- },
14817
- "engines": {
14818
- "node": ">= 0.8.0"
14819
- }
14820
- },
14821
- "node_modules/own-keys": {
14822
- "version": "1.0.1",
14823
- "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
14824
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
14825
- "dev": true,
14826
- "license": "MIT",
14827
- "dependencies": {
14828
- "get-intrinsic": "^1.2.6",
14829
- "object-keys": "^1.1.1",
14830
- "safe-push-apply": "^1.0.0"
14831
- },
14832
- "engines": {
14833
- "node": ">= 0.4"
14834
- },
14835
- "funding": {
14836
- "url": "https://github.com/sponsors/ljharb"
14837
- }
14838
- },
14839
12449
  "node_modules/p-cancelable": {
14840
12450
  "version": "3.0.0",
14841
12451
  "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
@@ -15209,16 +12819,6 @@
15209
12819
  "node": ">=4"
15210
12820
  }
15211
12821
  },
15212
- "node_modules/possible-typed-array-names": {
15213
- "version": "1.1.0",
15214
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
15215
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
15216
- "dev": true,
15217
- "license": "MIT",
15218
- "engines": {
15219
- "node": ">= 0.4"
15220
- }
15221
- },
15222
12822
  "node_modules/postcss": {
15223
12823
  "version": "8.4.38",
15224
12824
  "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
@@ -16673,46 +14273,6 @@
16673
14273
  "postcss": "^8.4.31"
16674
14274
  }
16675
14275
  },
16676
- "node_modules/prelude-ls": {
16677
- "version": "1.2.1",
16678
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
16679
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
16680
- "devOptional": true,
16681
- "license": "MIT",
16682
- "engines": {
16683
- "node": ">= 0.8.0"
16684
- }
16685
- },
16686
- "node_modules/prettier": {
16687
- "version": "3.5.2",
16688
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
16689
- "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
16690
- "dev": true,
16691
- "license": "MIT",
16692
- "peer": true,
16693
- "bin": {
16694
- "prettier": "bin/prettier.cjs"
16695
- },
16696
- "engines": {
16697
- "node": ">=14"
16698
- },
16699
- "funding": {
16700
- "url": "https://github.com/prettier/prettier?sponsor=1"
16701
- }
16702
- },
16703
- "node_modules/prettier-linter-helpers": {
16704
- "version": "1.0.0",
16705
- "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
16706
- "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
16707
- "dev": true,
16708
- "license": "MIT",
16709
- "dependencies": {
16710
- "fast-diff": "^1.1.2"
16711
- },
16712
- "engines": {
16713
- "node": ">=6.0.0"
16714
- }
16715
- },
16716
14276
  "node_modules/pretty-error": {
16717
14277
  "version": "4.0.0",
16718
14278
  "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
@@ -17267,29 +14827,6 @@
17267
14827
  "node": ">=6.0.0"
17268
14828
  }
17269
14829
  },
17270
- "node_modules/reflect.getprototypeof": {
17271
- "version": "1.0.10",
17272
- "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
17273
- "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
17274
- "dev": true,
17275
- "license": "MIT",
17276
- "dependencies": {
17277
- "call-bind": "^1.0.8",
17278
- "define-properties": "^1.2.1",
17279
- "es-abstract": "^1.23.9",
17280
- "es-errors": "^1.3.0",
17281
- "es-object-atoms": "^1.0.0",
17282
- "get-intrinsic": "^1.2.7",
17283
- "get-proto": "^1.0.1",
17284
- "which-builtin-type": "^1.2.1"
17285
- },
17286
- "engines": {
17287
- "node": ">= 0.4"
17288
- },
17289
- "funding": {
17290
- "url": "https://github.com/sponsors/ljharb"
17291
- }
17292
- },
17293
14830
  "node_modules/regenerate": {
17294
14831
  "version": "1.4.2",
17295
14832
  "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
@@ -17322,27 +14859,6 @@
17322
14859
  "@babel/runtime": "^7.8.4"
17323
14860
  }
17324
14861
  },
17325
- "node_modules/regexp.prototype.flags": {
17326
- "version": "1.5.4",
17327
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
17328
- "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
17329
- "dev": true,
17330
- "license": "MIT",
17331
- "dependencies": {
17332
- "call-bind": "^1.0.8",
17333
- "define-properties": "^1.2.1",
17334
- "es-errors": "^1.3.0",
17335
- "get-proto": "^1.0.1",
17336
- "gopd": "^1.2.0",
17337
- "set-function-name": "^2.0.2"
17338
- },
17339
- "engines": {
17340
- "node": ">= 0.4"
17341
- },
17342
- "funding": {
17343
- "url": "https://github.com/sponsors/ljharb"
17344
- }
17345
- },
17346
14862
  "node_modules/regexpu-core": {
17347
14863
  "version": "6.1.1",
17348
14864
  "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz",
@@ -17721,17 +15237,6 @@
17721
15237
  "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
17722
15238
  "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng=="
17723
15239
  },
17724
- "node_modules/resolve-pkg-maps": {
17725
- "version": "1.0.0",
17726
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
17727
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
17728
- "dev": true,
17729
- "license": "MIT",
17730
- "peer": true,
17731
- "funding": {
17732
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
17733
- }
17734
- },
17735
15240
  "node_modules/responselike": {
17736
15241
  "version": "3.0.0",
17737
15242
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -17821,33 +15326,6 @@
17821
15326
  "queue-microtask": "^1.2.2"
17822
15327
  }
17823
15328
  },
17824
- "node_modules/safe-array-concat": {
17825
- "version": "1.1.3",
17826
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
17827
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
17828
- "dev": true,
17829
- "license": "MIT",
17830
- "dependencies": {
17831
- "call-bind": "^1.0.8",
17832
- "call-bound": "^1.0.2",
17833
- "get-intrinsic": "^1.2.6",
17834
- "has-symbols": "^1.1.0",
17835
- "isarray": "^2.0.5"
17836
- },
17837
- "engines": {
17838
- "node": ">=0.4"
17839
- },
17840
- "funding": {
17841
- "url": "https://github.com/sponsors/ljharb"
17842
- }
17843
- },
17844
- "node_modules/safe-array-concat/node_modules/isarray": {
17845
- "version": "2.0.5",
17846
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
17847
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
17848
- "dev": true,
17849
- "license": "MIT"
17850
- },
17851
15329
  "node_modules/safe-buffer": {
17852
15330
  "version": "5.2.1",
17853
15331
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -17867,48 +15345,6 @@
17867
15345
  }
17868
15346
  ]
17869
15347
  },
17870
- "node_modules/safe-push-apply": {
17871
- "version": "1.0.0",
17872
- "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
17873
- "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
17874
- "dev": true,
17875
- "license": "MIT",
17876
- "dependencies": {
17877
- "es-errors": "^1.3.0",
17878
- "isarray": "^2.0.5"
17879
- },
17880
- "engines": {
17881
- "node": ">= 0.4"
17882
- },
17883
- "funding": {
17884
- "url": "https://github.com/sponsors/ljharb"
17885
- }
17886
- },
17887
- "node_modules/safe-push-apply/node_modules/isarray": {
17888
- "version": "2.0.5",
17889
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
17890
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
17891
- "dev": true,
17892
- "license": "MIT"
17893
- },
17894
- "node_modules/safe-regex-test": {
17895
- "version": "1.1.0",
17896
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
17897
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
17898
- "dev": true,
17899
- "license": "MIT",
17900
- "dependencies": {
17901
- "call-bound": "^1.0.2",
17902
- "es-errors": "^1.3.0",
17903
- "is-regex": "^1.2.1"
17904
- },
17905
- "engines": {
17906
- "node": ">= 0.4"
17907
- },
17908
- "funding": {
17909
- "url": "https://github.com/sponsors/ljharb"
17910
- }
17911
- },
17912
15348
  "node_modules/safer-buffer": {
17913
15349
  "version": "2.1.2",
17914
15350
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
@@ -18212,37 +15648,6 @@
18212
15648
  "node": ">= 0.4"
18213
15649
  }
18214
15650
  },
18215
- "node_modules/set-function-name": {
18216
- "version": "2.0.2",
18217
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
18218
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
18219
- "dev": true,
18220
- "license": "MIT",
18221
- "dependencies": {
18222
- "define-data-property": "^1.1.4",
18223
- "es-errors": "^1.3.0",
18224
- "functions-have-names": "^1.2.3",
18225
- "has-property-descriptors": "^1.0.2"
18226
- },
18227
- "engines": {
18228
- "node": ">= 0.4"
18229
- }
18230
- },
18231
- "node_modules/set-proto": {
18232
- "version": "1.0.0",
18233
- "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
18234
- "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
18235
- "dev": true,
18236
- "license": "MIT",
18237
- "dependencies": {
18238
- "dunder-proto": "^1.0.1",
18239
- "es-errors": "^1.3.0",
18240
- "es-object-atoms": "^1.0.0"
18241
- },
18242
- "engines": {
18243
- "node": ">= 0.4"
18244
- }
18245
- },
18246
15651
  "node_modules/setprototypeof": {
18247
15652
  "version": "1.2.0",
18248
15653
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
@@ -18576,14 +15981,6 @@
18576
15981
  "url": "https://github.com/sponsors/sindresorhus"
18577
15982
  }
18578
15983
  },
18579
- "node_modules/stable-hash": {
18580
- "version": "0.0.4",
18581
- "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
18582
- "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==",
18583
- "dev": true,
18584
- "license": "MIT",
18585
- "peer": true
18586
- },
18587
15984
  "node_modules/statuses": {
18588
15985
  "version": "2.0.1",
18589
15986
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@@ -18610,160 +16007,46 @@
18610
16007
  },
18611
16008
  "node_modules/string-width": {
18612
16009
  "version": "5.1.2",
18613
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
18614
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
18615
- "license": "MIT",
18616
- "dependencies": {
18617
- "eastasianwidth": "^0.2.0",
18618
- "emoji-regex": "^9.2.2",
18619
- "strip-ansi": "^7.0.1"
18620
- },
18621
- "engines": {
18622
- "node": ">=12"
18623
- },
18624
- "funding": {
18625
- "url": "https://github.com/sponsors/sindresorhus"
18626
- }
18627
- },
18628
- "node_modules/string-width/node_modules/ansi-regex": {
18629
- "version": "6.1.0",
18630
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
18631
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
18632
- "license": "MIT",
18633
- "engines": {
18634
- "node": ">=12"
18635
- },
18636
- "funding": {
18637
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
18638
- }
18639
- },
18640
- "node_modules/string-width/node_modules/strip-ansi": {
18641
- "version": "7.1.0",
18642
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
18643
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
18644
- "license": "MIT",
18645
- "dependencies": {
18646
- "ansi-regex": "^6.0.1"
18647
- },
18648
- "engines": {
18649
- "node": ">=12"
18650
- },
18651
- "funding": {
18652
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
18653
- }
18654
- },
18655
- "node_modules/string.prototype.includes": {
18656
- "version": "2.0.1",
18657
- "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
18658
- "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
18659
- "dev": true,
18660
- "license": "MIT",
18661
- "peer": true,
18662
- "dependencies": {
18663
- "call-bind": "^1.0.7",
18664
- "define-properties": "^1.2.1",
18665
- "es-abstract": "^1.23.3"
18666
- },
18667
- "engines": {
18668
- "node": ">= 0.4"
18669
- }
18670
- },
18671
- "node_modules/string.prototype.matchall": {
18672
- "version": "4.0.12",
18673
- "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
18674
- "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
18675
- "dev": true,
18676
- "license": "MIT",
18677
- "dependencies": {
18678
- "call-bind": "^1.0.8",
18679
- "call-bound": "^1.0.3",
18680
- "define-properties": "^1.2.1",
18681
- "es-abstract": "^1.23.6",
18682
- "es-errors": "^1.3.0",
18683
- "es-object-atoms": "^1.0.0",
18684
- "get-intrinsic": "^1.2.6",
18685
- "gopd": "^1.2.0",
18686
- "has-symbols": "^1.1.0",
18687
- "internal-slot": "^1.1.0",
18688
- "regexp.prototype.flags": "^1.5.3",
18689
- "set-function-name": "^2.0.2",
18690
- "side-channel": "^1.1.0"
18691
- },
18692
- "engines": {
18693
- "node": ">= 0.4"
18694
- },
18695
- "funding": {
18696
- "url": "https://github.com/sponsors/ljharb"
18697
- }
18698
- },
18699
- "node_modules/string.prototype.repeat": {
18700
- "version": "1.0.0",
18701
- "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
18702
- "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
18703
- "dev": true,
18704
- "license": "MIT",
18705
- "dependencies": {
18706
- "define-properties": "^1.1.3",
18707
- "es-abstract": "^1.17.5"
18708
- }
18709
- },
18710
- "node_modules/string.prototype.trim": {
18711
- "version": "1.2.10",
18712
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
18713
- "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
18714
- "dev": true,
16010
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
16011
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
18715
16012
  "license": "MIT",
18716
16013
  "dependencies": {
18717
- "call-bind": "^1.0.8",
18718
- "call-bound": "^1.0.2",
18719
- "define-data-property": "^1.1.4",
18720
- "define-properties": "^1.2.1",
18721
- "es-abstract": "^1.23.5",
18722
- "es-object-atoms": "^1.0.0",
18723
- "has-property-descriptors": "^1.0.2"
16014
+ "eastasianwidth": "^0.2.0",
16015
+ "emoji-regex": "^9.2.2",
16016
+ "strip-ansi": "^7.0.1"
18724
16017
  },
18725
16018
  "engines": {
18726
- "node": ">= 0.4"
16019
+ "node": ">=12"
18727
16020
  },
18728
16021
  "funding": {
18729
- "url": "https://github.com/sponsors/ljharb"
16022
+ "url": "https://github.com/sponsors/sindresorhus"
18730
16023
  }
18731
16024
  },
18732
- "node_modules/string.prototype.trimend": {
18733
- "version": "1.0.9",
18734
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
18735
- "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
18736
- "dev": true,
16025
+ "node_modules/string-width/node_modules/ansi-regex": {
16026
+ "version": "6.1.0",
16027
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
16028
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
18737
16029
  "license": "MIT",
18738
- "dependencies": {
18739
- "call-bind": "^1.0.8",
18740
- "call-bound": "^1.0.2",
18741
- "define-properties": "^1.2.1",
18742
- "es-object-atoms": "^1.0.0"
18743
- },
18744
16030
  "engines": {
18745
- "node": ">= 0.4"
16031
+ "node": ">=12"
18746
16032
  },
18747
16033
  "funding": {
18748
- "url": "https://github.com/sponsors/ljharb"
16034
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
18749
16035
  }
18750
16036
  },
18751
- "node_modules/string.prototype.trimstart": {
18752
- "version": "1.0.8",
18753
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
18754
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
18755
- "dev": true,
16037
+ "node_modules/string-width/node_modules/strip-ansi": {
16038
+ "version": "7.1.0",
16039
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
16040
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
18756
16041
  "license": "MIT",
18757
16042
  "dependencies": {
18758
- "call-bind": "^1.0.7",
18759
- "define-properties": "^1.2.1",
18760
- "es-object-atoms": "^1.0.0"
16043
+ "ansi-regex": "^6.0.1"
18761
16044
  },
18762
16045
  "engines": {
18763
- "node": ">= 0.4"
16046
+ "node": ">=12"
18764
16047
  },
18765
16048
  "funding": {
18766
- "url": "https://github.com/sponsors/ljharb"
16049
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
18767
16050
  }
18768
16051
  },
18769
16052
  "node_modules/stringify-entities": {
@@ -18805,16 +16088,6 @@
18805
16088
  "node": ">=8"
18806
16089
  }
18807
16090
  },
18808
- "node_modules/strip-bom": {
18809
- "version": "3.0.0",
18810
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
18811
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
18812
- "dev": true,
18813
- "license": "MIT",
18814
- "engines": {
18815
- "node": ">=4"
18816
- }
18817
- },
18818
16091
  "node_modules/strip-bom-string": {
18819
16092
  "version": "1.0.0",
18820
16093
  "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
@@ -18928,23 +16201,6 @@
18928
16201
  "node": ">= 10"
18929
16202
  }
18930
16203
  },
18931
- "node_modules/synckit": {
18932
- "version": "0.9.2",
18933
- "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz",
18934
- "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==",
18935
- "dev": true,
18936
- "license": "MIT",
18937
- "dependencies": {
18938
- "@pkgr/core": "^0.1.0",
18939
- "tslib": "^2.6.2"
18940
- },
18941
- "engines": {
18942
- "node": "^14.18.0 || >=16.0.0"
18943
- },
18944
- "funding": {
18945
- "url": "https://opencollective.com/unts"
18946
- }
18947
- },
18948
16204
  "node_modules/tapable": {
18949
16205
  "version": "2.2.1",
18950
16206
  "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
@@ -19102,54 +16358,6 @@
19102
16358
  "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
19103
16359
  "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
19104
16360
  },
19105
- "node_modules/tinyglobby": {
19106
- "version": "0.2.12",
19107
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz",
19108
- "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
19109
- "dev": true,
19110
- "license": "MIT",
19111
- "peer": true,
19112
- "dependencies": {
19113
- "fdir": "^6.4.3",
19114
- "picomatch": "^4.0.2"
19115
- },
19116
- "engines": {
19117
- "node": ">=12.0.0"
19118
- },
19119
- "funding": {
19120
- "url": "https://github.com/sponsors/SuperchupuDev"
19121
- }
19122
- },
19123
- "node_modules/tinyglobby/node_modules/fdir": {
19124
- "version": "6.4.3",
19125
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
19126
- "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
19127
- "dev": true,
19128
- "license": "MIT",
19129
- "peer": true,
19130
- "peerDependencies": {
19131
- "picomatch": "^3 || ^4"
19132
- },
19133
- "peerDependenciesMeta": {
19134
- "picomatch": {
19135
- "optional": true
19136
- }
19137
- }
19138
- },
19139
- "node_modules/tinyglobby/node_modules/picomatch": {
19140
- "version": "4.0.2",
19141
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
19142
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
19143
- "dev": true,
19144
- "license": "MIT",
19145
- "peer": true,
19146
- "engines": {
19147
- "node": ">=12"
19148
- },
19149
- "funding": {
19150
- "url": "https://github.com/sponsors/jonschlinkert"
19151
- }
19152
- },
19153
16361
  "node_modules/to-regex-range": {
19154
16362
  "version": "5.0.1",
19155
16363
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -19197,63 +16405,11 @@
19197
16405
  "url": "https://github.com/sponsors/wooorm"
19198
16406
  }
19199
16407
  },
19200
- "node_modules/ts-api-utils": {
19201
- "version": "2.0.1",
19202
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
19203
- "integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
19204
- "dev": true,
19205
- "license": "MIT",
19206
- "engines": {
19207
- "node": ">=18.12"
19208
- },
19209
- "peerDependencies": {
19210
- "typescript": ">=4.8.4"
19211
- }
19212
- },
19213
- "node_modules/tsconfig-paths": {
19214
- "version": "3.15.0",
19215
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
19216
- "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
19217
- "dev": true,
19218
- "license": "MIT",
19219
- "dependencies": {
19220
- "@types/json5": "^0.0.29",
19221
- "json5": "^1.0.2",
19222
- "minimist": "^1.2.6",
19223
- "strip-bom": "^3.0.0"
19224
- }
19225
- },
19226
- "node_modules/tsconfig-paths/node_modules/json5": {
19227
- "version": "1.0.2",
19228
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
19229
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
19230
- "dev": true,
19231
- "license": "MIT",
19232
- "dependencies": {
19233
- "minimist": "^1.2.0"
19234
- },
19235
- "bin": {
19236
- "json5": "lib/cli.js"
19237
- }
19238
- },
19239
16408
  "node_modules/tslib": {
19240
16409
  "version": "2.6.2",
19241
16410
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
19242
16411
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
19243
16412
  },
19244
- "node_modules/type-check": {
19245
- "version": "0.4.0",
19246
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
19247
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
19248
- "devOptional": true,
19249
- "license": "MIT",
19250
- "dependencies": {
19251
- "prelude-ls": "^1.2.1"
19252
- },
19253
- "engines": {
19254
- "node": ">= 0.8.0"
19255
- }
19256
- },
19257
16413
  "node_modules/type-fest": {
19258
16414
  "version": "2.19.0",
19259
16415
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
@@ -19300,84 +16456,6 @@
19300
16456
  "node": ">= 0.6"
19301
16457
  }
19302
16458
  },
19303
- "node_modules/typed-array-buffer": {
19304
- "version": "1.0.3",
19305
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
19306
- "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
19307
- "dev": true,
19308
- "license": "MIT",
19309
- "dependencies": {
19310
- "call-bound": "^1.0.3",
19311
- "es-errors": "^1.3.0",
19312
- "is-typed-array": "^1.1.14"
19313
- },
19314
- "engines": {
19315
- "node": ">= 0.4"
19316
- }
19317
- },
19318
- "node_modules/typed-array-byte-length": {
19319
- "version": "1.0.3",
19320
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
19321
- "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
19322
- "dev": true,
19323
- "license": "MIT",
19324
- "dependencies": {
19325
- "call-bind": "^1.0.8",
19326
- "for-each": "^0.3.3",
19327
- "gopd": "^1.2.0",
19328
- "has-proto": "^1.2.0",
19329
- "is-typed-array": "^1.1.14"
19330
- },
19331
- "engines": {
19332
- "node": ">= 0.4"
19333
- },
19334
- "funding": {
19335
- "url": "https://github.com/sponsors/ljharb"
19336
- }
19337
- },
19338
- "node_modules/typed-array-byte-offset": {
19339
- "version": "1.0.4",
19340
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
19341
- "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
19342
- "dev": true,
19343
- "license": "MIT",
19344
- "dependencies": {
19345
- "available-typed-arrays": "^1.0.7",
19346
- "call-bind": "^1.0.8",
19347
- "for-each": "^0.3.3",
19348
- "gopd": "^1.2.0",
19349
- "has-proto": "^1.2.0",
19350
- "is-typed-array": "^1.1.15",
19351
- "reflect.getprototypeof": "^1.0.9"
19352
- },
19353
- "engines": {
19354
- "node": ">= 0.4"
19355
- },
19356
- "funding": {
19357
- "url": "https://github.com/sponsors/ljharb"
19358
- }
19359
- },
19360
- "node_modules/typed-array-length": {
19361
- "version": "1.0.7",
19362
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
19363
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
19364
- "dev": true,
19365
- "license": "MIT",
19366
- "dependencies": {
19367
- "call-bind": "^1.0.7",
19368
- "for-each": "^0.3.3",
19369
- "gopd": "^1.0.1",
19370
- "is-typed-array": "^1.1.13",
19371
- "possible-typed-array-names": "^1.0.0",
19372
- "reflect.getprototypeof": "^1.0.6"
19373
- },
19374
- "engines": {
19375
- "node": ">= 0.4"
19376
- },
19377
- "funding": {
19378
- "url": "https://github.com/sponsors/ljharb"
19379
- }
19380
- },
19381
16459
  "node_modules/typedarray-to-buffer": {
19382
16460
  "version": "3.1.5",
19383
16461
  "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
@@ -19388,9 +16466,9 @@
19388
16466
  }
19389
16467
  },
19390
16468
  "node_modules/typescript": {
19391
- "version": "5.7.3",
19392
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
19393
- "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
16469
+ "version": "5.8.2",
16470
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
16471
+ "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
19394
16472
  "license": "Apache-2.0",
19395
16473
  "bin": {
19396
16474
  "tsc": "bin/tsc",
@@ -19400,48 +16478,6 @@
19400
16478
  "node": ">=14.17"
19401
16479
  }
19402
16480
  },
19403
- "node_modules/typescript-eslint": {
19404
- "version": "8.25.0",
19405
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.25.0.tgz",
19406
- "integrity": "sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==",
19407
- "dev": true,
19408
- "license": "MIT",
19409
- "dependencies": {
19410
- "@typescript-eslint/eslint-plugin": "8.25.0",
19411
- "@typescript-eslint/parser": "8.25.0",
19412
- "@typescript-eslint/utils": "8.25.0"
19413
- },
19414
- "engines": {
19415
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
19416
- },
19417
- "funding": {
19418
- "type": "opencollective",
19419
- "url": "https://opencollective.com/typescript-eslint"
19420
- },
19421
- "peerDependencies": {
19422
- "eslint": "^8.57.0 || ^9.0.0",
19423
- "typescript": ">=4.8.4 <5.8.0"
19424
- }
19425
- },
19426
- "node_modules/unbox-primitive": {
19427
- "version": "1.1.0",
19428
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
19429
- "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
19430
- "dev": true,
19431
- "license": "MIT",
19432
- "dependencies": {
19433
- "call-bound": "^1.0.3",
19434
- "has-bigints": "^1.0.2",
19435
- "has-symbols": "^1.1.0",
19436
- "which-boxed-primitive": "^1.1.1"
19437
- },
19438
- "engines": {
19439
- "node": ">= 0.4"
19440
- },
19441
- "funding": {
19442
- "url": "https://github.com/sponsors/ljharb"
19443
- }
19444
- },
19445
16481
  "node_modules/undici-types": {
19446
16482
  "version": "5.26.5",
19447
16483
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@@ -20379,101 +17415,6 @@
20379
17415
  "node": ">= 8"
20380
17416
  }
20381
17417
  },
20382
- "node_modules/which-boxed-primitive": {
20383
- "version": "1.1.1",
20384
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
20385
- "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
20386
- "dev": true,
20387
- "license": "MIT",
20388
- "dependencies": {
20389
- "is-bigint": "^1.1.0",
20390
- "is-boolean-object": "^1.2.1",
20391
- "is-number-object": "^1.1.1",
20392
- "is-string": "^1.1.1",
20393
- "is-symbol": "^1.1.1"
20394
- },
20395
- "engines": {
20396
- "node": ">= 0.4"
20397
- },
20398
- "funding": {
20399
- "url": "https://github.com/sponsors/ljharb"
20400
- }
20401
- },
20402
- "node_modules/which-builtin-type": {
20403
- "version": "1.2.1",
20404
- "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
20405
- "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
20406
- "dev": true,
20407
- "license": "MIT",
20408
- "dependencies": {
20409
- "call-bound": "^1.0.2",
20410
- "function.prototype.name": "^1.1.6",
20411
- "has-tostringtag": "^1.0.2",
20412
- "is-async-function": "^2.0.0",
20413
- "is-date-object": "^1.1.0",
20414
- "is-finalizationregistry": "^1.1.0",
20415
- "is-generator-function": "^1.0.10",
20416
- "is-regex": "^1.2.1",
20417
- "is-weakref": "^1.0.2",
20418
- "isarray": "^2.0.5",
20419
- "which-boxed-primitive": "^1.1.0",
20420
- "which-collection": "^1.0.2",
20421
- "which-typed-array": "^1.1.16"
20422
- },
20423
- "engines": {
20424
- "node": ">= 0.4"
20425
- },
20426
- "funding": {
20427
- "url": "https://github.com/sponsors/ljharb"
20428
- }
20429
- },
20430
- "node_modules/which-builtin-type/node_modules/isarray": {
20431
- "version": "2.0.5",
20432
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
20433
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
20434
- "dev": true,
20435
- "license": "MIT"
20436
- },
20437
- "node_modules/which-collection": {
20438
- "version": "1.0.2",
20439
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
20440
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
20441
- "dev": true,
20442
- "license": "MIT",
20443
- "dependencies": {
20444
- "is-map": "^2.0.3",
20445
- "is-set": "^2.0.3",
20446
- "is-weakmap": "^2.0.2",
20447
- "is-weakset": "^2.0.3"
20448
- },
20449
- "engines": {
20450
- "node": ">= 0.4"
20451
- },
20452
- "funding": {
20453
- "url": "https://github.com/sponsors/ljharb"
20454
- }
20455
- },
20456
- "node_modules/which-typed-array": {
20457
- "version": "1.1.18",
20458
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
20459
- "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
20460
- "dev": true,
20461
- "license": "MIT",
20462
- "dependencies": {
20463
- "available-typed-arrays": "^1.0.7",
20464
- "call-bind": "^1.0.8",
20465
- "call-bound": "^1.0.3",
20466
- "for-each": "^0.3.3",
20467
- "gopd": "^1.2.0",
20468
- "has-tostringtag": "^1.0.2"
20469
- },
20470
- "engines": {
20471
- "node": ">= 0.4"
20472
- },
20473
- "funding": {
20474
- "url": "https://github.com/sponsors/ljharb"
20475
- }
20476
- },
20477
17418
  "node_modules/widest-line": {
20478
17419
  "version": "4.0.1",
20479
17420
  "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz",
@@ -20494,16 +17435,6 @@
20494
17435
  "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
20495
17436
  "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ=="
20496
17437
  },
20497
- "node_modules/word-wrap": {
20498
- "version": "1.2.5",
20499
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
20500
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
20501
- "devOptional": true,
20502
- "license": "MIT",
20503
- "engines": {
20504
- "node": ">=0.10.0"
20505
- }
20506
- },
20507
17438
  "node_modules/wrap-ansi": {
20508
17439
  "version": "8.1.0",
20509
17440
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",