13
"@fontsource/jetbrains-mono": "^5.1.1",
14
"@fontsource/lexend": "^5.1.1",
15
"@fontsource/public-sans": "^5.1.1",
16
- "@shikijs/markdown-it": "^1.23.0",
16
+ "@shikijs/markdown-it": "^1.23.1",
17
"@tailwindcss/container-queries": "^0.1.1",
18
"@vueuse/core": "^11.2.0",
19
"axios": "^1.7.7",
34
"pinia": "^2.2.6",
35
"pinia-plugin-persistedstate": "^4.1.3",
36
"secure-ls": "^2.0.0",
37
- "shiki": "^1.23.0",
37
+ "shiki": "^1.23.1",
38
"validator": "^13.12.0",
39
"vue": "^3.5.13",
40
"vue-advanced-cropper": "^2.8.9",
47
"vuedraggable": "^4.1.0"
48
},
49
"devDependencies": {
50
- "@antfu/eslint-config": "^3.9.1",
50
+ "@antfu/eslint-config": "^3.9.2",
51
"@clack/prompts": "^0.8.1",
52
"@iconify/vue": "^4.1.2",
53
"@tsconfig/node20": "^20.1.4",
72
"npm-run-all2": "^7.0.1",
73
"postcss": "^8.4.49",
74
"prettier": "^3.3.3",
75
- "prettier-plugin-tailwindcss": "^0.6.8",
75
+ "prettier-plugin-tailwindcss": "^0.6.9",
76
"sass": "^1.81.0",
77
"start-server-and-test": "^2.0.8",
78
"tailwind-config-viewer": "^2.0.4",
92
"node": ">=18.0.0"
93
},
94
"optionalDependencies": {
95
- "@rollup/rollup-linux-x64-gnu": "^4.27.2"
95
+ "@rollup/rollup-linux-x64-gnu": "^4.27.3"
96
}
97
},
98
"node_modules/@ajoelp/json-to-formdata": {
127
}
128
},
129
"node_modules/@antfu/eslint-config": {
130
- "version": "3.9.1",
131
- "resolved": "https://registry.npmjs.org/@antfu/eslint-config/-/eslint-config-3.9.1.tgz",
132
- "integrity": "sha512-a/xubkbJ9i6U6jX5ZUB3GeXahhorpMWgDRwdga297ilmadcJFrepBRjGf8SnA+RlPrVRI4cqPdQeQZZKR+Mjiw==",
130
+ "version": "3.9.2",
131
+ "resolved": "https://registry.npmjs.org/@antfu/eslint-config/-/eslint-config-3.9.2.tgz",
132
+ "integrity": "sha512-a1I1CXmtQdTL9jxcb2RzKjuYYAzjdKK3ktVpQGd/1S/aUdhKgcEEi3DRXYgnB8xdpYLqracETxEMDf9PQlmyBg==",
133
"dev": true,
134
+ "license": "MIT",
135
"dependencies": {
136
"@antfu/install-pkg": "^0.4.1",
136
- "@clack/prompts": "^0.7.0",
137
+ "@clack/prompts": "^0.8.1",
138
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
139
"@eslint/markdown": "^6.2.1",
140
"@stylistic/eslint-plugin": "^2.10.1",
140
- "@typescript-eslint/eslint-plugin": "^8.14.0",
141
- "@typescript-eslint/parser": "^8.14.0",
141
+ "@typescript-eslint/eslint-plugin": "^8.15.0",
142
+ "@typescript-eslint/parser": "^8.15.0",
143
"@vitest/eslint-plugin": "^1.1.10",
144
"eslint-config-flat-gitignore": "^0.3.0",
145
"eslint-flat-config-utils": "^0.4.0",
148
"eslint-plugin-command": "^0.2.6",
149
"eslint-plugin-import-x": "^4.4.2",
150
"eslint-plugin-jsdoc": "^50.5.0",
150
- "eslint-plugin-jsonc": "^2.18.1",
151
- "eslint-plugin-n": "^17.13.1",
151
+ "eslint-plugin-jsonc": "^2.18.2",
152
+ "eslint-plugin-n": "^17.13.2",
153
"eslint-plugin-no-only-tests": "^3.3.0",
154
"eslint-plugin-perfectionist": "^3.9.1",
154
- "eslint-plugin-regexp": "^2.6.0",
155
+ "eslint-plugin-regexp": "^2.7.0",
156
"eslint-plugin-toml": "^0.11.1",
157
"eslint-plugin-unicorn": "^56.0.0",
158
"eslint-plugin-unused-imports": "^4.1.4",
233
}
234
}
235
},
235
- "node_modules/@antfu/eslint-config/node_modules/@clack/prompts": {
236
- "version": "0.7.0",
237
- "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.7.0.tgz",
238
- "integrity": "sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==",
239
- "bundleDependencies": [
240
- "is-unicode-supported"
241
- ],
242
- "dev": true,
243
- "dependencies": {
244
- "@clack/core": "^0.3.3",
245
- "is-unicode-supported": "*",
246
- "picocolors": "^1.0.0",
247
- "sisteransi": "^1.0.5"
248
- }
249
- },
250
- "node_modules/@antfu/eslint-config/node_modules/@clack/prompts/node_modules/is-unicode-supported": {
251
- "version": "1.3.0",
252
- "dev": true,
253
- "inBundle": true,
254
- "license": "MIT",
255
- "engines": {
256
- "node": ">=12"
257
- },
258
- "funding": {
259
- "url": "https://github.com/sponsors/sindresorhus"
260
- }
261
- },
236
"node_modules/@antfu/eslint-config/node_modules/globals": {
237
"version": "15.12.0",
238
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
2382
]
2383
},
2384
"node_modules/@rollup/rollup-linux-x64-gnu": {
2411
- "version": "4.27.2",
2412
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.2.tgz",
2413
- "integrity": "sha512-PaW2DY5Tan+IFvNJGHDmUrORadbe/Ceh8tQxi8cmdQVCCYsLoQo2cuaSj+AU+YRX8M4ivS2vJ9UGaxfuNN7gmg==",
2385
+ "version": "4.27.3",
2386
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.3.tgz",
2387
+ "integrity": "sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==",
2388
"cpu": [
2389
"x64"
2390
],
2391
+ "license": "MIT",
2392
"optional": true,
2393
"os": [
2394
"linux"
2447
]
2448
},
2449
"node_modules/@shikijs/core": {
2475
- "version": "1.23.0",
2476
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.23.0.tgz",
2477
- "integrity": "sha512-J4Fo22oBlfRHAXec+1AEzcowv+Qdf4ZQkuP/X/UHYH9+KA9LvyFXSXyS+HxuBRFfon+u7bsmKdRBjoZlbDVRkQ==",
2450
+ "version": "1.23.1",
2451
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.23.1.tgz",
2452
+ "integrity": "sha512-NuOVgwcHgVC6jBVH5V7iblziw6iQbWWHrj5IlZI3Fqu2yx9awH7OIQkXIcsHsUmY19ckwSgUMgrqExEyP5A0TA==",
2453
+ "license": "MIT",
2454
"dependencies": {
2479
- "@shikijs/engine-javascript": "1.23.0",
2480
- "@shikijs/engine-oniguruma": "1.23.0",
2481
- "@shikijs/types": "1.23.0",
2455
+ "@shikijs/engine-javascript": "1.23.1",
2456
+ "@shikijs/engine-oniguruma": "1.23.1",
2457
+ "@shikijs/types": "1.23.1",
2458
"@shikijs/vscode-textmate": "^9.3.0",
2459
"@types/hast": "^3.0.4",
2460
"hast-util-to-html": "^9.0.3"
2461
}
2462
},
2463
"node_modules/@shikijs/engine-javascript": {
2488
- "version": "1.23.0",
2489
- "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.23.0.tgz",
2490
- "integrity": "sha512-CcrppseWShG+8Efp1iil9divltuXVdCaU4iu+CKvzTGZO5RmXyAiSx668M7VbX8+s/vt1ZKu75Vn/jWi8O3G/Q==",
2464
+ "version": "1.23.1",
2465
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.23.1.tgz",
2466
+ "integrity": "sha512-i/LdEwT5k3FVu07SiApRFwRcSJs5QM9+tod5vYCPig1Ywi8GR30zcujbxGQFJHwYD7A5BUqagi8o5KS+LEVgBg==",
2467
+ "license": "MIT",
2468
"dependencies": {
2492
- "@shikijs/types": "1.23.0",
2469
+ "@shikijs/types": "1.23.1",
2470
"@shikijs/vscode-textmate": "^9.3.0",
2494
- "oniguruma-to-es": "0.1.2"
2471
+ "oniguruma-to-es": "0.4.1"
2472
}
2473
},
2474
"node_modules/@shikijs/engine-oniguruma": {
2498
- "version": "1.23.0",
2499
- "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.23.0.tgz",
2500
- "integrity": "sha512-gS8bZLqVvmZXX+E5JUMJICsBp+kx6gj79MH/UEpKHKIqnUzppgbmEn6zLa6mB5D+sHse2gFei3YYJxQe1EzZXQ==",
2475
+ "version": "1.23.1",
2476
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.23.1.tgz",
2477
+ "integrity": "sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==",
2478
+ "license": "MIT",
2479
"dependencies": {
2502
- "@shikijs/types": "1.23.0",
2480
+ "@shikijs/types": "1.23.1",
2481
"@shikijs/vscode-textmate": "^9.3.0"
2482
}
2483
},
2484
"node_modules/@shikijs/markdown-it": {
2507
- "version": "1.23.0",
2508
- "resolved": "https://registry.npmjs.org/@shikijs/markdown-it/-/markdown-it-1.23.0.tgz",
2509
- "integrity": "sha512-PEAy+CVQqu5tgoi/hfSheaklSyjmWRiyr5aNMDu6lStJMgf+CN560WqabMAyuYNF5d2zSgpQmdvvPa2TQ0XXFw==",
2485
+ "version": "1.23.1",
2486
+ "resolved": "https://registry.npmjs.org/@shikijs/markdown-it/-/markdown-it-1.23.1.tgz",
2487
+ "integrity": "sha512-Odpj0AiQBe4v6D+XwAQkdErxncVnaBt+nZTc2JDrwWrOjvkM5JfRG55n9idTqGZfO0EMAZrhP7fmstNJ0yKmlg==",
2488
+ "license": "MIT",
2489
"dependencies": {
2490
"markdown-it": "^14.1.0",
2512
- "shiki": "1.23.0"
2491
+ "shiki": "1.23.1"
2492
}
2493
},
2494
"node_modules/@shikijs/types": {
2516
- "version": "1.23.0",
2517
- "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.23.0.tgz",
2518
- "integrity": "sha512-HiwzsihRao+IbPk7FER/EQT/D0dEEK3n5LAtHDzL5iRT+JMblA7y9uitUnjEnHeLkKigNM+ZplrP7MuEyyc5kA==",
2495
+ "version": "1.23.1",
2496
+ "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.23.1.tgz",
2497
+ "integrity": "sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==",
2498
+ "license": "MIT",
2499
"dependencies": {
2500
"@shikijs/vscode-textmate": "^9.3.0",
2501
"@types/hast": "^3.0.4"
2504
"node_modules/@shikijs/vscode-textmate": {
2505
"version": "9.3.0",
2506
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz",
2527
- "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA=="
2507
+ "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==",
2508
+ "license": "MIT"
2509
},
2510
"node_modules/@sideway/address": {
2511
"version": "4.1.5",
2621
"version": "3.0.4",
2622
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
2623
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
2624
+ "license": "MIT",
2625
"dependencies": {
2626
"@types/unist": "*"
2627
}
2764
}
2765
},
2766
"node_modules/@typescript-eslint/eslint-plugin": {
2785
- "version": "8.14.0",
2786
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz",
2787
- "integrity": "sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==",
2767
+ "version": "8.15.0",
2768
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz",
2769
+ "integrity": "sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==",
2770
"dev": true,
2771
+ "license": "MIT",
2772
"dependencies": {
2773
"@eslint-community/regexpp": "^4.10.0",
2791
- "@typescript-eslint/scope-manager": "8.14.0",
2792
- "@typescript-eslint/type-utils": "8.14.0",
2793
- "@typescript-eslint/utils": "8.14.0",
2794
- "@typescript-eslint/visitor-keys": "8.14.0",
2774
+ "@typescript-eslint/scope-manager": "8.15.0",
2775
+ "@typescript-eslint/type-utils": "8.15.0",
2776
+ "@typescript-eslint/utils": "8.15.0",
2777
+ "@typescript-eslint/visitor-keys": "8.15.0",
2778
"graphemer": "^1.4.0",
2779
"ignore": "^5.3.1",
2780
"natural-compare": "^1.4.0",
2798
}
2799
},
2800
"node_modules/@typescript-eslint/parser": {
2818
- "version": "8.14.0",
2819
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.14.0.tgz",
2820
- "integrity": "sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==",
2801
+ "version": "8.15.0",
2802
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.15.0.tgz",
2803
+ "integrity": "sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==",
2804
"dev": true,
2805
+ "license": "BSD-2-Clause",
2806
"dependencies": {
2823
- "@typescript-eslint/scope-manager": "8.14.0",
2824
- "@typescript-eslint/types": "8.14.0",
2825
- "@typescript-eslint/typescript-estree": "8.14.0",
2826
- "@typescript-eslint/visitor-keys": "8.14.0",
2807
+ "@typescript-eslint/scope-manager": "8.15.0",
2808
+ "@typescript-eslint/types": "8.15.0",
2809
+ "@typescript-eslint/typescript-estree": "8.15.0",
2810
+ "@typescript-eslint/visitor-keys": "8.15.0",
2811
"debug": "^4.3.4"
2812
},
2813
"engines": {
2827
}
2828
},
2829
"node_modules/@typescript-eslint/scope-manager": {
2846
- "version": "8.14.0",
2847
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz",
2848
- "integrity": "sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==",
2830
+ "version": "8.15.0",
2831
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz",
2832
+ "integrity": "sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==",
2833
"dev": true,
2834
+ "license": "MIT",
2835
"dependencies": {
2851
- "@typescript-eslint/types": "8.14.0",
2852
- "@typescript-eslint/visitor-keys": "8.14.0"
2836
+ "@typescript-eslint/types": "8.15.0",
2837
+ "@typescript-eslint/visitor-keys": "8.15.0"
2838
},
2839
"engines": {
2840
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2845
}
2846
},
2847
"node_modules/@typescript-eslint/type-utils": {
2863
- "version": "8.14.0",
2864
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz",
2865
- "integrity": "sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==",
2848
+ "version": "8.15.0",
2849
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz",
2850
+ "integrity": "sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==",
2851
"dev": true,
2852
+ "license": "MIT",
2853
"dependencies": {
2868
- "@typescript-eslint/typescript-estree": "8.14.0",
2869
- "@typescript-eslint/utils": "8.14.0",
2854
+ "@typescript-eslint/typescript-estree": "8.15.0",
2855
+ "@typescript-eslint/utils": "8.15.0",
2856
"debug": "^4.3.4",
2857
"ts-api-utils": "^1.3.0"
2858
},
2863
"type": "opencollective",
2864
"url": "https://opencollective.com/typescript-eslint"
2865
},
2866
+ "peerDependencies": {
2867
+ "eslint": "^8.57.0 || ^9.0.0"
2868
+ },
2869
"peerDependenciesMeta": {
2870
"typescript": {
2871
"optional": true
2873
}
2874
},
2875
"node_modules/@typescript-eslint/types": {
2887
- "version": "8.14.0",
2888
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.14.0.tgz",
2889
- "integrity": "sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==",
2876
+ "version": "8.15.0",
2877
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.15.0.tgz",
2878
+ "integrity": "sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==",
2879
"dev": true,
2880
+ "license": "MIT",
2881
"engines": {
2882
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2883
},
2887
}
2888
},
2889
"node_modules/@typescript-eslint/typescript-estree": {
2900
- "version": "8.14.0",
2901
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz",
2902
- "integrity": "sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==",
2890
+ "version": "8.15.0",
2891
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz",
2892
+ "integrity": "sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==",
2893
"dev": true,
2894
+ "license": "BSD-2-Clause",
2895
"dependencies": {
2905
- "@typescript-eslint/types": "8.14.0",
2906
- "@typescript-eslint/visitor-keys": "8.14.0",
2896
+ "@typescript-eslint/types": "8.15.0",
2897
+ "@typescript-eslint/visitor-keys": "8.15.0",
2898
"debug": "^4.3.4",
2899
"fast-glob": "^3.3.2",
2900
"is-glob": "^4.0.3",
2916
}
2917
},
2918
"node_modules/@typescript-eslint/utils": {
2928
- "version": "8.14.0",
2929
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.14.0.tgz",
2930
- "integrity": "sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==",
2919
+ "version": "8.15.0",
2920
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz",
2921
+ "integrity": "sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==",
2922
"dev": true,
2923
+ "license": "MIT",
2924
"dependencies": {
2925
"@eslint-community/eslint-utils": "^4.4.0",
2934
- "@typescript-eslint/scope-manager": "8.14.0",
2935
- "@typescript-eslint/types": "8.14.0",
2936
- "@typescript-eslint/typescript-estree": "8.14.0"
2926
+ "@typescript-eslint/scope-manager": "8.15.0",
2927
+ "@typescript-eslint/types": "8.15.0",
2928
+ "@typescript-eslint/typescript-estree": "8.15.0"
2929
},
2930
"engines": {
2931
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2936
},
2937
"peerDependencies": {
2938
"eslint": "^8.57.0 || ^9.0.0"
2939
+ },
2940
+ "peerDependenciesMeta": {
2941
+ "typescript": {
2942
+ "optional": true
2943
+ }
2944
}
2945
},
2946
"node_modules/@typescript-eslint/visitor-keys": {
2950
- "version": "8.14.0",
2951
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz",
2952
- "integrity": "sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==",
2947
+ "version": "8.15.0",
2948
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz",
2949
+ "integrity": "sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==",
2950
"dev": true,
2951
+ "license": "MIT",
2952
"dependencies": {
2955
- "@typescript-eslint/types": "8.14.0",
2956
- "eslint-visitor-keys": "^3.4.3"
2953
+ "@typescript-eslint/types": "8.15.0",
2954
+ "eslint-visitor-keys": "^4.2.0"
2955
},
2956
"engines": {
2957
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2961
"url": "https://opencollective.com/typescript-eslint"
2962
}
2963
},
2966
- "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
2967
- "version": "3.4.3",
2968
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
2969
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
2970
- "dev": true,
2971
- "engines": {
2972
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2973
- },
2974
- "funding": {
2975
- "url": "https://opencollective.com/eslint"
2976
- }
2977
- },
2964
"node_modules/@ungap/structured-clone": {
2965
"version": "1.2.0",
2966
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
4680
"version": "2.1.0",
4681
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
4682
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
4683
+ "license": "MIT",
4684
"funding": {
4685
"type": "github",
4686
"url": "https://github.com/sponsors/wooorm"
4690
"version": "3.0.0",
4691
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
4692
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
4693
+ "license": "MIT",
4694
"funding": {
4695
"type": "github",
4696
"url": "https://github.com/sponsors/wooorm"
4940
"version": "2.0.3",
4941
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
4942
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
4943
+ "license": "MIT",
4944
"funding": {
4945
"type": "github",
4946
"url": "https://github.com/sponsors/wooorm"
5875
"node_modules/emoji-regex-xs": {
5876
"version": "1.0.0",
5877
"resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
5889
- "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg=="
5878
+ "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
5879
+ "license": "MIT"
5880
},
5881
"node_modules/encodeurl": {
5882
"version": "1.0.2",
5901
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
5902
"integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
5903
"dev": true,
5904
+ "license": "MIT",
5905
"dependencies": {
5906
"graceful-fs": "^4.2.4",
5907
"tapable": "^2.2.0"
6170
"resolved": "https://registry.npmjs.org/eslint-json-compat-utils/-/eslint-json-compat-utils-0.2.1.tgz",
6171
"integrity": "sha512-YzEodbDyW8DX8bImKhAcCeu/L31Dd/70Bidx2Qex9OFUtgzXLqtfWL4Hr5fM/aCCB8QUZLuJur0S9k6UfgFkfg==",
6172
"dev": true,
6173
+ "license": "MIT",
6174
"dependencies": {
6175
"esquery": "^1.6.0"
6176
},
6238
"https://github.com/sponsors/ota-meshi",
6239
"https://opencollective.com/eslint"
6240
],
6241
+ "license": "MIT",
6242
"dependencies": {
6243
"@eslint-community/eslint-utils": "^4.1.2",
6244
"@eslint-community/regexpp": "^4.11.0",
6343
"dev": true
6344
},
6345
"node_modules/eslint-plugin-jsonc": {
6353
- "version": "2.18.1",
6354
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.1.tgz",
6355
- "integrity": "sha512-6qY8zDpxOwPQNcr8eZ+RxwGX6IPHws5/Qef7aBEjER8rB9+UMB6zQWVIVcbP7xzFmEMHAesNFPe/sIlU4c78dg==",
6346
+ "version": "2.18.2",
6347
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.2.tgz",
6348
+ "integrity": "sha512-SDhJiSsWt3nItl/UuIv+ti4g3m4gpGkmnUJS9UWR3TrpyNsIcnJoBRD7Kof6cM4Rk3L0wrmY5Tm3z7ZPjR2uGg==",
6349
"dev": true,
6350
+ "license": "MIT",
6351
"dependencies": {
6352
"@eslint-community/eslint-utils": "^4.2.0",
6353
"eslint-compat-utils": "^0.6.0",
6369
}
6370
},
6371
"node_modules/eslint-plugin-jsonc/node_modules/eslint-compat-utils": {
6378
- "version": "0.6.0",
6379
- "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.0.tgz",
6380
- "integrity": "sha512-1vVBdI/HLS6HTHVQCJGlN+LOF0w1Rs/WB9se23mQr84cRM0iMM8PulMFFhQdQ1BvS0cGwjpis4xziI91Rk0l6g==",
6372
+ "version": "0.6.3",
6373
+ "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.3.tgz",
6374
+ "integrity": "sha512-9IDdksh5pUYP2ZLi7mOdROxVjLY8gY2qKxprmrJ/5Dyqud7M/IFKxF3o0VLlRhITm1pK6Fk7NiBxE39M/VlUcw==",
6375
"dev": true,
6376
+ "license": "MIT",
6377
"dependencies": {
6378
"semver": "^7.5.4"
6379
},
6389
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
6390
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
6391
"dev": true,
6392
+ "license": "Apache-2.0",
6393
"engines": {
6394
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6395
},
6402
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
6403
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
6404
"dev": true,
6405
+ "license": "BSD-2-Clause",
6406
"dependencies": {
6407
"acorn": "^8.9.0",
6408
"acorn-jsx": "^5.3.2",
6420
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.6.2.tgz",
6421
"integrity": "sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==",
6422
"dev": true,
6423
+ "license": "MIT",
6424
"dependencies": {
6425
"tslib": "^2.3.1"
6426
},
6432
"version": "2.8.1",
6433
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
6434
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
6437
- "dev": true
6435
+ "dev": true,
6436
+ "license": "0BSD"
6437
},
6438
"node_modules/eslint-plugin-n": {
6440
- "version": "17.13.1",
6441
- "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.1.tgz",
6442
- "integrity": "sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==",
6439
+ "version": "17.13.2",
6440
+ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.2.tgz",
6441
+ "integrity": "sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==",
6442
"dev": true,
6443
+ "license": "MIT",
6444
"dependencies": {
6445
"@eslint-community/eslint-utils": "^4.4.1",
6446
"enhanced-resolve": "^5.17.1",
6507
}
6508
},
6509
"node_modules/eslint-plugin-regexp": {
6510
- "version": "2.6.0",
6511
- "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.6.0.tgz",
6512
- "integrity": "sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==",
6510
+ "version": "2.7.0",
6511
+ "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.7.0.tgz",
6512
+ "integrity": "sha512-U8oZI77SBtH8U3ulZ05iu0qEzIizyEDXd+BWHvyVxTOjGwcDcvy/kEpgFG4DYca2ByRLiVPFZ2GeH7j1pdvZTA==",
6513
"dev": true,
6514
+ "license": "MIT",
6515
"dependencies": {
6516
"@eslint-community/eslint-utils": "^4.2.0",
6516
- "@eslint-community/regexpp": "^4.9.1",
6517
+ "@eslint-community/regexpp": "^4.11.0",
6518
"comment-parser": "^1.4.0",
6519
"jsdoc-type-pratt-parser": "^4.0.0",
6520
"refa": "^0.12.1",
7629
"version": "9.0.3",
7630
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz",
7631
"integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==",
7632
+ "license": "MIT",
7633
"dependencies": {
7634
"@types/hast": "^3.0.0",
7635
"@types/unist": "^3.0.0",
7652
"version": "3.0.0",
7653
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
7654
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
7655
+ "license": "MIT",
7656
"dependencies": {
7657
"@types/hast": "^3.0.0"
7658
},
7749
"version": "3.0.0",
7750
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
7751
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
7752
+ "license": "MIT",
7753
"funding": {
7754
"type": "github",
7755
"url": "https://github.com/sponsors/wooorm"
8503
"resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz",
8504
"integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==",
8505
"dev": true,
8506
+ "license": "MIT",
8507
"dependencies": {
8508
"acorn": "^8.5.0",
8509
"eslint-visitor-keys": "^3.0.0",
8522
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
8523
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
8524
"dev": true,
8525
+ "license": "Apache-2.0",
8526
"engines": {
8527
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8528
},
8535
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
8536
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
8537
"dev": true,
8538
+ "license": "BSD-2-Clause",
8539
"dependencies": {
8540
"acorn": "^8.9.0",
8541
"acorn-jsx": "^5.3.2",
9233
"version": "13.2.0",
9234
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
9235
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
9236
+ "license": "MIT",
9237
"dependencies": {
9238
"@types/hast": "^3.0.0",
9239
"@types/mdast": "^4.0.0",
10580
}
10581
},
10582
"node_modules/oniguruma-to-es": {
10575
- "version": "0.1.2",
10576
- "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-0.1.2.tgz",
10577
- "integrity": "sha512-sBYKVJlIMB0WPO+tSu/NNB1ytSFeHyyJZ3Ayxfx3f/QUuXu0lvZk0VB4K7npmdlHSC0ldqanzh/sUSlAbgCTfw==",
10583
+ "version": "0.4.1",
10584
+ "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-0.4.1.tgz",
10585
+ "integrity": "sha512-rNcEohFz095QKGRovP/yqPIKc+nP+Sjs4YTHMv33nMePGKrq/r2eu9Yh4646M5XluGJsUnmwoXuiXE69KDs+fQ==",
10586
+ "license": "MIT",
10587
"dependencies": {
10588
"emoji-regex-xs": "^1.0.0",
10580
- "regex": "^4.4.0",
10581
- "regex-recursion": "^4.1.0"
10589
+ "regex": "^5.0.0",
10590
+ "regex-recursion": "^4.2.1"
10591
}
10592
},
10593
"node_modules/only": {
11279
}
11280
},
11281
"node_modules/prettier-plugin-tailwindcss": {
11273
- "version": "0.6.8",
11274
- "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz",
11275
- "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==",
11282
+ "version": "0.6.9",
11283
+ "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz",
11284
+ "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==",
11285
"dev": true,
11286
+ "license": "MIT",
11287
"engines": {
11288
"node": ">=14.21.3"
11289
},
11382
"version": "6.5.0",
11383
"resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
11384
"integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
11385
+ "license": "MIT",
11386
"funding": {
11387
"type": "github",
11388
"url": "https://github.com/sponsors/wooorm"
11643
"resolved": "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz",
11644
"integrity": "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==",
11645
"dev": true,
11646
+ "license": "MIT",
11647
"dependencies": {
11648
"@eslint-community/regexpp": "^4.8.0"
11649
},
11652
}
11653
},
11654
"node_modules/regex": {
11643
- "version": "4.4.0",
11644
- "resolved": "https://registry.npmjs.org/regex/-/regex-4.4.0.tgz",
11645
- "integrity": "sha512-uCUSuobNVeqUupowbdZub6ggI5/JZkYyJdDogddJr60L764oxC2pMZov1fQ3wM9bdyzUILDG+Sqx6NAKAz9rKQ=="
11655
+ "version": "5.0.2",
11656
+ "resolved": "https://registry.npmjs.org/regex/-/regex-5.0.2.tgz",
11657
+ "integrity": "sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==",
11658
+ "license": "MIT",
11659
+ "dependencies": {
11660
+ "regex-utilities": "^2.3.0"
11661
+ }
11662
},
11663
"node_modules/regex-recursion": {
11664
"version": "4.2.1",
11665
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-4.2.1.tgz",
11666
"integrity": "sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA==",
11667
+ "license": "MIT",
11668
"dependencies": {
11669
"regex-utilities": "^2.3.0"
11670
}
11672
"node_modules/regex-utilities": {
11673
"version": "2.3.0",
11674
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
11658
- "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng=="
11675
+ "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
11676
+ "license": "MIT"
11677
},
11678
"node_modules/regexp-ast-analysis": {
11679
"version": "0.7.1",
11680
"resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz",
11681
"integrity": "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==",
11682
"dev": true,
11683
+ "license": "MIT",
11684
"dependencies": {
11685
"@eslint-community/regexpp": "^4.8.0",
11686
"refa": "^0.12.1"
12246
"resolved": "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz",
12247
"integrity": "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==",
12248
"dev": true,
12249
+ "license": "MIT",
12250
"dependencies": {
12251
"@eslint-community/regexpp": "^4.8.0",
12252
"refa": "^0.12.0",
12347
}
12348
},
12349
"node_modules/shiki": {
12330
- "version": "1.23.0",
12331
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.23.0.tgz",
12332
- "integrity": "sha512-xfdu9DqPkIpExH29cmiTlgo0/jBki5la1Tkfhsv+Wu5TT3APLNHslR1acxuKJOCWqVdSc+pIbs/2ozjVRGppdg==",
12333
- "dependencies": {
12334
- "@shikijs/core": "1.23.0",
12335
- "@shikijs/engine-javascript": "1.23.0",
12336
- "@shikijs/engine-oniguruma": "1.23.0",
12337
- "@shikijs/types": "1.23.0",
12350
+ "version": "1.23.1",
12351
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.23.1.tgz",
12352
+ "integrity": "sha512-8kxV9TH4pXgdKGxNOkrSMydn1Xf6It8lsle0fiqxf7a1149K1WGtdOu3Zb91T5r1JpvRPxqxU3C2XdZZXQnrig==",
12353
+ "license": "MIT",
12354
+ "dependencies": {
12355
+ "@shikijs/core": "1.23.1",
12356
+ "@shikijs/engine-javascript": "1.23.1",
12357
+ "@shikijs/engine-oniguruma": "1.23.1",
12358
+ "@shikijs/types": "1.23.1",
12359
"@shikijs/vscode-textmate": "^9.3.0",
12360
"@types/hast": "^3.0.4"
12361
}
12467
"version": "2.0.2",
12468
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
12469
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
12470
+ "license": "MIT",
12471
"funding": {
12472
"type": "github",
12473
"url": "https://github.com/sponsors/wooorm"
12701
"version": "4.0.4",
12702
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
12703
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
12704
+ "license": "MIT",
12705
"dependencies": {
12706
"character-entities-html4": "^2.0.0",
12707
"character-entities-legacy": "^3.0.0"
13095
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
13096
"integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
13097
"dev": true,
13098
+ "license": "MIT",
13099
"engines": {
13100
"node": ">=6"
13101
}
13399
"version": "3.0.1",
13400
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
13401
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
13402
+ "license": "MIT",
13403
"funding": {
13404
"type": "github",
13405
"url": "https://github.com/sponsors/wooorm"
14052
"version": "5.0.0",
14053
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
14054
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
14055
+ "license": "MIT",
14056
"dependencies": {
14057
"@types/unist": "^3.0.0"
14058
},
14318
"version": "6.0.3",
14319
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
14320
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
14321
+ "license": "MIT",
14322
"dependencies": {
14323
"@types/unist": "^3.0.0",
14324
"vfile-message": "^4.0.0"
14332
"version": "4.0.2",
14333
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
14334
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
14335
+ "license": "MIT",
14336
"dependencies": {
14337
"@types/unist": "^3.0.0",
14338
"unist-util-stringify-position": "^4.0.0"