eslint-plugin-primer-react 6.2.0-rc.2c85052 → 7.0.0-rc.414f409
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.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/docs/rules/a11y-use-accessible-tooltip.md +47 -0
- package/docs/rules/enforce-css-module-default-import.md +53 -0
- package/package-lock.json +39 -536
- package/package.json +1 -1
- package/src/configs/recommended.js +2 -1
- package/src/index.js +2 -1
- package/src/rules/__tests__/a11y-use-accessible-tooltip.test.js +59 -0
- package/src/rules/__tests__/enforce-css-module-default-import.js +88 -0
- package/src/rules/__tests__/enforce-css-module-identifier-casing.test.js +10 -0
- package/src/rules/a11y-use-accessible-tooltip.js +148 -0
- package/src/rules/enforce-css-module-default-import.js +62 -0
- package/src/rules/enforce-css-module-identifier-casing.js +12 -2
- package/src/utils/css-modules.js +2 -2
- package/docs/rules/a11y-use-next-tooltip.md +0 -33
- package/src/rules/__tests__/a11y-use-next-tooltip.test.js +0 -61
- package/src/rules/a11y-use-next-tooltip.js +0 -128
package/package-lock.json
CHANGED
|
@@ -2540,11 +2540,11 @@
|
|
|
2540
2540
|
}
|
|
2541
2541
|
},
|
|
2542
2542
|
"node_modules/aria-query": {
|
|
2543
|
-
"version": "5.3.
|
|
2544
|
-
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.
|
|
2545
|
-
"integrity": "sha512-
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2543
|
+
"version": "5.3.2",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
|
|
2545
|
+
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
|
|
2546
|
+
"engines": {
|
|
2547
|
+
"node": ">= 0.4"
|
|
2548
2548
|
}
|
|
2549
2549
|
},
|
|
2550
2550
|
"node_modules/array-buffer-byte-length": {
|
|
@@ -3154,37 +3154,6 @@
|
|
|
3154
3154
|
}
|
|
3155
3155
|
}
|
|
3156
3156
|
},
|
|
3157
|
-
"node_modules/deep-equal": {
|
|
3158
|
-
"version": "2.2.3",
|
|
3159
|
-
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
|
|
3160
|
-
"integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
|
|
3161
|
-
"dependencies": {
|
|
3162
|
-
"array-buffer-byte-length": "^1.0.0",
|
|
3163
|
-
"call-bind": "^1.0.5",
|
|
3164
|
-
"es-get-iterator": "^1.1.3",
|
|
3165
|
-
"get-intrinsic": "^1.2.2",
|
|
3166
|
-
"is-arguments": "^1.1.1",
|
|
3167
|
-
"is-array-buffer": "^3.0.2",
|
|
3168
|
-
"is-date-object": "^1.0.5",
|
|
3169
|
-
"is-regex": "^1.1.4",
|
|
3170
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
3171
|
-
"isarray": "^2.0.5",
|
|
3172
|
-
"object-is": "^1.1.5",
|
|
3173
|
-
"object-keys": "^1.1.1",
|
|
3174
|
-
"object.assign": "^4.1.4",
|
|
3175
|
-
"regexp.prototype.flags": "^1.5.1",
|
|
3176
|
-
"side-channel": "^1.0.4",
|
|
3177
|
-
"which-boxed-primitive": "^1.0.2",
|
|
3178
|
-
"which-collection": "^1.0.1",
|
|
3179
|
-
"which-typed-array": "^1.1.13"
|
|
3180
|
-
},
|
|
3181
|
-
"engines": {
|
|
3182
|
-
"node": ">= 0.4"
|
|
3183
|
-
},
|
|
3184
|
-
"funding": {
|
|
3185
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
3157
|
"node_modules/deep-is": {
|
|
3189
3158
|
"version": "0.1.3",
|
|
3190
3159
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
|
|
@@ -3231,14 +3200,6 @@
|
|
|
3231
3200
|
"url": "https://github.com/sponsors/ljharb"
|
|
3232
3201
|
}
|
|
3233
3202
|
},
|
|
3234
|
-
"node_modules/dequal": {
|
|
3235
|
-
"version": "2.0.3",
|
|
3236
|
-
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
3237
|
-
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
3238
|
-
"engines": {
|
|
3239
|
-
"node": ">=6"
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
3203
|
"node_modules/detect-indent": {
|
|
3243
3204
|
"version": "6.1.0",
|
|
3244
3205
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
|
|
@@ -3431,49 +3392,6 @@
|
|
|
3431
3392
|
"node": ">= 0.4"
|
|
3432
3393
|
}
|
|
3433
3394
|
},
|
|
3434
|
-
"node_modules/es-get-iterator": {
|
|
3435
|
-
"version": "1.1.3",
|
|
3436
|
-
"resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
|
|
3437
|
-
"integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
|
|
3438
|
-
"dependencies": {
|
|
3439
|
-
"call-bind": "^1.0.2",
|
|
3440
|
-
"get-intrinsic": "^1.1.3",
|
|
3441
|
-
"has-symbols": "^1.0.3",
|
|
3442
|
-
"is-arguments": "^1.1.1",
|
|
3443
|
-
"is-map": "^2.0.2",
|
|
3444
|
-
"is-set": "^2.0.2",
|
|
3445
|
-
"is-string": "^1.0.7",
|
|
3446
|
-
"isarray": "^2.0.5",
|
|
3447
|
-
"stop-iteration-iterator": "^1.0.0"
|
|
3448
|
-
},
|
|
3449
|
-
"funding": {
|
|
3450
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3451
|
-
}
|
|
3452
|
-
},
|
|
3453
|
-
"node_modules/es-iterator-helpers": {
|
|
3454
|
-
"version": "1.0.19",
|
|
3455
|
-
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
|
|
3456
|
-
"integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
|
|
3457
|
-
"dependencies": {
|
|
3458
|
-
"call-bind": "^1.0.7",
|
|
3459
|
-
"define-properties": "^1.2.1",
|
|
3460
|
-
"es-abstract": "^1.23.3",
|
|
3461
|
-
"es-errors": "^1.3.0",
|
|
3462
|
-
"es-set-tostringtag": "^2.0.3",
|
|
3463
|
-
"function-bind": "^1.1.2",
|
|
3464
|
-
"get-intrinsic": "^1.2.4",
|
|
3465
|
-
"globalthis": "^1.0.3",
|
|
3466
|
-
"has-property-descriptors": "^1.0.2",
|
|
3467
|
-
"has-proto": "^1.0.3",
|
|
3468
|
-
"has-symbols": "^1.0.3",
|
|
3469
|
-
"internal-slot": "^1.0.7",
|
|
3470
|
-
"iterator.prototype": "^1.1.2",
|
|
3471
|
-
"safe-array-concat": "^1.1.2"
|
|
3472
|
-
},
|
|
3473
|
-
"engines": {
|
|
3474
|
-
"node": ">= 0.4"
|
|
3475
|
-
}
|
|
3476
|
-
},
|
|
3477
3395
|
"node_modules/es-object-atoms": {
|
|
3478
3396
|
"version": "1.0.0",
|
|
3479
3397
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
|
|
@@ -3833,11 +3751,11 @@
|
|
|
3833
3751
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
3834
3752
|
},
|
|
3835
3753
|
"node_modules/eslint-plugin-jsx-a11y": {
|
|
3836
|
-
"version": "6.10.
|
|
3837
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.
|
|
3838
|
-
"integrity": "sha512-
|
|
3754
|
+
"version": "6.10.2",
|
|
3755
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
|
|
3756
|
+
"integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
|
|
3839
3757
|
"dependencies": {
|
|
3840
|
-
"aria-query": "
|
|
3758
|
+
"aria-query": "^5.3.2",
|
|
3841
3759
|
"array-includes": "^3.1.8",
|
|
3842
3760
|
"array.prototype.flatmap": "^1.3.2",
|
|
3843
3761
|
"ast-types-flow": "^0.0.8",
|
|
@@ -3845,14 +3763,13 @@
|
|
|
3845
3763
|
"axobject-query": "^4.1.0",
|
|
3846
3764
|
"damerau-levenshtein": "^1.0.8",
|
|
3847
3765
|
"emoji-regex": "^9.2.2",
|
|
3848
|
-
"es-iterator-helpers": "^1.0.19",
|
|
3849
3766
|
"hasown": "^2.0.2",
|
|
3850
3767
|
"jsx-ast-utils": "^3.3.5",
|
|
3851
3768
|
"language-tags": "^1.0.9",
|
|
3852
3769
|
"minimatch": "^3.1.2",
|
|
3853
3770
|
"object.fromentries": "^2.0.8",
|
|
3854
3771
|
"safe-regex-test": "^1.0.3",
|
|
3855
|
-
"string.prototype.includes": "^2.0.
|
|
3772
|
+
"string.prototype.includes": "^2.0.1"
|
|
3856
3773
|
},
|
|
3857
3774
|
"engines": {
|
|
3858
3775
|
"node": ">=4.0"
|
|
@@ -3861,14 +3778,6 @@
|
|
|
3861
3778
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
|
|
3862
3779
|
}
|
|
3863
3780
|
},
|
|
3864
|
-
"node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": {
|
|
3865
|
-
"version": "5.1.3",
|
|
3866
|
-
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
|
|
3867
|
-
"integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
|
|
3868
|
-
"dependencies": {
|
|
3869
|
-
"deep-equal": "^2.0.5"
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
3781
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/emoji-regex": {
|
|
3873
3782
|
"version": "9.2.2",
|
|
3874
3783
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4800,21 +4709,6 @@
|
|
|
4800
4709
|
"node": ">= 0.4"
|
|
4801
4710
|
}
|
|
4802
4711
|
},
|
|
4803
|
-
"node_modules/is-arguments": {
|
|
4804
|
-
"version": "1.1.1",
|
|
4805
|
-
"resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
|
|
4806
|
-
"integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
|
|
4807
|
-
"dependencies": {
|
|
4808
|
-
"call-bind": "^1.0.2",
|
|
4809
|
-
"has-tostringtag": "^1.0.0"
|
|
4810
|
-
},
|
|
4811
|
-
"engines": {
|
|
4812
|
-
"node": ">= 0.4"
|
|
4813
|
-
},
|
|
4814
|
-
"funding": {
|
|
4815
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4816
|
-
}
|
|
4817
|
-
},
|
|
4818
4712
|
"node_modules/is-array-buffer": {
|
|
4819
4713
|
"version": "3.0.4",
|
|
4820
4714
|
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
|
|
@@ -4836,20 +4730,6 @@
|
|
|
4836
4730
|
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
|
4837
4731
|
"dev": true
|
|
4838
4732
|
},
|
|
4839
|
-
"node_modules/is-async-function": {
|
|
4840
|
-
"version": "2.0.0",
|
|
4841
|
-
"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
|
|
4842
|
-
"integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
|
|
4843
|
-
"dependencies": {
|
|
4844
|
-
"has-tostringtag": "^1.0.0"
|
|
4845
|
-
},
|
|
4846
|
-
"engines": {
|
|
4847
|
-
"node": ">= 0.4"
|
|
4848
|
-
},
|
|
4849
|
-
"funding": {
|
|
4850
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4851
|
-
}
|
|
4852
|
-
},
|
|
4853
4733
|
"node_modules/is-bigint": {
|
|
4854
4734
|
"version": "1.0.4",
|
|
4855
4735
|
"resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
|
|
@@ -4934,17 +4814,6 @@
|
|
|
4934
4814
|
"node": ">=0.10.0"
|
|
4935
4815
|
}
|
|
4936
4816
|
},
|
|
4937
|
-
"node_modules/is-finalizationregistry": {
|
|
4938
|
-
"version": "1.0.2",
|
|
4939
|
-
"resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
|
|
4940
|
-
"integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
|
|
4941
|
-
"dependencies": {
|
|
4942
|
-
"call-bind": "^1.0.2"
|
|
4943
|
-
},
|
|
4944
|
-
"funding": {
|
|
4945
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4946
|
-
}
|
|
4947
|
-
},
|
|
4948
4817
|
"node_modules/is-fullwidth-code-point": {
|
|
4949
4818
|
"version": "3.0.0",
|
|
4950
4819
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
@@ -4963,20 +4832,6 @@
|
|
|
4963
4832
|
"node": ">=6"
|
|
4964
4833
|
}
|
|
4965
4834
|
},
|
|
4966
|
-
"node_modules/is-generator-function": {
|
|
4967
|
-
"version": "1.0.10",
|
|
4968
|
-
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
|
|
4969
|
-
"integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
|
|
4970
|
-
"dependencies": {
|
|
4971
|
-
"has-tostringtag": "^1.0.0"
|
|
4972
|
-
},
|
|
4973
|
-
"engines": {
|
|
4974
|
-
"node": ">= 0.4"
|
|
4975
|
-
},
|
|
4976
|
-
"funding": {
|
|
4977
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4978
|
-
}
|
|
4979
|
-
},
|
|
4980
4835
|
"node_modules/is-glob": {
|
|
4981
4836
|
"version": "4.0.3",
|
|
4982
4837
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
@@ -4988,17 +4843,6 @@
|
|
|
4988
4843
|
"node": ">=0.10.0"
|
|
4989
4844
|
}
|
|
4990
4845
|
},
|
|
4991
|
-
"node_modules/is-map": {
|
|
4992
|
-
"version": "2.0.3",
|
|
4993
|
-
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
|
|
4994
|
-
"integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
|
|
4995
|
-
"engines": {
|
|
4996
|
-
"node": ">= 0.4"
|
|
4997
|
-
},
|
|
4998
|
-
"funding": {
|
|
4999
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
4846
|
"node_modules/is-negative-zero": {
|
|
5003
4847
|
"version": "2.0.3",
|
|
5004
4848
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
@@ -5055,17 +4899,6 @@
|
|
|
5055
4899
|
"url": "https://github.com/sponsors/ljharb"
|
|
5056
4900
|
}
|
|
5057
4901
|
},
|
|
5058
|
-
"node_modules/is-set": {
|
|
5059
|
-
"version": "2.0.3",
|
|
5060
|
-
"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
|
|
5061
|
-
"integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
|
|
5062
|
-
"engines": {
|
|
5063
|
-
"node": ">= 0.4"
|
|
5064
|
-
},
|
|
5065
|
-
"funding": {
|
|
5066
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5067
|
-
}
|
|
5068
|
-
},
|
|
5069
4902
|
"node_modules/is-shared-array-buffer": {
|
|
5070
4903
|
"version": "1.0.3",
|
|
5071
4904
|
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
|
|
@@ -5146,17 +4979,6 @@
|
|
|
5146
4979
|
"url": "https://github.com/sponsors/ljharb"
|
|
5147
4980
|
}
|
|
5148
4981
|
},
|
|
5149
|
-
"node_modules/is-weakmap": {
|
|
5150
|
-
"version": "2.0.2",
|
|
5151
|
-
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
|
|
5152
|
-
"integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
|
|
5153
|
-
"engines": {
|
|
5154
|
-
"node": ">= 0.4"
|
|
5155
|
-
},
|
|
5156
|
-
"funding": {
|
|
5157
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5158
|
-
}
|
|
5159
|
-
},
|
|
5160
4982
|
"node_modules/is-weakref": {
|
|
5161
4983
|
"version": "1.0.2",
|
|
5162
4984
|
"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
|
|
@@ -5168,21 +4990,6 @@
|
|
|
5168
4990
|
"url": "https://github.com/sponsors/ljharb"
|
|
5169
4991
|
}
|
|
5170
4992
|
},
|
|
5171
|
-
"node_modules/is-weakset": {
|
|
5172
|
-
"version": "2.0.3",
|
|
5173
|
-
"resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
|
|
5174
|
-
"integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
|
|
5175
|
-
"dependencies": {
|
|
5176
|
-
"call-bind": "^1.0.7",
|
|
5177
|
-
"get-intrinsic": "^1.2.4"
|
|
5178
|
-
},
|
|
5179
|
-
"engines": {
|
|
5180
|
-
"node": ">= 0.4"
|
|
5181
|
-
},
|
|
5182
|
-
"funding": {
|
|
5183
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
4993
|
"node_modules/is-windows": {
|
|
5187
4994
|
"version": "1.0.2",
|
|
5188
4995
|
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
|
|
@@ -5283,18 +5090,6 @@
|
|
|
5283
5090
|
"node": ">=8"
|
|
5284
5091
|
}
|
|
5285
5092
|
},
|
|
5286
|
-
"node_modules/iterator.prototype": {
|
|
5287
|
-
"version": "1.1.2",
|
|
5288
|
-
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
|
|
5289
|
-
"integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
|
|
5290
|
-
"dependencies": {
|
|
5291
|
-
"define-properties": "^1.2.1",
|
|
5292
|
-
"get-intrinsic": "^1.2.1",
|
|
5293
|
-
"has-symbols": "^1.0.3",
|
|
5294
|
-
"reflect.getprototypeof": "^1.0.4",
|
|
5295
|
-
"set-function-name": "^2.0.1"
|
|
5296
|
-
}
|
|
5297
|
-
},
|
|
5298
5093
|
"node_modules/jest": {
|
|
5299
5094
|
"version": "29.7.0",
|
|
5300
5095
|
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
|
|
@@ -6514,21 +6309,6 @@
|
|
|
6514
6309
|
"url": "https://github.com/sponsors/ljharb"
|
|
6515
6310
|
}
|
|
6516
6311
|
},
|
|
6517
|
-
"node_modules/object-is": {
|
|
6518
|
-
"version": "1.1.6",
|
|
6519
|
-
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
|
|
6520
|
-
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
|
|
6521
|
-
"dependencies": {
|
|
6522
|
-
"call-bind": "^1.0.7",
|
|
6523
|
-
"define-properties": "^1.2.1"
|
|
6524
|
-
},
|
|
6525
|
-
"engines": {
|
|
6526
|
-
"node": ">= 0.4"
|
|
6527
|
-
},
|
|
6528
|
-
"funding": {
|
|
6529
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6530
|
-
}
|
|
6531
|
-
},
|
|
6532
6312
|
"node_modules/object-keys": {
|
|
6533
6313
|
"version": "1.1.1",
|
|
6534
6314
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
@@ -6960,26 +6740,6 @@
|
|
|
6960
6740
|
"node": ">=4"
|
|
6961
6741
|
}
|
|
6962
6742
|
},
|
|
6963
|
-
"node_modules/reflect.getprototypeof": {
|
|
6964
|
-
"version": "1.0.6",
|
|
6965
|
-
"resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
|
|
6966
|
-
"integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
|
|
6967
|
-
"dependencies": {
|
|
6968
|
-
"call-bind": "^1.0.7",
|
|
6969
|
-
"define-properties": "^1.2.1",
|
|
6970
|
-
"es-abstract": "^1.23.1",
|
|
6971
|
-
"es-errors": "^1.3.0",
|
|
6972
|
-
"get-intrinsic": "^1.2.4",
|
|
6973
|
-
"globalthis": "^1.0.3",
|
|
6974
|
-
"which-builtin-type": "^1.1.3"
|
|
6975
|
-
},
|
|
6976
|
-
"engines": {
|
|
6977
|
-
"node": ">= 0.4"
|
|
6978
|
-
},
|
|
6979
|
-
"funding": {
|
|
6980
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6981
|
-
}
|
|
6982
|
-
},
|
|
6983
6743
|
"node_modules/regenerator-runtime": {
|
|
6984
6744
|
"version": "0.14.1",
|
|
6985
6745
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
@@ -7354,17 +7114,6 @@
|
|
|
7354
7114
|
"node": ">=8"
|
|
7355
7115
|
}
|
|
7356
7116
|
},
|
|
7357
|
-
"node_modules/stop-iteration-iterator": {
|
|
7358
|
-
"version": "1.0.0",
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
|
|
7360
|
-
"integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
|
|
7361
|
-
"dependencies": {
|
|
7362
|
-
"internal-slot": "^1.0.4"
|
|
7363
|
-
},
|
|
7364
|
-
"engines": {
|
|
7365
|
-
"node": ">= 0.4"
|
|
7366
|
-
}
|
|
7367
|
-
},
|
|
7368
7117
|
"node_modules/string-length": {
|
|
7369
7118
|
"version": "4.0.2",
|
|
7370
7119
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
@@ -7393,12 +7142,16 @@
|
|
|
7393
7142
|
}
|
|
7394
7143
|
},
|
|
7395
7144
|
"node_modules/string.prototype.includes": {
|
|
7396
|
-
"version": "2.0.
|
|
7397
|
-
"resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.
|
|
7398
|
-
"integrity": "sha512-
|
|
7145
|
+
"version": "2.0.1",
|
|
7146
|
+
"resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
|
|
7147
|
+
"integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
|
|
7399
7148
|
"dependencies": {
|
|
7400
|
-
"
|
|
7401
|
-
"
|
|
7149
|
+
"call-bind": "^1.0.7",
|
|
7150
|
+
"define-properties": "^1.2.1",
|
|
7151
|
+
"es-abstract": "^1.23.3"
|
|
7152
|
+
},
|
|
7153
|
+
"engines": {
|
|
7154
|
+
"node": ">= 0.4"
|
|
7402
7155
|
}
|
|
7403
7156
|
},
|
|
7404
7157
|
"node_modules/string.prototype.trim": {
|
|
@@ -7780,9 +7533,9 @@
|
|
|
7780
7533
|
}
|
|
7781
7534
|
},
|
|
7782
7535
|
"node_modules/typescript": {
|
|
7783
|
-
"version": "5.
|
|
7784
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
7785
|
-
"integrity": "sha512-
|
|
7536
|
+
"version": "5.7.2",
|
|
7537
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
7538
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
7786
7539
|
"bin": {
|
|
7787
7540
|
"tsc": "bin/tsc",
|
|
7788
7541
|
"tsserver": "bin/tsserver"
|
|
@@ -7943,48 +7696,6 @@
|
|
|
7943
7696
|
"url": "https://github.com/sponsors/ljharb"
|
|
7944
7697
|
}
|
|
7945
7698
|
},
|
|
7946
|
-
"node_modules/which-builtin-type": {
|
|
7947
|
-
"version": "1.1.3",
|
|
7948
|
-
"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
|
|
7949
|
-
"integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
|
|
7950
|
-
"dependencies": {
|
|
7951
|
-
"function.prototype.name": "^1.1.5",
|
|
7952
|
-
"has-tostringtag": "^1.0.0",
|
|
7953
|
-
"is-async-function": "^2.0.0",
|
|
7954
|
-
"is-date-object": "^1.0.5",
|
|
7955
|
-
"is-finalizationregistry": "^1.0.2",
|
|
7956
|
-
"is-generator-function": "^1.0.10",
|
|
7957
|
-
"is-regex": "^1.1.4",
|
|
7958
|
-
"is-weakref": "^1.0.2",
|
|
7959
|
-
"isarray": "^2.0.5",
|
|
7960
|
-
"which-boxed-primitive": "^1.0.2",
|
|
7961
|
-
"which-collection": "^1.0.1",
|
|
7962
|
-
"which-typed-array": "^1.1.9"
|
|
7963
|
-
},
|
|
7964
|
-
"engines": {
|
|
7965
|
-
"node": ">= 0.4"
|
|
7966
|
-
},
|
|
7967
|
-
"funding": {
|
|
7968
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
7969
|
-
}
|
|
7970
|
-
},
|
|
7971
|
-
"node_modules/which-collection": {
|
|
7972
|
-
"version": "1.0.2",
|
|
7973
|
-
"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
|
|
7974
|
-
"integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
|
|
7975
|
-
"dependencies": {
|
|
7976
|
-
"is-map": "^2.0.3",
|
|
7977
|
-
"is-set": "^2.0.3",
|
|
7978
|
-
"is-weakmap": "^2.0.2",
|
|
7979
|
-
"is-weakset": "^2.0.3"
|
|
7980
|
-
},
|
|
7981
|
-
"engines": {
|
|
7982
|
-
"node": ">= 0.4"
|
|
7983
|
-
},
|
|
7984
|
-
"funding": {
|
|
7985
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
7986
|
-
}
|
|
7987
|
-
},
|
|
7988
7699
|
"node_modules/which-typed-array": {
|
|
7989
7700
|
"version": "1.1.15",
|
|
7990
7701
|
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
|
|
@@ -10001,12 +9712,9 @@
|
|
|
10001
9712
|
}
|
|
10002
9713
|
},
|
|
10003
9714
|
"aria-query": {
|
|
10004
|
-
"version": "5.3.
|
|
10005
|
-
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.
|
|
10006
|
-
"integrity": "sha512-
|
|
10007
|
-
"requires": {
|
|
10008
|
-
"dequal": "^2.0.3"
|
|
10009
|
-
}
|
|
9715
|
+
"version": "5.3.2",
|
|
9716
|
+
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
|
|
9717
|
+
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw=="
|
|
10010
9718
|
},
|
|
10011
9719
|
"array-buffer-byte-length": {
|
|
10012
9720
|
"version": "1.0.1",
|
|
@@ -10426,31 +10134,6 @@
|
|
|
10426
10134
|
"dev": true,
|
|
10427
10135
|
"requires": {}
|
|
10428
10136
|
},
|
|
10429
|
-
"deep-equal": {
|
|
10430
|
-
"version": "2.2.3",
|
|
10431
|
-
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
|
|
10432
|
-
"integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
|
|
10433
|
-
"requires": {
|
|
10434
|
-
"array-buffer-byte-length": "^1.0.0",
|
|
10435
|
-
"call-bind": "^1.0.5",
|
|
10436
|
-
"es-get-iterator": "^1.1.3",
|
|
10437
|
-
"get-intrinsic": "^1.2.2",
|
|
10438
|
-
"is-arguments": "^1.1.1",
|
|
10439
|
-
"is-array-buffer": "^3.0.2",
|
|
10440
|
-
"is-date-object": "^1.0.5",
|
|
10441
|
-
"is-regex": "^1.1.4",
|
|
10442
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
10443
|
-
"isarray": "^2.0.5",
|
|
10444
|
-
"object-is": "^1.1.5",
|
|
10445
|
-
"object-keys": "^1.1.1",
|
|
10446
|
-
"object.assign": "^4.1.4",
|
|
10447
|
-
"regexp.prototype.flags": "^1.5.1",
|
|
10448
|
-
"side-channel": "^1.0.4",
|
|
10449
|
-
"which-boxed-primitive": "^1.0.2",
|
|
10450
|
-
"which-collection": "^1.0.1",
|
|
10451
|
-
"which-typed-array": "^1.1.13"
|
|
10452
|
-
}
|
|
10453
|
-
},
|
|
10454
10137
|
"deep-is": {
|
|
10455
10138
|
"version": "0.1.3",
|
|
10456
10139
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
|
|
@@ -10482,11 +10165,6 @@
|
|
|
10482
10165
|
"object-keys": "^1.1.1"
|
|
10483
10166
|
}
|
|
10484
10167
|
},
|
|
10485
|
-
"dequal": {
|
|
10486
|
-
"version": "2.0.3",
|
|
10487
|
-
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
10488
|
-
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
|
|
10489
|
-
},
|
|
10490
10168
|
"detect-indent": {
|
|
10491
10169
|
"version": "6.1.0",
|
|
10492
10170
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
|
|
@@ -10634,43 +10312,6 @@
|
|
|
10634
10312
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
10635
10313
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
|
|
10636
10314
|
},
|
|
10637
|
-
"es-get-iterator": {
|
|
10638
|
-
"version": "1.1.3",
|
|
10639
|
-
"resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
|
|
10640
|
-
"integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
|
|
10641
|
-
"requires": {
|
|
10642
|
-
"call-bind": "^1.0.2",
|
|
10643
|
-
"get-intrinsic": "^1.1.3",
|
|
10644
|
-
"has-symbols": "^1.0.3",
|
|
10645
|
-
"is-arguments": "^1.1.1",
|
|
10646
|
-
"is-map": "^2.0.2",
|
|
10647
|
-
"is-set": "^2.0.2",
|
|
10648
|
-
"is-string": "^1.0.7",
|
|
10649
|
-
"isarray": "^2.0.5",
|
|
10650
|
-
"stop-iteration-iterator": "^1.0.0"
|
|
10651
|
-
}
|
|
10652
|
-
},
|
|
10653
|
-
"es-iterator-helpers": {
|
|
10654
|
-
"version": "1.0.19",
|
|
10655
|
-
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
|
|
10656
|
-
"integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
|
|
10657
|
-
"requires": {
|
|
10658
|
-
"call-bind": "^1.0.7",
|
|
10659
|
-
"define-properties": "^1.2.1",
|
|
10660
|
-
"es-abstract": "^1.23.3",
|
|
10661
|
-
"es-errors": "^1.3.0",
|
|
10662
|
-
"es-set-tostringtag": "^2.0.3",
|
|
10663
|
-
"function-bind": "^1.1.2",
|
|
10664
|
-
"get-intrinsic": "^1.2.4",
|
|
10665
|
-
"globalthis": "^1.0.3",
|
|
10666
|
-
"has-property-descriptors": "^1.0.2",
|
|
10667
|
-
"has-proto": "^1.0.3",
|
|
10668
|
-
"has-symbols": "^1.0.3",
|
|
10669
|
-
"internal-slot": "^1.0.7",
|
|
10670
|
-
"iterator.prototype": "^1.1.2",
|
|
10671
|
-
"safe-array-concat": "^1.1.2"
|
|
10672
|
-
}
|
|
10673
|
-
},
|
|
10674
10315
|
"es-object-atoms": {
|
|
10675
10316
|
"version": "1.0.0",
|
|
10676
10317
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
|
|
@@ -11060,11 +10701,11 @@
|
|
|
11060
10701
|
}
|
|
11061
10702
|
},
|
|
11062
10703
|
"eslint-plugin-jsx-a11y": {
|
|
11063
|
-
"version": "6.10.
|
|
11064
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.
|
|
11065
|
-
"integrity": "sha512-
|
|
10704
|
+
"version": "6.10.2",
|
|
10705
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
|
|
10706
|
+
"integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
|
|
11066
10707
|
"requires": {
|
|
11067
|
-
"aria-query": "
|
|
10708
|
+
"aria-query": "^5.3.2",
|
|
11068
10709
|
"array-includes": "^3.1.8",
|
|
11069
10710
|
"array.prototype.flatmap": "^1.3.2",
|
|
11070
10711
|
"ast-types-flow": "^0.0.8",
|
|
@@ -11072,24 +10713,15 @@
|
|
|
11072
10713
|
"axobject-query": "^4.1.0",
|
|
11073
10714
|
"damerau-levenshtein": "^1.0.8",
|
|
11074
10715
|
"emoji-regex": "^9.2.2",
|
|
11075
|
-
"es-iterator-helpers": "^1.0.19",
|
|
11076
10716
|
"hasown": "^2.0.2",
|
|
11077
10717
|
"jsx-ast-utils": "^3.3.5",
|
|
11078
10718
|
"language-tags": "^1.0.9",
|
|
11079
10719
|
"minimatch": "^3.1.2",
|
|
11080
10720
|
"object.fromentries": "^2.0.8",
|
|
11081
10721
|
"safe-regex-test": "^1.0.3",
|
|
11082
|
-
"string.prototype.includes": "^2.0.
|
|
10722
|
+
"string.prototype.includes": "^2.0.1"
|
|
11083
10723
|
},
|
|
11084
10724
|
"dependencies": {
|
|
11085
|
-
"aria-query": {
|
|
11086
|
-
"version": "5.1.3",
|
|
11087
|
-
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
|
|
11088
|
-
"integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
|
|
11089
|
-
"requires": {
|
|
11090
|
-
"deep-equal": "^2.0.5"
|
|
11091
|
-
}
|
|
11092
|
-
},
|
|
11093
10725
|
"emoji-regex": {
|
|
11094
10726
|
"version": "9.2.2",
|
|
11095
10727
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -11623,15 +11255,6 @@
|
|
|
11623
11255
|
"side-channel": "^1.0.4"
|
|
11624
11256
|
}
|
|
11625
11257
|
},
|
|
11626
|
-
"is-arguments": {
|
|
11627
|
-
"version": "1.1.1",
|
|
11628
|
-
"resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
|
|
11629
|
-
"integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
|
|
11630
|
-
"requires": {
|
|
11631
|
-
"call-bind": "^1.0.2",
|
|
11632
|
-
"has-tostringtag": "^1.0.0"
|
|
11633
|
-
}
|
|
11634
|
-
},
|
|
11635
11258
|
"is-array-buffer": {
|
|
11636
11259
|
"version": "3.0.4",
|
|
11637
11260
|
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
|
|
@@ -11647,14 +11270,6 @@
|
|
|
11647
11270
|
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
|
11648
11271
|
"dev": true
|
|
11649
11272
|
},
|
|
11650
|
-
"is-async-function": {
|
|
11651
|
-
"version": "2.0.0",
|
|
11652
|
-
"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
|
|
11653
|
-
"integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
|
|
11654
|
-
"requires": {
|
|
11655
|
-
"has-tostringtag": "^1.0.0"
|
|
11656
|
-
}
|
|
11657
|
-
},
|
|
11658
11273
|
"is-bigint": {
|
|
11659
11274
|
"version": "1.0.4",
|
|
11660
11275
|
"resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
|
|
@@ -11706,14 +11321,6 @@
|
|
|
11706
11321
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
11707
11322
|
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
|
|
11708
11323
|
},
|
|
11709
|
-
"is-finalizationregistry": {
|
|
11710
|
-
"version": "1.0.2",
|
|
11711
|
-
"resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
|
|
11712
|
-
"integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
|
|
11713
|
-
"requires": {
|
|
11714
|
-
"call-bind": "^1.0.2"
|
|
11715
|
-
}
|
|
11716
|
-
},
|
|
11717
11324
|
"is-fullwidth-code-point": {
|
|
11718
11325
|
"version": "3.0.0",
|
|
11719
11326
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
@@ -11726,14 +11333,6 @@
|
|
|
11726
11333
|
"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
|
|
11727
11334
|
"dev": true
|
|
11728
11335
|
},
|
|
11729
|
-
"is-generator-function": {
|
|
11730
|
-
"version": "1.0.10",
|
|
11731
|
-
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
|
|
11732
|
-
"integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
|
|
11733
|
-
"requires": {
|
|
11734
|
-
"has-tostringtag": "^1.0.0"
|
|
11735
|
-
}
|
|
11736
|
-
},
|
|
11737
11336
|
"is-glob": {
|
|
11738
11337
|
"version": "4.0.3",
|
|
11739
11338
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
@@ -11742,11 +11341,6 @@
|
|
|
11742
11341
|
"is-extglob": "^2.1.1"
|
|
11743
11342
|
}
|
|
11744
11343
|
},
|
|
11745
|
-
"is-map": {
|
|
11746
|
-
"version": "2.0.3",
|
|
11747
|
-
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
|
|
11748
|
-
"integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw=="
|
|
11749
|
-
},
|
|
11750
11344
|
"is-negative-zero": {
|
|
11751
11345
|
"version": "2.0.3",
|
|
11752
11346
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
|
@@ -11779,11 +11373,6 @@
|
|
|
11779
11373
|
"has-tostringtag": "^1.0.0"
|
|
11780
11374
|
}
|
|
11781
11375
|
},
|
|
11782
|
-
"is-set": {
|
|
11783
|
-
"version": "2.0.3",
|
|
11784
|
-
"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
|
|
11785
|
-
"integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg=="
|
|
11786
|
-
},
|
|
11787
11376
|
"is-shared-array-buffer": {
|
|
11788
11377
|
"version": "1.0.3",
|
|
11789
11378
|
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
|
|
@@ -11831,11 +11420,6 @@
|
|
|
11831
11420
|
"which-typed-array": "^1.1.14"
|
|
11832
11421
|
}
|
|
11833
11422
|
},
|
|
11834
|
-
"is-weakmap": {
|
|
11835
|
-
"version": "2.0.2",
|
|
11836
|
-
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
|
|
11837
|
-
"integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w=="
|
|
11838
|
-
},
|
|
11839
11423
|
"is-weakref": {
|
|
11840
11424
|
"version": "1.0.2",
|
|
11841
11425
|
"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
|
|
@@ -11844,15 +11428,6 @@
|
|
|
11844
11428
|
"call-bind": "^1.0.2"
|
|
11845
11429
|
}
|
|
11846
11430
|
},
|
|
11847
|
-
"is-weakset": {
|
|
11848
|
-
"version": "2.0.3",
|
|
11849
|
-
"resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
|
|
11850
|
-
"integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
|
|
11851
|
-
"requires": {
|
|
11852
|
-
"call-bind": "^1.0.7",
|
|
11853
|
-
"get-intrinsic": "^1.2.4"
|
|
11854
|
-
}
|
|
11855
|
-
},
|
|
11856
11431
|
"is-windows": {
|
|
11857
11432
|
"version": "1.0.2",
|
|
11858
11433
|
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
|
|
@@ -11931,18 +11506,6 @@
|
|
|
11931
11506
|
"istanbul-lib-report": "^3.0.0"
|
|
11932
11507
|
}
|
|
11933
11508
|
},
|
|
11934
|
-
"iterator.prototype": {
|
|
11935
|
-
"version": "1.1.2",
|
|
11936
|
-
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
|
|
11937
|
-
"integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
|
|
11938
|
-
"requires": {
|
|
11939
|
-
"define-properties": "^1.2.1",
|
|
11940
|
-
"get-intrinsic": "^1.2.1",
|
|
11941
|
-
"has-symbols": "^1.0.3",
|
|
11942
|
-
"reflect.getprototypeof": "^1.0.4",
|
|
11943
|
-
"set-function-name": "^2.0.1"
|
|
11944
|
-
}
|
|
11945
|
-
},
|
|
11946
11509
|
"jest": {
|
|
11947
11510
|
"version": "29.7.0",
|
|
11948
11511
|
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
|
|
@@ -12856,15 +12419,6 @@
|
|
|
12856
12419
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
|
|
12857
12420
|
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g=="
|
|
12858
12421
|
},
|
|
12859
|
-
"object-is": {
|
|
12860
|
-
"version": "1.1.6",
|
|
12861
|
-
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
|
|
12862
|
-
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
|
|
12863
|
-
"requires": {
|
|
12864
|
-
"call-bind": "^1.0.7",
|
|
12865
|
-
"define-properties": "^1.2.1"
|
|
12866
|
-
}
|
|
12867
|
-
},
|
|
12868
12422
|
"object-keys": {
|
|
12869
12423
|
"version": "1.1.1",
|
|
12870
12424
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
@@ -13153,20 +12707,6 @@
|
|
|
13153
12707
|
}
|
|
13154
12708
|
}
|
|
13155
12709
|
},
|
|
13156
|
-
"reflect.getprototypeof": {
|
|
13157
|
-
"version": "1.0.6",
|
|
13158
|
-
"resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
|
|
13159
|
-
"integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
|
|
13160
|
-
"requires": {
|
|
13161
|
-
"call-bind": "^1.0.7",
|
|
13162
|
-
"define-properties": "^1.2.1",
|
|
13163
|
-
"es-abstract": "^1.23.1",
|
|
13164
|
-
"es-errors": "^1.3.0",
|
|
13165
|
-
"get-intrinsic": "^1.2.4",
|
|
13166
|
-
"globalthis": "^1.0.3",
|
|
13167
|
-
"which-builtin-type": "^1.1.3"
|
|
13168
|
-
}
|
|
13169
|
-
},
|
|
13170
12710
|
"regenerator-runtime": {
|
|
13171
12711
|
"version": "0.14.1",
|
|
13172
12712
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
@@ -13442,14 +12982,6 @@
|
|
|
13442
12982
|
}
|
|
13443
12983
|
}
|
|
13444
12984
|
},
|
|
13445
|
-
"stop-iteration-iterator": {
|
|
13446
|
-
"version": "1.0.0",
|
|
13447
|
-
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
|
|
13448
|
-
"integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
|
|
13449
|
-
"requires": {
|
|
13450
|
-
"internal-slot": "^1.0.4"
|
|
13451
|
-
}
|
|
13452
|
-
},
|
|
13453
12985
|
"string-length": {
|
|
13454
12986
|
"version": "4.0.2",
|
|
13455
12987
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
@@ -13472,12 +13004,13 @@
|
|
|
13472
13004
|
}
|
|
13473
13005
|
},
|
|
13474
13006
|
"string.prototype.includes": {
|
|
13475
|
-
"version": "2.0.
|
|
13476
|
-
"resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.
|
|
13477
|
-
"integrity": "sha512-
|
|
13007
|
+
"version": "2.0.1",
|
|
13008
|
+
"resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
|
|
13009
|
+
"integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
|
|
13478
13010
|
"requires": {
|
|
13479
|
-
"
|
|
13480
|
-
"
|
|
13011
|
+
"call-bind": "^1.0.7",
|
|
13012
|
+
"define-properties": "^1.2.1",
|
|
13013
|
+
"es-abstract": "^1.23.3"
|
|
13481
13014
|
}
|
|
13482
13015
|
},
|
|
13483
13016
|
"string.prototype.trim": {
|
|
@@ -13748,9 +13281,9 @@
|
|
|
13748
13281
|
}
|
|
13749
13282
|
},
|
|
13750
13283
|
"typescript": {
|
|
13751
|
-
"version": "5.
|
|
13752
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
13753
|
-
"integrity": "sha512-
|
|
13284
|
+
"version": "5.7.2",
|
|
13285
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
13286
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg=="
|
|
13754
13287
|
},
|
|
13755
13288
|
"uc.micro": {
|
|
13756
13289
|
"version": "2.1.0",
|
|
@@ -13860,36 +13393,6 @@
|
|
|
13860
13393
|
"is-symbol": "^1.0.3"
|
|
13861
13394
|
}
|
|
13862
13395
|
},
|
|
13863
|
-
"which-builtin-type": {
|
|
13864
|
-
"version": "1.1.3",
|
|
13865
|
-
"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
|
|
13866
|
-
"integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
|
|
13867
|
-
"requires": {
|
|
13868
|
-
"function.prototype.name": "^1.1.5",
|
|
13869
|
-
"has-tostringtag": "^1.0.0",
|
|
13870
|
-
"is-async-function": "^2.0.0",
|
|
13871
|
-
"is-date-object": "^1.0.5",
|
|
13872
|
-
"is-finalizationregistry": "^1.0.2",
|
|
13873
|
-
"is-generator-function": "^1.0.10",
|
|
13874
|
-
"is-regex": "^1.1.4",
|
|
13875
|
-
"is-weakref": "^1.0.2",
|
|
13876
|
-
"isarray": "^2.0.5",
|
|
13877
|
-
"which-boxed-primitive": "^1.0.2",
|
|
13878
|
-
"which-collection": "^1.0.1",
|
|
13879
|
-
"which-typed-array": "^1.1.9"
|
|
13880
|
-
}
|
|
13881
|
-
},
|
|
13882
|
-
"which-collection": {
|
|
13883
|
-
"version": "1.0.2",
|
|
13884
|
-
"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
|
|
13885
|
-
"integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
|
|
13886
|
-
"requires": {
|
|
13887
|
-
"is-map": "^2.0.3",
|
|
13888
|
-
"is-set": "^2.0.3",
|
|
13889
|
-
"is-weakmap": "^2.0.2",
|
|
13890
|
-
"is-weakset": "^2.0.3"
|
|
13891
|
-
}
|
|
13892
|
-
},
|
|
13893
13396
|
"which-typed-array": {
|
|
13894
13397
|
"version": "1.1.15",
|
|
13895
13398
|
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
|