netlify-cli 22.3.0-pre.81558e5 → 22.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/dist/commands/base-command.d.ts.map +1 -1
  2. package/dist/commands/base-command.js +2 -3
  3. package/dist/commands/base-command.js.map +1 -1
  4. package/dist/commands/dev/dev.d.ts.map +1 -1
  5. package/dist/commands/dev/dev.js +2 -2
  6. package/dist/commands/dev/dev.js.map +1 -1
  7. package/dist/commands/functions/functions-serve.d.ts.map +1 -1
  8. package/dist/commands/functions/functions-serve.js +0 -1
  9. package/dist/commands/functions/functions-serve.js.map +1 -1
  10. package/dist/commands/init/init.d.ts.map +1 -1
  11. package/dist/commands/init/init.js.map +1 -1
  12. package/dist/commands/link/link.js +1 -1
  13. package/dist/commands/link/link.js.map +1 -1
  14. package/dist/commands/main.d.ts.map +1 -1
  15. package/dist/commands/main.js +1 -1
  16. package/dist/commands/main.js.map +1 -1
  17. package/dist/commands/serve/serve.d.ts.map +1 -1
  18. package/dist/commands/serve/serve.js +1 -2
  19. package/dist/commands/serve/serve.js.map +1 -1
  20. package/dist/lib/edge-functions/editor-helper.d.ts.map +1 -1
  21. package/dist/lib/edge-functions/editor-helper.js +3 -1
  22. package/dist/lib/edge-functions/editor-helper.js.map +1 -1
  23. package/dist/lib/edge-functions/proxy.d.ts +2 -2
  24. package/dist/lib/edge-functions/proxy.d.ts.map +1 -1
  25. package/dist/lib/edge-functions/proxy.js +1 -1
  26. package/dist/lib/edge-functions/proxy.js.map +1 -1
  27. package/dist/lib/edge-functions/registry.d.ts +2 -1
  28. package/dist/lib/edge-functions/registry.d.ts.map +1 -1
  29. package/dist/lib/edge-functions/registry.js +31 -6
  30. package/dist/lib/edge-functions/registry.js.map +1 -1
  31. package/dist/lib/functions/netlify-function.d.ts +3 -5
  32. package/dist/lib/functions/netlify-function.d.ts.map +1 -1
  33. package/dist/lib/functions/netlify-function.js +1 -6
  34. package/dist/lib/functions/netlify-function.js.map +1 -1
  35. package/dist/lib/functions/registry.d.ts +1 -4
  36. package/dist/lib/functions/registry.d.ts.map +1 -1
  37. package/dist/lib/functions/registry.js +6 -22
  38. package/dist/lib/functions/registry.js.map +1 -1
  39. package/dist/lib/functions/runtimes/index.d.ts +2 -2
  40. package/dist/lib/functions/runtimes/index.d.ts.map +1 -1
  41. package/dist/lib/functions/runtimes/js/builders/zisi.d.ts +3 -3
  42. package/dist/lib/functions/runtimes/js/builders/zisi.d.ts.map +1 -1
  43. package/dist/lib/functions/runtimes/js/builders/zisi.js +16 -6
  44. package/dist/lib/functions/runtimes/js/builders/zisi.js.map +1 -1
  45. package/dist/lib/functions/runtimes/js/index.d.ts +2 -2
  46. package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
  47. package/dist/lib/functions/runtimes/js/index.js +9 -3
  48. package/dist/lib/functions/runtimes/js/index.js.map +1 -1
  49. package/dist/lib/functions/server.d.ts +2 -4
  50. package/dist/lib/functions/server.d.ts.map +1 -1
  51. package/dist/lib/functions/server.js +3 -4
  52. package/dist/lib/functions/server.js.map +1 -1
  53. package/dist/lib/functions/utils.d.ts +0 -1
  54. package/dist/lib/functions/utils.d.ts.map +1 -1
  55. package/dist/lib/functions/utils.js +0 -28
  56. package/dist/lib/functions/utils.js.map +1 -1
  57. package/dist/tsconfig.build.tsbuildinfo +1 -1
  58. package/dist/utils/command-helpers.d.ts +0 -13
  59. package/dist/utils/command-helpers.d.ts.map +1 -1
  60. package/dist/utils/command-helpers.js +2 -55
  61. package/dist/utils/command-helpers.js.map +1 -1
  62. package/dist/utils/gitignore.d.ts +1 -1
  63. package/dist/utils/gitignore.d.ts.map +1 -1
  64. package/dist/utils/gitignore.js +3 -35
  65. package/dist/utils/gitignore.js.map +1 -1
  66. package/dist/utils/live-tunnel.d.ts +2 -2
  67. package/dist/utils/live-tunnel.d.ts.map +1 -1
  68. package/dist/utils/live-tunnel.js.map +1 -1
  69. package/dist/utils/proxy-server.d.ts +2 -2
  70. package/dist/utils/proxy-server.d.ts.map +1 -1
  71. package/dist/utils/run-build.d.ts +16 -17
  72. package/dist/utils/run-build.d.ts.map +1 -1
  73. package/dist/utils/run-build.js +6 -6
  74. package/dist/utils/run-build.js.map +1 -1
  75. package/dist/utils/telemetry/report-error.js +1 -1
  76. package/dist/utils/telemetry/report-error.js.map +1 -1
  77. package/dist/utils/telemetry/telemetry.js +1 -1
  78. package/dist/utils/telemetry/telemetry.js.map +1 -1
  79. package/dist/utils/types.d.ts +2 -2
  80. package/dist/utils/types.d.ts.map +1 -1
  81. package/dist/utils/types.js +1 -1
  82. package/dist/utils/types.js.map +1 -1
  83. package/npm-shrinkwrap.json +864 -851
  84. package/package.json +10 -6
  85. package/dist/lib/functions/memoized-build.d.ts +0 -11
  86. package/dist/lib/functions/memoized-build.d.ts.map +0 -1
  87. package/dist/lib/functions/memoized-build.js +0 -28
  88. package/dist/lib/functions/memoized-build.js.map +0 -1
  89. package/dist/utils/cli-state.d.ts +0 -13
  90. package/dist/utils/cli-state.d.ts.map +0 -1
  91. package/dist/utils/cli-state.js +0 -107
  92. package/dist/utils/cli-state.js.map +0 -1
  93. package/dist/utils/get-global-config-store.d.ts +0 -16
  94. package/dist/utils/get-global-config-store.d.ts.map +0 -1
  95. package/dist/utils/get-global-config-store.js +0 -87
  96. package/dist/utils/get-global-config-store.js.map +0 -1
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "22.3.0-pre.81558e5",
3
+ "version": "22.4.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "22.3.0-pre.81558e5",
9
+ "version": "22.4.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@fastify/static": "7.0.4",
14
14
  "@netlify/api": "14.0.3",
15
- "@netlify/blobs": "10.0.6",
15
+ "@netlify/blobs": "10.0.7",
16
16
  "@netlify/build": "34.3.0",
17
17
  "@netlify/build-info": "10.0.7",
18
18
  "@netlify/config": "23.2.0",
19
- "@netlify/dev-utils": "3.3.0",
19
+ "@netlify/dev-utils": "4.1.0",
20
20
  "@netlify/edge-bundler": "14.2.2",
21
- "@netlify/edge-functions": "2.15.7",
21
+ "@netlify/edge-functions": "2.16.2",
22
22
  "@netlify/headers-parser": "9.0.1",
23
23
  "@netlify/local-functions-proxy": "2.0.3",
24
24
  "@netlify/redirect-parser": "15.0.2",
@@ -65,7 +65,7 @@
65
65
  "https-proxy-agent": "7.0.6",
66
66
  "inquirer": "8.2.6",
67
67
  "inquirer-autocomplete-prompt": "1.4.0",
68
- "ipx": "3.0.3",
68
+ "ipx": "3.1.1",
69
69
  "is-docker": "3.0.0",
70
70
  "is-stream": "4.0.1",
71
71
  "is-wsl": "3.1.0",
@@ -89,7 +89,6 @@
89
89
  "p-wait-for": "5.0.2",
90
90
  "parallel-transform": "1.2.0",
91
91
  "parse-github-url": "1.0.3",
92
- "parse-gitignore": "2.0.0",
93
92
  "prettyjson": "1.2.5",
94
93
  "raw-body": "3.0.0",
95
94
  "read-package-up": "11.0.0",
@@ -145,12 +144,11 @@
145
144
  }
146
145
  },
147
146
  "node_modules/@babel/parser": {
148
- "version": "7.27.5",
149
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
150
- "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
151
- "license": "MIT",
147
+ "version": "7.28.0",
148
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
149
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
152
150
  "dependencies": {
153
- "@babel/types": "^7.27.3"
151
+ "@babel/types": "^7.28.0"
154
152
  },
155
153
  "bin": {
156
154
  "parser": "bin/babel-parser.js"
@@ -842,237 +840,27 @@
842
840
  "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
843
841
  "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
844
842
  },
845
- "node_modules/@img/sharp-darwin-arm64": {
846
- "version": "0.33.5",
847
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
848
- "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
849
- "cpu": [
850
- "arm64"
851
- ],
852
- "optional": true,
853
- "os": [
854
- "darwin"
855
- ],
856
- "engines": {
857
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
858
- },
859
- "funding": {
860
- "url": "https://opencollective.com/libvips"
861
- },
862
- "optionalDependencies": {
863
- "@img/sharp-libvips-darwin-arm64": "1.0.4"
864
- }
865
- },
866
- "node_modules/@img/sharp-darwin-x64": {
867
- "version": "0.33.5",
868
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
869
- "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
870
- "cpu": [
871
- "x64"
872
- ],
873
- "optional": true,
874
- "os": [
875
- "darwin"
876
- ],
877
- "engines": {
878
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
879
- },
880
- "funding": {
881
- "url": "https://opencollective.com/libvips"
882
- },
883
- "optionalDependencies": {
884
- "@img/sharp-libvips-darwin-x64": "1.0.4"
885
- }
886
- },
887
- "node_modules/@img/sharp-libvips-darwin-arm64": {
888
- "version": "1.0.4",
889
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
890
- "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
891
- "cpu": [
892
- "arm64"
893
- ],
894
- "optional": true,
895
- "os": [
896
- "darwin"
897
- ],
898
- "funding": {
899
- "url": "https://opencollective.com/libvips"
900
- }
901
- },
902
- "node_modules/@img/sharp-libvips-darwin-x64": {
903
- "version": "1.0.4",
904
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
905
- "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
906
- "cpu": [
907
- "x64"
908
- ],
909
- "optional": true,
910
- "os": [
911
- "darwin"
912
- ],
913
- "funding": {
914
- "url": "https://opencollective.com/libvips"
915
- }
916
- },
917
- "node_modules/@img/sharp-libvips-linux-arm": {
918
- "version": "1.0.5",
919
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
920
- "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
921
- "cpu": [
922
- "arm"
923
- ],
924
- "optional": true,
925
- "os": [
926
- "linux"
927
- ],
928
- "funding": {
929
- "url": "https://opencollective.com/libvips"
930
- }
931
- },
932
- "node_modules/@img/sharp-libvips-linux-arm64": {
933
- "version": "1.0.4",
934
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
935
- "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
936
- "cpu": [
937
- "arm64"
938
- ],
939
- "optional": true,
940
- "os": [
941
- "linux"
942
- ],
943
- "funding": {
944
- "url": "https://opencollective.com/libvips"
945
- }
946
- },
947
- "node_modules/@img/sharp-libvips-linux-s390x": {
948
- "version": "1.0.4",
949
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
950
- "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
951
- "cpu": [
952
- "s390x"
953
- ],
954
- "optional": true,
955
- "os": [
956
- "linux"
957
- ],
958
- "funding": {
959
- "url": "https://opencollective.com/libvips"
960
- }
961
- },
962
- "node_modules/@img/sharp-libvips-linux-x64": {
963
- "version": "1.0.4",
964
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
965
- "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
966
- "cpu": [
967
- "x64"
968
- ],
969
- "optional": true,
970
- "os": [
971
- "linux"
972
- ],
973
- "funding": {
974
- "url": "https://opencollective.com/libvips"
975
- }
976
- },
977
- "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
978
- "version": "1.0.4",
979
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
980
- "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
981
- "cpu": [
982
- "arm64"
983
- ],
984
- "optional": true,
985
- "os": [
986
- "linux"
987
- ],
988
- "funding": {
989
- "url": "https://opencollective.com/libvips"
990
- }
991
- },
992
- "node_modules/@img/sharp-libvips-linuxmusl-x64": {
993
- "version": "1.0.4",
994
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
995
- "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
996
- "cpu": [
997
- "x64"
998
- ],
999
- "optional": true,
1000
- "os": [
1001
- "linux"
1002
- ],
1003
- "funding": {
1004
- "url": "https://opencollective.com/libvips"
1005
- }
1006
- },
1007
- "node_modules/@img/sharp-linux-arm": {
1008
- "version": "0.33.5",
1009
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
1010
- "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
1011
- "cpu": [
1012
- "arm"
1013
- ],
1014
- "optional": true,
1015
- "os": [
1016
- "linux"
1017
- ],
1018
- "engines": {
1019
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1020
- },
1021
- "funding": {
1022
- "url": "https://opencollective.com/libvips"
1023
- },
1024
- "optionalDependencies": {
1025
- "@img/sharp-libvips-linux-arm": "1.0.5"
1026
- }
1027
- },
1028
- "node_modules/@img/sharp-linux-arm64": {
1029
- "version": "0.33.5",
1030
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
1031
- "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
1032
- "cpu": [
1033
- "arm64"
1034
- ],
1035
- "optional": true,
1036
- "os": [
1037
- "linux"
1038
- ],
1039
- "engines": {
1040
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1041
- },
1042
- "funding": {
1043
- "url": "https://opencollective.com/libvips"
1044
- },
1045
- "optionalDependencies": {
1046
- "@img/sharp-libvips-linux-arm64": "1.0.4"
1047
- }
1048
- },
1049
- "node_modules/@img/sharp-linux-s390x": {
1050
- "version": "0.33.5",
1051
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
1052
- "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
843
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
844
+ "version": "1.2.0",
845
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
846
+ "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
1053
847
  "cpu": [
1054
- "s390x"
848
+ "ppc64"
1055
849
  ],
1056
850
  "optional": true,
1057
851
  "os": [
1058
852
  "linux"
1059
853
  ],
1060
- "engines": {
1061
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1062
- },
1063
854
  "funding": {
1064
855
  "url": "https://opencollective.com/libvips"
1065
- },
1066
- "optionalDependencies": {
1067
- "@img/sharp-libvips-linux-s390x": "1.0.4"
1068
856
  }
1069
857
  },
1070
- "node_modules/@img/sharp-linux-x64": {
1071
- "version": "0.33.5",
1072
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
1073
- "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
858
+ "node_modules/@img/sharp-linux-ppc64": {
859
+ "version": "0.34.3",
860
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz",
861
+ "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==",
1074
862
  "cpu": [
1075
- "x64"
863
+ "ppc64"
1076
864
  ],
1077
865
  "optional": true,
1078
866
  "os": [
@@ -1085,95 +873,17 @@
1085
873
  "url": "https://opencollective.com/libvips"
1086
874
  },
1087
875
  "optionalDependencies": {
1088
- "@img/sharp-libvips-linux-x64": "1.0.4"
876
+ "@img/sharp-libvips-linux-ppc64": "1.2.0"
1089
877
  }
1090
878
  },
1091
- "node_modules/@img/sharp-linuxmusl-arm64": {
1092
- "version": "0.33.5",
1093
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
1094
- "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
879
+ "node_modules/@img/sharp-win32-arm64": {
880
+ "version": "0.34.3",
881
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
882
+ "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
1095
883
  "cpu": [
1096
884
  "arm64"
1097
885
  ],
1098
886
  "optional": true,
1099
- "os": [
1100
- "linux"
1101
- ],
1102
- "engines": {
1103
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1104
- },
1105
- "funding": {
1106
- "url": "https://opencollective.com/libvips"
1107
- },
1108
- "optionalDependencies": {
1109
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
1110
- }
1111
- },
1112
- "node_modules/@img/sharp-linuxmusl-x64": {
1113
- "version": "0.33.5",
1114
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
1115
- "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
1116
- "cpu": [
1117
- "x64"
1118
- ],
1119
- "optional": true,
1120
- "os": [
1121
- "linux"
1122
- ],
1123
- "engines": {
1124
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1125
- },
1126
- "funding": {
1127
- "url": "https://opencollective.com/libvips"
1128
- },
1129
- "optionalDependencies": {
1130
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
1131
- }
1132
- },
1133
- "node_modules/@img/sharp-wasm32": {
1134
- "version": "0.33.5",
1135
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
1136
- "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
1137
- "cpu": [
1138
- "wasm32"
1139
- ],
1140
- "optional": true,
1141
- "dependencies": {
1142
- "@emnapi/runtime": "^1.2.0"
1143
- },
1144
- "engines": {
1145
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1146
- },
1147
- "funding": {
1148
- "url": "https://opencollective.com/libvips"
1149
- }
1150
- },
1151
- "node_modules/@img/sharp-win32-ia32": {
1152
- "version": "0.33.5",
1153
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
1154
- "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
1155
- "cpu": [
1156
- "ia32"
1157
- ],
1158
- "optional": true,
1159
- "os": [
1160
- "win32"
1161
- ],
1162
- "engines": {
1163
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1164
- },
1165
- "funding": {
1166
- "url": "https://opencollective.com/libvips"
1167
- }
1168
- },
1169
- "node_modules/@img/sharp-win32-x64": {
1170
- "version": "0.33.5",
1171
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
1172
- "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
1173
- "cpu": [
1174
- "x64"
1175
- ],
1176
- "optional": true,
1177
887
  "os": [
1178
888
  "win32"
1179
889
  ],
@@ -1346,42 +1056,17 @@
1346
1056
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
1347
1057
  },
1348
1058
  "node_modules/@netlify/blobs": {
1349
- "version": "10.0.6",
1350
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.0.6.tgz",
1351
- "integrity": "sha512-KP3jSg+ipILXSXq0CfKlMzNNZtJpvkSuDF2A4F0s6w8nSyl+0UrOid9VaFdyrVvSiwBZOEE6eF6qvNqfQKYKnA==",
1059
+ "version": "10.0.7",
1060
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.0.7.tgz",
1061
+ "integrity": "sha512-kvkq04TLRNkEwBOwoLwnfw9Bud8KF5HjHNgCuQVNkkHL9f1S/MZDdiKgpbs/fKo6fSNctxOzHUVCN3jFEvmVZg==",
1352
1062
  "dependencies": {
1353
- "@netlify/dev-utils": "4.0.0",
1063
+ "@netlify/dev-utils": "4.1.0",
1354
1064
  "@netlify/runtime-utils": "2.1.0"
1355
1065
  },
1356
1066
  "engines": {
1357
1067
  "node": "^14.16.0 || >=16.0.0"
1358
1068
  }
1359
1069
  },
1360
- "node_modules/@netlify/blobs/node_modules/@netlify/dev-utils": {
1361
- "version": "4.0.0",
1362
- "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.0.0.tgz",
1363
- "integrity": "sha512-WJlP9/2eo3Ij7rNLWrZun8djeoT04DC6Np0xWrzSUAytGgdgCUDAXXK5x0g8GKwSXD7cPT1oMTUvgflBHoECzw==",
1364
- "dependencies": {
1365
- "@whatwg-node/server": "^0.10.0",
1366
- "ansis": "^4.1.0",
1367
- "chokidar": "^4.0.1",
1368
- "decache": "^4.6.2",
1369
- "dot-prop": "9.0.0",
1370
- "env-paths": "^3.0.0",
1371
- "find-up": "7.0.0",
1372
- "image-size": "^2.0.2",
1373
- "js-image-generator": "^1.0.4",
1374
- "lodash.debounce": "^4.0.8",
1375
- "parse-gitignore": "^2.0.0",
1376
- "semver": "^7.7.2",
1377
- "tmp-promise": "^3.0.3",
1378
- "uuid": "^11.1.0",
1379
- "write-file-atomic": "^5.0.1"
1380
- },
1381
- "engines": {
1382
- "node": "^18.14.0 || >=20"
1383
- }
1384
- },
1385
1070
  "node_modules/@netlify/build": {
1386
1071
  "version": "34.3.0",
1387
1072
  "resolved": "https://registry.npmjs.org/@netlify/build/-/build-34.3.0.tgz",
@@ -1929,9 +1614,9 @@
1929
1614
  }
1930
1615
  },
1931
1616
  "node_modules/@netlify/dev-utils": {
1932
- "version": "3.3.0",
1933
- "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-3.3.0.tgz",
1934
- "integrity": "sha512-bW8akt30XHUY3Yh4x7pB/Yis5yCafQxbfAGAAZgHlOYfG1WqlazFsTd9OvW5d8C3g3Y2H/JA2Oy03pTBFPtSkg==",
1617
+ "version": "4.1.0",
1618
+ "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.1.0.tgz",
1619
+ "integrity": "sha512-ftDT7G2IKCwcjULat/I5fbWwqgXhcJ1Vw7Xmda23qNLYhL9YxHn1FvIe10oHZuR/0ZHIUULuvOmswLdeoC6hqQ==",
1935
1620
  "dependencies": {
1936
1621
  "@whatwg-node/server": "^0.10.0",
1937
1622
  "ansis": "^4.1.0",
@@ -2141,12 +1826,12 @@
2141
1826
  }
2142
1827
  },
2143
1828
  "node_modules/@netlify/edge-functions": {
2144
- "version": "2.15.7",
2145
- "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.7.tgz",
2146
- "integrity": "sha512-VVKxtocaRYBcs/+7ugvtAyTb0V5/qcBrQjWWxEPcotJC2xYat8b63M/+VTayDhbEqmKmGXj6FwSWG96xtODrbQ==",
1829
+ "version": "2.16.2",
1830
+ "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.16.2.tgz",
1831
+ "integrity": "sha512-vpNT/VrfvymLx9MH46cuvTfPfEVZtpkwdM5atApzWLUrbyA0pgooAx2H0jupJk+u8yTfEYZCMvtsENEZO82agw==",
2147
1832
  "dependencies": {
2148
- "@netlify/dev-utils": "3.3.0",
2149
- "@netlify/edge-bundler": "^14.0.6",
1833
+ "@netlify/dev-utils": "4.1.0",
1834
+ "@netlify/edge-bundler": "^14.2.2",
2150
1835
  "@netlify/edge-functions-bootstrap": "^2.14.0",
2151
1836
  "@netlify/runtime-utils": "2.1.0",
2152
1837
  "@netlify/types": "2.0.2",
@@ -3891,14 +3576,6 @@
3891
3576
  "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
3892
3577
  "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
3893
3578
  },
3894
- "node_modules/@trysound/sax": {
3895
- "version": "0.2.0",
3896
- "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
3897
- "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
3898
- "engines": {
3899
- "node": ">=10.13.0"
3900
- }
3901
- },
3902
3579
  "node_modules/@tsconfig/node10": {
3903
3580
  "version": "1.0.11",
3904
3581
  "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
@@ -3992,9 +3669,9 @@
3992
3669
  "peer": true
3993
3670
  },
3994
3671
  "node_modules/@types/node": {
3995
- "version": "18.19.119",
3996
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz",
3997
- "integrity": "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==",
3672
+ "version": "18.19.120",
3673
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.120.tgz",
3674
+ "integrity": "sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==",
3998
3675
  "dependencies": {
3999
3676
  "undici-types": "~5.26.4"
4000
3677
  }
@@ -6195,11 +5872,11 @@
6195
5872
  }
6196
5873
  },
6197
5874
  "node_modules/css-tree": {
6198
- "version": "2.3.1",
6199
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
6200
- "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
5875
+ "version": "3.1.0",
5876
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
5877
+ "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
6201
5878
  "dependencies": {
6202
- "mdn-data": "2.0.30",
5879
+ "mdn-data": "2.12.2",
6203
5880
  "source-map-js": "^1.0.1"
6204
5881
  },
6205
5882
  "engines": {
@@ -6594,9 +6271,9 @@
6594
6271
  }
6595
6272
  },
6596
6273
  "node_modules/domutils": {
6597
- "version": "3.1.0",
6598
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
6599
- "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
6274
+ "version": "3.2.2",
6275
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
6276
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
6600
6277
  "dependencies": {
6601
6278
  "dom-serializer": "^2.0.0",
6602
6279
  "domelementtype": "^2.3.0",
@@ -8679,25 +8356,25 @@
8679
8356
  }
8680
8357
  },
8681
8358
  "node_modules/ipx": {
8682
- "version": "3.0.3",
8683
- "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.0.3.tgz",
8684
- "integrity": "sha512-c8ZWrM9Rzf8C/W1WoBb9KJ73C76+s3xyBL4iS5WdlPVIObE14tKKW79JIWbMkzhPZw71ZL/mLRMSvQOOhwbj0Q==",
8359
+ "version": "3.1.1",
8360
+ "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
8361
+ "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
8685
8362
  "dependencies": {
8686
8363
  "@fastify/accept-negotiator": "^2.0.1",
8687
8364
  "citty": "^0.1.6",
8688
8365
  "consola": "^3.4.2",
8689
8366
  "defu": "^6.1.4",
8690
- "destr": "^2.0.3",
8367
+ "destr": "^2.0.5",
8691
8368
  "etag": "^1.8.1",
8692
- "h3": "^1.15.1",
8369
+ "h3": "^1.15.3",
8693
8370
  "image-meta": "^0.2.1",
8694
8371
  "listhen": "^1.9.0",
8695
8372
  "ofetch": "^1.4.1",
8696
8373
  "pathe": "^2.0.3",
8697
- "sharp": "^0.33.5",
8698
- "svgo": "^3.3.2",
8699
- "ufo": "^1.5.4",
8700
- "unstorage": "^1.15.0",
8374
+ "sharp": "^0.34.3",
8375
+ "svgo": "^4.0.0",
8376
+ "ufo": "^1.6.1",
8377
+ "unstorage": "^1.16.1",
8701
8378
  "xss": "^1.0.15"
8702
8379
  },
8703
8380
  "bin": {
@@ -8719,178 +8396,11 @@
8719
8396
  }
8720
8397
  ]
8721
8398
  },
8722
- "node_modules/ipx/node_modules/@netlify/blobs": {
8723
- "version": "8.2.0",
8724
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.2.0.tgz",
8725
- "integrity": "sha512-9djLZHBKsoKk8XCgwWSEPK9QnT8qqxEQGuYh48gFIcNLvpBKkLnHbDZuyUxmNemCfDz7h0HnMXgSPnnUVgARhg==",
8726
- "optional": true,
8727
- "peer": true,
8728
- "engines": {
8729
- "node": "^14.16.0 || >=16.0.0"
8730
- }
8731
- },
8732
- "node_modules/ipx/node_modules/color": {
8733
- "version": "4.2.3",
8734
- "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
8735
- "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
8736
- "dependencies": {
8737
- "color-convert": "^2.0.1",
8738
- "color-string": "^1.9.0"
8739
- },
8740
- "engines": {
8741
- "node": ">=12.5.0"
8742
- }
8743
- },
8744
- "node_modules/ipx/node_modules/color-convert": {
8745
- "version": "2.0.1",
8746
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
8747
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
8748
- "dependencies": {
8749
- "color-name": "~1.1.4"
8750
- },
8751
- "engines": {
8752
- "node": ">=7.0.0"
8753
- }
8754
- },
8755
- "node_modules/ipx/node_modules/color-name": {
8756
- "version": "1.1.4",
8757
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
8758
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
8759
- },
8760
8399
  "node_modules/ipx/node_modules/pathe": {
8761
8400
  "version": "2.0.3",
8762
8401
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
8763
8402
  "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="
8764
8403
  },
8765
- "node_modules/ipx/node_modules/sharp": {
8766
- "version": "0.33.5",
8767
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
8768
- "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
8769
- "hasInstallScript": true,
8770
- "dependencies": {
8771
- "color": "^4.2.3",
8772
- "detect-libc": "^2.0.3",
8773
- "semver": "^7.6.3"
8774
- },
8775
- "engines": {
8776
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
8777
- },
8778
- "funding": {
8779
- "url": "https://opencollective.com/libvips"
8780
- },
8781
- "optionalDependencies": {
8782
- "@img/sharp-darwin-arm64": "0.33.5",
8783
- "@img/sharp-darwin-x64": "0.33.5",
8784
- "@img/sharp-libvips-darwin-arm64": "1.0.4",
8785
- "@img/sharp-libvips-darwin-x64": "1.0.4",
8786
- "@img/sharp-libvips-linux-arm": "1.0.5",
8787
- "@img/sharp-libvips-linux-arm64": "1.0.4",
8788
- "@img/sharp-libvips-linux-s390x": "1.0.4",
8789
- "@img/sharp-libvips-linux-x64": "1.0.4",
8790
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
8791
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
8792
- "@img/sharp-linux-arm": "0.33.5",
8793
- "@img/sharp-linux-arm64": "0.33.5",
8794
- "@img/sharp-linux-s390x": "0.33.5",
8795
- "@img/sharp-linux-x64": "0.33.5",
8796
- "@img/sharp-linuxmusl-arm64": "0.33.5",
8797
- "@img/sharp-linuxmusl-x64": "0.33.5",
8798
- "@img/sharp-wasm32": "0.33.5",
8799
- "@img/sharp-win32-ia32": "0.33.5",
8800
- "@img/sharp-win32-x64": "0.33.5"
8801
- }
8802
- },
8803
- "node_modules/ipx/node_modules/unstorage": {
8804
- "version": "1.16.0",
8805
- "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.0.tgz",
8806
- "integrity": "sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==",
8807
- "dependencies": {
8808
- "anymatch": "^3.1.3",
8809
- "chokidar": "^4.0.3",
8810
- "destr": "^2.0.5",
8811
- "h3": "^1.15.2",
8812
- "lru-cache": "^10.4.3",
8813
- "node-fetch-native": "^1.6.6",
8814
- "ofetch": "^1.4.1",
8815
- "ufo": "^1.6.1"
8816
- },
8817
- "peerDependencies": {
8818
- "@azure/app-configuration": "^1.8.0",
8819
- "@azure/cosmos": "^4.2.0",
8820
- "@azure/data-tables": "^13.3.0",
8821
- "@azure/identity": "^4.6.0",
8822
- "@azure/keyvault-secrets": "^4.9.0",
8823
- "@azure/storage-blob": "^12.26.0",
8824
- "@capacitor/preferences": "^6.0.3 || ^7.0.0",
8825
- "@deno/kv": ">=0.9.0",
8826
- "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0",
8827
- "@planetscale/database": "^1.19.0",
8828
- "@upstash/redis": "^1.34.3",
8829
- "@vercel/blob": ">=0.27.1",
8830
- "@vercel/kv": "^1.0.1",
8831
- "aws4fetch": "^1.0.20",
8832
- "db0": ">=0.2.1",
8833
- "idb-keyval": "^6.2.1",
8834
- "ioredis": "^5.4.2",
8835
- "uploadthing": "^7.4.4"
8836
- },
8837
- "peerDependenciesMeta": {
8838
- "@azure/app-configuration": {
8839
- "optional": true
8840
- },
8841
- "@azure/cosmos": {
8842
- "optional": true
8843
- },
8844
- "@azure/data-tables": {
8845
- "optional": true
8846
- },
8847
- "@azure/identity": {
8848
- "optional": true
8849
- },
8850
- "@azure/keyvault-secrets": {
8851
- "optional": true
8852
- },
8853
- "@azure/storage-blob": {
8854
- "optional": true
8855
- },
8856
- "@capacitor/preferences": {
8857
- "optional": true
8858
- },
8859
- "@deno/kv": {
8860
- "optional": true
8861
- },
8862
- "@netlify/blobs": {
8863
- "optional": true
8864
- },
8865
- "@planetscale/database": {
8866
- "optional": true
8867
- },
8868
- "@upstash/redis": {
8869
- "optional": true
8870
- },
8871
- "@vercel/blob": {
8872
- "optional": true
8873
- },
8874
- "@vercel/kv": {
8875
- "optional": true
8876
- },
8877
- "aws4fetch": {
8878
- "optional": true
8879
- },
8880
- "db0": {
8881
- "optional": true
8882
- },
8883
- "idb-keyval": {
8884
- "optional": true
8885
- },
8886
- "ioredis": {
8887
- "optional": true
8888
- },
8889
- "uploadthing": {
8890
- "optional": true
8891
- }
8892
- }
8893
- },
8894
8404
  "node_modules/iron-webcrypto": {
8895
8405
  "version": "1.2.1",
8896
8406
  "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
@@ -9827,9 +9337,9 @@
9827
9337
  }
9828
9338
  },
9829
9339
  "node_modules/mdn-data": {
9830
- "version": "2.0.30",
9831
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
9832
- "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
9340
+ "version": "2.12.2",
9341
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
9342
+ "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="
9833
9343
  },
9834
9344
  "node_modules/media-typer": {
9835
9345
  "version": "0.3.0",
@@ -10395,9 +9905,10 @@
10395
9905
  }
10396
9906
  },
10397
9907
  "node_modules/on-headers": {
10398
- "version": "1.0.2",
10399
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
10400
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
9908
+ "version": "1.1.0",
9909
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
9910
+ "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
9911
+ "license": "MIT",
10401
9912
  "engines": {
10402
9913
  "node": ">= 0.8"
10403
9914
  }
@@ -11677,6 +11188,11 @@
11677
11188
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
11678
11189
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
11679
11190
  },
11191
+ "node_modules/sax": {
11192
+ "version": "1.4.1",
11193
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
11194
+ "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
11195
+ },
11680
11196
  "node_modules/secure-json-parse": {
11681
11197
  "version": "2.7.0",
11682
11198
  "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
@@ -11812,6 +11328,417 @@
11812
11328
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
11813
11329
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
11814
11330
  },
11331
+ "node_modules/sharp": {
11332
+ "version": "0.34.3",
11333
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz",
11334
+ "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
11335
+ "hasInstallScript": true,
11336
+ "dependencies": {
11337
+ "color": "^4.2.3",
11338
+ "detect-libc": "^2.0.4",
11339
+ "semver": "^7.7.2"
11340
+ },
11341
+ "engines": {
11342
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11343
+ },
11344
+ "funding": {
11345
+ "url": "https://opencollective.com/libvips"
11346
+ },
11347
+ "optionalDependencies": {
11348
+ "@img/sharp-darwin-arm64": "0.34.3",
11349
+ "@img/sharp-darwin-x64": "0.34.3",
11350
+ "@img/sharp-libvips-darwin-arm64": "1.2.0",
11351
+ "@img/sharp-libvips-darwin-x64": "1.2.0",
11352
+ "@img/sharp-libvips-linux-arm": "1.2.0",
11353
+ "@img/sharp-libvips-linux-arm64": "1.2.0",
11354
+ "@img/sharp-libvips-linux-ppc64": "1.2.0",
11355
+ "@img/sharp-libvips-linux-s390x": "1.2.0",
11356
+ "@img/sharp-libvips-linux-x64": "1.2.0",
11357
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
11358
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.0",
11359
+ "@img/sharp-linux-arm": "0.34.3",
11360
+ "@img/sharp-linux-arm64": "0.34.3",
11361
+ "@img/sharp-linux-ppc64": "0.34.3",
11362
+ "@img/sharp-linux-s390x": "0.34.3",
11363
+ "@img/sharp-linux-x64": "0.34.3",
11364
+ "@img/sharp-linuxmusl-arm64": "0.34.3",
11365
+ "@img/sharp-linuxmusl-x64": "0.34.3",
11366
+ "@img/sharp-wasm32": "0.34.3",
11367
+ "@img/sharp-win32-arm64": "0.34.3",
11368
+ "@img/sharp-win32-ia32": "0.34.3",
11369
+ "@img/sharp-win32-x64": "0.34.3"
11370
+ }
11371
+ },
11372
+ "node_modules/sharp/node_modules/@img/sharp-darwin-arm64": {
11373
+ "version": "0.34.3",
11374
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
11375
+ "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
11376
+ "cpu": [
11377
+ "arm64"
11378
+ ],
11379
+ "optional": true,
11380
+ "os": [
11381
+ "darwin"
11382
+ ],
11383
+ "engines": {
11384
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11385
+ },
11386
+ "funding": {
11387
+ "url": "https://opencollective.com/libvips"
11388
+ },
11389
+ "optionalDependencies": {
11390
+ "@img/sharp-libvips-darwin-arm64": "1.2.0"
11391
+ }
11392
+ },
11393
+ "node_modules/sharp/node_modules/@img/sharp-darwin-x64": {
11394
+ "version": "0.34.3",
11395
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
11396
+ "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
11397
+ "cpu": [
11398
+ "x64"
11399
+ ],
11400
+ "optional": true,
11401
+ "os": [
11402
+ "darwin"
11403
+ ],
11404
+ "engines": {
11405
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11406
+ },
11407
+ "funding": {
11408
+ "url": "https://opencollective.com/libvips"
11409
+ },
11410
+ "optionalDependencies": {
11411
+ "@img/sharp-libvips-darwin-x64": "1.2.0"
11412
+ }
11413
+ },
11414
+ "node_modules/sharp/node_modules/@img/sharp-libvips-darwin-arm64": {
11415
+ "version": "1.2.0",
11416
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
11417
+ "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
11418
+ "cpu": [
11419
+ "arm64"
11420
+ ],
11421
+ "optional": true,
11422
+ "os": [
11423
+ "darwin"
11424
+ ],
11425
+ "funding": {
11426
+ "url": "https://opencollective.com/libvips"
11427
+ }
11428
+ },
11429
+ "node_modules/sharp/node_modules/@img/sharp-libvips-darwin-x64": {
11430
+ "version": "1.2.0",
11431
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
11432
+ "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
11433
+ "cpu": [
11434
+ "x64"
11435
+ ],
11436
+ "optional": true,
11437
+ "os": [
11438
+ "darwin"
11439
+ ],
11440
+ "funding": {
11441
+ "url": "https://opencollective.com/libvips"
11442
+ }
11443
+ },
11444
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linux-arm": {
11445
+ "version": "1.2.0",
11446
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
11447
+ "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
11448
+ "cpu": [
11449
+ "arm"
11450
+ ],
11451
+ "optional": true,
11452
+ "os": [
11453
+ "linux"
11454
+ ],
11455
+ "funding": {
11456
+ "url": "https://opencollective.com/libvips"
11457
+ }
11458
+ },
11459
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linux-arm64": {
11460
+ "version": "1.2.0",
11461
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
11462
+ "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
11463
+ "cpu": [
11464
+ "arm64"
11465
+ ],
11466
+ "optional": true,
11467
+ "os": [
11468
+ "linux"
11469
+ ],
11470
+ "funding": {
11471
+ "url": "https://opencollective.com/libvips"
11472
+ }
11473
+ },
11474
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linux-s390x": {
11475
+ "version": "1.2.0",
11476
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
11477
+ "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
11478
+ "cpu": [
11479
+ "s390x"
11480
+ ],
11481
+ "optional": true,
11482
+ "os": [
11483
+ "linux"
11484
+ ],
11485
+ "funding": {
11486
+ "url": "https://opencollective.com/libvips"
11487
+ }
11488
+ },
11489
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linux-x64": {
11490
+ "version": "1.2.0",
11491
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
11492
+ "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
11493
+ "cpu": [
11494
+ "x64"
11495
+ ],
11496
+ "optional": true,
11497
+ "os": [
11498
+ "linux"
11499
+ ],
11500
+ "funding": {
11501
+ "url": "https://opencollective.com/libvips"
11502
+ }
11503
+ },
11504
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
11505
+ "version": "1.2.0",
11506
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz",
11507
+ "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==",
11508
+ "cpu": [
11509
+ "arm64"
11510
+ ],
11511
+ "optional": true,
11512
+ "os": [
11513
+ "linux"
11514
+ ],
11515
+ "funding": {
11516
+ "url": "https://opencollective.com/libvips"
11517
+ }
11518
+ },
11519
+ "node_modules/sharp/node_modules/@img/sharp-libvips-linuxmusl-x64": {
11520
+ "version": "1.2.0",
11521
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz",
11522
+ "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==",
11523
+ "cpu": [
11524
+ "x64"
11525
+ ],
11526
+ "optional": true,
11527
+ "os": [
11528
+ "linux"
11529
+ ],
11530
+ "funding": {
11531
+ "url": "https://opencollective.com/libvips"
11532
+ }
11533
+ },
11534
+ "node_modules/sharp/node_modules/@img/sharp-linux-arm": {
11535
+ "version": "0.34.3",
11536
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz",
11537
+ "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==",
11538
+ "cpu": [
11539
+ "arm"
11540
+ ],
11541
+ "optional": true,
11542
+ "os": [
11543
+ "linux"
11544
+ ],
11545
+ "engines": {
11546
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11547
+ },
11548
+ "funding": {
11549
+ "url": "https://opencollective.com/libvips"
11550
+ },
11551
+ "optionalDependencies": {
11552
+ "@img/sharp-libvips-linux-arm": "1.2.0"
11553
+ }
11554
+ },
11555
+ "node_modules/sharp/node_modules/@img/sharp-linux-arm64": {
11556
+ "version": "0.34.3",
11557
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz",
11558
+ "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==",
11559
+ "cpu": [
11560
+ "arm64"
11561
+ ],
11562
+ "optional": true,
11563
+ "os": [
11564
+ "linux"
11565
+ ],
11566
+ "engines": {
11567
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11568
+ },
11569
+ "funding": {
11570
+ "url": "https://opencollective.com/libvips"
11571
+ },
11572
+ "optionalDependencies": {
11573
+ "@img/sharp-libvips-linux-arm64": "1.2.0"
11574
+ }
11575
+ },
11576
+ "node_modules/sharp/node_modules/@img/sharp-linux-s390x": {
11577
+ "version": "0.34.3",
11578
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz",
11579
+ "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==",
11580
+ "cpu": [
11581
+ "s390x"
11582
+ ],
11583
+ "optional": true,
11584
+ "os": [
11585
+ "linux"
11586
+ ],
11587
+ "engines": {
11588
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11589
+ },
11590
+ "funding": {
11591
+ "url": "https://opencollective.com/libvips"
11592
+ },
11593
+ "optionalDependencies": {
11594
+ "@img/sharp-libvips-linux-s390x": "1.2.0"
11595
+ }
11596
+ },
11597
+ "node_modules/sharp/node_modules/@img/sharp-linux-x64": {
11598
+ "version": "0.34.3",
11599
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
11600
+ "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
11601
+ "cpu": [
11602
+ "x64"
11603
+ ],
11604
+ "optional": true,
11605
+ "os": [
11606
+ "linux"
11607
+ ],
11608
+ "engines": {
11609
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11610
+ },
11611
+ "funding": {
11612
+ "url": "https://opencollective.com/libvips"
11613
+ },
11614
+ "optionalDependencies": {
11615
+ "@img/sharp-libvips-linux-x64": "1.2.0"
11616
+ }
11617
+ },
11618
+ "node_modules/sharp/node_modules/@img/sharp-linuxmusl-arm64": {
11619
+ "version": "0.34.3",
11620
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
11621
+ "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
11622
+ "cpu": [
11623
+ "arm64"
11624
+ ],
11625
+ "optional": true,
11626
+ "os": [
11627
+ "linux"
11628
+ ],
11629
+ "engines": {
11630
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11631
+ },
11632
+ "funding": {
11633
+ "url": "https://opencollective.com/libvips"
11634
+ },
11635
+ "optionalDependencies": {
11636
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
11637
+ }
11638
+ },
11639
+ "node_modules/sharp/node_modules/@img/sharp-linuxmusl-x64": {
11640
+ "version": "0.34.3",
11641
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz",
11642
+ "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==",
11643
+ "cpu": [
11644
+ "x64"
11645
+ ],
11646
+ "optional": true,
11647
+ "os": [
11648
+ "linux"
11649
+ ],
11650
+ "engines": {
11651
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11652
+ },
11653
+ "funding": {
11654
+ "url": "https://opencollective.com/libvips"
11655
+ },
11656
+ "optionalDependencies": {
11657
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.0"
11658
+ }
11659
+ },
11660
+ "node_modules/sharp/node_modules/@img/sharp-wasm32": {
11661
+ "version": "0.34.3",
11662
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
11663
+ "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
11664
+ "cpu": [
11665
+ "wasm32"
11666
+ ],
11667
+ "optional": true,
11668
+ "dependencies": {
11669
+ "@emnapi/runtime": "^1.4.4"
11670
+ },
11671
+ "engines": {
11672
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11673
+ },
11674
+ "funding": {
11675
+ "url": "https://opencollective.com/libvips"
11676
+ }
11677
+ },
11678
+ "node_modules/sharp/node_modules/@img/sharp-win32-ia32": {
11679
+ "version": "0.34.3",
11680
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
11681
+ "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
11682
+ "cpu": [
11683
+ "ia32"
11684
+ ],
11685
+ "optional": true,
11686
+ "os": [
11687
+ "win32"
11688
+ ],
11689
+ "engines": {
11690
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11691
+ },
11692
+ "funding": {
11693
+ "url": "https://opencollective.com/libvips"
11694
+ }
11695
+ },
11696
+ "node_modules/sharp/node_modules/@img/sharp-win32-x64": {
11697
+ "version": "0.34.3",
11698
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
11699
+ "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
11700
+ "cpu": [
11701
+ "x64"
11702
+ ],
11703
+ "optional": true,
11704
+ "os": [
11705
+ "win32"
11706
+ ],
11707
+ "engines": {
11708
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
11709
+ },
11710
+ "funding": {
11711
+ "url": "https://opencollective.com/libvips"
11712
+ }
11713
+ },
11714
+ "node_modules/sharp/node_modules/color": {
11715
+ "version": "4.2.3",
11716
+ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
11717
+ "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
11718
+ "dependencies": {
11719
+ "color-convert": "^2.0.1",
11720
+ "color-string": "^1.9.0"
11721
+ },
11722
+ "engines": {
11723
+ "node": ">=12.5.0"
11724
+ }
11725
+ },
11726
+ "node_modules/sharp/node_modules/color-convert": {
11727
+ "version": "2.0.1",
11728
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
11729
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
11730
+ "dependencies": {
11731
+ "color-name": "~1.1.4"
11732
+ },
11733
+ "engines": {
11734
+ "node": ">=7.0.0"
11735
+ }
11736
+ },
11737
+ "node_modules/sharp/node_modules/color-name": {
11738
+ "version": "1.1.4",
11739
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
11740
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
11741
+ },
11815
11742
  "node_modules/shebang-command": {
11816
11743
  "version": "2.0.0",
11817
11744
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -12263,23 +12190,23 @@
12263
12190
  }
12264
12191
  },
12265
12192
  "node_modules/svgo": {
12266
- "version": "3.3.2",
12267
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
12268
- "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
12193
+ "version": "4.0.0",
12194
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
12195
+ "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
12269
12196
  "dependencies": {
12270
- "@trysound/sax": "0.2.0",
12271
- "commander": "^7.2.0",
12197
+ "commander": "^11.1.0",
12272
12198
  "css-select": "^5.1.0",
12273
- "css-tree": "^2.3.1",
12199
+ "css-tree": "^3.0.1",
12274
12200
  "css-what": "^6.1.0",
12275
12201
  "csso": "^5.0.5",
12276
- "picocolors": "^1.0.0"
12202
+ "picocolors": "^1.1.1",
12203
+ "sax": "^1.4.1"
12277
12204
  },
12278
12205
  "bin": {
12279
- "svgo": "bin/svgo"
12206
+ "svgo": "bin/svgo.js"
12280
12207
  },
12281
12208
  "engines": {
12282
- "node": ">=14.0.0"
12209
+ "node": ">=16"
12283
12210
  },
12284
12211
  "funding": {
12285
12212
  "type": "opencollective",
@@ -12287,11 +12214,11 @@
12287
12214
  }
12288
12215
  },
12289
12216
  "node_modules/svgo/node_modules/commander": {
12290
- "version": "7.2.0",
12291
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
12292
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
12217
+ "version": "11.1.0",
12218
+ "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
12219
+ "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
12293
12220
  "engines": {
12294
- "node": ">= 10"
12221
+ "node": ">=16"
12295
12222
  }
12296
12223
  },
12297
12224
  "node_modules/system-architecture": {
@@ -12691,6 +12618,97 @@
12691
12618
  "node": ">= 0.8"
12692
12619
  }
12693
12620
  },
12621
+ "node_modules/unstorage": {
12622
+ "version": "1.16.1",
12623
+ "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.1.tgz",
12624
+ "integrity": "sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ==",
12625
+ "dependencies": {
12626
+ "anymatch": "^3.1.3",
12627
+ "chokidar": "^4.0.3",
12628
+ "destr": "^2.0.5",
12629
+ "h3": "^1.15.3",
12630
+ "lru-cache": "^10.4.3",
12631
+ "node-fetch-native": "^1.6.6",
12632
+ "ofetch": "^1.4.1",
12633
+ "ufo": "^1.6.1"
12634
+ },
12635
+ "peerDependencies": {
12636
+ "@azure/app-configuration": "^1.8.0",
12637
+ "@azure/cosmos": "^4.2.0",
12638
+ "@azure/data-tables": "^13.3.0",
12639
+ "@azure/identity": "^4.6.0",
12640
+ "@azure/keyvault-secrets": "^4.9.0",
12641
+ "@azure/storage-blob": "^12.26.0",
12642
+ "@capacitor/preferences": "^6.0.3 || ^7.0.0",
12643
+ "@deno/kv": ">=0.9.0",
12644
+ "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
12645
+ "@planetscale/database": "^1.19.0",
12646
+ "@upstash/redis": "^1.34.3",
12647
+ "@vercel/blob": ">=0.27.1",
12648
+ "@vercel/kv": "^1.0.1",
12649
+ "aws4fetch": "^1.0.20",
12650
+ "db0": ">=0.2.1",
12651
+ "idb-keyval": "^6.2.1",
12652
+ "ioredis": "^5.4.2",
12653
+ "uploadthing": "^7.4.4"
12654
+ },
12655
+ "peerDependenciesMeta": {
12656
+ "@azure/app-configuration": {
12657
+ "optional": true
12658
+ },
12659
+ "@azure/cosmos": {
12660
+ "optional": true
12661
+ },
12662
+ "@azure/data-tables": {
12663
+ "optional": true
12664
+ },
12665
+ "@azure/identity": {
12666
+ "optional": true
12667
+ },
12668
+ "@azure/keyvault-secrets": {
12669
+ "optional": true
12670
+ },
12671
+ "@azure/storage-blob": {
12672
+ "optional": true
12673
+ },
12674
+ "@capacitor/preferences": {
12675
+ "optional": true
12676
+ },
12677
+ "@deno/kv": {
12678
+ "optional": true
12679
+ },
12680
+ "@netlify/blobs": {
12681
+ "optional": true
12682
+ },
12683
+ "@planetscale/database": {
12684
+ "optional": true
12685
+ },
12686
+ "@upstash/redis": {
12687
+ "optional": true
12688
+ },
12689
+ "@vercel/blob": {
12690
+ "optional": true
12691
+ },
12692
+ "@vercel/kv": {
12693
+ "optional": true
12694
+ },
12695
+ "aws4fetch": {
12696
+ "optional": true
12697
+ },
12698
+ "db0": {
12699
+ "optional": true
12700
+ },
12701
+ "idb-keyval": {
12702
+ "optional": true
12703
+ },
12704
+ "ioredis": {
12705
+ "optional": true
12706
+ },
12707
+ "uploadthing": {
12708
+ "optional": true
12709
+ }
12710
+ }
12711
+ },
12694
12712
  "node_modules/untildify": {
12695
12713
  "version": "4.0.0",
12696
12714
  "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
@@ -13570,11 +13588,11 @@
13570
13588
  "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
13571
13589
  },
13572
13590
  "@babel/parser": {
13573
- "version": "7.27.5",
13574
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
13575
- "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
13591
+ "version": "7.28.0",
13592
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
13593
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
13576
13594
  "requires": {
13577
- "@babel/types": "^7.27.3"
13595
+ "@babel/types": "^7.28.0"
13578
13596
  }
13579
13597
  },
13580
13598
  "@babel/types": {
@@ -13984,145 +14002,25 @@
13984
14002
  "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
13985
14003
  "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
13986
14004
  },
13987
- "@img/sharp-darwin-arm64": {
13988
- "version": "0.33.5",
13989
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
13990
- "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
13991
- "optional": true,
13992
- "requires": {
13993
- "@img/sharp-libvips-darwin-arm64": "1.0.4"
13994
- }
13995
- },
13996
- "@img/sharp-darwin-x64": {
13997
- "version": "0.33.5",
13998
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
13999
- "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
14000
- "optional": true,
14001
- "requires": {
14002
- "@img/sharp-libvips-darwin-x64": "1.0.4"
14003
- }
14004
- },
14005
- "@img/sharp-libvips-darwin-arm64": {
14006
- "version": "1.0.4",
14007
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
14008
- "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
14009
- "optional": true
14010
- },
14011
- "@img/sharp-libvips-darwin-x64": {
14012
- "version": "1.0.4",
14013
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
14014
- "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
14015
- "optional": true
14016
- },
14017
- "@img/sharp-libvips-linux-arm": {
14018
- "version": "1.0.5",
14019
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
14020
- "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
14021
- "optional": true
14022
- },
14023
- "@img/sharp-libvips-linux-arm64": {
14024
- "version": "1.0.4",
14025
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
14026
- "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
14027
- "optional": true
14028
- },
14029
- "@img/sharp-libvips-linux-s390x": {
14030
- "version": "1.0.4",
14031
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
14032
- "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
14033
- "optional": true
14034
- },
14035
- "@img/sharp-libvips-linux-x64": {
14036
- "version": "1.0.4",
14037
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
14038
- "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
14039
- "optional": true
14040
- },
14041
- "@img/sharp-libvips-linuxmusl-arm64": {
14042
- "version": "1.0.4",
14043
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
14044
- "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
14045
- "optional": true
14046
- },
14047
- "@img/sharp-libvips-linuxmusl-x64": {
14048
- "version": "1.0.4",
14049
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
14050
- "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
14005
+ "@img/sharp-libvips-linux-ppc64": {
14006
+ "version": "1.2.0",
14007
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
14008
+ "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
14051
14009
  "optional": true
14052
14010
  },
14053
- "@img/sharp-linux-arm": {
14054
- "version": "0.33.5",
14055
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
14056
- "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
14057
- "optional": true,
14058
- "requires": {
14059
- "@img/sharp-libvips-linux-arm": "1.0.5"
14060
- }
14061
- },
14062
- "@img/sharp-linux-arm64": {
14063
- "version": "0.33.5",
14064
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
14065
- "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
14066
- "optional": true,
14067
- "requires": {
14068
- "@img/sharp-libvips-linux-arm64": "1.0.4"
14069
- }
14070
- },
14071
- "@img/sharp-linux-s390x": {
14072
- "version": "0.33.5",
14073
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
14074
- "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
14075
- "optional": true,
14076
- "requires": {
14077
- "@img/sharp-libvips-linux-s390x": "1.0.4"
14078
- }
14079
- },
14080
- "@img/sharp-linux-x64": {
14081
- "version": "0.33.5",
14082
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
14083
- "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
14084
- "optional": true,
14085
- "requires": {
14086
- "@img/sharp-libvips-linux-x64": "1.0.4"
14087
- }
14088
- },
14089
- "@img/sharp-linuxmusl-arm64": {
14090
- "version": "0.33.5",
14091
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
14092
- "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
14093
- "optional": true,
14094
- "requires": {
14095
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
14096
- }
14097
- },
14098
- "@img/sharp-linuxmusl-x64": {
14099
- "version": "0.33.5",
14100
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
14101
- "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
14102
- "optional": true,
14103
- "requires": {
14104
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
14105
- }
14106
- },
14107
- "@img/sharp-wasm32": {
14108
- "version": "0.33.5",
14109
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
14110
- "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
14011
+ "@img/sharp-linux-ppc64": {
14012
+ "version": "0.34.3",
14013
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz",
14014
+ "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==",
14111
14015
  "optional": true,
14112
14016
  "requires": {
14113
- "@emnapi/runtime": "^1.2.0"
14017
+ "@img/sharp-libvips-linux-ppc64": "1.2.0"
14114
14018
  }
14115
14019
  },
14116
- "@img/sharp-win32-ia32": {
14117
- "version": "0.33.5",
14118
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
14119
- "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
14120
- "optional": true
14121
- },
14122
- "@img/sharp-win32-x64": {
14123
- "version": "0.33.5",
14124
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
14125
- "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
14020
+ "@img/sharp-win32-arm64": {
14021
+ "version": "0.34.3",
14022
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
14023
+ "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
14126
14024
  "optional": true
14127
14025
  },
14128
14026
  "@import-maps/resolve": {
@@ -14245,36 +14143,12 @@
14245
14143
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
14246
14144
  },
14247
14145
  "@netlify/blobs": {
14248
- "version": "10.0.6",
14249
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.0.6.tgz",
14250
- "integrity": "sha512-KP3jSg+ipILXSXq0CfKlMzNNZtJpvkSuDF2A4F0s6w8nSyl+0UrOid9VaFdyrVvSiwBZOEE6eF6qvNqfQKYKnA==",
14146
+ "version": "10.0.7",
14147
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.0.7.tgz",
14148
+ "integrity": "sha512-kvkq04TLRNkEwBOwoLwnfw9Bud8KF5HjHNgCuQVNkkHL9f1S/MZDdiKgpbs/fKo6fSNctxOzHUVCN3jFEvmVZg==",
14251
14149
  "requires": {
14252
- "@netlify/dev-utils": "4.0.0",
14150
+ "@netlify/dev-utils": "4.1.0",
14253
14151
  "@netlify/runtime-utils": "2.1.0"
14254
- },
14255
- "dependencies": {
14256
- "@netlify/dev-utils": {
14257
- "version": "4.0.0",
14258
- "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.0.0.tgz",
14259
- "integrity": "sha512-WJlP9/2eo3Ij7rNLWrZun8djeoT04DC6Np0xWrzSUAytGgdgCUDAXXK5x0g8GKwSXD7cPT1oMTUvgflBHoECzw==",
14260
- "requires": {
14261
- "@whatwg-node/server": "^0.10.0",
14262
- "ansis": "^4.1.0",
14263
- "chokidar": "^4.0.1",
14264
- "decache": "^4.6.2",
14265
- "dot-prop": "9.0.0",
14266
- "env-paths": "^3.0.0",
14267
- "find-up": "7.0.0",
14268
- "image-size": "^2.0.2",
14269
- "js-image-generator": "^1.0.4",
14270
- "lodash.debounce": "^4.0.8",
14271
- "parse-gitignore": "^2.0.0",
14272
- "semver": "^7.7.2",
14273
- "tmp-promise": "^3.0.3",
14274
- "uuid": "^11.1.0",
14275
- "write-file-atomic": "^5.0.1"
14276
- }
14277
- }
14278
14152
  }
14279
14153
  },
14280
14154
  "@netlify/build": {
@@ -14640,9 +14514,9 @@
14640
14514
  }
14641
14515
  },
14642
14516
  "@netlify/dev-utils": {
14643
- "version": "3.3.0",
14644
- "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-3.3.0.tgz",
14645
- "integrity": "sha512-bW8akt30XHUY3Yh4x7pB/Yis5yCafQxbfAGAAZgHlOYfG1WqlazFsTd9OvW5d8C3g3Y2H/JA2Oy03pTBFPtSkg==",
14517
+ "version": "4.1.0",
14518
+ "resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.1.0.tgz",
14519
+ "integrity": "sha512-ftDT7G2IKCwcjULat/I5fbWwqgXhcJ1Vw7Xmda23qNLYhL9YxHn1FvIe10oHZuR/0ZHIUULuvOmswLdeoC6hqQ==",
14646
14520
  "requires": {
14647
14521
  "@whatwg-node/server": "^0.10.0",
14648
14522
  "ansis": "^4.1.0",
@@ -14781,12 +14655,12 @@
14781
14655
  }
14782
14656
  },
14783
14657
  "@netlify/edge-functions": {
14784
- "version": "2.15.7",
14785
- "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.7.tgz",
14786
- "integrity": "sha512-VVKxtocaRYBcs/+7ugvtAyTb0V5/qcBrQjWWxEPcotJC2xYat8b63M/+VTayDhbEqmKmGXj6FwSWG96xtODrbQ==",
14658
+ "version": "2.16.2",
14659
+ "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.16.2.tgz",
14660
+ "integrity": "sha512-vpNT/VrfvymLx9MH46cuvTfPfEVZtpkwdM5atApzWLUrbyA0pgooAx2H0jupJk+u8yTfEYZCMvtsENEZO82agw==",
14787
14661
  "requires": {
14788
- "@netlify/dev-utils": "3.3.0",
14789
- "@netlify/edge-bundler": "^14.0.6",
14662
+ "@netlify/dev-utils": "4.1.0",
14663
+ "@netlify/edge-bundler": "^14.2.2",
14790
14664
  "@netlify/edge-functions-bootstrap": "^2.14.0",
14791
14665
  "@netlify/runtime-utils": "2.1.0",
14792
14666
  "@netlify/types": "2.0.2",
@@ -15765,11 +15639,6 @@
15765
15639
  "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
15766
15640
  "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
15767
15641
  },
15768
- "@trysound/sax": {
15769
- "version": "0.2.0",
15770
- "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
15771
- "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
15772
- },
15773
15642
  "@tsconfig/node10": {
15774
15643
  "version": "1.0.11",
15775
15644
  "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
@@ -15862,9 +15731,9 @@
15862
15731
  "peer": true
15863
15732
  },
15864
15733
  "@types/node": {
15865
- "version": "18.19.119",
15866
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.119.tgz",
15867
- "integrity": "sha512-d0F6m9itIPaKnrvEMlzE48UjwZaAnFW7Jwibacw9MNdqadjKNpUm9tfJYDwmShJmgqcoqYUX3EMKO1+RWiuuNg==",
15734
+ "version": "18.19.120",
15735
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.120.tgz",
15736
+ "integrity": "sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==",
15868
15737
  "requires": {
15869
15738
  "undici-types": "~5.26.4"
15870
15739
  }
@@ -17413,11 +17282,11 @@
17413
17282
  }
17414
17283
  },
17415
17284
  "css-tree": {
17416
- "version": "2.3.1",
17417
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
17418
- "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
17285
+ "version": "3.1.0",
17286
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
17287
+ "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
17419
17288
  "requires": {
17420
- "mdn-data": "2.0.30",
17289
+ "mdn-data": "2.12.2",
17421
17290
  "source-map-js": "^1.0.1"
17422
17291
  }
17423
17292
  },
@@ -17676,9 +17545,9 @@
17676
17545
  }
17677
17546
  },
17678
17547
  "domutils": {
17679
- "version": "3.1.0",
17680
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
17681
- "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
17548
+ "version": "3.2.2",
17549
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
17550
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
17682
17551
  "requires": {
17683
17552
  "dom-serializer": "^2.0.0",
17684
17553
  "domelementtype": "^2.3.0",
@@ -19124,25 +18993,25 @@
19124
18993
  "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
19125
18994
  },
19126
18995
  "ipx": {
19127
- "version": "3.0.3",
19128
- "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.0.3.tgz",
19129
- "integrity": "sha512-c8ZWrM9Rzf8C/W1WoBb9KJ73C76+s3xyBL4iS5WdlPVIObE14tKKW79JIWbMkzhPZw71ZL/mLRMSvQOOhwbj0Q==",
18996
+ "version": "3.1.1",
18997
+ "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
18998
+ "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
19130
18999
  "requires": {
19131
19000
  "@fastify/accept-negotiator": "^2.0.1",
19132
19001
  "citty": "^0.1.6",
19133
19002
  "consola": "^3.4.2",
19134
19003
  "defu": "^6.1.4",
19135
- "destr": "^2.0.3",
19004
+ "destr": "^2.0.5",
19136
19005
  "etag": "^1.8.1",
19137
- "h3": "^1.15.1",
19006
+ "h3": "^1.15.3",
19138
19007
  "image-meta": "^0.2.1",
19139
19008
  "listhen": "^1.9.0",
19140
19009
  "ofetch": "^1.4.1",
19141
19010
  "pathe": "^2.0.3",
19142
- "sharp": "^0.33.5",
19143
- "svgo": "^3.3.2",
19144
- "ufo": "^1.5.4",
19145
- "unstorage": "^1.15.0",
19011
+ "sharp": "^0.34.3",
19012
+ "svgo": "^4.0.0",
19013
+ "ufo": "^1.6.1",
19014
+ "unstorage": "^1.16.1",
19146
19015
  "xss": "^1.0.15"
19147
19016
  },
19148
19017
  "dependencies": {
@@ -19151,83 +19020,10 @@
19151
19020
  "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
19152
19021
  "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ=="
19153
19022
  },
19154
- "@netlify/blobs": {
19155
- "version": "8.2.0",
19156
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.2.0.tgz",
19157
- "integrity": "sha512-9djLZHBKsoKk8XCgwWSEPK9QnT8qqxEQGuYh48gFIcNLvpBKkLnHbDZuyUxmNemCfDz7h0HnMXgSPnnUVgARhg==",
19158
- "optional": true,
19159
- "peer": true
19160
- },
19161
- "color": {
19162
- "version": "4.2.3",
19163
- "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
19164
- "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
19165
- "requires": {
19166
- "color-convert": "^2.0.1",
19167
- "color-string": "^1.9.0"
19168
- }
19169
- },
19170
- "color-convert": {
19171
- "version": "2.0.1",
19172
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19173
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19174
- "requires": {
19175
- "color-name": "~1.1.4"
19176
- }
19177
- },
19178
- "color-name": {
19179
- "version": "1.1.4",
19180
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19181
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19182
- },
19183
19023
  "pathe": {
19184
19024
  "version": "2.0.3",
19185
19025
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
19186
19026
  "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w=="
19187
- },
19188
- "sharp": {
19189
- "version": "0.33.5",
19190
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
19191
- "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
19192
- "requires": {
19193
- "@img/sharp-darwin-arm64": "0.33.5",
19194
- "@img/sharp-darwin-x64": "0.33.5",
19195
- "@img/sharp-libvips-darwin-arm64": "1.0.4",
19196
- "@img/sharp-libvips-darwin-x64": "1.0.4",
19197
- "@img/sharp-libvips-linux-arm": "1.0.5",
19198
- "@img/sharp-libvips-linux-arm64": "1.0.4",
19199
- "@img/sharp-libvips-linux-s390x": "1.0.4",
19200
- "@img/sharp-libvips-linux-x64": "1.0.4",
19201
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
19202
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
19203
- "@img/sharp-linux-arm": "0.33.5",
19204
- "@img/sharp-linux-arm64": "0.33.5",
19205
- "@img/sharp-linux-s390x": "0.33.5",
19206
- "@img/sharp-linux-x64": "0.33.5",
19207
- "@img/sharp-linuxmusl-arm64": "0.33.5",
19208
- "@img/sharp-linuxmusl-x64": "0.33.5",
19209
- "@img/sharp-wasm32": "0.33.5",
19210
- "@img/sharp-win32-ia32": "0.33.5",
19211
- "@img/sharp-win32-x64": "0.33.5",
19212
- "color": "^4.2.3",
19213
- "detect-libc": "^2.0.3",
19214
- "semver": "^7.6.3"
19215
- }
19216
- },
19217
- "unstorage": {
19218
- "version": "1.16.0",
19219
- "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.0.tgz",
19220
- "integrity": "sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==",
19221
- "requires": {
19222
- "anymatch": "^3.1.3",
19223
- "chokidar": "^4.0.3",
19224
- "destr": "^2.0.5",
19225
- "h3": "^1.15.2",
19226
- "lru-cache": "^10.4.3",
19227
- "node-fetch-native": "^1.6.6",
19228
- "ofetch": "^1.4.1",
19229
- "ufo": "^1.6.1"
19230
- }
19231
19027
  }
19232
19028
  }
19233
19029
  },
@@ -19891,9 +19687,9 @@
19891
19687
  }
19892
19688
  },
19893
19689
  "mdn-data": {
19894
- "version": "2.0.30",
19895
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
19896
- "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
19690
+ "version": "2.12.2",
19691
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
19692
+ "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="
19897
19693
  },
19898
19694
  "media-typer": {
19899
19695
  "version": "0.3.0",
@@ -20271,9 +20067,9 @@
20271
20067
  }
20272
20068
  },
20273
20069
  "on-headers": {
20274
- "version": "1.0.2",
20275
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
20276
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
20070
+ "version": "1.1.0",
20071
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
20072
+ "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A=="
20277
20073
  },
20278
20074
  "once": {
20279
20075
  "version": "1.4.0",
@@ -21147,6 +20943,11 @@
21147
20943
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
21148
20944
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
21149
20945
  },
20946
+ "sax": {
20947
+ "version": "1.4.1",
20948
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
20949
+ "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
20950
+ },
21150
20951
  "secure-json-parse": {
21151
20952
  "version": "2.7.0",
21152
20953
  "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
@@ -21260,6 +21061,203 @@
21260
21061
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
21261
21062
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
21262
21063
  },
21064
+ "sharp": {
21065
+ "version": "0.34.3",
21066
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz",
21067
+ "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
21068
+ "requires": {
21069
+ "@img/sharp-darwin-arm64": "0.34.3",
21070
+ "@img/sharp-darwin-x64": "0.34.3",
21071
+ "@img/sharp-libvips-darwin-arm64": "1.2.0",
21072
+ "@img/sharp-libvips-darwin-x64": "1.2.0",
21073
+ "@img/sharp-libvips-linux-arm": "1.2.0",
21074
+ "@img/sharp-libvips-linux-arm64": "1.2.0",
21075
+ "@img/sharp-libvips-linux-ppc64": "1.2.0",
21076
+ "@img/sharp-libvips-linux-s390x": "1.2.0",
21077
+ "@img/sharp-libvips-linux-x64": "1.2.0",
21078
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
21079
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.0",
21080
+ "@img/sharp-linux-arm": "0.34.3",
21081
+ "@img/sharp-linux-arm64": "0.34.3",
21082
+ "@img/sharp-linux-ppc64": "0.34.3",
21083
+ "@img/sharp-linux-s390x": "0.34.3",
21084
+ "@img/sharp-linux-x64": "0.34.3",
21085
+ "@img/sharp-linuxmusl-arm64": "0.34.3",
21086
+ "@img/sharp-linuxmusl-x64": "0.34.3",
21087
+ "@img/sharp-wasm32": "0.34.3",
21088
+ "@img/sharp-win32-arm64": "0.34.3",
21089
+ "@img/sharp-win32-ia32": "0.34.3",
21090
+ "@img/sharp-win32-x64": "0.34.3",
21091
+ "color": "^4.2.3",
21092
+ "detect-libc": "^2.0.4",
21093
+ "semver": "^7.7.2"
21094
+ },
21095
+ "dependencies": {
21096
+ "@img/sharp-darwin-arm64": {
21097
+ "version": "0.34.3",
21098
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
21099
+ "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
21100
+ "optional": true,
21101
+ "requires": {
21102
+ "@img/sharp-libvips-darwin-arm64": "1.2.0"
21103
+ }
21104
+ },
21105
+ "@img/sharp-darwin-x64": {
21106
+ "version": "0.34.3",
21107
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
21108
+ "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
21109
+ "optional": true,
21110
+ "requires": {
21111
+ "@img/sharp-libvips-darwin-x64": "1.2.0"
21112
+ }
21113
+ },
21114
+ "@img/sharp-libvips-darwin-arm64": {
21115
+ "version": "1.2.0",
21116
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
21117
+ "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
21118
+ "optional": true
21119
+ },
21120
+ "@img/sharp-libvips-darwin-x64": {
21121
+ "version": "1.2.0",
21122
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
21123
+ "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
21124
+ "optional": true
21125
+ },
21126
+ "@img/sharp-libvips-linux-arm": {
21127
+ "version": "1.2.0",
21128
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
21129
+ "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
21130
+ "optional": true
21131
+ },
21132
+ "@img/sharp-libvips-linux-arm64": {
21133
+ "version": "1.2.0",
21134
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
21135
+ "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
21136
+ "optional": true
21137
+ },
21138
+ "@img/sharp-libvips-linux-s390x": {
21139
+ "version": "1.2.0",
21140
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
21141
+ "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
21142
+ "optional": true
21143
+ },
21144
+ "@img/sharp-libvips-linux-x64": {
21145
+ "version": "1.2.0",
21146
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
21147
+ "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
21148
+ "optional": true
21149
+ },
21150
+ "@img/sharp-libvips-linuxmusl-arm64": {
21151
+ "version": "1.2.0",
21152
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz",
21153
+ "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==",
21154
+ "optional": true
21155
+ },
21156
+ "@img/sharp-libvips-linuxmusl-x64": {
21157
+ "version": "1.2.0",
21158
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz",
21159
+ "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==",
21160
+ "optional": true
21161
+ },
21162
+ "@img/sharp-linux-arm": {
21163
+ "version": "0.34.3",
21164
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz",
21165
+ "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==",
21166
+ "optional": true,
21167
+ "requires": {
21168
+ "@img/sharp-libvips-linux-arm": "1.2.0"
21169
+ }
21170
+ },
21171
+ "@img/sharp-linux-arm64": {
21172
+ "version": "0.34.3",
21173
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz",
21174
+ "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==",
21175
+ "optional": true,
21176
+ "requires": {
21177
+ "@img/sharp-libvips-linux-arm64": "1.2.0"
21178
+ }
21179
+ },
21180
+ "@img/sharp-linux-s390x": {
21181
+ "version": "0.34.3",
21182
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz",
21183
+ "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==",
21184
+ "optional": true,
21185
+ "requires": {
21186
+ "@img/sharp-libvips-linux-s390x": "1.2.0"
21187
+ }
21188
+ },
21189
+ "@img/sharp-linux-x64": {
21190
+ "version": "0.34.3",
21191
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
21192
+ "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
21193
+ "optional": true,
21194
+ "requires": {
21195
+ "@img/sharp-libvips-linux-x64": "1.2.0"
21196
+ }
21197
+ },
21198
+ "@img/sharp-linuxmusl-arm64": {
21199
+ "version": "0.34.3",
21200
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
21201
+ "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
21202
+ "optional": true,
21203
+ "requires": {
21204
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
21205
+ }
21206
+ },
21207
+ "@img/sharp-linuxmusl-x64": {
21208
+ "version": "0.34.3",
21209
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz",
21210
+ "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==",
21211
+ "optional": true,
21212
+ "requires": {
21213
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.0"
21214
+ }
21215
+ },
21216
+ "@img/sharp-wasm32": {
21217
+ "version": "0.34.3",
21218
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
21219
+ "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
21220
+ "optional": true,
21221
+ "requires": {
21222
+ "@emnapi/runtime": "^1.4.4"
21223
+ }
21224
+ },
21225
+ "@img/sharp-win32-ia32": {
21226
+ "version": "0.34.3",
21227
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
21228
+ "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
21229
+ "optional": true
21230
+ },
21231
+ "@img/sharp-win32-x64": {
21232
+ "version": "0.34.3",
21233
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
21234
+ "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
21235
+ "optional": true
21236
+ },
21237
+ "color": {
21238
+ "version": "4.2.3",
21239
+ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
21240
+ "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
21241
+ "requires": {
21242
+ "color-convert": "^2.0.1",
21243
+ "color-string": "^1.9.0"
21244
+ }
21245
+ },
21246
+ "color-convert": {
21247
+ "version": "2.0.1",
21248
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
21249
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
21250
+ "requires": {
21251
+ "color-name": "~1.1.4"
21252
+ }
21253
+ },
21254
+ "color-name": {
21255
+ "version": "1.1.4",
21256
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
21257
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
21258
+ }
21259
+ }
21260
+ },
21263
21261
  "shebang-command": {
21264
21262
  "version": "2.0.0",
21265
21263
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -21599,23 +21597,23 @@
21599
21597
  "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
21600
21598
  },
21601
21599
  "svgo": {
21602
- "version": "3.3.2",
21603
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
21604
- "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
21600
+ "version": "4.0.0",
21601
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
21602
+ "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
21605
21603
  "requires": {
21606
- "@trysound/sax": "0.2.0",
21607
- "commander": "^7.2.0",
21604
+ "commander": "^11.1.0",
21608
21605
  "css-select": "^5.1.0",
21609
- "css-tree": "^2.3.1",
21606
+ "css-tree": "^3.0.1",
21610
21607
  "css-what": "^6.1.0",
21611
21608
  "csso": "^5.0.5",
21612
- "picocolors": "^1.0.0"
21609
+ "picocolors": "^1.1.1",
21610
+ "sax": "^1.4.1"
21613
21611
  },
21614
21612
  "dependencies": {
21615
21613
  "commander": {
21616
- "version": "7.2.0",
21617
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
21618
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
21614
+ "version": "11.1.0",
21615
+ "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
21616
+ "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ=="
21619
21617
  }
21620
21618
  }
21621
21619
  },
@@ -21909,6 +21907,21 @@
21909
21907
  "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
21910
21908
  "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
21911
21909
  },
21910
+ "unstorage": {
21911
+ "version": "1.16.1",
21912
+ "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.1.tgz",
21913
+ "integrity": "sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ==",
21914
+ "requires": {
21915
+ "anymatch": "^3.1.3",
21916
+ "chokidar": "^4.0.3",
21917
+ "destr": "^2.0.5",
21918
+ "h3": "^1.15.3",
21919
+ "lru-cache": "^10.4.3",
21920
+ "node-fetch-native": "^1.6.6",
21921
+ "ofetch": "^1.4.1",
21922
+ "ufo": "^1.6.1"
21923
+ }
21924
+ },
21912
21925
  "untildify": {
21913
21926
  "version": "4.0.0",
21914
21927
  "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",