fix(theme): simplify and removed unnecessary deps
Luke Karrys committed
Oct 12, 2023 at 13:30 UTC
bdc7eacd562dce6e71a2f8358d433354bf4c598f
7 files changed
+1432
-1433
cli/package.json
-3
@@ -30,9 +30,6 @@
30
"devDependencies": {
31
"@npmcli/eslint-config": "^4.0.2",
32
"@npmcli/template-oss": "4.19.0",
33
- "eslint-plugin-import": "^2.28.1",
34
- "eslint-plugin-node": "^11.1.0",
35
- "eslint-plugin-promise": "^6.1.1",
33
"tap": "^16.3.9"
34
},
35
"author": "GitHub Inc.",
package-lock.json
+1417
-1407
@@ -22,10 +22,7 @@
22
"@npmcli/eslint-config": "^4.0.2",
23
"@npmcli/template-oss": "4.19.0",
24
"eslint-plugin-github": "^4.10.1",
25
- "eslint-plugin-import": "^2.28.1",
26
- "eslint-plugin-node": "^11.1.0",
25
"eslint-plugin-primer-react": "^4.0.2",
28
- "eslint-plugin-promise": "^6.1.1",
26
"tap": "^16.3.9"
27
},
28
"engines": {
@@ -47,9 +44,6 @@
44
"devDependencies": {
45
"@npmcli/eslint-config": "^4.0.2",
46
"@npmcli/template-oss": "4.19.0",
50
- "eslint-plugin-import": "^2.28.1",
51
- "eslint-plugin-node": "^11.1.0",
52
- "eslint-plugin-promise": "^6.1.1",
47
"tap": "^16.3.9"
48
},
49
"engines": {
@@ -1142,14 +1136,11 @@
1136
}
1137
},
1138
"node_modules/@babel/plugin-syntax-jsx": {
1145
- "version": "7.22.5",
1146
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
1147
- "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
1139
+ "version": "7.12.1",
1140
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz",
1141
+ "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",
1142
"dependencies": {
1149
- "@babel/helper-plugin-utils": "^7.22.5"
1150
- },
1151
- "engines": {
1152
- "node": ">=6.9.0"
1143
+ "@babel/helper-plugin-utils": "^7.10.4"
1144
},
1145
"peerDependencies": {
1146
"@babel/core": "^7.0.0-0"
@@ -1406,6 +1397,14 @@
1397
"@babel/core": "^7.0.0-0"
1398
}
1399
},
1400
+ "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
1401
+ "version": "11.12.0",
1402
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
1403
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
1404
+ "engines": {
1405
+ "node": ">=4"
1406
+ }
1407
+ },
1408
"node_modules/@babel/plugin-transform-computed-properties": {
1409
"version": "7.22.5",
1410
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
@@ -1904,6 +1903,20 @@
1903
"@babel/core": "^7.0.0-0"
1904
}
1905
},
1906
+ "node_modules/@babel/plugin-transform-react-jsx/node_modules/@babel/plugin-syntax-jsx": {
1907
+ "version": "7.22.5",
1908
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
1909
+ "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
1910
+ "dependencies": {
1911
+ "@babel/helper-plugin-utils": "^7.22.5"
1912
+ },
1913
+ "engines": {
1914
+ "node": ">=6.9.0"
1915
+ },
1916
+ "peerDependencies": {
1917
+ "@babel/core": "^7.0.0-0"
1918
+ }
1919
+ },
1920
"node_modules/@babel/plugin-transform-react-pure-annotations": {
1921
"version": "7.22.5",
1922
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz",
@@ -2273,6 +2286,20 @@
2286
"@babel/core": "^7.0.0-0"
2287
}
2288
},
2289
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
2290
+ "version": "7.22.5",
2291
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
2292
+ "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
2293
+ "dependencies": {
2294
+ "@babel/helper-plugin-utils": "^7.22.5"
2295
+ },
2296
+ "engines": {
2297
+ "node": ">=6.9.0"
2298
+ },
2299
+ "peerDependencies": {
2300
+ "@babel/core": "^7.0.0-0"
2301
+ }
2302
+ },
2303
"node_modules/@babel/regjsgen": {
2304
"version": "0.8.0",
2305
"resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
@@ -2334,6 +2361,14 @@
2361
"node": ">=6.9.0"
2362
}
2363
},
2364
+ "node_modules/@babel/traverse/node_modules/globals": {
2365
+ "version": "11.12.0",
2366
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2367
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2368
+ "engines": {
2369
+ "node": ">=4"
2370
+ }
2371
+ },
2372
"node_modules/@babel/types": {
2373
"version": "7.23.0",
2374
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
@@ -2622,31 +2657,6 @@
2657
"unist-util-visit-parents": "^3.1.1"
2658
}
2659
},
2625
- "node_modules/@conventional-commits/parser/node_modules/unist-util-is": {
2626
- "version": "4.1.0",
2627
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
2628
- "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
2629
- "dev": true,
2630
- "funding": {
2631
- "type": "opencollective",
2632
- "url": "https://opencollective.com/unified"
2633
- }
2634
- },
2635
- "node_modules/@conventional-commits/parser/node_modules/unist-util-visit": {
2636
- "version": "2.0.3",
2637
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
2638
- "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
2639
- "dev": true,
2640
- "dependencies": {
2641
- "@types/unist": "^2.0.0",
2642
- "unist-util-is": "^4.0.0",
2643
- "unist-util-visit-parents": "^3.0.0"
2644
- },
2645
- "funding": {
2646
- "type": "opencollective",
2647
- "url": "https://opencollective.com/unified"
2648
- }
2649
- },
2660
"node_modules/@cspotcode/source-map-support": {
2661
"version": "0.8.1",
2662
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
@@ -2698,7 +2708,6 @@
2708
"version": "4.4.0",
2709
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
2710
"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
2701
- "dev": true,
2711
"dependencies": {
2712
"eslint-visitor-keys": "^3.3.0"
2713
},
@@ -2713,7 +2722,6 @@
2722
"version": "4.9.1",
2723
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz",
2724
"integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==",
2716
- "dev": true,
2725
"engines": {
2726
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2727
}
@@ -2722,7 +2730,6 @@
2730
"version": "2.1.2",
2731
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
2732
"integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
2725
- "dev": true,
2733
"dependencies": {
2734
"ajv": "^6.12.4",
2735
"debug": "^4.3.2",
@@ -2745,7 +2752,6 @@
2752
"version": "6.12.6",
2753
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2754
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2748
- "dev": true,
2755
"dependencies": {
2756
"fast-deep-equal": "^3.1.1",
2757
"fast-json-stable-stringify": "^2.0.0",
@@ -2757,60 +2763,24 @@
2763
"url": "https://github.com/sponsors/epoberezkin"
2764
}
2765
},
2760
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
2761
- "version": "2.0.1",
2762
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2763
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2764
- "dev": true
2765
- },
2766
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
2767
"version": "1.1.11",
2768
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2769
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2770
- "dev": true,
2770
"dependencies": {
2771
"balanced-match": "^1.0.0",
2772
"concat-map": "0.0.1"
2773
}
2774
},
2776
- "node_modules/@eslint/eslintrc/node_modules/globals": {
2777
- "version": "13.23.0",
2778
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
2779
- "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
2780
- "dev": true,
2781
- "dependencies": {
2782
- "type-fest": "^0.20.2"
2783
- },
2784
- "engines": {
2785
- "node": ">=8"
2786
- },
2787
- "funding": {
2788
- "url": "https://github.com/sponsors/sindresorhus"
2789
- }
2790
- },
2791
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2792
- "version": "4.1.0",
2793
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2794
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2795
- "dev": true,
2796
- "dependencies": {
2797
- "argparse": "^2.0.1"
2798
- },
2799
- "bin": {
2800
- "js-yaml": "bin/js-yaml.js"
2801
- }
2802
- },
2775
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
2776
"version": "0.4.1",
2777
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2806
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2807
- "dev": true
2778
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
2779
},
2780
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
2781
"version": "3.1.2",
2782
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2783
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2813
- "dev": true,
2784
"dependencies": {
2785
"brace-expansion": "^1.1.7"
2786
},
@@ -2822,7 +2792,6 @@
2792
"version": "8.51.0",
2793
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
2794
"integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
2825
- "dev": true,
2795
"engines": {
2796
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2797
}
@@ -2993,11 +2962,6 @@
2962
"upper-case-first": "^2.0.2"
2963
}
2964
},
2996
- "node_modules/@graphql-codegen/add/node_modules/tslib": {
2997
- "version": "2.4.1",
2998
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
2999
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3000
- },
2965
"node_modules/@graphql-codegen/core": {
2966
"version": "2.6.8",
2967
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-2.6.8.tgz",
@@ -3045,11 +3009,6 @@
3009
"upper-case-first": "^2.0.2"
3010
}
3011
},
3048
- "node_modules/@graphql-codegen/core/node_modules/tslib": {
3049
- "version": "2.4.1",
3050
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3051
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3052
- },
3012
"node_modules/@graphql-codegen/plugin-helpers": {
3013
"version": "2.7.2",
3014
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz",
@@ -3077,11 +3036,6 @@
3036
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3037
}
3038
},
3080
- "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
3081
- "version": "2.4.1",
3082
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3083
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3084
- },
3039
"node_modules/@graphql-codegen/schema-ast": {
3040
"version": "2.6.1",
3041
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
@@ -3128,11 +3082,6 @@
3082
"upper-case-first": "^2.0.2"
3083
}
3084
},
3131
- "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
3132
- "version": "2.4.1",
3133
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3134
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3135
- },
3085
"node_modules/@graphql-codegen/typescript": {
3086
"version": "2.8.8",
3087
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-2.8.8.tgz",
@@ -3196,11 +3145,6 @@
3145
"upper-case-first": "^2.0.2"
3146
}
3147
},
3199
- "node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
3200
- "version": "2.4.1",
3201
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3202
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3203
- },
3148
"node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/plugin-helpers": {
3149
"version": "3.1.2",
3150
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
@@ -3234,11 +3178,6 @@
3178
"upper-case-first": "^2.0.2"
3179
}
3180
},
3237
- "node_modules/@graphql-codegen/typescript/node_modules/tslib": {
3238
- "version": "2.4.1",
3239
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3240
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3241
- },
3181
"node_modules/@graphql-codegen/visitor-plugin-common": {
3182
"version": "2.13.8",
3183
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz",
@@ -3292,11 +3231,6 @@
3231
"upper-case-first": "^2.0.2"
3232
}
3233
},
3295
- "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
3296
- "version": "2.4.1",
3297
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
3298
- "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
3299
- },
3234
"node_modules/@graphql-tools/code-file-loader": {
3235
"version": "7.3.23",
3236
"resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.23.tgz",
@@ -3429,7 +3363,6 @@
3363
"version": "0.11.11",
3364
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
3365
"integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
3432
- "dev": true,
3366
"dependencies": {
3367
"@humanwhocodes/object-schema": "^1.2.1",
3368
"debug": "^4.1.1",
@@ -3443,7 +3376,6 @@
3376
"version": "1.1.11",
3377
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
3378
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
3446
- "dev": true,
3379
"dependencies": {
3380
"balanced-match": "^1.0.0",
3381
"concat-map": "0.0.1"
@@ -3453,7 +3385,6 @@
3385
"version": "3.1.2",
3386
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3387
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3456
- "dev": true,
3388
"dependencies": {
3389
"brace-expansion": "^1.1.7"
3390
},
@@ -3465,7 +3396,6 @@
3396
"version": "1.0.1",
3397
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
3398
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
3468
- "dev": true,
3399
"engines": {
3400
"node": ">=12.22"
3401
},
@@ -3591,6 +3521,15 @@
3521
"node": ">=8"
3522
}
3523
},
3524
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
3525
+ "version": "1.0.10",
3526
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3527
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3528
+ "dev": true,
3529
+ "dependencies": {
3530
+ "sprintf-js": "~1.0.2"
3531
+ }
3532
+ },
3533
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
3534
"version": "4.1.0",
3535
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
@@ -3604,6 +3543,19 @@
3543
"node": ">=8"
3544
}
3545
},
3546
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
3547
+ "version": "3.14.1",
3548
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3549
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3550
+ "dev": true,
3551
+ "dependencies": {
3552
+ "argparse": "^1.0.7",
3553
+ "esprima": "^4.0.0"
3554
+ },
3555
+ "bin": {
3556
+ "js-yaml": "bin/js-yaml.js"
3557
+ }
3558
+ },
3559
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
3560
"version": "5.0.0",
3561
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -3643,6 +3595,12 @@
3595
"node": ">=8"
3596
}
3597
},
3598
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
3599
+ "version": "1.0.3",
3600
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
3601
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
3602
+ "dev": true
3603
+ },
3604
"node_modules/@istanbuljs/schema": {
3605
"version": "0.1.3",
3606
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -3757,12 +3715,6 @@
3715
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3716
}
3717
},
3760
- "node_modules/@jest/core/node_modules/react-is": {
3761
- "version": "18.2.0",
3762
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
3763
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
3764
- "dev": true
3765
- },
3718
"node_modules/@jest/environment": {
3719
"version": "29.7.0",
3720
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
@@ -4048,6 +4000,19 @@
4000
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4001
}
4002
},
4003
+ "node_modules/@jest/transform/node_modules/write-file-atomic": {
4004
+ "version": "4.0.2",
4005
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
4006
+ "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
4007
+ "dev": true,
4008
+ "dependencies": {
4009
+ "imurmurhash": "^0.1.4",
4010
+ "signal-exit": "^3.0.7"
4011
+ },
4012
+ "engines": {
4013
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
4014
+ }
4015
+ },
4016
"node_modules/@jest/types": {
4017
"version": "29.6.3",
4018
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
@@ -4822,33 +4787,86 @@
4787
]
4788
},
4789
"node_modules/@mdx-js/mdx": {
4825
- "version": "2.3.0",
4826
- "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz",
4827
- "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==",
4828
- "dependencies": {
4829
- "@types/estree-jsx": "^1.0.0",
4830
- "@types/mdx": "^2.0.0",
4831
- "estree-util-build-jsx": "^2.0.0",
4832
- "estree-util-is-identifier-name": "^2.0.0",
4833
- "estree-util-to-js": "^1.1.0",
4834
- "estree-walker": "^3.0.0",
4835
- "hast-util-to-estree": "^2.0.0",
4836
- "markdown-extensions": "^1.0.0",
4837
- "periscopic": "^3.0.0",
4838
- "remark-mdx": "^2.0.0",
4839
- "remark-parse": "^10.0.0",
4840
- "remark-rehype": "^10.0.0",
4841
- "unified": "^10.0.0",
4842
- "unist-util-position-from-estree": "^1.0.0",
4843
- "unist-util-stringify-position": "^3.0.0",
4844
- "unist-util-visit": "^4.0.0",
4845
- "vfile": "^5.0.0"
4790
+ "version": "1.6.22",
4791
+ "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz",
4792
+ "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==",
4793
+ "dependencies": {
4794
+ "@babel/core": "7.12.9",
4795
+ "@babel/plugin-syntax-jsx": "7.12.1",
4796
+ "@babel/plugin-syntax-object-rest-spread": "7.8.3",
4797
+ "@mdx-js/util": "1.6.22",
4798
+ "babel-plugin-apply-mdx-type-prop": "1.6.22",
4799
+ "babel-plugin-extract-import-names": "1.6.22",
4800
+ "camelcase-css": "2.0.1",
4801
+ "detab": "2.0.4",
4802
+ "hast-util-raw": "6.0.1",
4803
+ "lodash.uniq": "4.5.0",
4804
+ "mdast-util-to-hast": "10.0.1",
4805
+ "remark-footnotes": "2.0.0",
4806
+ "remark-mdx": "1.6.22",
4807
+ "remark-parse": "8.0.3",
4808
+ "remark-squeeze-paragraphs": "4.0.0",
4809
+ "style-to-object": "0.3.0",
4810
+ "unified": "9.2.0",
4811
+ "unist-builder": "2.0.3",
4812
+ "unist-util-visit": "2.0.3"
4813
},
4814
"funding": {
4815
"type": "opencollective",
4816
"url": "https://opencollective.com/unified"
4817
}
4818
},
4819
+ "node_modules/@mdx-js/mdx/node_modules/@babel/core": {
4820
+ "version": "7.12.9",
4821
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
4822
+ "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
4823
+ "dependencies": {
4824
+ "@babel/code-frame": "^7.10.4",
4825
+ "@babel/generator": "^7.12.5",
4826
+ "@babel/helper-module-transforms": "^7.12.1",
4827
+ "@babel/helpers": "^7.12.5",
4828
+ "@babel/parser": "^7.12.7",
4829
+ "@babel/template": "^7.12.7",
4830
+ "@babel/traverse": "^7.12.9",
4831
+ "@babel/types": "^7.12.7",
4832
+ "convert-source-map": "^1.7.0",
4833
+ "debug": "^4.1.0",
4834
+ "gensync": "^1.0.0-beta.1",
4835
+ "json5": "^2.1.2",
4836
+ "lodash": "^4.17.19",
4837
+ "resolve": "^1.3.2",
4838
+ "semver": "^5.4.1",
4839
+ "source-map": "^0.5.0"
4840
+ },
4841
+ "engines": {
4842
+ "node": ">=6.9.0"
4843
+ },
4844
+ "funding": {
4845
+ "type": "opencollective",
4846
+ "url": "https://opencollective.com/babel"
4847
+ }
4848
+ },
4849
+ "node_modules/@mdx-js/mdx/node_modules/convert-source-map": {
4850
+ "version": "1.9.0",
4851
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
4852
+ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
4853
+ },
4854
+ "node_modules/@mdx-js/mdx/node_modules/semver": {
4855
+ "version": "5.7.2",
4856
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
4857
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
4858
+ "bin": {
4859
+ "semver": "bin/semver"
4860
+ }
4861
+ },
4862
+ "node_modules/@mdx-js/mdx/node_modules/source-map": {
4863
+ "version": "0.5.7",
4864
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
4865
+ "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
4866
+ "engines": {
4867
+ "node": ">=0.10.0"
4868
+ }
4869
+ },
4870
"node_modules/@mdx-js/react": {
4871
"version": "1.6.22",
4872
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz",
@@ -4861,6 +4879,15 @@
4879
"react": "^16.13.1 || ^17.0.0"
4880
}
4881
},
4882
+ "node_modules/@mdx-js/util": {
4883
+ "version": "1.6.22",
4884
+ "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz",
4885
+ "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==",
4886
+ "funding": {
4887
+ "type": "opencollective",
4888
+ "url": "https://opencollective.com/unified"
4889
+ }
4890
+ },
4891
"node_modules/@mischnic/json-sourcemap": {
4892
"version": "0.1.1",
4893
"resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz",
@@ -6439,20 +6466,6 @@
6466
"url": "https://opencollective.com/parcel"
6467
}
6468
},
6442
- "node_modules/@parcel/packager-js/node_modules/globals": {
6443
- "version": "13.23.0",
6444
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
6445
- "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
6446
- "dependencies": {
6447
- "type-fest": "^0.20.2"
6448
- },
6449
- "engines": {
6450
- "node": ">=8"
6451
- },
6452
- "funding": {
6453
- "url": "https://github.com/sponsors/sindresorhus"
6454
- }
6455
- },
6469
"node_modules/@parcel/packager-raw": {
6470
"version": "2.6.2",
6471
"resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.6.2.tgz",
@@ -6981,6 +6994,12 @@
6994
"url": "https://github.com/sponsors/sindresorhus"
6995
}
6996
},
6997
+ "node_modules/@pkgr/utils/node_modules/tslib": {
6998
+ "version": "2.6.2",
6999
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
7000
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
7001
+ "dev": true
7002
+ },
7003
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
7004
"version": "0.5.11",
7005
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz",
@@ -7074,6 +7093,44 @@
7093
"react": ">=15"
7094
}
7095
},
7096
+ "node_modules/@primer/components/node_modules/@primer/primitives": {
7097
+ "version": "0.0.0-20211167520",
7098
+ "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-20211167520.tgz",
7099
+ "integrity": "sha512-TlsLN1CEN80NqyO+oKP+NHL05cKGVHt0wUoEk9ZKjjmPfGhkJUVC8MxS+8r8+iLOLso5ujZcd31b12az4bRbIw=="
7100
+ },
7101
+ "node_modules/@primer/components/node_modules/@styled-system/props": {
7102
+ "version": "5.1.4",
7103
+ "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.4.tgz",
7104
+ "integrity": "sha512-ysQJ6YFhWbnbMaG11RSqXPbOePUl6vEPkcSz1WiySSu4vvh7OQl5UPdkSnYS1E35kSkomSpO5drbFtWRrA+o7Q==",
7105
+ "dependencies": {
7106
+ "styled-system": "^5.1.4"
7107
+ }
7108
+ },
7109
+ "node_modules/@primer/components/node_modules/@styled-system/props/node_modules/styled-system": {
7110
+ "version": "5.1.5",
7111
+ "resolved": "https://registry.npmjs.org/styled-system/-/styled-system-5.1.5.tgz",
7112
+ "integrity": "sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A==",
7113
+ "dependencies": {
7114
+ "@styled-system/background": "^5.1.2",
7115
+ "@styled-system/border": "^5.1.5",
7116
+ "@styled-system/color": "^5.1.2",
7117
+ "@styled-system/core": "^5.1.2",
7118
+ "@styled-system/flexbox": "^5.1.2",
7119
+ "@styled-system/grid": "^5.1.2",
7120
+ "@styled-system/layout": "^5.1.2",
7121
+ "@styled-system/position": "^5.1.2",
7122
+ "@styled-system/shadow": "^5.1.2",
7123
+ "@styled-system/space": "^5.1.2",
7124
+ "@styled-system/typography": "^5.1.2",
7125
+ "@styled-system/variant": "^5.1.5",
7126
+ "object-assign": "^4.1.1"
7127
+ }
7128
+ },
7129
+ "node_modules/@primer/components/node_modules/react-is": {
7130
+ "version": "16.10.2",
7131
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.10.2.tgz",
7132
+ "integrity": "sha512-INBT1QEgtcCCgvccr5/86CfD71fw9EPmDxgiJX4I2Ddr6ZsV6iFXsuby+qWJPtmNuMY0zByTsG4468P7nHuNWA=="
7133
+ },
7134
"node_modules/@primer/components/node_modules/styled-system": {
7135
"version": "5.1.2",
7136
"resolved": "https://registry.npmjs.org/styled-system/-/styled-system-5.1.2.tgz",
@@ -7106,9 +7163,9 @@
7163
}
7164
},
7165
"node_modules/@primer/primitives": {
7109
- "version": "0.0.0-20211167520",
7110
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-20211167520.tgz",
7111
- "integrity": "sha512-TlsLN1CEN80NqyO+oKP+NHL05cKGVHt0wUoEk9ZKjjmPfGhkJUVC8MxS+8r8+iLOLso5ujZcd31b12az4bRbIw=="
7166
+ "version": "7.15.0",
7167
+ "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.15.0.tgz",
7168
+ "integrity": "sha512-ut010QMQT2YcQcn6gLHBC97YVN0ToR+7phxl+351hC94a7EgVR9GtwLOqopqU7el2w6iOrUndHBxDuUg1TBWhg=="
7169
},
7170
"node_modules/@primer/react": {
7171
"version": "35.31.0",
@@ -7167,19 +7224,6 @@
7224
"react": ">=16.3"
7225
}
7226
},
7170
- "node_modules/@primer/react/node_modules/@primer/primitives": {
7171
- "version": "7.15.0",
7172
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.15.0.tgz",
7173
- "integrity": "sha512-ut010QMQT2YcQcn6gLHBC97YVN0ToR+7phxl+351hC94a7EgVR9GtwLOqopqU7el2w6iOrUndHBxDuUg1TBWhg=="
7174
- },
7175
- "node_modules/@primer/react/node_modules/@styled-system/props": {
7176
- "version": "5.1.5",
7177
- "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.5.tgz",
7178
- "integrity": "sha512-FXhbzq2KueZpGaHxaDm8dowIEWqIMcgsKs6tBl6Y6S0njG9vC8dBMI6WSLDnzMoSqIX3nSKHmOmpzpoihdDewg==",
7179
- "dependencies": {
7180
- "styled-system": "^5.1.5"
7181
- }
7182
- },
7227
"node_modules/@primer/react/node_modules/@types/styled-components": {
7228
"version": "5.1.28",
7229
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.28.tgz",
@@ -7206,11 +7250,6 @@
7250
"csstype": "^3.0.2"
7251
}
7252
},
7209
- "node_modules/@primer/react/node_modules/react-is": {
7210
- "version": "18.2.0",
7211
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
7212
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
7213
- },
7253
"node_modules/@react-aria/ssr": {
7254
"version": "3.8.0",
7255
"resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.8.0.tgz",
@@ -7502,11 +7541,11 @@
7541
}
7542
},
7543
"node_modules/@styled-system/props": {
7505
- "version": "5.1.4",
7506
- "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.4.tgz",
7507
- "integrity": "sha512-ysQJ6YFhWbnbMaG11RSqXPbOePUl6vEPkcSz1WiySSu4vvh7OQl5UPdkSnYS1E35kSkomSpO5drbFtWRrA+o7Q==",
7544
+ "version": "5.1.5",
7545
+ "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.5.tgz",
7546
+ "integrity": "sha512-FXhbzq2KueZpGaHxaDm8dowIEWqIMcgsKs6tBl6Y6S0njG9vC8dBMI6WSLDnzMoSqIX3nSKHmOmpzpoihdDewg==",
7547
"dependencies": {
7509
- "styled-system": "^5.1.4"
7548
+ "styled-system": "^5.1.5"
7549
}
7550
},
7551
"node_modules/@styled-system/shadow": {
@@ -7736,14 +7775,6 @@
7775
"resolved": "https://registry.npmjs.org/@turist/time/-/time-0.0.2.tgz",
7776
"integrity": "sha512-qLOvfmlG2vCVw5fo/oz8WAZYlpe5a5OurgTj3diIxJCdjRHpapC+vQCz3er9LV79Vcat+DifBjeAhOAdmndtDQ=="
7777
},
7739
- "node_modules/@types/acorn": {
7740
- "version": "4.0.6",
7741
- "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz",
7742
- "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==",
7743
- "dependencies": {
7744
- "@types/estree": "*"
7745
- }
7746
- },
7778
"node_modules/@types/babel__core": {
7779
"version": "7.20.2",
7780
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz",
@@ -7833,9 +7864,9 @@
7864
"integrity": "sha512-orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ=="
7865
},
7866
"node_modules/@types/eslint": {
7836
- "version": "7.29.0",
7837
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
7838
- "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
7867
+ "version": "8.44.4",
7868
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.4.tgz",
7869
+ "integrity": "sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==",
7870
"dependencies": {
7871
"@types/estree": "*",
7872
"@types/json-schema": "*"
@@ -7855,14 +7886,6 @@
7886
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
7887
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
7888
},
7858
- "node_modules/@types/estree-jsx": {
7859
- "version": "1.0.1",
7860
- "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.1.tgz",
7861
- "integrity": "sha512-sHyakZlAezNFxmYRo0fopDZW+XvK6ipeZkkp5EAOLjdPfZp8VjZBJ67vSRI99RSCAoqXVmXOHS4fnWoxpuGQtQ==",
7862
- "dependencies": {
7863
- "@types/estree": "*"
7864
- }
7865
- },
7889
"node_modules/@types/get-port": {
7890
"version": "3.2.0",
7891
"resolved": "https://registry.npmjs.org/@types/get-port/-/get-port-3.2.0.tgz",
@@ -7979,12 +8002,6 @@
8002
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
8003
}
8004
},
7982
- "node_modules/@types/jest/node_modules/react-is": {
7983
- "version": "18.2.0",
7984
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
7985
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
7986
- "dev": true
7987
- },
8005
"node_modules/@types/jsdom": {
8006
"version": "20.0.1",
8007
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
@@ -7996,6 +8013,30 @@
8013
"parse5": "^7.0.0"
8014
}
8015
},
8016
+ "node_modules/@types/jsdom/node_modules/entities": {
8017
+ "version": "4.5.0",
8018
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
8019
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
8020
+ "dev": true,
8021
+ "engines": {
8022
+ "node": ">=0.12"
8023
+ },
8024
+ "funding": {
8025
+ "url": "https://github.com/fb55/entities?sponsor=1"
8026
+ }
8027
+ },
8028
+ "node_modules/@types/jsdom/node_modules/parse5": {
8029
+ "version": "7.1.2",
8030
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
8031
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
8032
+ "dev": true,
8033
+ "dependencies": {
8034
+ "entities": "^4.4.0"
8035
+ },
8036
+ "funding": {
8037
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
8038
+ }
8039
+ },
8040
"node_modules/@types/json-schema": {
8041
"version": "7.0.13",
8042
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz",
@@ -8027,11 +8068,6 @@
8068
"@types/unist": "^2"
8069
}
8070
},
8030
- "node_modules/@types/mdx": {
8031
- "version": "2.0.8",
8032
- "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.8.tgz",
8033
- "integrity": "sha512-r7/zWe+f9x+zjXqGxf821qz++ld8tp6Z4jUS6qmPZUXH6tfh4riXOhAqb12tWGWAevCFtMt1goLWkQMqIJKpsA=="
8034
- },
8071
"node_modules/@types/minimatch": {
8072
"version": "5.1.2",
8073
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
@@ -8087,6 +8123,11 @@
8123
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
8124
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
8125
},
8126
+ "node_modules/@types/parse5": {
8127
+ "version": "5.0.3",
8128
+ "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
8129
+ "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
8130
+ },
8131
"node_modules/@types/prop-types": {
8132
"version": "15.7.8",
8133
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
@@ -8283,6 +8324,11 @@
8324
"node": ">= 6"
8325
}
8326
},
8327
+ "node_modules/@types/testing-library__dom/node_modules/react-is": {
8328
+ "version": "16.13.1",
8329
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
8330
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
8331
+ },
8332
"node_modules/@types/testing-library__jest-dom": {
8333
"version": "5.14.9",
8334
"resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz",
@@ -8998,14 +9044,6 @@
9044
"url": "https://github.com/sponsors/epoberezkin"
9045
}
9046
},
9001
- "node_modules/ajv-keywords": {
9002
- "version": "3.5.2",
9003
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
9004
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
9005
- "peerDependencies": {
9006
- "ajv": "^6.9.1"
9007
- }
9008
- },
9047
"node_modules/anser": {
9048
"version": "2.1.1",
9049
"resolved": "https://registry.npmjs.org/anser/-/anser-2.1.1.tgz",
@@ -9218,12 +9256,9 @@
9256
"dev": true
9257
},
9258
"node_modules/argparse": {
9221
- "version": "1.0.10",
9222
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
9223
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
9224
- "dependencies": {
9225
- "sprintf-js": "~1.0.2"
9226
- }
9259
+ "version": "2.0.1",
9260
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
9261
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
9262
},
9263
"node_modules/aria-hidden": {
9264
"version": "1.2.3",
@@ -9412,14 +9447,6 @@
9447
"node": ">=8"
9448
}
9449
},
9415
- "node_modules/astring": {
9416
- "version": "1.8.6",
9417
- "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
9418
- "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==",
9419
- "bin": {
9420
- "astring": "bin/astring"
9421
- }
9422
- },
9450
"node_modules/async": {
9451
"version": "1.5.2",
9452
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
@@ -9563,13 +9590,11 @@
9590
}
9591
},
9592
"node_modules/axios": {
9566
- "version": "1.5.1",
9567
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
9568
- "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
9593
+ "version": "0.21.4",
9594
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
9595
+ "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
9596
"dependencies": {
9570
- "follow-redirects": "^1.15.0",
9571
- "form-data": "^4.0.0",
9572
- "proxy-from-env": "^1.1.0"
9597
+ "follow-redirects": "^1.14.0"
9598
}
9599
},
9600
"node_modules/axobject-query": {
@@ -9580,6 +9605,36 @@
9605
"dequal": "^2.0.3"
9606
}
9607
},
9608
+ "node_modules/babel-eslint": {
9609
+ "version": "10.1.0",
9610
+ "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
9611
+ "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
9612
+ "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.",
9613
+ "peer": true,
9614
+ "dependencies": {
9615
+ "@babel/code-frame": "^7.0.0",
9616
+ "@babel/parser": "^7.7.0",
9617
+ "@babel/traverse": "^7.7.0",
9618
+ "@babel/types": "^7.7.0",
9619
+ "eslint-visitor-keys": "^1.0.0",
9620
+ "resolve": "^1.12.0"
9621
+ },
9622
+ "engines": {
9623
+ "node": ">=6"
9624
+ },
9625
+ "peerDependencies": {
9626
+ "eslint": ">= 4.12.1"
9627
+ }
9628
+ },
9629
+ "node_modules/babel-eslint/node_modules/eslint-visitor-keys": {
9630
+ "version": "1.3.0",
9631
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9632
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9633
+ "peer": true,
9634
+ "engines": {
9635
+ "node": ">=4"
9636
+ }
9637
+ },
9638
"node_modules/babel-jest": {
9639
"version": "29.7.0",
9640
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
@@ -9634,6 +9689,14 @@
9689
"url": "https://github.com/sponsors/epoberezkin"
9690
}
9691
},
9692
+ "node_modules/babel-loader/node_modules/ajv-keywords": {
9693
+ "version": "3.5.2",
9694
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
9695
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
9696
+ "peerDependencies": {
9697
+ "ajv": "^6.9.1"
9698
+ }
9699
+ },
9700
"node_modules/babel-loader/node_modules/json-schema-traverse": {
9701
"version": "0.4.1",
9702
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -9661,6 +9724,27 @@
9724
"resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.4.tgz",
9725
"integrity": "sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg=="
9726
},
9727
+ "node_modules/babel-plugin-apply-mdx-type-prop": {
9728
+ "version": "1.6.22",
9729
+ "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz",
9730
+ "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==",
9731
+ "dependencies": {
9732
+ "@babel/helper-plugin-utils": "7.10.4",
9733
+ "@mdx-js/util": "1.6.22"
9734
+ },
9735
+ "funding": {
9736
+ "type": "opencollective",
9737
+ "url": "https://opencollective.com/unified"
9738
+ },
9739
+ "peerDependencies": {
9740
+ "@babel/core": "^7.11.6"
9741
+ }
9742
+ },
9743
+ "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": {
9744
+ "version": "7.10.4",
9745
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
9746
+ "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
9747
+ },
9748
"node_modules/babel-plugin-dynamic-import-node": {
9749
"version": "2.3.3",
9750
"resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
@@ -9669,6 +9753,23 @@
9753
"object.assign": "^4.1.0"
9754
}
9755
},
9756
+ "node_modules/babel-plugin-extract-import-names": {
9757
+ "version": "1.6.22",
9758
+ "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz",
9759
+ "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==",
9760
+ "dependencies": {
9761
+ "@babel/helper-plugin-utils": "7.10.4"
9762
+ },
9763
+ "funding": {
9764
+ "type": "opencollective",
9765
+ "url": "https://opencollective.com/unified"
9766
+ }
9767
+ },
9768
+ "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": {
9769
+ "version": "7.10.4",
9770
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
9771
+ "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
9772
+ },
9773
"node_modules/babel-plugin-istanbul": {
9774
"version": "6.1.1",
9775
"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
@@ -9864,6 +9965,20 @@
9965
"styled-components": ">= 2"
9966
}
9967
},
9968
+ "node_modules/babel-plugin-styled-components/node_modules/@babel/plugin-syntax-jsx": {
9969
+ "version": "7.22.5",
9970
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
9971
+ "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
9972
+ "dependencies": {
9973
+ "@babel/helper-plugin-utils": "^7.22.5"
9974
+ },
9975
+ "engines": {
9976
+ "node": ">=6.9.0"
9977
+ },
9978
+ "peerDependencies": {
9979
+ "@babel/core": "^7.0.0-0"
9980
+ }
9981
+ },
9982
"node_modules/babel-plugin-syntax-trailing-function-commas": {
9983
"version": "7.0.0-beta.0",
9984
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz",
@@ -9980,9 +10095,9 @@
10095
}
10096
},
10097
"node_modules/bail": {
9983
- "version": "2.0.2",
9984
- "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
9985
- "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
10098
+ "version": "1.0.5",
10099
+ "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
10100
+ "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
10101
"funding": {
10102
"type": "github",
10103
"url": "https://github.com/sponsors/wooorm"
@@ -10076,31 +10191,6 @@
10191
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10192
}
10193
},
10079
- "node_modules/bin-links/node_modules/signal-exit": {
10080
- "version": "4.1.0",
10081
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
10082
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
10083
- "dev": true,
10084
- "engines": {
10085
- "node": ">=14"
10086
- },
10087
- "funding": {
10088
- "url": "https://github.com/sponsors/isaacs"
10089
- }
10090
- },
10091
- "node_modules/bin-links/node_modules/write-file-atomic": {
10092
- "version": "5.0.1",
10093
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
10094
- "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
10095
- "dev": true,
10096
- "dependencies": {
10097
- "imurmurhash": "^0.1.4",
10098
- "signal-exit": "^4.0.1"
10099
- },
10100
- "engines": {
10101
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10102
- }
10103
- },
10194
"node_modules/binary-extensions": {
10195
"version": "2.2.0",
10196
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@@ -10725,9 +10815,9 @@
10815
}
10816
},
10817
"node_modules/ccount": {
10728
- "version": "2.0.1",
10729
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
10730
- "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
10818
+ "version": "1.1.0",
10819
+ "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz",
10820
+ "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==",
10821
"funding": {
10822
"type": "github",
10823
"url": "https://github.com/sponsors/wooorm"
@@ -10794,36 +10884,36 @@
10884
}
10885
},
10886
"node_modules/character-entities": {
10797
- "version": "2.0.2",
10798
- "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
10799
- "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
10887
+ "version": "1.2.4",
10888
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
10889
+ "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
10890
"funding": {
10891
"type": "github",
10892
"url": "https://github.com/sponsors/wooorm"
10893
}
10894
},
10895
"node_modules/character-entities-html4": {
10806
- "version": "2.1.0",
10807
- "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
10808
- "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
10896
+ "version": "1.1.4",
10897
+ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz",
10898
+ "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==",
10899
"funding": {
10900
"type": "github",
10901
"url": "https://github.com/sponsors/wooorm"
10902
}
10903
},
10904
"node_modules/character-entities-legacy": {
10815
- "version": "3.0.0",
10816
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
10817
- "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
10905
+ "version": "1.1.4",
10906
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
10907
+ "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
10908
"funding": {
10909
"type": "github",
10910
"url": "https://github.com/sponsors/wooorm"
10911
}
10912
},
10913
"node_modules/character-reference-invalid": {
10824
- "version": "2.0.1",
10825
- "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
10826
- "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
10914
+ "version": "1.1.4",
10915
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
10916
+ "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
10917
"funding": {
10918
"type": "github",
10919
"url": "https://github.com/sponsors/wooorm"
@@ -11462,9 +11552,9 @@
11552
}
11553
},
11554
"node_modules/comma-separated-tokens": {
11465
- "version": "2.0.3",
11466
- "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
11467
- "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
11555
+ "version": "1.0.8",
11556
+ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
11557
+ "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
11558
"funding": {
11559
"type": "github",
11560
"url": "https://github.com/sponsors/wooorm"
@@ -11874,24 +11964,6 @@
11964
"typescript": ">=4"
11965
}
11966
},
11877
- "node_modules/cosmiconfig/node_modules/argparse": {
11878
- "version": "2.0.1",
11879
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
11880
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
11881
- "dev": true
11882
- },
11883
- "node_modules/cosmiconfig/node_modules/js-yaml": {
11884
- "version": "4.1.0",
11885
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11886
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11887
- "dev": true,
11888
- "dependencies": {
11889
- "argparse": "^2.0.1"
11890
- },
11891
- "bin": {
11892
- "js-yaml": "bin/js-yaml.js"
11893
- }
11894
- },
11967
"node_modules/create-gatsby": {
11968
"version": "2.25.0",
11969
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.25.0.tgz",
@@ -12395,6 +12467,15 @@
12467
"url": "https://github.com/sponsors/wooorm"
12468
}
12469
},
12470
+ "node_modules/decode-named-character-reference/node_modules/character-entities": {
12471
+ "version": "2.0.2",
12472
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
12473
+ "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
12474
+ "funding": {
12475
+ "type": "github",
12476
+ "url": "https://github.com/sponsors/wooorm"
12477
+ }
12478
+ },
12479
"node_modules/decode-uri-component": {
12480
"version": "0.2.2",
12481
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
@@ -12722,6 +12803,18 @@
12803
"npm": "1.2.8000 || >= 1.4.16"
12804
}
12805
},
12806
+ "node_modules/detab": {
12807
+ "version": "2.0.4",
12808
+ "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz",
12809
+ "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==",
12810
+ "dependencies": {
12811
+ "repeat-string": "^1.5.4"
12812
+ },
12813
+ "funding": {
12814
+ "type": "github",
12815
+ "url": "https://github.com/sponsors/wooorm"
12816
+ }
12817
+ },
12818
"node_modules/details-element-polyfill": {
12819
"version": "2.4.0",
12820
"resolved": "https://registry.npmjs.org/details-element-polyfill/-/details-element-polyfill-2.4.0.tgz",
@@ -13093,10 +13186,10 @@
13186
"react": ">=16.12.0"
13187
}
13188
},
13096
- "node_modules/downshift/node_modules/react-is": {
13097
- "version": "18.2.0",
13098
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
13099
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
13189
+ "node_modules/downshift/node_modules/tslib": {
13190
+ "version": "2.6.2",
13191
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
13192
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
13193
},
13194
"node_modules/duplexer": {
13195
"version": "0.1.2",
@@ -13582,7 +13675,6 @@
13675
"version": "8.51.0",
13676
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
13677
"integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
13585
- "dev": true,
13678
"dependencies": {
13679
"@eslint-community/eslint-utils": "^4.2.0",
13680
"@eslint-community/regexpp": "^4.6.1",
@@ -13644,38 +13736,6 @@
13736
"eslint": ">=7.0.0"
13737
}
13738
},
13647
- "node_modules/eslint-config-react-app": {
13648
- "version": "6.0.0",
13649
- "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
13650
- "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
13651
- "dependencies": {
13652
- "confusing-browser-globals": "^1.0.10"
13653
- },
13654
- "engines": {
13655
- "node": "^10.12.0 || >=12.0.0"
13656
- },
13657
- "peerDependencies": {
13658
- "@typescript-eslint/eslint-plugin": "^4.0.0",
13659
- "@typescript-eslint/parser": "^4.0.0",
13660
- "babel-eslint": "^10.0.0",
13661
- "eslint": "^7.5.0",
13662
- "eslint-plugin-flowtype": "^5.2.0",
13663
- "eslint-plugin-import": "^2.22.0",
13664
- "eslint-plugin-jest": "^24.0.0",
13665
- "eslint-plugin-jsx-a11y": "^6.3.1",
13666
- "eslint-plugin-react": "^7.20.3",
13667
- "eslint-plugin-react-hooks": "^4.0.8",
13668
- "eslint-plugin-testing-library": "^3.9.0"
13669
- },
13670
- "peerDependenciesMeta": {
13671
- "eslint-plugin-jest": {
13672
- "optional": true
13673
- },
13674
- "eslint-plugin-testing-library": {
13675
- "optional": true
13676
- }
13677
- }
13678
- },
13739
"node_modules/eslint-import-resolver-node": {
13740
"version": "0.3.9",
13741
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
@@ -13723,6 +13783,7 @@
13783
"resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
13784
"integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
13785
"dev": true,
13786
+ "peer": true,
13787
"dependencies": {
13788
"eslint-utils": "^2.0.0",
13789
"regexpp": "^3.0.0"
@@ -13792,21 +13853,6 @@
13853
"eslint": "*"
13854
}
13855
},
13795
- "node_modules/eslint-plugin-flowtype": {
13796
- "version": "5.10.0",
13797
- "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz",
13798
- "integrity": "sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==",
13799
- "dependencies": {
13800
- "lodash": "^4.17.15",
13801
- "string-natural-compare": "^3.0.1"
13802
- },
13803
- "engines": {
13804
- "node": "^10.12.0 || >=12.0.0"
13805
- },
13806
- "peerDependencies": {
13807
- "eslint": "^7.1.0"
13808
- }
13809
- },
13856
"node_modules/eslint-plugin-github": {
13857
"version": "4.10.1",
13858
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.1.tgz",
@@ -13995,6 +14041,7 @@
14041
"resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
14042
"integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
14043
"dev": true,
14044
+ "peer": true,
14045
"dependencies": {
14046
"eslint-plugin-es": "^3.0.0",
14047
"eslint-utils": "^2.0.0",
@@ -14015,6 +14062,7 @@
14062
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14063
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14064
"dev": true,
14065
+ "peer": true,
14066
"dependencies": {
14067
"balanced-match": "^1.0.0",
14068
"concat-map": "0.0.1"
@@ -14025,6 +14073,7 @@
14073
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14074
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14075
"dev": true,
14076
+ "peer": true,
14077
"dependencies": {
14078
"brace-expansion": "^1.1.7"
14079
},
@@ -14037,6 +14086,7 @@
14086
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
14087
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
14088
"dev": true,
14089
+ "peer": true,
14090
"bin": {
14091
"semver": "bin/semver.js"
14092
}
@@ -14088,20 +14138,12 @@
14138
"eslint": "^8.42.0"
14139
}
14140
},
14091
- "node_modules/eslint-plugin-primer-react/node_modules/@styled-system/props": {
14092
- "version": "5.1.5",
14093
- "resolved": "https://registry.npmjs.org/@styled-system/props/-/props-5.1.5.tgz",
14094
- "integrity": "sha512-FXhbzq2KueZpGaHxaDm8dowIEWqIMcgsKs6tBl6Y6S0njG9vC8dBMI6WSLDnzMoSqIX3nSKHmOmpzpoihdDewg==",
14095
- "dev": true,
14096
- "dependencies": {
14097
- "styled-system": "^5.1.5"
14098
- }
14099
- },
14141
"node_modules/eslint-plugin-promise": {
14142
"version": "6.1.1",
14143
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz",
14144
"integrity": "sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==",
14145
"dev": true,
14146
+ "peer": true,
14147
"engines": {
14148
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
14149
},
@@ -14217,7 +14259,6 @@
14259
"version": "7.2.2",
14260
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
14261
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
14220
- "dev": true,
14262
"dependencies": {
14263
"esrecurse": "^4.3.0",
14264
"estraverse": "^5.2.0"
@@ -14261,7 +14302,6 @@
14302
"version": "3.4.3",
14303
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
14304
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
14264
- "dev": true,
14305
"engines": {
14306
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
14307
},
@@ -14293,6 +14333,15 @@
14333
"webpack": "^4.0.0 || ^5.0.0"
14334
}
14335
},
14336
+ "node_modules/eslint-webpack-plugin/node_modules/@types/eslint": {
14337
+ "version": "7.29.0",
14338
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
14339
+ "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
14340
+ "dependencies": {
14341
+ "@types/estree": "*",
14342
+ "@types/json-schema": "*"
14343
+ }
14344
+ },
14345
"node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
14346
"version": "27.5.1",
14347
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
@@ -14324,7 +14373,6 @@
14373
"version": "6.12.6",
14374
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
14375
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
14327
- "dev": true,
14376
"dependencies": {
14377
"fast-deep-equal": "^3.1.1",
14378
"fast-json-stable-stringify": "^2.0.0",
@@ -14336,60 +14384,24 @@
14384
"url": "https://github.com/sponsors/epoberezkin"
14385
}
14386
},
14339
- "node_modules/eslint/node_modules/argparse": {
14340
- "version": "2.0.1",
14341
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
14342
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
14343
- "dev": true
14344
- },
14387
"node_modules/eslint/node_modules/brace-expansion": {
14388
"version": "1.1.11",
14389
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14390
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14349
- "dev": true,
14391
"dependencies": {
14392
"balanced-match": "^1.0.0",
14393
"concat-map": "0.0.1"
14394
}
14395
},
14355
- "node_modules/eslint/node_modules/globals": {
14356
- "version": "13.23.0",
14357
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
14358
- "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
14359
- "dev": true,
14360
- "dependencies": {
14361
- "type-fest": "^0.20.2"
14362
- },
14363
- "engines": {
14364
- "node": ">=8"
14365
- },
14366
- "funding": {
14367
- "url": "https://github.com/sponsors/sindresorhus"
14368
- }
14369
- },
14370
- "node_modules/eslint/node_modules/js-yaml": {
14371
- "version": "4.1.0",
14372
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
14373
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
14374
- "dev": true,
14375
- "dependencies": {
14376
- "argparse": "^2.0.1"
14377
- },
14378
- "bin": {
14379
- "js-yaml": "bin/js-yaml.js"
14380
- }
14381
- },
14396
"node_modules/eslint/node_modules/json-schema-traverse": {
14397
"version": "0.4.1",
14398
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
14385
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
14386
- "dev": true
14399
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
14400
},
14401
"node_modules/eslint/node_modules/minimatch": {
14402
"version": "3.1.2",
14403
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14404
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14392
- "dev": true,
14405
"dependencies": {
14406
"brace-expansion": "^1.1.7"
14407
},
@@ -14401,7 +14413,6 @@
14413
"version": "9.6.1",
14414
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
14415
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
14404
- "dev": true,
14416
"dependencies": {
14417
"acorn": "^8.9.0",
14418
"acorn-jsx": "^5.3.2",
@@ -14456,76 +14467,6 @@
14467
"node": ">=4.0"
14468
}
14469
},
14459
- "node_modules/estree-util-attach-comments": {
14460
- "version": "2.1.1",
14461
- "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-2.1.1.tgz",
14462
- "integrity": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==",
14463
- "dependencies": {
14464
- "@types/estree": "^1.0.0"
14465
- },
14466
- "funding": {
14467
- "type": "opencollective",
14468
- "url": "https://opencollective.com/unified"
14469
- }
14470
- },
14471
- "node_modules/estree-util-build-jsx": {
14472
- "version": "2.2.2",
14473
- "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-2.2.2.tgz",
14474
- "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==",
14475
- "dependencies": {
14476
- "@types/estree-jsx": "^1.0.0",
14477
- "estree-util-is-identifier-name": "^2.0.0",
14478
- "estree-walker": "^3.0.0"
14479
- },
14480
- "funding": {
14481
- "type": "opencollective",
14482
- "url": "https://opencollective.com/unified"
14483
- }
14484
- },
14485
- "node_modules/estree-util-is-identifier-name": {
14486
- "version": "2.1.0",
14487
- "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz",
14488
- "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==",
14489
- "funding": {
14490
- "type": "opencollective",
14491
- "url": "https://opencollective.com/unified"
14492
- }
14493
- },
14494
- "node_modules/estree-util-to-js": {
14495
- "version": "1.2.0",
14496
- "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-1.2.0.tgz",
14497
- "integrity": "sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==",
14498
- "dependencies": {
14499
- "@types/estree-jsx": "^1.0.0",
14500
- "astring": "^1.8.0",
14501
- "source-map": "^0.7.0"
14502
- },
14503
- "funding": {
14504
- "type": "opencollective",
14505
- "url": "https://opencollective.com/unified"
14506
- }
14507
- },
14508
- "node_modules/estree-util-visit": {
14509
- "version": "1.2.1",
14510
- "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-1.2.1.tgz",
14511
- "integrity": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==",
14512
- "dependencies": {
14513
- "@types/estree-jsx": "^1.0.0",
14514
- "@types/unist": "^2.0.0"
14515
- },
14516
- "funding": {
14517
- "type": "opencollective",
14518
- "url": "https://opencollective.com/unified"
14519
- }
14520
- },
14521
- "node_modules/estree-walker": {
14522
- "version": "3.0.3",
14523
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
14524
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
14525
- "dependencies": {
14526
- "@types/estree": "^1.0.0"
14527
- }
14528
- },
14470
"node_modules/esutils": {
14471
"version": "2.0.3",
14472
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
@@ -15246,6 +15187,14 @@
15187
"url": "https://github.com/sponsors/epoberezkin"
15188
}
15189
},
15190
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv-keywords": {
15191
+ "version": "3.5.2",
15192
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
15193
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
15194
+ "peerDependencies": {
15195
+ "ajv": "^6.9.1"
15196
+ }
15197
+ },
15198
"node_modules/fork-ts-checker-webpack-plugin/node_modules/brace-expansion": {
15199
"version": "1.1.11",
15200
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -15450,6 +15399,31 @@
15399
"js-yaml": "^3.13.1"
15400
}
15401
},
15402
+ "node_modules/front-matter/node_modules/argparse": {
15403
+ "version": "1.0.10",
15404
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
15405
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
15406
+ "dependencies": {
15407
+ "sprintf-js": "~1.0.2"
15408
+ }
15409
+ },
15410
+ "node_modules/front-matter/node_modules/js-yaml": {
15411
+ "version": "3.14.1",
15412
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
15413
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
15414
+ "dependencies": {
15415
+ "argparse": "^1.0.7",
15416
+ "esprima": "^4.0.0"
15417
+ },
15418
+ "bin": {
15419
+ "js-yaml": "bin/js-yaml.js"
15420
+ }
15421
+ },
15422
+ "node_modules/front-matter/node_modules/sprintf-js": {
15423
+ "version": "1.0.3",
15424
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
15425
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
15426
+ },
15427
"node_modules/fs-constants": {
15428
"version": "1.0.0",
15429
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
@@ -16220,15 +16194,6 @@
16194
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
16195
}
16196
},
16223
- "node_modules/gatsby-plugin-mdx/node_modules/bail": {
16224
- "version": "1.0.5",
16225
- "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
16226
- "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
16227
- "funding": {
16228
- "type": "github",
16229
- "url": "https://github.com/sponsors/wooorm"
16230
- }
16231
- },
16197
"node_modules/gatsby-plugin-mdx/node_modules/camel-case": {
16198
"version": "3.0.0",
16199
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
@@ -16450,15 +16415,6 @@
16415
"upper-case": "^1.0.3"
16416
}
16417
},
16453
- "node_modules/gatsby-plugin-mdx/node_modules/trough": {
16454
- "version": "1.0.5",
16455
- "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
16456
- "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
16457
- "funding": {
16458
- "type": "github",
16459
- "url": "https://github.com/sponsors/wooorm"
16460
- }
16461
- },
16418
"node_modules/gatsby-plugin-mdx/node_modules/unified": {
16419
"version": "8.4.2",
16420
"resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz",
@@ -16480,18 +16436,6 @@
16436
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
16437
"integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
16438
},
16483
- "node_modules/gatsby-plugin-mdx/node_modules/unist-util-stringify-position": {
16484
- "version": "2.0.3",
16485
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
16486
- "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
16487
- "dependencies": {
16488
- "@types/unist": "^2.0.2"
16489
- },
16490
- "funding": {
16491
- "type": "opencollective",
16492
- "url": "https://opencollective.com/unified"
16493
- }
16494
- },
16439
"node_modules/gatsby-plugin-mdx/node_modules/unist-util-visit": {
16440
"version": "1.4.1",
16441
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
@@ -16521,34 +16465,6 @@
16465
"upper-case": "^1.1.1"
16466
}
16467
},
16524
- "node_modules/gatsby-plugin-mdx/node_modules/vfile": {
16525
- "version": "4.2.1",
16526
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
16527
- "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
16528
- "dependencies": {
16529
- "@types/unist": "^2.0.0",
16530
- "is-buffer": "^2.0.0",
16531
- "unist-util-stringify-position": "^2.0.0",
16532
- "vfile-message": "^2.0.0"
16533
- },
16534
- "funding": {
16535
- "type": "opencollective",
16536
- "url": "https://opencollective.com/unified"
16537
- }
16538
- },
16539
- "node_modules/gatsby-plugin-mdx/node_modules/vfile-message": {
16540
- "version": "2.0.4",
16541
- "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
16542
- "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
16543
- "dependencies": {
16544
- "@types/unist": "^2.0.0",
16545
- "unist-util-stringify-position": "^2.0.0"
16546
- },
16547
- "funding": {
16548
- "type": "opencollective",
16549
- "url": "https://opencollective.com/unified"
16550
- }
16551
- },
16468
"node_modules/gatsby-plugin-meta-redirect": {
16469
"version": "1.1.1",
16470
"resolved": "https://registry.npmjs.org/gatsby-plugin-meta-redirect/-/gatsby-plugin-meta-redirect-1.1.1.tgz",
@@ -16899,6 +16815,31 @@
16815
"gatsby": "^4.0.0-next"
16816
}
16817
},
16818
+ "node_modules/gatsby-transformer-yaml/node_modules/argparse": {
16819
+ "version": "1.0.10",
16820
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
16821
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
16822
+ "dependencies": {
16823
+ "sprintf-js": "~1.0.2"
16824
+ }
16825
+ },
16826
+ "node_modules/gatsby-transformer-yaml/node_modules/js-yaml": {
16827
+ "version": "3.14.1",
16828
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
16829
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
16830
+ "dependencies": {
16831
+ "argparse": "^1.0.7",
16832
+ "esprima": "^4.0.0"
16833
+ },
16834
+ "bin": {
16835
+ "js-yaml": "bin/js-yaml.js"
16836
+ }
16837
+ },
16838
+ "node_modules/gatsby-transformer-yaml/node_modules/sprintf-js": {
16839
+ "version": "1.0.3",
16840
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
16841
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
16842
+ },
16843
"node_modules/gatsby-worker": {
16844
"version": "1.25.0",
16845
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.25.0.tgz",
@@ -17184,12 +17125,12 @@
17125
"url": "https://github.com/sponsors/epoberezkin"
17126
}
17127
},
17187
- "node_modules/gatsby/node_modules/axios": {
17188
- "version": "0.21.4",
17189
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
17190
- "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
17128
+ "node_modules/gatsby/node_modules/argparse": {
17129
+ "version": "1.0.10",
17130
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
17131
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
17132
"dependencies": {
17192
- "follow-redirects": "^1.14.0"
17133
+ "sprintf-js": "~1.0.2"
17134
}
17135
},
17136
"node_modules/gatsby/node_modules/brace-expansion": {
@@ -17265,6 +17206,53 @@
17206
"url": "https://opencollective.com/eslint"
17207
}
17208
},
17209
+ "node_modules/gatsby/node_modules/eslint-config-react-app": {
17210
+ "version": "6.0.0",
17211
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
17212
+ "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
17213
+ "dependencies": {
17214
+ "confusing-browser-globals": "^1.0.10"
17215
+ },
17216
+ "engines": {
17217
+ "node": "^10.12.0 || >=12.0.0"
17218
+ },
17219
+ "peerDependencies": {
17220
+ "@typescript-eslint/eslint-plugin": "^4.0.0",
17221
+ "@typescript-eslint/parser": "^4.0.0",
17222
+ "babel-eslint": "^10.0.0",
17223
+ "eslint": "^7.5.0",
17224
+ "eslint-plugin-flowtype": "^5.2.0",
17225
+ "eslint-plugin-import": "^2.22.0",
17226
+ "eslint-plugin-jest": "^24.0.0",
17227
+ "eslint-plugin-jsx-a11y": "^6.3.1",
17228
+ "eslint-plugin-react": "^7.20.3",
17229
+ "eslint-plugin-react-hooks": "^4.0.8",
17230
+ "eslint-plugin-testing-library": "^3.9.0"
17231
+ },
17232
+ "peerDependenciesMeta": {
17233
+ "eslint-plugin-jest": {
17234
+ "optional": true
17235
+ },
17236
+ "eslint-plugin-testing-library": {
17237
+ "optional": true
17238
+ }
17239
+ }
17240
+ },
17241
+ "node_modules/gatsby/node_modules/eslint-plugin-flowtype": {
17242
+ "version": "5.10.0",
17243
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz",
17244
+ "integrity": "sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==",
17245
+ "dependencies": {
17246
+ "lodash": "^4.17.15",
17247
+ "string-natural-compare": "^3.0.1"
17248
+ },
17249
+ "engines": {
17250
+ "node": "^10.12.0 || >=12.0.0"
17251
+ },
17252
+ "peerDependencies": {
17253
+ "eslint": "^7.1.0"
17254
+ }
17255
+ },
17256
"node_modules/gatsby/node_modules/eslint-scope": {
17257
"version": "5.1.1",
17258
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
@@ -17389,18 +17377,16 @@
17377
"node": ">= 6"
17378
}
17379
},
17392
- "node_modules/gatsby/node_modules/globals": {
17393
- "version": "13.23.0",
17394
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
17395
- "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
17380
+ "node_modules/gatsby/node_modules/js-yaml": {
17381
+ "version": "3.14.1",
17382
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
17383
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
17384
"dependencies": {
17397
- "type-fest": "^0.20.2"
17398
- },
17399
- "engines": {
17400
- "node": ">=8"
17385
+ "argparse": "^1.0.7",
17386
+ "esprima": "^4.0.0"
17387
},
17402
- "funding": {
17403
- "url": "https://github.com/sponsors/sindresorhus"
17388
+ "bin": {
17389
+ "js-yaml": "bin/js-yaml.js"
17390
}
17391
},
17392
"node_modules/gatsby/node_modules/json-schema-traverse": {
@@ -17419,6 +17405,39 @@
17405
"node": "*"
17406
}
17407
},
17408
+ "node_modules/gatsby/node_modules/react-server-dom-webpack": {
17409
+ "version": "0.0.0-experimental-c8b778b7f-20220825",
17410
+ "resolved": "https://registry.npmjs.org/react-server-dom-webpack/-/react-server-dom-webpack-0.0.0-experimental-c8b778b7f-20220825.tgz",
17411
+ "integrity": "sha512-JyCjbp6ZvkH/T0EuVPdceYlC8u5WqWDSJr2KxDvc81H2eJ+7zYUN++IcEycnR2F+HmER8QVgxfotnIx352zi+w==",
17412
+ "dependencies": {
17413
+ "acorn": "^6.2.1",
17414
+ "loose-envify": "^1.1.0",
17415
+ "neo-async": "^2.6.1"
17416
+ },
17417
+ "engines": {
17418
+ "node": ">=0.10.0"
17419
+ },
17420
+ "peerDependencies": {
17421
+ "react": "0.0.0-experimental-c8b778b7f-20220825",
17422
+ "webpack": "^5.59.0"
17423
+ }
17424
+ },
17425
+ "node_modules/gatsby/node_modules/react-server-dom-webpack/node_modules/acorn": {
17426
+ "version": "6.4.2",
17427
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
17428
+ "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
17429
+ "bin": {
17430
+ "acorn": "bin/acorn"
17431
+ },
17432
+ "engines": {
17433
+ "node": ">=0.4.0"
17434
+ }
17435
+ },
17436
+ "node_modules/gatsby/node_modules/sprintf-js": {
17437
+ "version": "1.0.3",
17438
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
17439
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
17440
+ },
17441
"node_modules/gauge": {
17442
"version": "5.0.1",
17443
"resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
@@ -17599,7 +17618,6 @@
17618
"version": "6.0.2",
17619
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
17620
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
17602
- "dev": true,
17621
"dependencies": {
17622
"is-glob": "^4.0.3"
17623
},
@@ -17671,11 +17689,17 @@
17689
}
17690
},
17691
"node_modules/globals": {
17674
- "version": "11.12.0",
17675
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
17676
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
17692
+ "version": "13.23.0",
17693
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
17694
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
17695
+ "dependencies": {
17696
+ "type-fest": "^0.20.2"
17697
+ },
17698
"engines": {
17678
- "node": ">=4"
17699
+ "node": ">=8"
17700
+ },
17701
+ "funding": {
17702
+ "url": "https://github.com/sponsors/sindresorhus"
17703
}
17704
},
17705
"node_modules/globalthis": {
@@ -17754,8 +17778,7 @@
17778
"node_modules/graphemer": {
17779
"version": "1.4.0",
17780
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
17757
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
17758
- "dev": true
17781
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
17782
},
17783
"node_modules/graphql": {
17784
"version": "15.8.0",
@@ -17828,6 +17851,31 @@
17851
"node": ">=6.0"
17852
}
17853
},
17854
+ "node_modules/gray-matter/node_modules/argparse": {
17855
+ "version": "1.0.10",
17856
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
17857
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
17858
+ "dependencies": {
17859
+ "sprintf-js": "~1.0.2"
17860
+ }
17861
+ },
17862
+ "node_modules/gray-matter/node_modules/js-yaml": {
17863
+ "version": "3.14.1",
17864
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
17865
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
17866
+ "dependencies": {
17867
+ "argparse": "^1.0.7",
17868
+ "esprima": "^4.0.0"
17869
+ },
17870
+ "bin": {
17871
+ "js-yaml": "bin/js-yaml.js"
17872
+ }
17873
+ },
17874
+ "node_modules/gray-matter/node_modules/sprintf-js": {
17875
+ "version": "1.0.3",
17876
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
17877
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
17878
+ },
17879
"node_modules/gzip-size": {
17880
"version": "6.0.0",
17881
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
@@ -17988,38 +18036,85 @@
18036
"node": ">=8"
18037
}
18038
},
17991
- "node_modules/hast-util-to-estree": {
17992
- "version": "2.3.3",
17993
- "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz",
17994
- "integrity": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==",
18039
+ "node_modules/hast-to-hyperscript": {
18040
+ "version": "9.0.1",
18041
+ "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
18042
+ "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
18043
+ "dependencies": {
18044
+ "@types/unist": "^2.0.3",
18045
+ "comma-separated-tokens": "^1.0.0",
18046
+ "property-information": "^5.3.0",
18047
+ "space-separated-tokens": "^1.0.0",
18048
+ "style-to-object": "^0.3.0",
18049
+ "unist-util-is": "^4.0.0",
18050
+ "web-namespaces": "^1.0.0"
18051
+ },
18052
+ "funding": {
18053
+ "type": "opencollective",
18054
+ "url": "https://opencollective.com/unified"
18055
+ }
18056
+ },
18057
+ "node_modules/hast-util-from-parse5": {
18058
+ "version": "6.0.1",
18059
+ "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz",
18060
+ "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==",
18061
+ "dependencies": {
18062
+ "@types/parse5": "^5.0.0",
18063
+ "hastscript": "^6.0.0",
18064
+ "property-information": "^5.0.0",
18065
+ "vfile": "^4.0.0",
18066
+ "vfile-location": "^3.2.0",
18067
+ "web-namespaces": "^1.0.0"
18068
+ },
18069
+ "funding": {
18070
+ "type": "opencollective",
18071
+ "url": "https://opencollective.com/unified"
18072
+ }
18073
+ },
18074
+ "node_modules/hast-util-parse-selector": {
18075
+ "version": "2.2.5",
18076
+ "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
18077
+ "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==",
18078
+ "funding": {
18079
+ "type": "opencollective",
18080
+ "url": "https://opencollective.com/unified"
18081
+ }
18082
+ },
18083
+ "node_modules/hast-util-raw": {
18084
+ "version": "6.0.1",
18085
+ "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz",
18086
+ "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==",
18087
"dependencies": {
17996
- "@types/estree": "^1.0.0",
17997
- "@types/estree-jsx": "^1.0.0",
18088
"@types/hast": "^2.0.0",
17999
- "@types/unist": "^2.0.0",
18000
- "comma-separated-tokens": "^2.0.0",
18001
- "estree-util-attach-comments": "^2.0.0",
18002
- "estree-util-is-identifier-name": "^2.0.0",
18003
- "hast-util-whitespace": "^2.0.0",
18004
- "mdast-util-mdx-expression": "^1.0.0",
18005
- "mdast-util-mdxjs-esm": "^1.0.0",
18006
- "property-information": "^6.0.0",
18007
- "space-separated-tokens": "^2.0.0",
18008
- "style-to-object": "^0.4.1",
18009
- "unist-util-position": "^4.0.0",
18010
- "zwitch": "^2.0.0"
18089
+ "hast-util-from-parse5": "^6.0.0",
18090
+ "hast-util-to-parse5": "^6.0.0",
18091
+ "html-void-elements": "^1.0.0",
18092
+ "parse5": "^6.0.0",
18093
+ "unist-util-position": "^3.0.0",
18094
+ "vfile": "^4.0.0",
18095
+ "web-namespaces": "^1.0.0",
18096
+ "xtend": "^4.0.0",
18097
+ "zwitch": "^1.0.0"
18098
},
18099
"funding": {
18100
"type": "opencollective",
18101
"url": "https://opencollective.com/unified"
18102
}
18103
},
18017
- "node_modules/hast-util-to-estree/node_modules/style-to-object": {
18018
- "version": "0.4.2",
18019
- "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz",
18020
- "integrity": "sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==",
18104
+ "node_modules/hast-util-to-parse5": {
18105
+ "version": "6.0.0",
18106
+ "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz",
18107
+ "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==",
18108
"dependencies": {
18022
- "inline-style-parser": "0.1.1"
18109
+ "hast-to-hyperscript": "^9.0.0",
18110
+ "property-information": "^5.0.0",
18111
+ "web-namespaces": "^1.0.0",
18112
+ "xtend": "^4.0.0",
18113
+ "zwitch": "^1.0.0"
18114
+ },
18115
+ "funding": {
18116
+ "type": "opencollective",
18117
+ "url": "https://opencollective.com/unified"
18118
}
18119
},
18120
"node_modules/hast-util-whitespace": {
@@ -18031,6 +18126,22 @@
18126
"url": "https://opencollective.com/unified"
18127
}
18128
},
18129
+ "node_modules/hastscript": {
18130
+ "version": "6.0.0",
18131
+ "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
18132
+ "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
18133
+ "dependencies": {
18134
+ "@types/hast": "^2.0.0",
18135
+ "comma-separated-tokens": "^1.0.0",
18136
+ "hast-util-parse-selector": "^2.0.0",
18137
+ "property-information": "^5.0.0",
18138
+ "space-separated-tokens": "^1.0.0"
18139
+ },
18140
+ "funding": {
18141
+ "type": "opencollective",
18142
+ "url": "https://opencollective.com/unified"
18143
+ }
18144
+ },
18145
"node_modules/he": {
18146
"version": "1.2.0",
18147
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -18069,6 +18180,11 @@
18180
"react-is": "^16.7.0"
18181
}
18182
},
18183
+ "node_modules/hoist-non-react-statics/node_modules/react-is": {
18184
+ "version": "16.13.1",
18185
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
18186
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
18187
+ },
18188
"node_modules/hosted-git-info": {
18189
"version": "6.1.1",
18190
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz",
@@ -18137,6 +18253,15 @@
18253
"react": "0.14 || 15 || 16 || 17 || 18"
18254
}
18255
},
18256
+ "node_modules/html-void-elements": {
18257
+ "version": "1.0.5",
18258
+ "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz",
18259
+ "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==",
18260
+ "funding": {
18261
+ "type": "github",
18262
+ "url": "https://github.com/sponsors/wooorm"
18263
+ }
18264
+ },
18265
"node_modules/htmlparser2": {
18266
"version": "7.2.0",
18267
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz",
@@ -18488,9 +18613,9 @@
18613
}
18614
},
18615
"node_modules/is-alphabetical": {
18491
- "version": "2.0.1",
18492
- "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
18493
- "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
18616
+ "version": "1.0.4",
18617
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
18618
+ "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
18619
"funding": {
18620
"type": "github",
18621
"url": "https://github.com/sponsors/wooorm"
@@ -18505,12 +18630,12 @@
18630
}
18631
},
18632
"node_modules/is-alphanumerical": {
18508
- "version": "2.0.1",
18509
- "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
18510
- "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
18633
+ "version": "1.0.4",
18634
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
18635
+ "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
18636
"dependencies": {
18512
- "is-alphabetical": "^2.0.0",
18513
- "is-decimal": "^2.0.0"
18637
+ "is-alphabetical": "^1.0.0",
18638
+ "is-decimal": "^1.0.0"
18639
},
18640
"funding": {
18641
"type": "github",
@@ -18656,9 +18781,9 @@
18781
}
18782
},
18783
"node_modules/is-decimal": {
18659
- "version": "2.0.1",
18660
- "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
18661
- "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
18784
+ "version": "1.0.4",
18785
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
18786
+ "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
18787
"funding": {
18788
"type": "github",
18789
"url": "https://github.com/sponsors/wooorm"
@@ -18748,9 +18873,9 @@
18873
}
18874
},
18875
"node_modules/is-hexadecimal": {
18751
- "version": "2.0.1",
18752
- "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
18753
- "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
18876
+ "version": "1.0.4",
18877
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
18878
+ "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
18879
"funding": {
18880
"type": "github",
18881
"url": "https://github.com/sponsors/wooorm"
@@ -18964,14 +19089,6 @@
19089
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
19090
"integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
19091
},
18967
- "node_modules/is-reference": {
18968
- "version": "3.0.2",
18969
- "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz",
18970
- "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==",
18971
- "dependencies": {
18972
- "@types/estree": "*"
18973
- }
18974
- },
19092
"node_modules/is-regex": {
19093
"version": "1.1.4",
19094
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
@@ -19514,12 +19631,6 @@
19631
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
19632
}
19633
},
19517
- "node_modules/jest-circus/node_modules/react-is": {
19518
- "version": "18.2.0",
19519
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19520
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19521
- "dev": true
19522
- },
19634
"node_modules/jest-cli": {
19635
"version": "29.7.0",
19636
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
@@ -19681,12 +19792,6 @@
19792
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
19793
}
19794
},
19684
- "node_modules/jest-config/node_modules/react-is": {
19685
- "version": "18.2.0",
19686
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19687
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19688
- "dev": true
19689
- },
19795
"node_modules/jest-diff": {
19796
"version": "29.7.0",
19797
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
@@ -19728,12 +19833,6 @@
19833
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
19834
}
19835
},
19731
- "node_modules/jest-diff/node_modules/react-is": {
19732
- "version": "18.2.0",
19733
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19734
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19735
- "dev": true
19736
- },
19836
"node_modules/jest-docblock": {
19837
"version": "29.7.0",
19838
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
@@ -19788,12 +19887,6 @@
19887
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
19888
}
19889
},
19791
- "node_modules/jest-each/node_modules/react-is": {
19792
- "version": "18.2.0",
19793
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19794
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19795
- "dev": true
19796
- },
19890
"node_modules/jest-environment-jsdom": {
19891
"version": "29.7.0",
19892
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz",
@@ -19941,12 +20034,6 @@
20034
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
20035
}
20036
},
19944
- "node_modules/jest-leak-detector/node_modules/react-is": {
19945
- "version": "18.2.0",
19946
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19947
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19948
- "dev": true
19949
- },
20037
"node_modules/jest-matcher-utils": {
20038
"version": "29.7.0",
20039
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
@@ -19988,12 +20075,6 @@
20075
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
20076
}
20077
},
19991
- "node_modules/jest-matcher-utils/node_modules/react-is": {
19992
- "version": "18.2.0",
19993
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19994
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
19995
- "dev": true
19996
- },
20078
"node_modules/jest-message-util": {
20079
"version": "29.7.0",
20080
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
@@ -20040,12 +20121,6 @@
20121
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
20122
}
20123
},
20043
- "node_modules/jest-message-util/node_modules/react-is": {
20044
- "version": "18.2.0",
20045
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
20046
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
20047
- "dev": true
20048
- },
20124
"node_modules/jest-mock": {
20125
"version": "29.7.0",
20126
"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
@@ -20313,12 +20388,6 @@
20388
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
20389
}
20390
},
20316
- "node_modules/jest-snapshot/node_modules/react-is": {
20317
- "version": "18.2.0",
20318
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
20319
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
20320
- "dev": true
20321
- },
20391
"node_modules/jest-util": {
20392
"version": "29.7.0",
20393
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
@@ -20406,12 +20475,6 @@
20475
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
20476
}
20477
},
20409
- "node_modules/jest-validate/node_modules/react-is": {
20410
- "version": "18.2.0",
20411
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
20412
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
20413
- "dev": true
20414
- },
20478
"node_modules/jest-watcher": {
20479
"version": "29.7.0",
20480
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
@@ -20462,12 +20525,11 @@
20525
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
20526
},
20527
"node_modules/js-yaml": {
20465
- "version": "3.14.1",
20466
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
20467
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
20528
+ "version": "4.1.0",
20529
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
20530
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
20531
"dependencies": {
20469
- "argparse": "^1.0.7",
20470
- "esprima": "^4.0.0"
20532
+ "argparse": "^2.0.1"
20533
},
20534
"bin": {
20535
"js-yaml": "bin/js-yaml.js"
@@ -20518,6 +20580,30 @@
20580
}
20581
}
20582
},
20583
+ "node_modules/jsdom/node_modules/entities": {
20584
+ "version": "4.5.0",
20585
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
20586
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
20587
+ "dev": true,
20588
+ "engines": {
20589
+ "node": ">=0.12"
20590
+ },
20591
+ "funding": {
20592
+ "url": "https://github.com/fb55/entities?sponsor=1"
20593
+ }
20594
+ },
20595
+ "node_modules/jsdom/node_modules/parse5": {
20596
+ "version": "7.1.2",
20597
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
20598
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
20599
+ "dev": true,
20600
+ "dependencies": {
20601
+ "entities": "^4.4.0"
20602
+ },
20603
+ "funding": {
20604
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
20605
+ }
20606
+ },
20607
"node_modules/jsesc": {
20608
"version": "2.5.2",
20609
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
@@ -21091,9 +21177,9 @@
21177
"dev": true
21178
},
21179
"node_modules/longest-streak": {
21094
- "version": "3.1.0",
21095
- "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
21096
- "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
21180
+ "version": "2.0.4",
21181
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
21182
+ "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
21183
"funding": {
21184
"type": "github",
21185
"url": "https://github.com/sponsors/wooorm"
@@ -21276,14 +21362,6 @@
21362
"url": "https://github.com/sponsors/wooorm"
21363
}
21364
},
21279
- "node_modules/markdown-extensions": {
21280
- "version": "1.1.1",
21281
- "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz",
21282
- "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==",
21283
- "engines": {
21284
- "node": ">=0.10.0"
21285
- }
21286
- },
21365
"node_modules/markdown-table": {
21366
"version": "1.1.3",
21367
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz",
@@ -21300,6 +21378,30 @@
21378
"node": ">=10.13.0"
21379
}
21380
},
21381
+ "node_modules/mdast-squeeze-paragraphs": {
21382
+ "version": "4.0.0",
21383
+ "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz",
21384
+ "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==",
21385
+ "dependencies": {
21386
+ "unist-util-remove": "^2.0.0"
21387
+ },
21388
+ "funding": {
21389
+ "type": "opencollective",
21390
+ "url": "https://opencollective.com/unified"
21391
+ }
21392
+ },
21393
+ "node_modules/mdast-squeeze-paragraphs/node_modules/unist-util-remove": {
21394
+ "version": "2.1.0",
21395
+ "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz",
21396
+ "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==",
21397
+ "dependencies": {
21398
+ "unist-util-is": "^4.0.0"
21399
+ },
21400
+ "funding": {
21401
+ "type": "opencollective",
21402
+ "url": "https://opencollective.com/unified"
21403
+ }
21404
+ },
21405
"node_modules/mdast-util-compact": {
21406
"version": "1.0.4",
21407
"resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz",
@@ -21334,13 +21436,11 @@
21436
}
21437
},
21438
"node_modules/mdast-util-definitions": {
21337
- "version": "5.1.2",
21338
- "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
21339
- "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
21439
+ "version": "4.0.0",
21440
+ "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
21441
+ "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
21442
"dependencies": {
21341
- "@types/mdast": "^3.0.0",
21342
- "@types/unist": "^2.0.0",
21343
- "unist-util-visit": "^4.0.0"
21443
+ "unist-util-visit": "^2.0.0"
21444
},
21445
"funding": {
21446
"type": "opencollective",
@@ -21382,84 +21482,12 @@
21482
"url": "https://opencollective.com/unified"
21483
}
21484
},
21385
- "node_modules/mdast-util-mdx": {
21386
- "version": "2.0.1",
21387
- "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz",
21388
- "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==",
21389
- "dependencies": {
21390
- "mdast-util-from-markdown": "^1.0.0",
21391
- "mdast-util-mdx-expression": "^1.0.0",
21392
- "mdast-util-mdx-jsx": "^2.0.0",
21393
- "mdast-util-mdxjs-esm": "^1.0.0",
21394
- "mdast-util-to-markdown": "^1.0.0"
21395
- },
21396
- "funding": {
21397
- "type": "opencollective",
21398
- "url": "https://opencollective.com/unified"
21399
- }
21400
- },
21401
- "node_modules/mdast-util-mdx-expression": {
21402
- "version": "1.3.2",
21403
- "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz",
21404
- "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==",
21405
- "dependencies": {
21406
- "@types/estree-jsx": "^1.0.0",
21407
- "@types/hast": "^2.0.0",
21408
- "@types/mdast": "^3.0.0",
21409
- "mdast-util-from-markdown": "^1.0.0",
21410
- "mdast-util-to-markdown": "^1.0.0"
21411
- },
21412
- "funding": {
21413
- "type": "opencollective",
21414
- "url": "https://opencollective.com/unified"
21415
- }
21416
- },
21417
- "node_modules/mdast-util-mdx-jsx": {
21418
- "version": "2.1.4",
21419
- "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz",
21420
- "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==",
21421
- "dependencies": {
21422
- "@types/estree-jsx": "^1.0.0",
21423
- "@types/hast": "^2.0.0",
21424
- "@types/mdast": "^3.0.0",
21425
- "@types/unist": "^2.0.0",
21426
- "ccount": "^2.0.0",
21427
- "mdast-util-from-markdown": "^1.1.0",
21428
- "mdast-util-to-markdown": "^1.3.0",
21429
- "parse-entities": "^4.0.0",
21430
- "stringify-entities": "^4.0.0",
21431
- "unist-util-remove-position": "^4.0.0",
21432
- "unist-util-stringify-position": "^3.0.0",
21433
- "vfile-message": "^3.0.0"
21434
- },
21435
- "funding": {
21436
- "type": "opencollective",
21437
- "url": "https://opencollective.com/unified"
21438
- }
21439
- },
21440
- "node_modules/mdast-util-mdxjs-esm": {
21441
- "version": "1.3.1",
21442
- "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz",
21443
- "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==",
21444
- "dependencies": {
21445
- "@types/estree-jsx": "^1.0.0",
21446
- "@types/hast": "^2.0.0",
21447
- "@types/mdast": "^3.0.0",
21448
- "mdast-util-from-markdown": "^1.0.0",
21449
- "mdast-util-to-markdown": "^1.0.0"
21450
- },
21451
- "funding": {
21452
- "type": "opencollective",
21453
- "url": "https://opencollective.com/unified"
21454
- }
21455
- },
21456
- "node_modules/mdast-util-phrasing": {
21457
- "version": "3.0.1",
21458
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
21459
- "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
21485
+ "node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position": {
21486
+ "version": "3.0.3",
21487
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
21488
+ "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
21489
"dependencies": {
21461
- "@types/mdast": "^3.0.0",
21462
- "unist-util-is": "^5.0.0"
21490
+ "@types/unist": "^2.0.0"
21491
},
21492
"funding": {
21493
"type": "opencollective",
@@ -21467,49 +21495,18 @@
21495
}
21496
},
21497
"node_modules/mdast-util-to-hast": {
21470
- "version": "12.3.0",
21471
- "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
21472
- "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
21473
- "dependencies": {
21474
- "@types/hast": "^2.0.0",
21475
- "@types/mdast": "^3.0.0",
21476
- "mdast-util-definitions": "^5.0.0",
21477
- "micromark-util-sanitize-uri": "^1.1.0",
21478
- "trim-lines": "^3.0.0",
21479
- "unist-util-generated": "^2.0.0",
21480
- "unist-util-position": "^4.0.0",
21481
- "unist-util-visit": "^4.0.0"
21482
- },
21483
- "funding": {
21484
- "type": "opencollective",
21485
- "url": "https://opencollective.com/unified"
21486
- }
21487
- },
21488
- "node_modules/mdast-util-to-markdown": {
21489
- "version": "1.5.0",
21490
- "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
21491
- "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
21498
+ "version": "10.0.1",
21499
+ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz",
21500
+ "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==",
21501
"dependencies": {
21502
"@types/mdast": "^3.0.0",
21503
"@types/unist": "^2.0.0",
21495
- "longest-streak": "^3.0.0",
21496
- "mdast-util-phrasing": "^3.0.0",
21497
- "mdast-util-to-string": "^3.0.0",
21498
- "micromark-util-decode-string": "^1.0.0",
21499
- "unist-util-visit": "^4.0.0",
21500
- "zwitch": "^2.0.0"
21501
- },
21502
- "funding": {
21503
- "type": "opencollective",
21504
- "url": "https://opencollective.com/unified"
21505
- }
21506
- },
21507
- "node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string": {
21508
- "version": "3.2.0",
21509
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
21510
- "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
21511
- "dependencies": {
21512
- "@types/mdast": "^3.0.0"
21504
+ "mdast-util-definitions": "^4.0.0",
21505
+ "mdurl": "^1.0.0",
21506
+ "unist-builder": "^2.0.0",
21507
+ "unist-util-generated": "^1.0.0",
21508
+ "unist-util-position": "^3.0.0",
21509
+ "unist-util-visit": "^2.0.0"
21510
},
21511
"funding": {
21512
"type": "opencollective",
@@ -21527,10 +21524,10 @@
21524
"vfile-location": "^2.0.0"
21525
}
21526
},
21530
- "node_modules/mdast-util-to-nlcst/node_modules/unist-util-position": {
21531
- "version": "3.1.0",
21532
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
21533
- "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
21527
+ "node_modules/mdast-util-to-nlcst/node_modules/vfile-location": {
21528
+ "version": "2.0.6",
21529
+ "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
21530
+ "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
21531
"funding": {
21532
"type": "opencollective",
21533
"url": "https://opencollective.com/unified"
@@ -21592,6 +21589,11 @@
21589
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
21590
"integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
21591
},
21592
+ "node_modules/mdurl": {
21593
+ "version": "1.0.1",
21594
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
21595
+ "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
21596
+ },
21597
"node_modules/meant": {
21598
"version": "1.0.3",
21599
"resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz",
@@ -21823,103 +21825,6 @@
21825
"uvu": "^0.5.0"
21826
}
21827
},
21826
- "node_modules/micromark-extension-mdx-expression": {
21827
- "version": "1.0.8",
21828
- "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.8.tgz",
21829
- "integrity": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==",
21830
- "funding": [
21831
- {
21832
- "type": "GitHub Sponsors",
21833
- "url": "https://github.com/sponsors/unifiedjs"
21834
- },
21835
- {
21836
- "type": "OpenCollective",
21837
- "url": "https://opencollective.com/unified"
21838
- }
21839
- ],
21840
- "dependencies": {
21841
- "@types/estree": "^1.0.0",
21842
- "micromark-factory-mdx-expression": "^1.0.0",
21843
- "micromark-factory-space": "^1.0.0",
21844
- "micromark-util-character": "^1.0.0",
21845
- "micromark-util-events-to-acorn": "^1.0.0",
21846
- "micromark-util-symbol": "^1.0.0",
21847
- "micromark-util-types": "^1.0.0",
21848
- "uvu": "^0.5.0"
21849
- }
21850
- },
21851
- "node_modules/micromark-extension-mdx-jsx": {
21852
- "version": "1.0.5",
21853
- "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.5.tgz",
21854
- "integrity": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==",
21855
- "dependencies": {
21856
- "@types/acorn": "^4.0.0",
21857
- "@types/estree": "^1.0.0",
21858
- "estree-util-is-identifier-name": "^2.0.0",
21859
- "micromark-factory-mdx-expression": "^1.0.0",
21860
- "micromark-factory-space": "^1.0.0",
21861
- "micromark-util-character": "^1.0.0",
21862
- "micromark-util-symbol": "^1.0.0",
21863
- "micromark-util-types": "^1.0.0",
21864
- "uvu": "^0.5.0",
21865
- "vfile-message": "^3.0.0"
21866
- },
21867
- "funding": {
21868
- "type": "opencollective",
21869
- "url": "https://opencollective.com/unified"
21870
- }
21871
- },
21872
- "node_modules/micromark-extension-mdx-md": {
21873
- "version": "1.0.1",
21874
- "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz",
21875
- "integrity": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==",
21876
- "dependencies": {
21877
- "micromark-util-types": "^1.0.0"
21878
- },
21879
- "funding": {
21880
- "type": "opencollective",
21881
- "url": "https://opencollective.com/unified"
21882
- }
21883
- },
21884
- "node_modules/micromark-extension-mdxjs": {
21885
- "version": "1.0.1",
21886
- "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz",
21887
- "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==",
21888
- "dependencies": {
21889
- "acorn": "^8.0.0",
21890
- "acorn-jsx": "^5.0.0",
21891
- "micromark-extension-mdx-expression": "^1.0.0",
21892
- "micromark-extension-mdx-jsx": "^1.0.0",
21893
- "micromark-extension-mdx-md": "^1.0.0",
21894
- "micromark-extension-mdxjs-esm": "^1.0.0",
21895
- "micromark-util-combine-extensions": "^1.0.0",
21896
- "micromark-util-types": "^1.0.0"
21897
- },
21898
- "funding": {
21899
- "type": "opencollective",
21900
- "url": "https://opencollective.com/unified"
21901
- }
21902
- },
21903
- "node_modules/micromark-extension-mdxjs-esm": {
21904
- "version": "1.0.5",
21905
- "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.5.tgz",
21906
- "integrity": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==",
21907
- "dependencies": {
21908
- "@types/estree": "^1.0.0",
21909
- "micromark-core-commonmark": "^1.0.0",
21910
- "micromark-util-character": "^1.0.0",
21911
- "micromark-util-events-to-acorn": "^1.0.0",
21912
- "micromark-util-symbol": "^1.0.0",
21913
- "micromark-util-types": "^1.0.0",
21914
- "unist-util-position-from-estree": "^1.1.0",
21915
- "uvu": "^0.5.0",
21916
- "vfile-message": "^3.0.0"
21917
- },
21918
- "funding": {
21919
- "type": "opencollective",
21920
- "url": "https://opencollective.com/unified"
21921
- }
21922
- },
21828
"node_modules/micromark-factory-destination": {
21829
"version": "1.1.0",
21830
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
@@ -21961,31 +21866,6 @@
21866
"uvu": "^0.5.0"
21867
}
21868
},
21964
- "node_modules/micromark-factory-mdx-expression": {
21965
- "version": "1.0.9",
21966
- "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.9.tgz",
21967
- "integrity": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==",
21968
- "funding": [
21969
- {
21970
- "type": "GitHub Sponsors",
21971
- "url": "https://github.com/sponsors/unifiedjs"
21972
- },
21973
- {
21974
- "type": "OpenCollective",
21975
- "url": "https://opencollective.com/unified"
21976
- }
21977
- ],
21978
- "dependencies": {
21979
- "@types/estree": "^1.0.0",
21980
- "micromark-util-character": "^1.0.0",
21981
- "micromark-util-events-to-acorn": "^1.0.0",
21982
- "micromark-util-symbol": "^1.0.0",
21983
- "micromark-util-types": "^1.0.0",
21984
- "unist-util-position-from-estree": "^1.0.0",
21985
- "uvu": "^0.5.0",
21986
- "vfile-message": "^3.0.0"
21987
- }
21988
- },
21869
"node_modules/micromark-factory-space": {
21870
"version": "1.1.0",
21871
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
@@ -22177,31 +22057,6 @@
22057
}
22058
]
22059
},
22180
- "node_modules/micromark-util-events-to-acorn": {
22181
- "version": "1.2.3",
22182
- "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.3.tgz",
22183
- "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==",
22184
- "funding": [
22185
- {
22186
- "type": "GitHub Sponsors",
22187
- "url": "https://github.com/sponsors/unifiedjs"
22188
- },
22189
- {
22190
- "type": "OpenCollective",
22191
- "url": "https://opencollective.com/unified"
22192
- }
22193
- ],
22194
- "dependencies": {
22195
- "@types/acorn": "^4.0.0",
22196
- "@types/estree": "^1.0.0",
22197
- "@types/unist": "^2.0.0",
22198
- "estree-util-visit": "^1.0.0",
22199
- "micromark-util-symbol": "^1.0.0",
22200
- "micromark-util-types": "^1.0.0",
22201
- "uvu": "^0.5.0",
22202
- "vfile-message": "^3.0.0"
22203
- }
22204
- },
22060
"node_modules/micromark-util-html-tag-name": {
22061
"version": "1.2.0",
22062
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
@@ -24325,18 +24180,16 @@
24180
}
24181
},
24182
"node_modules/parse-entities": {
24328
- "version": "4.0.1",
24329
- "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz",
24330
- "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==",
24183
+ "version": "2.0.0",
24184
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
24185
+ "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
24186
"dependencies": {
24332
- "@types/unist": "^2.0.0",
24333
- "character-entities": "^2.0.0",
24334
- "character-entities-legacy": "^3.0.0",
24335
- "character-reference-invalid": "^2.0.0",
24336
- "decode-named-character-reference": "^1.0.0",
24337
- "is-alphanumerical": "^2.0.0",
24338
- "is-decimal": "^2.0.0",
24339
- "is-hexadecimal": "^2.0.0"
24187
+ "character-entities": "^1.0.0",
24188
+ "character-entities-legacy": "^1.0.0",
24189
+ "character-reference-invalid": "^1.0.0",
24190
+ "is-alphanumerical": "^1.0.0",
24191
+ "is-decimal": "^1.0.0",
24192
+ "is-hexadecimal": "^1.0.0"
24193
},
24194
"funding": {
24195
"type": "github",
@@ -24415,28 +24268,9 @@
24268
}
24269
},
24270
"node_modules/parse5": {
24418
- "version": "7.1.2",
24419
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
24420
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
24421
- "dev": true,
24422
- "dependencies": {
24423
- "entities": "^4.4.0"
24424
- },
24425
- "funding": {
24426
- "url": "https://github.com/inikulin/parse5?sponsor=1"
24427
- }
24428
- },
24429
- "node_modules/parse5/node_modules/entities": {
24430
- "version": "4.5.0",
24431
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
24432
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
24433
- "dev": true,
24434
- "engines": {
24435
- "node": ">=0.12"
24436
- },
24437
- "funding": {
24438
- "url": "https://github.com/fb55/entities?sponsor=1"
24439
- }
24271
+ "version": "6.0.1",
24272
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
24273
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
24274
},
24275
"node_modules/parseurl": {
24276
"version": "1.3.3",
@@ -24569,16 +24403,6 @@
24403
"url": "https://github.com/sponsors/Borewit"
24404
}
24405
},
24572
- "node_modules/periscopic": {
24573
- "version": "3.1.0",
24574
- "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
24575
- "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
24576
- "dependencies": {
24577
- "@types/estree": "^1.0.0",
24578
- "estree-walker": "^3.0.0",
24579
- "is-reference": "^3.0.0"
24580
- }
24581
- },
24406
"node_modules/physical-cpu-count": {
24407
"version": "2.0.0",
24408
"resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz",
@@ -25599,9 +25423,12 @@
25423
}
25424
},
25425
"node_modules/property-information": {
25602
- "version": "6.3.0",
25603
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.3.0.tgz",
25604
- "integrity": "sha512-gVNZ74nqhRMiIUYWGQdosYetaKc83x8oT41a0LlV3AAFCAZwCpg4vmGkq8t34+cUhp3cnM4XDiU/7xlgK7HGrg==",
25426
+ "version": "5.6.0",
25427
+ "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
25428
+ "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
25429
+ "dependencies": {
25430
+ "xtend": "^4.0.0"
25431
+ },
25432
"funding": {
25433
"type": "github",
25434
"url": "https://github.com/sponsors/wooorm"
@@ -25624,11 +25451,6 @@
25451
"node": ">= 0.10"
25452
}
25453
},
25627
- "node_modules/proxy-from-env": {
25628
- "version": "1.1.0",
25629
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
25630
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
25631
- },
25454
"node_modules/pseudomap": {
25455
"version": "1.0.2",
25456
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
@@ -26062,9 +25884,9 @@
25884
}
25885
},
25886
"node_modules/react-is": {
26065
- "version": "16.10.2",
26066
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.10.2.tgz",
26067
- "integrity": "sha512-INBT1QEgtcCCgvccr5/86CfD71fw9EPmDxgiJX4I2Ddr6ZsV6iFXsuby+qWJPtmNuMY0zByTsG4468P7nHuNWA=="
25887
+ "version": "18.2.0",
25888
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
25889
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
25890
},
25891
"node_modules/react-lifecycles-compat": {
25892
"version": "3.0.4",
@@ -26128,10 +25950,66 @@
25950
"react": ">=16"
25951
}
25952
},
26131
- "node_modules/react-markdown/node_modules/react-is": {
26132
- "version": "18.2.0",
26133
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
26134
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
25953
+ "node_modules/react-markdown/node_modules/bail": {
25954
+ "version": "2.0.2",
25955
+ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
25956
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
25957
+ "funding": {
25958
+ "type": "github",
25959
+ "url": "https://github.com/sponsors/wooorm"
25960
+ }
25961
+ },
25962
+ "node_modules/react-markdown/node_modules/comma-separated-tokens": {
25963
+ "version": "2.0.3",
25964
+ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
25965
+ "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
25966
+ "funding": {
25967
+ "type": "github",
25968
+ "url": "https://github.com/sponsors/wooorm"
25969
+ }
25970
+ },
25971
+ "node_modules/react-markdown/node_modules/is-plain-obj": {
25972
+ "version": "4.1.0",
25973
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
25974
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
25975
+ "engines": {
25976
+ "node": ">=12"
25977
+ },
25978
+ "funding": {
25979
+ "url": "https://github.com/sponsors/sindresorhus"
25980
+ }
25981
+ },
25982
+ "node_modules/react-markdown/node_modules/property-information": {
25983
+ "version": "6.3.0",
25984
+ "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.3.0.tgz",
25985
+ "integrity": "sha512-gVNZ74nqhRMiIUYWGQdosYetaKc83x8oT41a0LlV3AAFCAZwCpg4vmGkq8t34+cUhp3cnM4XDiU/7xlgK7HGrg==",
25986
+ "funding": {
25987
+ "type": "github",
25988
+ "url": "https://github.com/sponsors/wooorm"
25989
+ }
25990
+ },
25991
+ "node_modules/react-markdown/node_modules/remark-parse": {
25992
+ "version": "10.0.2",
25993
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz",
25994
+ "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==",
25995
+ "dependencies": {
25996
+ "@types/mdast": "^3.0.0",
25997
+ "mdast-util-from-markdown": "^1.0.0",
25998
+ "unified": "^10.0.0"
25999
+ },
26000
+ "funding": {
26001
+ "type": "opencollective",
26002
+ "url": "https://opencollective.com/unified"
26003
+ }
26004
+ },
26005
+ "node_modules/react-markdown/node_modules/space-separated-tokens": {
26006
+ "version": "2.0.2",
26007
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
26008
+ "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
26009
+ "funding": {
26010
+ "type": "github",
26011
+ "url": "https://github.com/sponsors/wooorm"
26012
+ }
26013
},
26014
"node_modules/react-markdown/node_modules/style-to-object": {
26015
"version": "0.4.2",
@@ -26141,6 +26019,112 @@
26019
"inline-style-parser": "0.1.1"
26020
}
26021
},
26022
+ "node_modules/react-markdown/node_modules/trough": {
26023
+ "version": "2.1.0",
26024
+ "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
26025
+ "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
26026
+ "funding": {
26027
+ "type": "github",
26028
+ "url": "https://github.com/sponsors/wooorm"
26029
+ }
26030
+ },
26031
+ "node_modules/react-markdown/node_modules/unified": {
26032
+ "version": "10.1.2",
26033
+ "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
26034
+ "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
26035
+ "dependencies": {
26036
+ "@types/unist": "^2.0.0",
26037
+ "bail": "^2.0.0",
26038
+ "extend": "^3.0.0",
26039
+ "is-buffer": "^2.0.0",
26040
+ "is-plain-obj": "^4.0.0",
26041
+ "trough": "^2.0.0",
26042
+ "vfile": "^5.0.0"
26043
+ },
26044
+ "funding": {
26045
+ "type": "opencollective",
26046
+ "url": "https://opencollective.com/unified"
26047
+ }
26048
+ },
26049
+ "node_modules/react-markdown/node_modules/unist-util-is": {
26050
+ "version": "5.2.1",
26051
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz",
26052
+ "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
26053
+ "dependencies": {
26054
+ "@types/unist": "^2.0.0"
26055
+ },
26056
+ "funding": {
26057
+ "type": "opencollective",
26058
+ "url": "https://opencollective.com/unified"
26059
+ }
26060
+ },
26061
+ "node_modules/react-markdown/node_modules/unist-util-stringify-position": {
26062
+ "version": "3.0.3",
26063
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
26064
+ "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
26065
+ "dependencies": {
26066
+ "@types/unist": "^2.0.0"
26067
+ },
26068
+ "funding": {
26069
+ "type": "opencollective",
26070
+ "url": "https://opencollective.com/unified"
26071
+ }
26072
+ },
26073
+ "node_modules/react-markdown/node_modules/unist-util-visit": {
26074
+ "version": "4.1.2",
26075
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
26076
+ "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
26077
+ "dependencies": {
26078
+ "@types/unist": "^2.0.0",
26079
+ "unist-util-is": "^5.0.0",
26080
+ "unist-util-visit-parents": "^5.1.1"
26081
+ },
26082
+ "funding": {
26083
+ "type": "opencollective",
26084
+ "url": "https://opencollective.com/unified"
26085
+ }
26086
+ },
26087
+ "node_modules/react-markdown/node_modules/unist-util-visit-parents": {
26088
+ "version": "5.1.3",
26089
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
26090
+ "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
26091
+ "dependencies": {
26092
+ "@types/unist": "^2.0.0",
26093
+ "unist-util-is": "^5.0.0"
26094
+ },
26095
+ "funding": {
26096
+ "type": "opencollective",
26097
+ "url": "https://opencollective.com/unified"
26098
+ }
26099
+ },
26100
+ "node_modules/react-markdown/node_modules/vfile": {
26101
+ "version": "5.3.7",
26102
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
26103
+ "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
26104
+ "dependencies": {
26105
+ "@types/unist": "^2.0.0",
26106
+ "is-buffer": "^2.0.0",
26107
+ "unist-util-stringify-position": "^3.0.0",
26108
+ "vfile-message": "^3.0.0"
26109
+ },
26110
+ "funding": {
26111
+ "type": "opencollective",
26112
+ "url": "https://opencollective.com/unified"
26113
+ }
26114
+ },
26115
+ "node_modules/react-markdown/node_modules/vfile-message": {
26116
+ "version": "3.1.4",
26117
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
26118
+ "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
26119
+ "dependencies": {
26120
+ "@types/unist": "^2.0.0",
26121
+ "unist-util-stringify-position": "^3.0.0"
26122
+ },
26123
+ "funding": {
26124
+ "type": "opencollective",
26125
+ "url": "https://opencollective.com/unified"
26126
+ }
26127
+ },
26128
"node_modules/react-measure": {
26129
"version": "2.5.2",
26130
"resolved": "https://registry.npmjs.org/react-measure/-/react-measure-2.5.2.tgz",
@@ -26214,34 +26198,6 @@
26198
}
26199
}
26200
},
26217
- "node_modules/react-server-dom-webpack": {
26218
- "version": "0.0.0-experimental-c8b778b7f-20220825",
26219
- "resolved": "https://registry.npmjs.org/react-server-dom-webpack/-/react-server-dom-webpack-0.0.0-experimental-c8b778b7f-20220825.tgz",
26220
- "integrity": "sha512-JyCjbp6ZvkH/T0EuVPdceYlC8u5WqWDSJr2KxDvc81H2eJ+7zYUN++IcEycnR2F+HmER8QVgxfotnIx352zi+w==",
26221
- "dependencies": {
26222
- "acorn": "^6.2.1",
26223
- "loose-envify": "^1.1.0",
26224
- "neo-async": "^2.6.1"
26225
- },
26226
- "engines": {
26227
- "node": ">=0.10.0"
26228
- },
26229
- "peerDependencies": {
26230
- "react": "0.0.0-experimental-c8b778b7f-20220825",
26231
- "webpack": "^5.59.0"
26232
- }
26233
- },
26234
- "node_modules/react-server-dom-webpack/node_modules/acorn": {
26235
- "version": "6.4.2",
26236
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
26237
- "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
26238
- "bin": {
26239
- "acorn": "bin/acorn"
26240
- },
26241
- "engines": {
26242
- "node": ">=0.4.0"
26243
- }
26244
- },
26201
"node_modules/react-side-effect": {
26202
"version": "2.1.2",
26203
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
@@ -26875,12 +26831,6 @@
26831
"@octokit/openapi-types": "^18.0.0"
26832
}
26833
},
26878
- "node_modules/release-please/node_modules/argparse": {
26879
- "version": "2.0.1",
26880
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
26881
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
26882
- "dev": true
26883
- },
26834
"node_modules/release-please/node_modules/conventional-changelog-conventionalcommits": {
26835
"version": "5.0.0",
26836
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
@@ -26895,18 +26845,6 @@
26845
"node": ">=10"
26846
}
26847
},
26898
- "node_modules/release-please/node_modules/js-yaml": {
26899
- "version": "4.1.0",
26900
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
26901
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
26902
- "dev": true,
26903
- "dependencies": {
26904
- "argparse": "^2.0.1"
26905
- },
26906
- "bin": {
26907
- "js-yaml": "bin/js-yaml.js"
26908
- }
26909
- },
26848
"node_modules/release-please/node_modules/type-fest": {
26849
"version": "2.19.0",
26850
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
@@ -26932,31 +26870,6 @@
26870
"node": ">=4.2.0"
26871
}
26872
},
26935
- "node_modules/release-please/node_modules/unist-util-is": {
26936
- "version": "4.1.0",
26937
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
26938
- "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
26939
- "dev": true,
26940
- "funding": {
26941
- "type": "opencollective",
26942
- "url": "https://opencollective.com/unified"
26943
- }
26944
- },
26945
- "node_modules/release-please/node_modules/unist-util-visit": {
26946
- "version": "2.0.3",
26947
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
26948
- "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
26949
- "dev": true,
26950
- "dependencies": {
26951
- "@types/unist": "^2.0.0",
26952
- "unist-util-is": "^4.0.0",
26953
- "unist-util-visit-parents": "^3.0.0"
26954
- },
26955
- "funding": {
26956
- "type": "opencollective",
26957
- "url": "https://opencollective.com/unified"
26958
- }
26959
- },
26873
"node_modules/release-zalgo": {
26874
"version": "1.0.0",
26875
"resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz",
@@ -26979,27 +26892,125 @@
26892
"unified": "^7.0.0"
26893
}
26894
},
26895
+ "node_modules/remark-footnotes": {
26896
+ "version": "2.0.0",
26897
+ "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz",
26898
+ "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==",
26899
+ "funding": {
26900
+ "type": "opencollective",
26901
+ "url": "https://opencollective.com/unified"
26902
+ }
26903
+ },
26904
"node_modules/remark-mdx": {
26983
- "version": "2.3.0",
26984
- "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.3.0.tgz",
26985
- "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==",
26905
+ "version": "1.6.22",
26906
+ "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz",
26907
+ "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==",
26908
"dependencies": {
26987
- "mdast-util-mdx": "^2.0.0",
26988
- "micromark-extension-mdxjs": "^1.0.0"
26909
+ "@babel/core": "7.12.9",
26910
+ "@babel/helper-plugin-utils": "7.10.4",
26911
+ "@babel/plugin-proposal-object-rest-spread": "7.12.1",
26912
+ "@babel/plugin-syntax-jsx": "7.12.1",
26913
+ "@mdx-js/util": "1.6.22",
26914
+ "is-alphabetical": "1.0.4",
26915
+ "remark-parse": "8.0.3",
26916
+ "unified": "9.2.0"
26917
},
26918
"funding": {
26919
"type": "opencollective",
26920
"url": "https://opencollective.com/unified"
26921
}
26922
},
26923
+ "node_modules/remark-mdx/node_modules/@babel/core": {
26924
+ "version": "7.12.9",
26925
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
26926
+ "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
26927
+ "dependencies": {
26928
+ "@babel/code-frame": "^7.10.4",
26929
+ "@babel/generator": "^7.12.5",
26930
+ "@babel/helper-module-transforms": "^7.12.1",
26931
+ "@babel/helpers": "^7.12.5",
26932
+ "@babel/parser": "^7.12.7",
26933
+ "@babel/template": "^7.12.7",
26934
+ "@babel/traverse": "^7.12.9",
26935
+ "@babel/types": "^7.12.7",
26936
+ "convert-source-map": "^1.7.0",
26937
+ "debug": "^4.1.0",
26938
+ "gensync": "^1.0.0-beta.1",
26939
+ "json5": "^2.1.2",
26940
+ "lodash": "^4.17.19",
26941
+ "resolve": "^1.3.2",
26942
+ "semver": "^5.4.1",
26943
+ "source-map": "^0.5.0"
26944
+ },
26945
+ "engines": {
26946
+ "node": ">=6.9.0"
26947
+ },
26948
+ "funding": {
26949
+ "type": "opencollective",
26950
+ "url": "https://opencollective.com/babel"
26951
+ }
26952
+ },
26953
+ "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": {
26954
+ "version": "7.10.4",
26955
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
26956
+ "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
26957
+ },
26958
+ "node_modules/remark-mdx/node_modules/@babel/plugin-proposal-object-rest-spread": {
26959
+ "version": "7.12.1",
26960
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
26961
+ "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
26962
+ "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.",
26963
+ "dependencies": {
26964
+ "@babel/helper-plugin-utils": "^7.10.4",
26965
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
26966
+ "@babel/plugin-transform-parameters": "^7.12.1"
26967
+ },
26968
+ "peerDependencies": {
26969
+ "@babel/core": "^7.0.0-0"
26970
+ }
26971
+ },
26972
+ "node_modules/remark-mdx/node_modules/convert-source-map": {
26973
+ "version": "1.9.0",
26974
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
26975
+ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
26976
+ },
26977
+ "node_modules/remark-mdx/node_modules/semver": {
26978
+ "version": "5.7.2",
26979
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
26980
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
26981
+ "bin": {
26982
+ "semver": "bin/semver"
26983
+ }
26984
+ },
26985
+ "node_modules/remark-mdx/node_modules/source-map": {
26986
+ "version": "0.5.7",
26987
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
26988
+ "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
26989
+ "engines": {
26990
+ "node": ">=0.10.0"
26991
+ }
26992
+ },
26993
"node_modules/remark-parse": {
26996
- "version": "10.0.2",
26997
- "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz",
26998
- "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==",
26994
+ "version": "8.0.3",
26995
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz",
26996
+ "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==",
26997
"dependencies": {
27000
- "@types/mdast": "^3.0.0",
27001
- "mdast-util-from-markdown": "^1.0.0",
27002
- "unified": "^10.0.0"
26998
+ "ccount": "^1.0.0",
26999
+ "collapse-white-space": "^1.0.2",
27000
+ "is-alphabetical": "^1.0.0",
27001
+ "is-decimal": "^1.0.0",
27002
+ "is-whitespace-character": "^1.0.0",
27003
+ "is-word-character": "^1.0.0",
27004
+ "markdown-escapes": "^1.0.0",
27005
+ "parse-entities": "^2.0.0",
27006
+ "repeat-string": "^1.5.4",
27007
+ "state-toggle": "^1.0.0",
27008
+ "trim": "0.0.1",
27009
+ "trim-trailing-lines": "^1.0.0",
27010
+ "unherit": "^1.0.4",
27011
+ "unist-util-remove-position": "^2.0.0",
27012
+ "vfile-location": "^3.0.0",
27013
+ "xtend": "^4.0.1"
27014
},
27015
"funding": {
27016
"type": "opencollective",
@@ -27021,6 +27032,186 @@
27032
"url": "https://opencollective.com/unified"
27033
}
27034
},
27035
+ "node_modules/remark-rehype/node_modules/bail": {
27036
+ "version": "2.0.2",
27037
+ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
27038
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
27039
+ "funding": {
27040
+ "type": "github",
27041
+ "url": "https://github.com/sponsors/wooorm"
27042
+ }
27043
+ },
27044
+ "node_modules/remark-rehype/node_modules/is-plain-obj": {
27045
+ "version": "4.1.0",
27046
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
27047
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
27048
+ "engines": {
27049
+ "node": ">=12"
27050
+ },
27051
+ "funding": {
27052
+ "url": "https://github.com/sponsors/sindresorhus"
27053
+ }
27054
+ },
27055
+ "node_modules/remark-rehype/node_modules/mdast-util-definitions": {
27056
+ "version": "5.1.2",
27057
+ "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
27058
+ "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
27059
+ "dependencies": {
27060
+ "@types/mdast": "^3.0.0",
27061
+ "@types/unist": "^2.0.0",
27062
+ "unist-util-visit": "^4.0.0"
27063
+ },
27064
+ "funding": {
27065
+ "type": "opencollective",
27066
+ "url": "https://opencollective.com/unified"
27067
+ }
27068
+ },
27069
+ "node_modules/remark-rehype/node_modules/mdast-util-to-hast": {
27070
+ "version": "12.3.0",
27071
+ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
27072
+ "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
27073
+ "dependencies": {
27074
+ "@types/hast": "^2.0.0",
27075
+ "@types/mdast": "^3.0.0",
27076
+ "mdast-util-definitions": "^5.0.0",
27077
+ "micromark-util-sanitize-uri": "^1.1.0",
27078
+ "trim-lines": "^3.0.0",
27079
+ "unist-util-generated": "^2.0.0",
27080
+ "unist-util-position": "^4.0.0",
27081
+ "unist-util-visit": "^4.0.0"
27082
+ },
27083
+ "funding": {
27084
+ "type": "opencollective",
27085
+ "url": "https://opencollective.com/unified"
27086
+ }
27087
+ },
27088
+ "node_modules/remark-rehype/node_modules/trough": {
27089
+ "version": "2.1.0",
27090
+ "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
27091
+ "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
27092
+ "funding": {
27093
+ "type": "github",
27094
+ "url": "https://github.com/sponsors/wooorm"
27095
+ }
27096
+ },
27097
+ "node_modules/remark-rehype/node_modules/unified": {
27098
+ "version": "10.1.2",
27099
+ "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
27100
+ "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
27101
+ "dependencies": {
27102
+ "@types/unist": "^2.0.0",
27103
+ "bail": "^2.0.0",
27104
+ "extend": "^3.0.0",
27105
+ "is-buffer": "^2.0.0",
27106
+ "is-plain-obj": "^4.0.0",
27107
+ "trough": "^2.0.0",
27108
+ "vfile": "^5.0.0"
27109
+ },
27110
+ "funding": {
27111
+ "type": "opencollective",
27112
+ "url": "https://opencollective.com/unified"
27113
+ }
27114
+ },
27115
+ "node_modules/remark-rehype/node_modules/unist-util-generated": {
27116
+ "version": "2.0.1",
27117
+ "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz",
27118
+ "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==",
27119
+ "funding": {
27120
+ "type": "opencollective",
27121
+ "url": "https://opencollective.com/unified"
27122
+ }
27123
+ },
27124
+ "node_modules/remark-rehype/node_modules/unist-util-is": {
27125
+ "version": "5.2.1",
27126
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz",
27127
+ "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
27128
+ "dependencies": {
27129
+ "@types/unist": "^2.0.0"
27130
+ },
27131
+ "funding": {
27132
+ "type": "opencollective",
27133
+ "url": "https://opencollective.com/unified"
27134
+ }
27135
+ },
27136
+ "node_modules/remark-rehype/node_modules/unist-util-position": {
27137
+ "version": "4.0.4",
27138
+ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz",
27139
+ "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
27140
+ "dependencies": {
27141
+ "@types/unist": "^2.0.0"
27142
+ },
27143
+ "funding": {
27144
+ "type": "opencollective",
27145
+ "url": "https://opencollective.com/unified"
27146
+ }
27147
+ },
27148
+ "node_modules/remark-rehype/node_modules/unist-util-stringify-position": {
27149
+ "version": "3.0.3",
27150
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
27151
+ "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
27152
+ "dependencies": {
27153
+ "@types/unist": "^2.0.0"
27154
+ },
27155
+ "funding": {
27156
+ "type": "opencollective",
27157
+ "url": "https://opencollective.com/unified"
27158
+ }
27159
+ },
27160
+ "node_modules/remark-rehype/node_modules/unist-util-visit": {
27161
+ "version": "4.1.2",
27162
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
27163
+ "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
27164
+ "dependencies": {
27165
+ "@types/unist": "^2.0.0",
27166
+ "unist-util-is": "^5.0.0",
27167
+ "unist-util-visit-parents": "^5.1.1"
27168
+ },
27169
+ "funding": {
27170
+ "type": "opencollective",
27171
+ "url": "https://opencollective.com/unified"
27172
+ }
27173
+ },
27174
+ "node_modules/remark-rehype/node_modules/unist-util-visit-parents": {
27175
+ "version": "5.1.3",
27176
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
27177
+ "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
27178
+ "dependencies": {
27179
+ "@types/unist": "^2.0.0",
27180
+ "unist-util-is": "^5.0.0"
27181
+ },
27182
+ "funding": {
27183
+ "type": "opencollective",
27184
+ "url": "https://opencollective.com/unified"
27185
+ }
27186
+ },
27187
+ "node_modules/remark-rehype/node_modules/vfile": {
27188
+ "version": "5.3.7",
27189
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
27190
+ "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
27191
+ "dependencies": {
27192
+ "@types/unist": "^2.0.0",
27193
+ "is-buffer": "^2.0.0",
27194
+ "unist-util-stringify-position": "^3.0.0",
27195
+ "vfile-message": "^3.0.0"
27196
+ },
27197
+ "funding": {
27198
+ "type": "opencollective",
27199
+ "url": "https://opencollective.com/unified"
27200
+ }
27201
+ },
27202
+ "node_modules/remark-rehype/node_modules/vfile-message": {
27203
+ "version": "3.1.4",
27204
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
27205
+ "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
27206
+ "dependencies": {
27207
+ "@types/unist": "^2.0.0",
27208
+ "unist-util-stringify-position": "^3.0.0"
27209
+ },
27210
+ "funding": {
27211
+ "type": "opencollective",
27212
+ "url": "https://opencollective.com/unified"
27213
+ }
27214
+ },
27215
"node_modules/remark-retext": {
27216
"version": "3.1.3",
27217
"resolved": "https://registry.npmjs.org/remark-retext/-/remark-retext-3.1.3.tgz",
@@ -27029,6 +27220,18 @@
27220
"mdast-util-to-nlcst": "^3.2.0"
27221
}
27222
},
27223
+ "node_modules/remark-squeeze-paragraphs": {
27224
+ "version": "4.0.0",
27225
+ "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz",
27226
+ "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==",
27227
+ "dependencies": {
27228
+ "mdast-squeeze-paragraphs": "^4.0.0"
27229
+ },
27230
+ "funding": {
27231
+ "type": "opencollective",
27232
+ "url": "https://opencollective.com/unified"
27233
+ }
27234
+ },
27235
"node_modules/remark-stringify": {
27236
"version": "6.0.4",
27237
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-6.0.4.tgz",
@@ -27050,100 +27253,6 @@
27253
"xtend": "^4.0.1"
27254
}
27255
},
27053
- "node_modules/remark-stringify/node_modules/ccount": {
27054
- "version": "1.1.0",
27055
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz",
27056
- "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==",
27057
- "funding": {
27058
- "type": "github",
27059
- "url": "https://github.com/sponsors/wooorm"
27060
- }
27061
- },
27062
- "node_modules/remark-stringify/node_modules/character-entities": {
27063
- "version": "1.2.4",
27064
- "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
27065
- "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
27066
- "funding": {
27067
- "type": "github",
27068
- "url": "https://github.com/sponsors/wooorm"
27069
- }
27070
- },
27071
- "node_modules/remark-stringify/node_modules/character-entities-html4": {
27072
- "version": "1.1.4",
27073
- "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz",
27074
- "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==",
27075
- "funding": {
27076
- "type": "github",
27077
- "url": "https://github.com/sponsors/wooorm"
27078
- }
27079
- },
27080
- "node_modules/remark-stringify/node_modules/character-entities-legacy": {
27081
- "version": "1.1.4",
27082
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
27083
- "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
27084
- "funding": {
27085
- "type": "github",
27086
- "url": "https://github.com/sponsors/wooorm"
27087
- }
27088
- },
27089
- "node_modules/remark-stringify/node_modules/character-reference-invalid": {
27090
- "version": "1.1.4",
27091
- "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
27092
- "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
27093
- "funding": {
27094
- "type": "github",
27095
- "url": "https://github.com/sponsors/wooorm"
27096
- }
27097
- },
27098
- "node_modules/remark-stringify/node_modules/is-alphabetical": {
27099
- "version": "1.0.4",
27100
- "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
27101
- "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
27102
- "funding": {
27103
- "type": "github",
27104
- "url": "https://github.com/sponsors/wooorm"
27105
- }
27106
- },
27107
- "node_modules/remark-stringify/node_modules/is-alphanumerical": {
27108
- "version": "1.0.4",
27109
- "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
27110
- "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
27111
- "dependencies": {
27112
- "is-alphabetical": "^1.0.0",
27113
- "is-decimal": "^1.0.0"
27114
- },
27115
- "funding": {
27116
- "type": "github",
27117
- "url": "https://github.com/sponsors/wooorm"
27118
- }
27119
- },
27120
- "node_modules/remark-stringify/node_modules/is-decimal": {
27121
- "version": "1.0.4",
27122
- "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
27123
- "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
27124
- "funding": {
27125
- "type": "github",
27126
- "url": "https://github.com/sponsors/wooorm"
27127
- }
27128
- },
27129
- "node_modules/remark-stringify/node_modules/is-hexadecimal": {
27130
- "version": "1.0.4",
27131
- "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
27132
- "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
27133
- "funding": {
27134
- "type": "github",
27135
- "url": "https://github.com/sponsors/wooorm"
27136
- }
27137
- },
27138
- "node_modules/remark-stringify/node_modules/longest-streak": {
27139
- "version": "2.0.4",
27140
- "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
27141
- "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
27142
- "funding": {
27143
- "type": "github",
27144
- "url": "https://github.com/sponsors/wooorm"
27145
- }
27146
- },
27256
"node_modules/remark-stringify/node_modules/parse-entities": {
27257
"version": "1.2.2",
27258
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
@@ -27157,93 +27266,6 @@
27266
"is-hexadecimal": "^1.0.0"
27267
}
27268
},
27160
- "node_modules/remark-stringify/node_modules/stringify-entities": {
27161
- "version": "1.3.2",
27162
- "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
27163
- "integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==",
27164
- "dependencies": {
27165
- "character-entities-html4": "^1.0.0",
27166
- "character-entities-legacy": "^1.0.0",
27167
- "is-alphanumerical": "^1.0.0",
27168
- "is-hexadecimal": "^1.0.0"
27169
- }
27170
- },
27171
- "node_modules/remark/node_modules/bail": {
27172
- "version": "1.0.5",
27173
- "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
27174
- "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
27175
- "funding": {
27176
- "type": "github",
27177
- "url": "https://github.com/sponsors/wooorm"
27178
- }
27179
- },
27180
- "node_modules/remark/node_modules/character-entities": {
27181
- "version": "1.2.4",
27182
- "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
27183
- "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
27184
- "funding": {
27185
- "type": "github",
27186
- "url": "https://github.com/sponsors/wooorm"
27187
- }
27188
- },
27189
- "node_modules/remark/node_modules/character-entities-legacy": {
27190
- "version": "1.1.4",
27191
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
27192
- "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
27193
- "funding": {
27194
- "type": "github",
27195
- "url": "https://github.com/sponsors/wooorm"
27196
- }
27197
- },
27198
- "node_modules/remark/node_modules/character-reference-invalid": {
27199
- "version": "1.1.4",
27200
- "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
27201
- "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
27202
- "funding": {
27203
- "type": "github",
27204
- "url": "https://github.com/sponsors/wooorm"
27205
- }
27206
- },
27207
- "node_modules/remark/node_modules/is-alphabetical": {
27208
- "version": "1.0.4",
27209
- "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
27210
- "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
27211
- "funding": {
27212
- "type": "github",
27213
- "url": "https://github.com/sponsors/wooorm"
27214
- }
27215
- },
27216
- "node_modules/remark/node_modules/is-alphanumerical": {
27217
- "version": "1.0.4",
27218
- "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
27219
- "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
27220
- "dependencies": {
27221
- "is-alphabetical": "^1.0.0",
27222
- "is-decimal": "^1.0.0"
27223
- },
27224
- "funding": {
27225
- "type": "github",
27226
- "url": "https://github.com/sponsors/wooorm"
27227
- }
27228
- },
27229
- "node_modules/remark/node_modules/is-decimal": {
27230
- "version": "1.0.4",
27231
- "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
27232
- "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
27233
- "funding": {
27234
- "type": "github",
27235
- "url": "https://github.com/sponsors/wooorm"
27236
- }
27237
- },
27238
- "node_modules/remark/node_modules/is-hexadecimal": {
27239
- "version": "1.0.4",
27240
- "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
27241
- "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
27242
- "funding": {
27243
- "type": "github",
27244
- "url": "https://github.com/sponsors/wooorm"
27245
- }
27246
- },
27269
"node_modules/remark/node_modules/parse-entities": {
27270
"version": "1.2.2",
27271
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
@@ -27279,15 +27301,6 @@
27301
"xtend": "^4.0.1"
27302
}
27303
},
27282
- "node_modules/remark/node_modules/trough": {
27283
- "version": "1.0.5",
27284
- "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
27285
- "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
27286
- "funding": {
27287
- "type": "github",
27288
- "url": "https://github.com/sponsors/wooorm"
27289
- }
27290
- },
27304
"node_modules/remark/node_modules/unified": {
27305
"version": "7.1.0",
27306
"resolved": "https://registry.npmjs.org/unified/-/unified-7.1.0.tgz",
@@ -27352,6 +27365,15 @@
27365
"vfile-message": "^1.0.0"
27366
}
27367
},
27368
+ "node_modules/remark/node_modules/vfile-location": {
27369
+ "version": "2.0.6",
27370
+ "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
27371
+ "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
27372
+ "funding": {
27373
+ "type": "opencollective",
27374
+ "url": "https://opencollective.com/unified"
27375
+ }
27376
+ },
27377
"node_modules/remark/node_modules/vfile-message": {
27378
"version": "1.1.1",
27379
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz",
@@ -27834,6 +27856,14 @@
27856
"url": "https://github.com/sponsors/epoberezkin"
27857
}
27858
},
27859
+ "node_modules/schema-utils/node_modules/ajv-keywords": {
27860
+ "version": "3.5.2",
27861
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
27862
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
27863
+ "peerDependencies": {
27864
+ "ajv": "^6.9.1"
27865
+ }
27866
+ },
27867
"node_modules/schema-utils/node_modules/json-schema-traverse": {
27868
"version": "0.4.1",
27869
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -28370,9 +28400,9 @@
28400
"deprecated": "Please use @jridgewell/sourcemap-codec instead"
28401
},
28402
"node_modules/space-separated-tokens": {
28373
- "version": "2.0.2",
28374
- "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
28375
- "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
28403
+ "version": "1.1.5",
28404
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
28405
+ "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
28406
"funding": {
28407
"type": "github",
28408
"url": "https://github.com/sponsors/wooorm"
@@ -28503,9 +28533,9 @@
28533
}
28534
},
28535
"node_modules/sprintf-js": {
28506
- "version": "1.0.3",
28507
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
28508
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
28536
+ "version": "1.1.3",
28537
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
28538
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
28539
},
28540
"node_modules/ssri": {
28541
"version": "10.0.5",
@@ -28887,16 +28917,14 @@
28917
}
28918
},
28919
"node_modules/stringify-entities": {
28890
- "version": "4.0.3",
28891
- "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz",
28892
- "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==",
28920
+ "version": "1.3.2",
28921
+ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
28922
+ "integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==",
28923
"dependencies": {
28894
- "character-entities-html4": "^2.0.0",
28895
- "character-entities-legacy": "^3.0.0"
28896
- },
28897
- "funding": {
28898
- "type": "github",
28899
- "url": "https://github.com/sponsors/wooorm"
28924
+ "character-entities-html4": "^1.0.0",
28925
+ "character-entities-legacy": "^1.0.0",
28926
+ "is-alphanumerical": "^1.0.0",
28927
+ "is-hexadecimal": "^1.0.0"
28928
}
28929
},
28930
"node_modules/strip-ansi": {
@@ -29243,6 +29271,12 @@
29271
"url": "https://opencollective.com/unts"
29272
}
29273
},
29274
+ "node_modules/synckit/node_modules/tslib": {
29275
+ "version": "2.6.2",
29276
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
29277
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
29278
+ "dev": true
29279
+ },
29280
"node_modules/table": {
29281
"version": "6.8.1",
29282
"resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
@@ -32037,9 +32071,9 @@
32071
}
32072
},
32073
"node_modules/trough": {
32040
- "version": "2.1.0",
32041
- "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
32042
- "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
32074
+ "version": "1.0.5",
32075
+ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
32076
+ "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
32077
"funding": {
32078
"type": "github",
32079
"url": "https://github.com/sponsors/wooorm"
@@ -32145,9 +32179,9 @@
32179
}
32180
},
32181
"node_modules/tslib": {
32148
- "version": "2.6.2",
32149
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
32150
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
32182
+ "version": "2.4.1",
32183
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
32184
+ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
32185
},
32186
"node_modules/tsutils": {
32187
"version": "3.21.0",
@@ -32383,7 +32417,6 @@
32417
"version": "5.2.2",
32418
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
32419
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
32386
- "dev": true,
32420
"bin": {
32421
"tsc": "bin/tsc",
32422
"tsserver": "bin/tsserver"
@@ -32467,11 +32500,6 @@
32500
"node": "*"
32501
}
32502
},
32470
- "node_modules/underscore.string/node_modules/sprintf-js": {
32471
- "version": "1.1.3",
32472
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
32473
- "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
32474
- },
32503
"node_modules/undici": {
32504
"version": "5.26.3",
32505
"resolved": "https://registry.npmjs.org/undici/-/undici-5.26.3.tgz",
@@ -32554,17 +32582,16 @@
32582
}
32583
},
32584
"node_modules/unified": {
32557
- "version": "10.1.2",
32558
- "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
32559
- "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
32585
+ "version": "9.2.0",
32586
+ "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz",
32587
+ "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==",
32588
"dependencies": {
32561
- "@types/unist": "^2.0.0",
32562
- "bail": "^2.0.0",
32589
+ "bail": "^1.0.0",
32590
"extend": "^3.0.0",
32591
"is-buffer": "^2.0.0",
32565
- "is-plain-obj": "^4.0.0",
32566
- "trough": "^2.0.0",
32567
- "vfile": "^5.0.0"
32592
+ "is-plain-obj": "^2.0.0",
32593
+ "trough": "^1.0.0",
32594
+ "vfile": "^4.0.0"
32595
},
32596
"funding": {
32597
"type": "opencollective",
@@ -32572,14 +32599,11 @@
32599
}
32600
},
32601
"node_modules/unified/node_modules/is-plain-obj": {
32575
- "version": "4.1.0",
32576
- "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
32577
- "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
32602
+ "version": "2.1.0",
32603
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
32604
+ "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
32605
"engines": {
32579
- "node": ">=12"
32580
- },
32581
- "funding": {
32582
- "url": "https://github.com/sponsors/sindresorhus"
32606
+ "node": ">=8"
32607
}
32608
},
32609
"node_modules/unique-filename": {
@@ -32615,22 +32639,28 @@
32639
"node": ">=8"
32640
}
32641
},
32642
+ "node_modules/unist-builder": {
32643
+ "version": "2.0.3",
32644
+ "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
32645
+ "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
32646
+ "funding": {
32647
+ "type": "opencollective",
32648
+ "url": "https://opencollective.com/unified"
32649
+ }
32650
+ },
32651
"node_modules/unist-util-generated": {
32619
- "version": "2.0.1",
32620
- "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz",
32621
- "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==",
32652
+ "version": "1.1.6",
32653
+ "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
32654
+ "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
32655
"funding": {
32656
"type": "opencollective",
32657
"url": "https://opencollective.com/unified"
32658
}
32659
},
32660
"node_modules/unist-util-is": {
32628
- "version": "5.2.1",
32629
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz",
32630
- "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
32631
- "dependencies": {
32632
- "@types/unist": "^2.0.0"
32633
- },
32661
+ "version": "4.1.0",
32662
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
32663
+ "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
32664
"funding": {
32665
"type": "opencollective",
32666
"url": "https://opencollective.com/unified"
@@ -32657,24 +32687,9 @@
32687
}
32688
},
32689
"node_modules/unist-util-position": {
32660
- "version": "4.0.4",
32661
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz",
32662
- "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
32663
- "dependencies": {
32664
- "@types/unist": "^2.0.0"
32665
- },
32666
- "funding": {
32667
- "type": "opencollective",
32668
- "url": "https://opencollective.com/unified"
32669
- }
32670
- },
32671
- "node_modules/unist-util-position-from-estree": {
32672
- "version": "1.1.2",
32673
- "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-1.1.2.tgz",
32674
- "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==",
32675
- "dependencies": {
32676
- "@types/unist": "^2.0.0"
32677
- },
32690
+ "version": "3.1.0",
32691
+ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
32692
+ "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
32693
"funding": {
32694
"type": "opencollective",
32695
"url": "https://opencollective.com/unified"
@@ -32689,12 +32704,11 @@
32704
}
32705
},
32706
"node_modules/unist-util-remove-position": {
32692
- "version": "4.0.2",
32693
- "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz",
32694
- "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==",
32707
+ "version": "2.0.1",
32708
+ "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz",
32709
+ "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==",
32710
"dependencies": {
32696
- "@types/unist": "^2.0.0",
32697
- "unist-util-visit": "^4.0.0"
32711
+ "unist-util-visit": "^2.0.0"
32712
},
32713
"funding": {
32714
"type": "opencollective",
@@ -32738,11 +32752,11 @@
32752
}
32753
},
32754
"node_modules/unist-util-stringify-position": {
32741
- "version": "3.0.3",
32742
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
32743
- "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
32755
+ "version": "2.0.3",
32756
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
32757
+ "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
32758
"dependencies": {
32745
- "@types/unist": "^2.0.0"
32759
+ "@types/unist": "^2.0.2"
32760
},
32761
"funding": {
32762
"type": "opencollective",
@@ -32750,13 +32764,13 @@
32764
}
32765
},
32766
"node_modules/unist-util-visit": {
32753
- "version": "4.1.2",
32754
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
32755
- "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
32767
+ "version": "2.0.3",
32768
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
32769
+ "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
32770
"dependencies": {
32771
"@types/unist": "^2.0.0",
32758
- "unist-util-is": "^5.0.0",
32759
- "unist-util-visit-parents": "^5.1.1"
32772
+ "unist-util-is": "^4.0.0",
32773
+ "unist-util-visit-parents": "^3.0.0"
32774
},
32775
"funding": {
32776
"type": "opencollective",
@@ -32776,7 +32790,6 @@
32790
"version": "3.1.1",
32791
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
32792
"integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
32779
- "dev": true,
32793
"dependencies": {
32794
"@types/unist": "^2.0.0",
32795
"unist-util-is": "^4.0.0"
@@ -32786,29 +32799,6 @@
32799
"url": "https://opencollective.com/unified"
32800
}
32801
},
32789
- "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
32790
- "version": "4.1.0",
32791
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
32792
- "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
32793
- "dev": true,
32794
- "funding": {
32795
- "type": "opencollective",
32796
- "url": "https://opencollective.com/unified"
32797
- }
32798
- },
32799
- "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
32800
- "version": "5.1.3",
32801
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
32802
- "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
32803
- "dependencies": {
32804
- "@types/unist": "^2.0.0",
32805
- "unist-util-is": "^5.0.0"
32806
- },
32807
- "funding": {
32808
- "type": "opencollective",
32809
- "url": "https://opencollective.com/unified"
32810
- }
32811
- },
32802
"node_modules/universal-user-agent": {
32803
"version": "6.0.0",
32804
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
@@ -33183,14 +33173,14 @@
33173
}
33174
},
33175
"node_modules/vfile": {
33186
- "version": "5.3.7",
33187
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
33188
- "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
33176
+ "version": "4.2.1",
33177
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
33178
+ "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
33179
"dependencies": {
33180
"@types/unist": "^2.0.0",
33181
"is-buffer": "^2.0.0",
33192
- "unist-util-stringify-position": "^3.0.0",
33193
- "vfile-message": "^3.0.0"
33182
+ "unist-util-stringify-position": "^2.0.0",
33183
+ "vfile-message": "^2.0.0"
33184
},
33185
"funding": {
33186
"type": "opencollective",
@@ -33198,21 +33188,21 @@
33188
}
33189
},
33190
"node_modules/vfile-location": {
33201
- "version": "2.0.6",
33202
- "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
33203
- "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
33191
+ "version": "3.2.0",
33192
+ "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
33193
+ "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
33194
"funding": {
33195
"type": "opencollective",
33196
"url": "https://opencollective.com/unified"
33197
}
33198
},
33199
"node_modules/vfile-message": {
33210
- "version": "3.1.4",
33211
- "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
33212
- "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
33200
+ "version": "2.0.4",
33201
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
33202
+ "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
33203
"dependencies": {
33204
"@types/unist": "^2.0.0",
33215
- "unist-util-stringify-position": "^3.0.0"
33205
+ "unist-util-stringify-position": "^2.0.0"
33206
},
33207
"funding": {
33208
"type": "opencollective",
@@ -33273,6 +33263,15 @@
33263
"resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz",
33264
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw=="
33265
},
33266
+ "node_modules/web-namespaces": {
33267
+ "version": "1.1.4",
33268
+ "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
33269
+ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
33270
+ "funding": {
33271
+ "type": "github",
33272
+ "url": "https://github.com/sponsors/wooorm"
33273
+ }
33274
+ },
33275
"node_modules/webidl-conversions": {
33276
"version": "7.0.0",
33277
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
@@ -33655,16 +33654,28 @@
33654
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
33655
},
33656
"node_modules/write-file-atomic": {
33658
- "version": "4.0.2",
33659
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
33660
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
33657
+ "version": "5.0.1",
33658
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
33659
+ "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
33660
"dev": true,
33661
"dependencies": {
33662
"imurmurhash": "^0.1.4",
33664
- "signal-exit": "^3.0.7"
33663
+ "signal-exit": "^4.0.1"
33664
},
33665
"engines": {
33667
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
33666
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
33667
+ }
33668
+ },
33669
+ "node_modules/write-file-atomic/node_modules/signal-exit": {
33670
+ "version": "4.1.0",
33671
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
33672
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
33673
+ "dev": true,
33674
+ "engines": {
33675
+ "node": ">=14"
33676
+ },
33677
+ "funding": {
33678
+ "url": "https://github.com/sponsors/isaacs"
33679
}
33680
},
33681
"node_modules/write-json-file": {
@@ -34058,9 +34069,9 @@
34069
}
34070
},
34071
"node_modules/zwitch": {
34061
- "version": "2.0.4",
34062
- "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
34063
- "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
34072
+ "version": "1.0.5",
34073
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
34074
+ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
34075
"funding": {
34076
"type": "github",
34077
"url": "https://github.com/sponsors/wooorm"
@@ -34071,14 +34082,13 @@
34082
"license": "MIT",
34083
"dependencies": {
34084
"@github/combobox-nav": "^2.3.0",
34074
- "@mdx-js/mdx": "^2.2.1",
34085
+ "@mdx-js/mdx": "^1.6.22",
34086
"@mdx-js/react": "^1.6.22",
34087
"@primer/components": "^23.0.0",
34088
"@primer/octicons-react": "^17.10.0",
34089
"@primer/react": "^35.16.0",
34090
"@styled-system/theme-get": "^5.1.2",
34091
"@testing-library/react": "^9.5.0",
34081
- "axios": "^1.5.1",
34092
"babel-plugin-styled-components": "^2.1.4",
34093
"copy-to-clipboard": "^3.3.3",
34094
"date-fns": "^2.30.0",
package.json
-3
@@ -35,10 +35,7 @@
35
"@npmcli/eslint-config": "^4.0.2",
36
"@npmcli/template-oss": "4.19.0",
37
"eslint-plugin-github": "^4.10.1",
38
- "eslint-plugin-import": "^2.28.1",
39
- "eslint-plugin-node": "^11.1.0",
38
"eslint-plugin-primer-react": "^4.0.2",
41
- "eslint-plugin-promise": "^6.1.1",
39
"tap": "^16.3.9"
40
},
41
"author": "GitHub Inc.",
scripts/template-oss/index.js
-7
@@ -37,11 +37,4 @@ module.exports = {
37
'/CONTENT-MODEL.md',
38
'/.nvmrc',
39
],
40
- allowedPackages: [
41
- // these need to be allowed since this repo uses legacy-peer-deps
42
- // and these need to be installed explicitly
43
- 'eslint-plugin-promise',
44
- 'eslint-plugin-node',
45
- 'eslint-plugin-import',
46
- ],
40
}
theme/gatsby-node.js
+9
-10
@@ -1,5 +1,4 @@
1
const path = require('path')
2
-const axios = require('axios')
2
const uniqBy = require('lodash.uniqby')
3
4
const CONTRIBUTOR_CACHE = new Map()
@@ -91,7 +90,7 @@ exports.createPages = async ({graphql, actions}, themeOptions) => {
90
editUrl,
91
contributors,
92
tableOfContents,
94
- repositoryUrl: repo.url
93
+ repositoryUrl: repo.url,
94
},
95
})
96
@@ -195,16 +194,16 @@ async function fetchContributors(repo, filePath, overrideData = {}) {
194
}
195
196
try {
198
- const req = {
199
- method: 'get',
200
- baseURL: 'https://api.github.com/',
201
- url: `/repos/${gh.nwo}/commits?path=${gh.path}&sha=${gh.branch}&per_page=100`,
202
- headers: {
203
- Authorization: `token ${process.env.GITHUB_TOKEN}`,
197
+ const resp = await fetch(
198
+ `https://api.github.com/repos/${gh.nwo}/commits?path=${gh.path}&sha=${gh.branch}&per_page=100`,
199
+ {
200
+ headers: {
201
+ Authorization: `token ${process.env.GITHUB_TOKEN}`,
202
+ },
203
},
205
- }
204
+ )
205
207
- const {data} = await axios.request(req)
206
+ const {data} = await resp.json()
207
208
const commits = data
209
.map(commit => ({
theme/package.json
+1
-2
@@ -27,14 +27,13 @@
27
},
28
"dependencies": {
29
"@github/combobox-nav": "^2.3.0",
30
- "@mdx-js/mdx": "^2.2.1",
30
+ "@mdx-js/mdx": "^1.6.22",
31
"@mdx-js/react": "^1.6.22",
32
"@primer/components": "^23.0.0",
33
"@primer/octicons-react": "^17.10.0",
34
"@primer/react": "^35.16.0",
35
"@styled-system/theme-get": "^5.1.2",
36
"@testing-library/react": "^9.5.0",
37
- "axios": "^1.5.1",
37
"babel-plugin-styled-components": "^2.1.4",
38
"copy-to-clipboard": "^3.3.3",
39
"date-fns": "^2.30.0",
theme/src/components/layout.js
+5
-1
@@ -35,7 +35,11 @@ function Layout({children, pageContext, location}) {
35
>
36
<Flex flexDirection="column" minHeight="100vh">
37
<Head title={title} description={description} />
38
- <Header location={location} isSearchEnabled={pageContext.isSearchEnabled} />
38
+ <Header
39
+ repositoryUrl={pageContext.repositoryUrl}
40
+ location={location}
41
+ isSearchEnabled={pageContext.isSearchEnabled}
42
+ />
43
<Flex flex="1 1 auto" flexDirection="row" css={{zIndex: 0}} role="main">
44
<Box display={['none', null, null, 'block']}>
45
<Sidebar repositoryUrl={pageContext.repositoryUrl} location={location} />