netlify-cli 23.9.4 → 23.9.5-pre.a73d603

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.
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "23.9.4",
3
+ "version": "23.9.5-pre.a73d603",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "23.9.4",
9
+ "version": "23.9.5-pre.a73d603",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@fastify/static": "7.0.4",
14
14
  "@netlify/ai": "0.3.0",
15
- "@netlify/api": "14.0.7",
15
+ "@netlify/api": "14.0.10",
16
16
  "@netlify/blobs": "10.1.0",
17
17
  "@netlify/build": "35.2.7",
18
18
  "@netlify/build-info": "10.0.9",
19
19
  "@netlify/config": "24.0.6",
20
20
  "@netlify/dev-utils": "4.3.0",
21
- "@netlify/edge-bundler": "14.8.0",
21
+ "@netlify/edge-bundler": "14.8.7",
22
22
  "@netlify/edge-functions": "3.0.1",
23
23
  "@netlify/edge-functions-bootstrap": "2.17.1",
24
24
  "@netlify/headers-parser": "9.0.2",
25
25
  "@netlify/local-functions-proxy": "2.0.3",
26
26
  "@netlify/redirect-parser": "15.0.3",
27
- "@netlify/zip-it-and-ship-it": "14.1.11",
27
+ "@netlify/zip-it-and-ship-it": "14.1.14",
28
28
  "@octokit/rest": "22.0.0",
29
29
  "@opentelemetry/api": "1.8.0",
30
30
  "@pnpm/tabtab": "0.5.4",
@@ -137,9 +137,10 @@
137
137
  }
138
138
  },
139
139
  "node_modules/@babel/helper-validator-identifier": {
140
- "version": "7.27.1",
141
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
142
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
140
+ "version": "7.28.5",
141
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
142
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
143
+ "license": "MIT",
143
144
  "engines": {
144
145
  "node": ">=6.9.0"
145
146
  }
@@ -1354,12 +1355,12 @@
1354
1355
  }
1355
1356
  },
1356
1357
  "node_modules/@netlify/api": {
1357
- "version": "14.0.7",
1358
- "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.7.tgz",
1359
- "integrity": "sha512-smSD3MnyUwi+rdcvRlD2EAGEpzK9RRMiGxaXzKW7FGqIlZSEe08aPySuC0d5BXwl/7EmT43hOkBHH4KtP8DxcQ==",
1358
+ "version": "14.0.10",
1359
+ "resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.10.tgz",
1360
+ "integrity": "sha512-2zPdZzayOGMff/atHyNE8y060R/PuWfvsFzywe9cW2hLzfJtYy1+hFFrfZS6a1KL5RkqsAFd8OBEO0s+ospDWA==",
1360
1361
  "license": "MIT",
1361
1362
  "dependencies": {
1362
- "@netlify/open-api": "^2.40.0",
1363
+ "@netlify/open-api": "^2.43.1",
1363
1364
  "node-fetch": "^3.0.0",
1364
1365
  "p-wait-for": "^5.0.0",
1365
1366
  "picoquery": "^2.5.0"
@@ -1492,6 +1493,92 @@
1492
1493
  "node": ">=18.14.0"
1493
1494
  }
1494
1495
  },
1496
+ "node_modules/@netlify/build/node_modules/@netlify/edge-bundler": {
1497
+ "version": "14.8.0",
1498
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.8.0.tgz",
1499
+ "integrity": "sha512-BzIZ9pn8yLaHVXUVPZQqbWgzXVvfbJsRjWSXNjYJHF7dU9vvr/q+seOOqG+epN+9Sbn9xb2KxTcfJasx7wgAmw==",
1500
+ "license": "MIT",
1501
+ "dependencies": {
1502
+ "@import-maps/resolve": "^2.0.0",
1503
+ "ajv": "^8.11.2",
1504
+ "ajv-errors": "^3.0.0",
1505
+ "better-ajv-errors": "^1.2.0",
1506
+ "common-path-prefix": "^3.0.0",
1507
+ "env-paths": "^3.0.0",
1508
+ "esbuild": "0.25.10",
1509
+ "execa": "^8.0.0",
1510
+ "find-up": "^7.0.0",
1511
+ "get-port": "^7.0.0",
1512
+ "node-stream-zip": "^1.15.0",
1513
+ "p-retry": "^6.0.0",
1514
+ "p-wait-for": "^5.0.0",
1515
+ "parse-imports": "^2.2.1",
1516
+ "path-key": "^4.0.0",
1517
+ "semver": "^7.3.8",
1518
+ "tar": "^7.4.3",
1519
+ "tmp-promise": "^3.0.3",
1520
+ "urlpattern-polyfill": "8.0.2",
1521
+ "uuid": "^11.0.0"
1522
+ },
1523
+ "engines": {
1524
+ "node": ">=18.14.0"
1525
+ }
1526
+ },
1527
+ "node_modules/@netlify/build/node_modules/@netlify/serverless-functions-api": {
1528
+ "version": "2.7.2",
1529
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.7.2.tgz",
1530
+ "integrity": "sha512-/hevTzZMi0kZdclzfoIAd+UfXcYG/E9CjIiAqy6mFN0sSjeHdUO0v6P8GF2heVtQQzUyMBxebMmAzUVt5TsbXg==",
1531
+ "license": "MIT",
1532
+ "engines": {
1533
+ "node": ">=18.0.0"
1534
+ }
1535
+ },
1536
+ "node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it": {
1537
+ "version": "14.1.11",
1538
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.11.tgz",
1539
+ "integrity": "sha512-5Ed9XH1JVPL7pAdq9zpC2WHjqHhHkaghuV3r2bvTTpx9JrTdzZxPeNnjZRjJMkjQAi8xSped5hNFJuD0QYmOuw==",
1540
+ "license": "MIT",
1541
+ "dependencies": {
1542
+ "@babel/parser": "^7.22.5",
1543
+ "@babel/types": "7.28.4",
1544
+ "@netlify/binary-info": "^1.0.0",
1545
+ "@netlify/serverless-functions-api": "^2.7.1",
1546
+ "@vercel/nft": "0.29.4",
1547
+ "archiver": "^7.0.0",
1548
+ "common-path-prefix": "^3.0.0",
1549
+ "copy-file": "^11.0.0",
1550
+ "es-module-lexer": "^1.0.0",
1551
+ "esbuild": "0.25.10",
1552
+ "execa": "^8.0.0",
1553
+ "fast-glob": "^3.3.3",
1554
+ "filter-obj": "^6.0.0",
1555
+ "find-up": "^7.0.0",
1556
+ "is-path-inside": "^4.0.0",
1557
+ "junk": "^4.0.0",
1558
+ "locate-path": "^7.0.0",
1559
+ "merge-options": "^3.0.4",
1560
+ "minimatch": "^9.0.0",
1561
+ "normalize-path": "^3.0.0",
1562
+ "p-map": "^7.0.0",
1563
+ "path-exists": "^5.0.0",
1564
+ "precinct": "^12.0.0",
1565
+ "require-package-name": "^2.0.1",
1566
+ "resolve": "^2.0.0-next.1",
1567
+ "semver": "^7.3.8",
1568
+ "tmp-promise": "^3.0.2",
1569
+ "toml": "^3.0.0",
1570
+ "unixify": "^1.0.0",
1571
+ "urlpattern-polyfill": "8.0.2",
1572
+ "yargs": "^17.0.0",
1573
+ "zod": "^3.23.8"
1574
+ },
1575
+ "bin": {
1576
+ "zip-it-and-ship-it": "bin.js"
1577
+ },
1578
+ "engines": {
1579
+ "node": ">=18.14.0"
1580
+ }
1581
+ },
1495
1582
  "node_modules/@netlify/build/node_modules/@sindresorhus/slugify": {
1496
1583
  "version": "2.2.1",
1497
1584
  "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz",
@@ -1531,6 +1618,18 @@
1531
1618
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
1532
1619
  }
1533
1620
  },
1621
+ "node_modules/@netlify/build/node_modules/get-port": {
1622
+ "version": "7.1.0",
1623
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
1624
+ "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
1625
+ "license": "MIT",
1626
+ "engines": {
1627
+ "node": ">=16"
1628
+ },
1629
+ "funding": {
1630
+ "url": "https://github.com/sponsors/sindresorhus"
1631
+ }
1632
+ },
1534
1633
  "node_modules/@netlify/build/node_modules/get-stream": {
1535
1634
  "version": "8.0.1",
1536
1635
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
@@ -1820,9 +1919,9 @@
1820
1919
  }
1821
1920
  },
1822
1921
  "node_modules/@netlify/edge-bundler": {
1823
- "version": "14.8.0",
1824
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.8.0.tgz",
1825
- "integrity": "sha512-BzIZ9pn8yLaHVXUVPZQqbWgzXVvfbJsRjWSXNjYJHF7dU9vvr/q+seOOqG+epN+9Sbn9xb2KxTcfJasx7wgAmw==",
1922
+ "version": "14.8.7",
1923
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.8.7.tgz",
1924
+ "integrity": "sha512-5KVe/DNqk28IYIfy29TJNUGzj2QMUkLPX2QJKSeGhI9EyGPY9/jhteaRPPcPTSpgWybZoJdGbhHTUr2F+fDIdQ==",
1826
1925
  "license": "MIT",
1827
1926
  "dependencies": {
1828
1927
  "@import-maps/resolve": "^2.0.0",
@@ -1831,7 +1930,7 @@
1831
1930
  "better-ajv-errors": "^1.2.0",
1832
1931
  "common-path-prefix": "^3.0.0",
1833
1932
  "env-paths": "^3.0.0",
1834
- "esbuild": "0.25.10",
1933
+ "esbuild": "0.25.11",
1835
1934
  "execa": "^8.0.0",
1836
1935
  "find-up": "^7.0.0",
1837
1936
  "get-port": "^7.0.0",
@@ -1850,121 +1949,892 @@
1850
1949
  "node": ">=18.14.0"
1851
1950
  }
1852
1951
  },
1853
- "node_modules/@netlify/edge-bundler/node_modules/execa": {
1854
- "version": "8.0.1",
1855
- "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
1856
- "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
1952
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/aix-ppc64": {
1953
+ "version": "0.25.11",
1954
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
1955
+ "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
1956
+ "cpu": [
1957
+ "ppc64"
1958
+ ],
1857
1959
  "license": "MIT",
1858
- "dependencies": {
1859
- "cross-spawn": "^7.0.3",
1860
- "get-stream": "^8.0.1",
1861
- "human-signals": "^5.0.0",
1862
- "is-stream": "^3.0.0",
1863
- "merge-stream": "^2.0.0",
1864
- "npm-run-path": "^5.1.0",
1865
- "onetime": "^6.0.0",
1866
- "signal-exit": "^4.1.0",
1867
- "strip-final-newline": "^3.0.0"
1868
- },
1960
+ "optional": true,
1961
+ "os": [
1962
+ "aix"
1963
+ ],
1869
1964
  "engines": {
1870
- "node": ">=16.17"
1871
- },
1872
- "funding": {
1873
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
1965
+ "node": ">=18"
1874
1966
  }
1875
1967
  },
1876
- "node_modules/@netlify/edge-bundler/node_modules/get-port": {
1877
- "version": "7.1.0",
1878
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
1879
- "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
1968
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/android-arm": {
1969
+ "version": "0.25.11",
1970
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
1971
+ "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
1972
+ "cpu": [
1973
+ "arm"
1974
+ ],
1880
1975
  "license": "MIT",
1976
+ "optional": true,
1977
+ "os": [
1978
+ "android"
1979
+ ],
1881
1980
  "engines": {
1882
- "node": ">=16"
1883
- },
1884
- "funding": {
1885
- "url": "https://github.com/sponsors/sindresorhus"
1981
+ "node": ">=18"
1886
1982
  }
1887
1983
  },
1888
- "node_modules/@netlify/edge-bundler/node_modules/get-stream": {
1889
- "version": "8.0.1",
1890
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
1891
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
1984
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/android-arm64": {
1985
+ "version": "0.25.11",
1986
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
1987
+ "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
1988
+ "cpu": [
1989
+ "arm64"
1990
+ ],
1892
1991
  "license": "MIT",
1992
+ "optional": true,
1993
+ "os": [
1994
+ "android"
1995
+ ],
1893
1996
  "engines": {
1894
- "node": ">=16"
1895
- },
1896
- "funding": {
1897
- "url": "https://github.com/sponsors/sindresorhus"
1997
+ "node": ">=18"
1898
1998
  }
1899
1999
  },
1900
- "node_modules/@netlify/edge-bundler/node_modules/human-signals": {
1901
- "version": "5.0.0",
1902
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
1903
- "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
1904
- "license": "Apache-2.0",
2000
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/android-x64": {
2001
+ "version": "0.25.11",
2002
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
2003
+ "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
2004
+ "cpu": [
2005
+ "x64"
2006
+ ],
2007
+ "license": "MIT",
2008
+ "optional": true,
2009
+ "os": [
2010
+ "android"
2011
+ ],
1905
2012
  "engines": {
1906
- "node": ">=16.17.0"
2013
+ "node": ">=18"
1907
2014
  }
1908
2015
  },
1909
- "node_modules/@netlify/edge-bundler/node_modules/is-stream": {
1910
- "version": "3.0.0",
1911
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
1912
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
2016
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/darwin-arm64": {
2017
+ "version": "0.25.11",
2018
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
2019
+ "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
2020
+ "cpu": [
2021
+ "arm64"
2022
+ ],
1913
2023
  "license": "MIT",
2024
+ "optional": true,
2025
+ "os": [
2026
+ "darwin"
2027
+ ],
1914
2028
  "engines": {
1915
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1916
- },
1917
- "funding": {
1918
- "url": "https://github.com/sponsors/sindresorhus"
2029
+ "node": ">=18"
1919
2030
  }
1920
2031
  },
1921
- "node_modules/@netlify/edge-bundler/node_modules/npm-run-path": {
1922
- "version": "5.3.0",
1923
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
1924
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2032
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/darwin-x64": {
2033
+ "version": "0.25.11",
2034
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
2035
+ "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
2036
+ "cpu": [
2037
+ "x64"
2038
+ ],
1925
2039
  "license": "MIT",
1926
- "dependencies": {
1927
- "path-key": "^4.0.0"
1928
- },
2040
+ "optional": true,
2041
+ "os": [
2042
+ "darwin"
2043
+ ],
1929
2044
  "engines": {
1930
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1931
- },
1932
- "funding": {
1933
- "url": "https://github.com/sponsors/sindresorhus"
2045
+ "node": ">=18"
1934
2046
  }
1935
2047
  },
1936
- "node_modules/@netlify/edge-bundler/node_modules/onetime": {
1937
- "version": "6.0.0",
1938
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
1939
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2048
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/freebsd-arm64": {
2049
+ "version": "0.25.11",
2050
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
2051
+ "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
2052
+ "cpu": [
2053
+ "arm64"
2054
+ ],
1940
2055
  "license": "MIT",
1941
- "dependencies": {
1942
- "mimic-fn": "^4.0.0"
1943
- },
2056
+ "optional": true,
2057
+ "os": [
2058
+ "freebsd"
2059
+ ],
1944
2060
  "engines": {
1945
- "node": ">=12"
1946
- },
1947
- "funding": {
1948
- "url": "https://github.com/sponsors/sindresorhus"
2061
+ "node": ">=18"
1949
2062
  }
1950
2063
  },
1951
- "node_modules/@netlify/edge-bundler/node_modules/signal-exit": {
1952
- "version": "4.1.0",
1953
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1954
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1955
- "license": "ISC",
2064
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/freebsd-x64": {
2065
+ "version": "0.25.11",
2066
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
2067
+ "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
2068
+ "cpu": [
2069
+ "x64"
2070
+ ],
2071
+ "license": "MIT",
2072
+ "optional": true,
2073
+ "os": [
2074
+ "freebsd"
2075
+ ],
1956
2076
  "engines": {
1957
- "node": ">=14"
1958
- },
1959
- "funding": {
1960
- "url": "https://github.com/sponsors/isaacs"
2077
+ "node": ">=18"
1961
2078
  }
1962
2079
  },
1963
- "node_modules/@netlify/edge-bundler/node_modules/strip-final-newline": {
1964
- "version": "3.0.0",
1965
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
1966
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
2080
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-arm": {
2081
+ "version": "0.25.11",
2082
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
2083
+ "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
2084
+ "cpu": [
2085
+ "arm"
2086
+ ],
1967
2087
  "license": "MIT",
2088
+ "optional": true,
2089
+ "os": [
2090
+ "linux"
2091
+ ],
2092
+ "engines": {
2093
+ "node": ">=18"
2094
+ }
2095
+ },
2096
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-arm64": {
2097
+ "version": "0.25.11",
2098
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
2099
+ "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
2100
+ "cpu": [
2101
+ "arm64"
2102
+ ],
2103
+ "license": "MIT",
2104
+ "optional": true,
2105
+ "os": [
2106
+ "linux"
2107
+ ],
2108
+ "engines": {
2109
+ "node": ">=18"
2110
+ }
2111
+ },
2112
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-ia32": {
2113
+ "version": "0.25.11",
2114
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
2115
+ "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
2116
+ "cpu": [
2117
+ "ia32"
2118
+ ],
2119
+ "license": "MIT",
2120
+ "optional": true,
2121
+ "os": [
2122
+ "linux"
2123
+ ],
2124
+ "engines": {
2125
+ "node": ">=18"
2126
+ }
2127
+ },
2128
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-loong64": {
2129
+ "version": "0.25.11",
2130
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
2131
+ "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
2132
+ "cpu": [
2133
+ "loong64"
2134
+ ],
2135
+ "license": "MIT",
2136
+ "optional": true,
2137
+ "os": [
2138
+ "linux"
2139
+ ],
2140
+ "engines": {
2141
+ "node": ">=18"
2142
+ }
2143
+ },
2144
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-mips64el": {
2145
+ "version": "0.25.11",
2146
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
2147
+ "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
2148
+ "cpu": [
2149
+ "mips64el"
2150
+ ],
2151
+ "license": "MIT",
2152
+ "optional": true,
2153
+ "os": [
2154
+ "linux"
2155
+ ],
2156
+ "engines": {
2157
+ "node": ">=18"
2158
+ }
2159
+ },
2160
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-ppc64": {
2161
+ "version": "0.25.11",
2162
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
2163
+ "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
2164
+ "cpu": [
2165
+ "ppc64"
2166
+ ],
2167
+ "license": "MIT",
2168
+ "optional": true,
2169
+ "os": [
2170
+ "linux"
2171
+ ],
2172
+ "engines": {
2173
+ "node": ">=18"
2174
+ }
2175
+ },
2176
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-riscv64": {
2177
+ "version": "0.25.11",
2178
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
2179
+ "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
2180
+ "cpu": [
2181
+ "riscv64"
2182
+ ],
2183
+ "license": "MIT",
2184
+ "optional": true,
2185
+ "os": [
2186
+ "linux"
2187
+ ],
2188
+ "engines": {
2189
+ "node": ">=18"
2190
+ }
2191
+ },
2192
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-s390x": {
2193
+ "version": "0.25.11",
2194
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
2195
+ "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
2196
+ "cpu": [
2197
+ "s390x"
2198
+ ],
2199
+ "license": "MIT",
2200
+ "optional": true,
2201
+ "os": [
2202
+ "linux"
2203
+ ],
2204
+ "engines": {
2205
+ "node": ">=18"
2206
+ }
2207
+ },
2208
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/linux-x64": {
2209
+ "version": "0.25.11",
2210
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
2211
+ "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
2212
+ "cpu": [
2213
+ "x64"
2214
+ ],
2215
+ "license": "MIT",
2216
+ "optional": true,
2217
+ "os": [
2218
+ "linux"
2219
+ ],
2220
+ "engines": {
2221
+ "node": ">=18"
2222
+ }
2223
+ },
2224
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/netbsd-arm64": {
2225
+ "version": "0.25.11",
2226
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
2227
+ "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
2228
+ "cpu": [
2229
+ "arm64"
2230
+ ],
2231
+ "license": "MIT",
2232
+ "optional": true,
2233
+ "os": [
2234
+ "netbsd"
2235
+ ],
2236
+ "engines": {
2237
+ "node": ">=18"
2238
+ }
2239
+ },
2240
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/netbsd-x64": {
2241
+ "version": "0.25.11",
2242
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
2243
+ "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
2244
+ "cpu": [
2245
+ "x64"
2246
+ ],
2247
+ "license": "MIT",
2248
+ "optional": true,
2249
+ "os": [
2250
+ "netbsd"
2251
+ ],
2252
+ "engines": {
2253
+ "node": ">=18"
2254
+ }
2255
+ },
2256
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/openbsd-arm64": {
2257
+ "version": "0.25.11",
2258
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
2259
+ "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
2260
+ "cpu": [
2261
+ "arm64"
2262
+ ],
2263
+ "license": "MIT",
2264
+ "optional": true,
2265
+ "os": [
2266
+ "openbsd"
2267
+ ],
2268
+ "engines": {
2269
+ "node": ">=18"
2270
+ }
2271
+ },
2272
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/openbsd-x64": {
2273
+ "version": "0.25.11",
2274
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
2275
+ "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
2276
+ "cpu": [
2277
+ "x64"
2278
+ ],
2279
+ "license": "MIT",
2280
+ "optional": true,
2281
+ "os": [
2282
+ "openbsd"
2283
+ ],
2284
+ "engines": {
2285
+ "node": ">=18"
2286
+ }
2287
+ },
2288
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/openharmony-arm64": {
2289
+ "version": "0.25.11",
2290
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
2291
+ "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
2292
+ "cpu": [
2293
+ "arm64"
2294
+ ],
2295
+ "license": "MIT",
2296
+ "optional": true,
2297
+ "os": [
2298
+ "openharmony"
2299
+ ],
2300
+ "engines": {
2301
+ "node": ">=18"
2302
+ }
2303
+ },
2304
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/sunos-x64": {
2305
+ "version": "0.25.11",
2306
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
2307
+ "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
2308
+ "cpu": [
2309
+ "x64"
2310
+ ],
2311
+ "license": "MIT",
2312
+ "optional": true,
2313
+ "os": [
2314
+ "sunos"
2315
+ ],
2316
+ "engines": {
2317
+ "node": ">=18"
2318
+ }
2319
+ },
2320
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/win32-arm64": {
2321
+ "version": "0.25.11",
2322
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
2323
+ "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
2324
+ "cpu": [
2325
+ "arm64"
2326
+ ],
2327
+ "license": "MIT",
2328
+ "optional": true,
2329
+ "os": [
2330
+ "win32"
2331
+ ],
2332
+ "engines": {
2333
+ "node": ">=18"
2334
+ }
2335
+ },
2336
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/win32-ia32": {
2337
+ "version": "0.25.11",
2338
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
2339
+ "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
2340
+ "cpu": [
2341
+ "ia32"
2342
+ ],
2343
+ "license": "MIT",
2344
+ "optional": true,
2345
+ "os": [
2346
+ "win32"
2347
+ ],
2348
+ "engines": {
2349
+ "node": ">=18"
2350
+ }
2351
+ },
2352
+ "node_modules/@netlify/edge-bundler/node_modules/@esbuild/win32-x64": {
2353
+ "version": "0.25.11",
2354
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
2355
+ "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
2356
+ "cpu": [
2357
+ "x64"
2358
+ ],
2359
+ "license": "MIT",
2360
+ "optional": true,
2361
+ "os": [
2362
+ "win32"
2363
+ ],
2364
+ "engines": {
2365
+ "node": ">=18"
2366
+ }
2367
+ },
2368
+ "node_modules/@netlify/edge-bundler/node_modules/esbuild": {
2369
+ "version": "0.25.11",
2370
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
2371
+ "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
2372
+ "hasInstallScript": true,
2373
+ "license": "MIT",
2374
+ "bin": {
2375
+ "esbuild": "bin/esbuild"
2376
+ },
2377
+ "engines": {
2378
+ "node": ">=18"
2379
+ },
2380
+ "optionalDependencies": {
2381
+ "@esbuild/aix-ppc64": "0.25.11",
2382
+ "@esbuild/android-arm": "0.25.11",
2383
+ "@esbuild/android-arm64": "0.25.11",
2384
+ "@esbuild/android-x64": "0.25.11",
2385
+ "@esbuild/darwin-arm64": "0.25.11",
2386
+ "@esbuild/darwin-x64": "0.25.11",
2387
+ "@esbuild/freebsd-arm64": "0.25.11",
2388
+ "@esbuild/freebsd-x64": "0.25.11",
2389
+ "@esbuild/linux-arm": "0.25.11",
2390
+ "@esbuild/linux-arm64": "0.25.11",
2391
+ "@esbuild/linux-ia32": "0.25.11",
2392
+ "@esbuild/linux-loong64": "0.25.11",
2393
+ "@esbuild/linux-mips64el": "0.25.11",
2394
+ "@esbuild/linux-ppc64": "0.25.11",
2395
+ "@esbuild/linux-riscv64": "0.25.11",
2396
+ "@esbuild/linux-s390x": "0.25.11",
2397
+ "@esbuild/linux-x64": "0.25.11",
2398
+ "@esbuild/netbsd-arm64": "0.25.11",
2399
+ "@esbuild/netbsd-x64": "0.25.11",
2400
+ "@esbuild/openbsd-arm64": "0.25.11",
2401
+ "@esbuild/openbsd-x64": "0.25.11",
2402
+ "@esbuild/openharmony-arm64": "0.25.11",
2403
+ "@esbuild/sunos-x64": "0.25.11",
2404
+ "@esbuild/win32-arm64": "0.25.11",
2405
+ "@esbuild/win32-ia32": "0.25.11",
2406
+ "@esbuild/win32-x64": "0.25.11"
2407
+ }
2408
+ },
2409
+ "node_modules/@netlify/edge-bundler/node_modules/execa": {
2410
+ "version": "8.0.1",
2411
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2412
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
2413
+ "license": "MIT",
2414
+ "dependencies": {
2415
+ "cross-spawn": "^7.0.3",
2416
+ "get-stream": "^8.0.1",
2417
+ "human-signals": "^5.0.0",
2418
+ "is-stream": "^3.0.0",
2419
+ "merge-stream": "^2.0.0",
2420
+ "npm-run-path": "^5.1.0",
2421
+ "onetime": "^6.0.0",
2422
+ "signal-exit": "^4.1.0",
2423
+ "strip-final-newline": "^3.0.0"
2424
+ },
2425
+ "engines": {
2426
+ "node": ">=16.17"
2427
+ },
2428
+ "funding": {
2429
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
2430
+ }
2431
+ },
2432
+ "node_modules/@netlify/edge-bundler/node_modules/get-port": {
2433
+ "version": "7.1.0",
2434
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
2435
+ "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
2436
+ "license": "MIT",
2437
+ "engines": {
2438
+ "node": ">=16"
2439
+ },
2440
+ "funding": {
2441
+ "url": "https://github.com/sponsors/sindresorhus"
2442
+ }
2443
+ },
2444
+ "node_modules/@netlify/edge-bundler/node_modules/get-stream": {
2445
+ "version": "8.0.1",
2446
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2447
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
2448
+ "license": "MIT",
2449
+ "engines": {
2450
+ "node": ">=16"
2451
+ },
2452
+ "funding": {
2453
+ "url": "https://github.com/sponsors/sindresorhus"
2454
+ }
2455
+ },
2456
+ "node_modules/@netlify/edge-bundler/node_modules/human-signals": {
2457
+ "version": "5.0.0",
2458
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
2459
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
2460
+ "license": "Apache-2.0",
2461
+ "engines": {
2462
+ "node": ">=16.17.0"
2463
+ }
2464
+ },
2465
+ "node_modules/@netlify/edge-bundler/node_modules/is-stream": {
2466
+ "version": "3.0.0",
2467
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
2468
+ "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
2469
+ "license": "MIT",
2470
+ "engines": {
2471
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2472
+ },
2473
+ "funding": {
2474
+ "url": "https://github.com/sponsors/sindresorhus"
2475
+ }
2476
+ },
2477
+ "node_modules/@netlify/edge-bundler/node_modules/npm-run-path": {
2478
+ "version": "5.3.0",
2479
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2480
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2481
+ "license": "MIT",
2482
+ "dependencies": {
2483
+ "path-key": "^4.0.0"
2484
+ },
2485
+ "engines": {
2486
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2487
+ },
2488
+ "funding": {
2489
+ "url": "https://github.com/sponsors/sindresorhus"
2490
+ }
2491
+ },
2492
+ "node_modules/@netlify/edge-bundler/node_modules/onetime": {
2493
+ "version": "6.0.0",
2494
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2495
+ "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2496
+ "license": "MIT",
2497
+ "dependencies": {
2498
+ "mimic-fn": "^4.0.0"
2499
+ },
2500
+ "engines": {
2501
+ "node": ">=12"
2502
+ },
2503
+ "funding": {
2504
+ "url": "https://github.com/sponsors/sindresorhus"
2505
+ }
2506
+ },
2507
+ "node_modules/@netlify/edge-bundler/node_modules/signal-exit": {
2508
+ "version": "4.1.0",
2509
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2510
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2511
+ "license": "ISC",
2512
+ "engines": {
2513
+ "node": ">=14"
2514
+ },
2515
+ "funding": {
2516
+ "url": "https://github.com/sponsors/isaacs"
2517
+ }
2518
+ },
2519
+ "node_modules/@netlify/edge-bundler/node_modules/strip-final-newline": {
2520
+ "version": "3.0.0",
2521
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2522
+ "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
2523
+ "license": "MIT",
2524
+ "engines": {
2525
+ "node": ">=12"
2526
+ },
2527
+ "funding": {
2528
+ "url": "https://github.com/sponsors/sindresorhus"
2529
+ }
2530
+ },
2531
+ "node_modules/@netlify/edge-functions": {
2532
+ "version": "3.0.1",
2533
+ "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-3.0.1.tgz",
2534
+ "integrity": "sha512-5Rd+gd2uD/iHReiY2p0KhVpgYnWKJsFyey2CN8WwGLQTq0GA7CEWkEMyks1azuAkChlqS4YJbpa//lMBmyrjSA==",
2535
+ "license": "MIT",
2536
+ "dependencies": {
2537
+ "@netlify/types": "2.1.0"
2538
+ },
2539
+ "engines": {
2540
+ "node": ">=18.0.0"
2541
+ }
2542
+ },
2543
+ "node_modules/@netlify/edge-functions-bootstrap": {
2544
+ "version": "2.17.1",
2545
+ "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.17.1.tgz",
2546
+ "integrity": "sha512-KyNJbDhK1rC5wEeI7bXPgfl8QvADMHqNy2nwNJG60EHVRXTF0zxFnOpt/p0m2C512gcMXRrKZxaOZQ032RHVbw==",
2547
+ "license": "MIT"
2548
+ },
2549
+ "node_modules/@netlify/functions-utils": {
2550
+ "version": "6.2.11",
2551
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.11.tgz",
2552
+ "integrity": "sha512-gCCjXtCtBShvZvCZwO2IxWYVjHUssnrSDea/JRoVBFc4DP3qbNoa1hdwsZ8fydguMOQaf5zFIqnDF4DKXaMA6Q==",
2553
+ "license": "MIT",
2554
+ "dependencies": {
2555
+ "@netlify/zip-it-and-ship-it": "14.1.11",
2556
+ "cpy": "^11.0.0",
2557
+ "path-exists": "^5.0.0"
2558
+ },
2559
+ "engines": {
2560
+ "node": ">=18.14.0"
2561
+ }
2562
+ },
2563
+ "node_modules/@netlify/functions-utils/node_modules/@netlify/serverless-functions-api": {
2564
+ "version": "2.7.2",
2565
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.7.2.tgz",
2566
+ "integrity": "sha512-/hevTzZMi0kZdclzfoIAd+UfXcYG/E9CjIiAqy6mFN0sSjeHdUO0v6P8GF2heVtQQzUyMBxebMmAzUVt5TsbXg==",
2567
+ "license": "MIT",
2568
+ "engines": {
2569
+ "node": ">=18.0.0"
2570
+ }
2571
+ },
2572
+ "node_modules/@netlify/functions-utils/node_modules/@netlify/zip-it-and-ship-it": {
2573
+ "version": "14.1.11",
2574
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.11.tgz",
2575
+ "integrity": "sha512-5Ed9XH1JVPL7pAdq9zpC2WHjqHhHkaghuV3r2bvTTpx9JrTdzZxPeNnjZRjJMkjQAi8xSped5hNFJuD0QYmOuw==",
2576
+ "license": "MIT",
2577
+ "dependencies": {
2578
+ "@babel/parser": "^7.22.5",
2579
+ "@babel/types": "7.28.4",
2580
+ "@netlify/binary-info": "^1.0.0",
2581
+ "@netlify/serverless-functions-api": "^2.7.1",
2582
+ "@vercel/nft": "0.29.4",
2583
+ "archiver": "^7.0.0",
2584
+ "common-path-prefix": "^3.0.0",
2585
+ "copy-file": "^11.0.0",
2586
+ "es-module-lexer": "^1.0.0",
2587
+ "esbuild": "0.25.10",
2588
+ "execa": "^8.0.0",
2589
+ "fast-glob": "^3.3.3",
2590
+ "filter-obj": "^6.0.0",
2591
+ "find-up": "^7.0.0",
2592
+ "is-path-inside": "^4.0.0",
2593
+ "junk": "^4.0.0",
2594
+ "locate-path": "^7.0.0",
2595
+ "merge-options": "^3.0.4",
2596
+ "minimatch": "^9.0.0",
2597
+ "normalize-path": "^3.0.0",
2598
+ "p-map": "^7.0.0",
2599
+ "path-exists": "^5.0.0",
2600
+ "precinct": "^12.0.0",
2601
+ "require-package-name": "^2.0.1",
2602
+ "resolve": "^2.0.0-next.1",
2603
+ "semver": "^7.3.8",
2604
+ "tmp-promise": "^3.0.2",
2605
+ "toml": "^3.0.0",
2606
+ "unixify": "^1.0.0",
2607
+ "urlpattern-polyfill": "8.0.2",
2608
+ "yargs": "^17.0.0",
2609
+ "zod": "^3.23.8"
2610
+ },
2611
+ "bin": {
2612
+ "zip-it-and-ship-it": "bin.js"
2613
+ },
2614
+ "engines": {
2615
+ "node": ">=18.14.0"
2616
+ }
2617
+ },
2618
+ "node_modules/@netlify/functions-utils/node_modules/execa": {
2619
+ "version": "8.0.1",
2620
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2621
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
2622
+ "license": "MIT",
2623
+ "dependencies": {
2624
+ "cross-spawn": "^7.0.3",
2625
+ "get-stream": "^8.0.1",
2626
+ "human-signals": "^5.0.0",
2627
+ "is-stream": "^3.0.0",
2628
+ "merge-stream": "^2.0.0",
2629
+ "npm-run-path": "^5.1.0",
2630
+ "onetime": "^6.0.0",
2631
+ "signal-exit": "^4.1.0",
2632
+ "strip-final-newline": "^3.0.0"
2633
+ },
2634
+ "engines": {
2635
+ "node": ">=16.17"
2636
+ },
2637
+ "funding": {
2638
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
2639
+ }
2640
+ },
2641
+ "node_modules/@netlify/functions-utils/node_modules/get-stream": {
2642
+ "version": "8.0.1",
2643
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2644
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
2645
+ "license": "MIT",
2646
+ "engines": {
2647
+ "node": ">=16"
2648
+ },
2649
+ "funding": {
2650
+ "url": "https://github.com/sponsors/sindresorhus"
2651
+ }
2652
+ },
2653
+ "node_modules/@netlify/functions-utils/node_modules/human-signals": {
2654
+ "version": "5.0.0",
2655
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
2656
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
2657
+ "license": "Apache-2.0",
2658
+ "engines": {
2659
+ "node": ">=16.17.0"
2660
+ }
2661
+ },
2662
+ "node_modules/@netlify/functions-utils/node_modules/is-stream": {
2663
+ "version": "3.0.0",
2664
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
2665
+ "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
2666
+ "license": "MIT",
2667
+ "engines": {
2668
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2669
+ },
2670
+ "funding": {
2671
+ "url": "https://github.com/sponsors/sindresorhus"
2672
+ }
2673
+ },
2674
+ "node_modules/@netlify/functions-utils/node_modules/npm-run-path": {
2675
+ "version": "5.3.0",
2676
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2677
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2678
+ "license": "MIT",
2679
+ "dependencies": {
2680
+ "path-key": "^4.0.0"
2681
+ },
2682
+ "engines": {
2683
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2684
+ },
2685
+ "funding": {
2686
+ "url": "https://github.com/sponsors/sindresorhus"
2687
+ }
2688
+ },
2689
+ "node_modules/@netlify/functions-utils/node_modules/onetime": {
2690
+ "version": "6.0.0",
2691
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2692
+ "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2693
+ "license": "MIT",
2694
+ "dependencies": {
2695
+ "mimic-fn": "^4.0.0"
2696
+ },
2697
+ "engines": {
2698
+ "node": ">=12"
2699
+ },
2700
+ "funding": {
2701
+ "url": "https://github.com/sponsors/sindresorhus"
2702
+ }
2703
+ },
2704
+ "node_modules/@netlify/functions-utils/node_modules/signal-exit": {
2705
+ "version": "4.1.0",
2706
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2707
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2708
+ "license": "ISC",
2709
+ "engines": {
2710
+ "node": ">=14"
2711
+ },
2712
+ "funding": {
2713
+ "url": "https://github.com/sponsors/isaacs"
2714
+ }
2715
+ },
2716
+ "node_modules/@netlify/functions-utils/node_modules/strip-final-newline": {
2717
+ "version": "3.0.0",
2718
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2719
+ "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
2720
+ "license": "MIT",
2721
+ "engines": {
2722
+ "node": ">=12"
2723
+ },
2724
+ "funding": {
2725
+ "url": "https://github.com/sponsors/sindresorhus"
2726
+ }
2727
+ },
2728
+ "node_modules/@netlify/git-utils": {
2729
+ "version": "6.0.2",
2730
+ "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-6.0.2.tgz",
2731
+ "integrity": "sha512-ASp8T6ZAxL5OE0xvTTn5+tIBua5F8ruLH7oYtI/m2W/8rYb9V3qvNeenf9SnKlGj1xv6mPv8l7Tc93kmBLLofw==",
2732
+ "dependencies": {
2733
+ "execa": "^8.0.0",
2734
+ "map-obj": "^5.0.0",
2735
+ "micromatch": "^4.0.2",
2736
+ "moize": "^6.1.3",
2737
+ "path-exists": "^5.0.0"
2738
+ },
2739
+ "engines": {
2740
+ "node": ">=18.14.0"
2741
+ }
2742
+ },
2743
+ "node_modules/@netlify/git-utils/node_modules/execa": {
2744
+ "version": "8.0.1",
2745
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2746
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
2747
+ "dependencies": {
2748
+ "cross-spawn": "^7.0.3",
2749
+ "get-stream": "^8.0.1",
2750
+ "human-signals": "^5.0.0",
2751
+ "is-stream": "^3.0.0",
2752
+ "merge-stream": "^2.0.0",
2753
+ "npm-run-path": "^5.1.0",
2754
+ "onetime": "^6.0.0",
2755
+ "signal-exit": "^4.1.0",
2756
+ "strip-final-newline": "^3.0.0"
2757
+ },
2758
+ "engines": {
2759
+ "node": ">=16.17"
2760
+ },
2761
+ "funding": {
2762
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
2763
+ }
2764
+ },
2765
+ "node_modules/@netlify/git-utils/node_modules/get-stream": {
2766
+ "version": "8.0.1",
2767
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2768
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
2769
+ "engines": {
2770
+ "node": ">=16"
2771
+ },
2772
+ "funding": {
2773
+ "url": "https://github.com/sponsors/sindresorhus"
2774
+ }
2775
+ },
2776
+ "node_modules/@netlify/git-utils/node_modules/human-signals": {
2777
+ "version": "5.0.0",
2778
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
2779
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
2780
+ "engines": {
2781
+ "node": ">=16.17.0"
2782
+ }
2783
+ },
2784
+ "node_modules/@netlify/git-utils/node_modules/is-stream": {
2785
+ "version": "3.0.0",
2786
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
2787
+ "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
2788
+ "engines": {
2789
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2790
+ },
2791
+ "funding": {
2792
+ "url": "https://github.com/sponsors/sindresorhus"
2793
+ }
2794
+ },
2795
+ "node_modules/@netlify/git-utils/node_modules/npm-run-path": {
2796
+ "version": "5.3.0",
2797
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2798
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2799
+ "dependencies": {
2800
+ "path-key": "^4.0.0"
2801
+ },
2802
+ "engines": {
2803
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2804
+ },
2805
+ "funding": {
2806
+ "url": "https://github.com/sponsors/sindresorhus"
2807
+ }
2808
+ },
2809
+ "node_modules/@netlify/git-utils/node_modules/onetime": {
2810
+ "version": "6.0.0",
2811
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2812
+ "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2813
+ "dependencies": {
2814
+ "mimic-fn": "^4.0.0"
2815
+ },
2816
+ "engines": {
2817
+ "node": ">=12"
2818
+ },
2819
+ "funding": {
2820
+ "url": "https://github.com/sponsors/sindresorhus"
2821
+ }
2822
+ },
2823
+ "node_modules/@netlify/git-utils/node_modules/signal-exit": {
2824
+ "version": "4.1.0",
2825
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2826
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2827
+ "engines": {
2828
+ "node": ">=14"
2829
+ },
2830
+ "funding": {
2831
+ "url": "https://github.com/sponsors/isaacs"
2832
+ }
2833
+ },
2834
+ "node_modules/@netlify/git-utils/node_modules/strip-final-newline": {
2835
+ "version": "3.0.0",
2836
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2837
+ "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
1968
2838
  "engines": {
1969
2839
  "node": ">=12"
1970
2840
  },
@@ -1972,54 +2842,278 @@
1972
2842
  "url": "https://github.com/sponsors/sindresorhus"
1973
2843
  }
1974
2844
  },
1975
- "node_modules/@netlify/edge-functions": {
1976
- "version": "3.0.1",
1977
- "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-3.0.1.tgz",
1978
- "integrity": "sha512-5Rd+gd2uD/iHReiY2p0KhVpgYnWKJsFyey2CN8WwGLQTq0GA7CEWkEMyks1azuAkChlqS4YJbpa//lMBmyrjSA==",
2845
+ "node_modules/@netlify/headers-parser": {
2846
+ "version": "9.0.2",
2847
+ "resolved": "https://registry.npmjs.org/@netlify/headers-parser/-/headers-parser-9.0.2.tgz",
2848
+ "integrity": "sha512-86YEGPxVemhksY1LeSr8NSOyH11RHvYHq+FuBJnTlPZoRDX+TD+0TAxF6lwzAgVTd1VPkyFEHlNgUGqw7aNzRQ==",
2849
+ "dependencies": {
2850
+ "@iarna/toml": "^2.2.5",
2851
+ "escape-string-regexp": "^5.0.0",
2852
+ "fast-safe-stringify": "^2.0.7",
2853
+ "is-plain-obj": "^4.0.0",
2854
+ "map-obj": "^5.0.0",
2855
+ "path-exists": "^5.0.0"
2856
+ },
2857
+ "engines": {
2858
+ "node": ">=18.14.0"
2859
+ }
2860
+ },
2861
+ "node_modules/@netlify/local-functions-proxy": {
2862
+ "version": "2.0.3",
2863
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy/-/local-functions-proxy-2.0.3.tgz",
2864
+ "integrity": "sha512-siVwmrp7Ow+7jLALi6jXOja4Y4uHMMgOLLQMgd+OZ1TESOstrJvkUisJEDAc9hx7u0v/B0mh5g1g1huiH3uS3A==",
2865
+ "engines": {
2866
+ "node": ">=18.14.0"
2867
+ },
2868
+ "optionalDependencies": {
2869
+ "@netlify/local-functions-proxy-darwin-arm64": "1.1.1",
2870
+ "@netlify/local-functions-proxy-darwin-x64": "1.1.1",
2871
+ "@netlify/local-functions-proxy-freebsd-arm64": "1.1.1",
2872
+ "@netlify/local-functions-proxy-freebsd-x64": "1.1.1",
2873
+ "@netlify/local-functions-proxy-linux-arm": "1.1.1",
2874
+ "@netlify/local-functions-proxy-linux-arm64": "1.1.1",
2875
+ "@netlify/local-functions-proxy-linux-ia32": "1.1.1",
2876
+ "@netlify/local-functions-proxy-linux-ppc64": "1.1.1",
2877
+ "@netlify/local-functions-proxy-linux-x64": "1.1.1",
2878
+ "@netlify/local-functions-proxy-openbsd-x64": "1.1.1",
2879
+ "@netlify/local-functions-proxy-win32-ia32": "1.1.1",
2880
+ "@netlify/local-functions-proxy-win32-x64": "1.1.1"
2881
+ }
2882
+ },
2883
+ "node_modules/@netlify/local-functions-proxy-darwin-arm64": {
2884
+ "version": "1.1.1",
2885
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-arm64/-/local-functions-proxy-darwin-arm64-1.1.1.tgz",
2886
+ "integrity": "sha512-lphJ9qqZ3glnKWEqlemU1LMqXxtJ/tKf7VzakqqyjigwLscXSZSb6fupSjQfd4tR1xqxA76ylws/2HDhc/gs+Q==",
2887
+ "cpu": [
2888
+ "arm64"
2889
+ ],
2890
+ "optional": true,
2891
+ "os": [
2892
+ "darwin"
2893
+ ],
2894
+ "bin": {
2895
+ "local-functions-proxy": "bin/local-functions-proxy"
2896
+ }
2897
+ },
2898
+ "node_modules/@netlify/local-functions-proxy-darwin-x64": {
2899
+ "version": "1.1.1",
2900
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-x64/-/local-functions-proxy-darwin-x64-1.1.1.tgz",
2901
+ "integrity": "sha512-4CRB0H+dXZzoEklq5Jpmg+chizXlVwCko94d8+UHWCgy/bA3M/rU/BJ8OLZisnJaAktHoeLABKtcLOhtRHpxZQ==",
2902
+ "cpu": [
2903
+ "x64"
2904
+ ],
2905
+ "optional": true,
2906
+ "os": [
2907
+ "darwin"
2908
+ ],
2909
+ "bin": {
2910
+ "local-functions-proxy": "bin/local-functions-proxy"
2911
+ }
2912
+ },
2913
+ "node_modules/@netlify/local-functions-proxy-freebsd-arm64": {
2914
+ "version": "1.1.1",
2915
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-arm64/-/local-functions-proxy-freebsd-arm64-1.1.1.tgz",
2916
+ "integrity": "sha512-u13lWTVMJDF0A6jX7V4N3HYGTIHLe5d1Z2wT43fSIHwXkTs6UXi72cGSraisajG+5JFIwHfPr7asw5vxFC0P9w==",
2917
+ "cpu": [
2918
+ "arm64"
2919
+ ],
2920
+ "optional": true,
2921
+ "os": [
2922
+ "freebsd"
2923
+ ],
2924
+ "bin": {
2925
+ "local-functions-proxy": "bin/local-functions-proxy"
2926
+ }
2927
+ },
2928
+ "node_modules/@netlify/local-functions-proxy-freebsd-x64": {
2929
+ "version": "1.1.1",
2930
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-x64/-/local-functions-proxy-freebsd-x64-1.1.1.tgz",
2931
+ "integrity": "sha512-g5xw4xATK5YDzvXtzJ8S1qSkWBiyF8VVRehXPMOAMzpGjCX86twYhWp8rbAk7yA1zBWmmWrWNA2Odq/MgpKJJg==",
2932
+ "cpu": [
2933
+ "x64"
2934
+ ],
2935
+ "optional": true,
2936
+ "os": [
2937
+ "freebsd"
2938
+ ],
2939
+ "bin": {
2940
+ "local-functions-proxy": "bin/local-functions-proxy"
2941
+ }
2942
+ },
2943
+ "node_modules/@netlify/local-functions-proxy-linux-arm": {
2944
+ "version": "1.1.1",
2945
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm/-/local-functions-proxy-linux-arm-1.1.1.tgz",
2946
+ "integrity": "sha512-YsTpL+AbHwQrfHWXmKnwUrJBjoUON363nr6jUG1ueYnpbbv6wTUA7gI5snMi/gkGpqFusBthAA7C30e6bixfiA==",
2947
+ "cpu": [
2948
+ "arm"
2949
+ ],
2950
+ "optional": true,
2951
+ "os": [
2952
+ "linux"
2953
+ ],
2954
+ "bin": {
2955
+ "local-functions-proxy": "bin/local-functions-proxy"
2956
+ }
2957
+ },
2958
+ "node_modules/@netlify/local-functions-proxy-linux-arm64": {
2959
+ "version": "1.1.1",
2960
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm64/-/local-functions-proxy-linux-arm64-1.1.1.tgz",
2961
+ "integrity": "sha512-dPGu1H5n8na7mBKxiXQ+FNmthDAiA57wqgpm5JMAHtcdcmRvcXwJkwWVGvwfj8ShhYJHQaSaS9oPgO+mpKkgmA==",
2962
+ "cpu": [
2963
+ "arm64"
2964
+ ],
2965
+ "optional": true,
2966
+ "os": [
2967
+ "linux"
2968
+ ],
2969
+ "bin": {
2970
+ "local-functions-proxy": "bin/local-functions-proxy"
2971
+ }
2972
+ },
2973
+ "node_modules/@netlify/local-functions-proxy-linux-ia32": {
2974
+ "version": "1.1.1",
2975
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ia32/-/local-functions-proxy-linux-ia32-1.1.1.tgz",
2976
+ "integrity": "sha512-Ra0FlXDrmPRaq+rYH3/ttkXSrwk1D5Zx/Na7UPfJZxMY7Qo5iY4bgi/FuzjzWzlp0uuKZOhYOYzYzsIIyrSvmw==",
2977
+ "cpu": [
2978
+ "ia32"
2979
+ ],
2980
+ "optional": true,
2981
+ "os": [
2982
+ "linux"
2983
+ ],
2984
+ "bin": {
2985
+ "local-functions-proxy": "bin/local-functions-proxy"
2986
+ }
2987
+ },
2988
+ "node_modules/@netlify/local-functions-proxy-linux-ppc64": {
2989
+ "version": "1.1.1",
2990
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ppc64/-/local-functions-proxy-linux-ppc64-1.1.1.tgz",
2991
+ "integrity": "sha512-oXf1satwqwUUxz7LHS1BxbRqc4FFEKIDFTls04eXiLReFR3sqv9H/QuYNTCCDMuRcCOd92qKyDfATdnxT4HR8w==",
2992
+ "cpu": [
2993
+ "ppc64"
2994
+ ],
2995
+ "optional": true,
2996
+ "os": [
2997
+ "linux"
2998
+ ],
2999
+ "bin": {
3000
+ "local-functions-proxy": "bin/local-functions-proxy"
3001
+ }
3002
+ },
3003
+ "node_modules/@netlify/local-functions-proxy-linux-x64": {
3004
+ "version": "1.1.1",
3005
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-x64/-/local-functions-proxy-linux-x64-1.1.1.tgz",
3006
+ "integrity": "sha512-bS3u4JuDg/eC0y4Na3i/29JBOxrdUvsK5JSjHfzUeZEbOcuXYf4KavTpHS5uikdvTgyczoSrvbmQJ5m0FLXfLA==",
3007
+ "cpu": [
3008
+ "x64"
3009
+ ],
3010
+ "optional": true,
3011
+ "os": [
3012
+ "linux"
3013
+ ],
3014
+ "bin": {
3015
+ "local-functions-proxy": "bin/local-functions-proxy"
3016
+ }
3017
+ },
3018
+ "node_modules/@netlify/local-functions-proxy-openbsd-x64": {
3019
+ "version": "1.1.1",
3020
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-openbsd-x64/-/local-functions-proxy-openbsd-x64-1.1.1.tgz",
3021
+ "integrity": "sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==",
3022
+ "cpu": [
3023
+ "x64"
3024
+ ],
3025
+ "optional": true,
3026
+ "os": [
3027
+ "openbsd"
3028
+ ],
3029
+ "bin": {
3030
+ "local-functions-proxy": "bin/local-functions-proxy"
3031
+ }
3032
+ },
3033
+ "node_modules/@netlify/local-functions-proxy-win32-ia32": {
3034
+ "version": "1.1.1",
3035
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-ia32/-/local-functions-proxy-win32-ia32-1.1.1.tgz",
3036
+ "integrity": "sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==",
3037
+ "cpu": [
3038
+ "ia32"
3039
+ ],
3040
+ "optional": true,
3041
+ "os": [
3042
+ "win32"
3043
+ ],
3044
+ "bin": {
3045
+ "local-functions-proxy.exe": "bin/local-functions-proxy.exe"
3046
+ }
3047
+ },
3048
+ "node_modules/@netlify/local-functions-proxy-win32-x64": {
3049
+ "version": "1.1.1",
3050
+ "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-x64/-/local-functions-proxy-win32-x64-1.1.1.tgz",
3051
+ "integrity": "sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==",
3052
+ "cpu": [
3053
+ "x64"
3054
+ ],
3055
+ "optional": true,
3056
+ "os": [
3057
+ "win32"
3058
+ ],
3059
+ "bin": {
3060
+ "local-functions-proxy.exe": "bin/local-functions-proxy.exe"
3061
+ }
3062
+ },
3063
+ "node_modules/@netlify/open-api": {
3064
+ "version": "2.44.0",
3065
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.44.0.tgz",
3066
+ "integrity": "sha512-boKEIFvXXITHTNTZgy+PebDpzhTiGYEn4jbXW9hiF/iYgIFHTdvbqiCWQpK0Pr2CUGYWeqMSUnZgfRUFDu7M6Q==",
1979
3067
  "license": "MIT",
1980
- "dependencies": {
1981
- "@netlify/types": "2.1.0"
1982
- },
1983
3068
  "engines": {
1984
- "node": ">=18.0.0"
3069
+ "node": ">=14.8.0"
1985
3070
  }
1986
3071
  },
1987
- "node_modules/@netlify/edge-functions-bootstrap": {
1988
- "version": "2.17.1",
1989
- "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.17.1.tgz",
1990
- "integrity": "sha512-KyNJbDhK1rC5wEeI7bXPgfl8QvADMHqNy2nwNJG60EHVRXTF0zxFnOpt/p0m2C512gcMXRrKZxaOZQ032RHVbw==",
1991
- "license": "MIT"
3072
+ "node_modules/@netlify/opentelemetry-utils": {
3073
+ "version": "2.0.1",
3074
+ "resolved": "https://registry.npmjs.org/@netlify/opentelemetry-utils/-/opentelemetry-utils-2.0.1.tgz",
3075
+ "integrity": "sha512-SE9dZZR620yTYky8By/8h+UaTMugxue8oL51aRUrvtDg7y8Ed6fYKC8VY5JExCkLWQ1k3874qktwfc5gdMVx+w==",
3076
+ "engines": {
3077
+ "node": ">=18.14.0"
3078
+ },
3079
+ "peerDependencies": {
3080
+ "@opentelemetry/api": "~1.8.0"
3081
+ }
1992
3082
  },
1993
- "node_modules/@netlify/functions-utils": {
1994
- "version": "6.2.11",
1995
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.11.tgz",
1996
- "integrity": "sha512-gCCjXtCtBShvZvCZwO2IxWYVjHUssnrSDea/JRoVBFc4DP3qbNoa1hdwsZ8fydguMOQaf5zFIqnDF4DKXaMA6Q==",
1997
- "license": "MIT",
3083
+ "node_modules/@netlify/plugins-list": {
3084
+ "version": "6.80.0",
3085
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.80.0.tgz",
3086
+ "integrity": "sha512-bCKLI51UZ70ziIWsf2nvgPd4XuG6m8AMCoHiYtl/BSsiaSBfmryZnTTqdRXerH09tBRpbPPwzaEgUJwyU9o8Qw==",
3087
+ "engines": {
3088
+ "node": "^14.14.0 || >=16.0.0"
3089
+ }
3090
+ },
3091
+ "node_modules/@netlify/redirect-parser": {
3092
+ "version": "15.0.3",
3093
+ "resolved": "https://registry.npmjs.org/@netlify/redirect-parser/-/redirect-parser-15.0.3.tgz",
3094
+ "integrity": "sha512-/HB3fcRRNgf6O/pbLn4EYNDHrU2kiadMMnazg8/OjvQK2S9i4y61vQcrICvDxYKUKQdgeEaABUuaCNAJFnfD9w==",
1998
3095
  "dependencies": {
1999
- "@netlify/zip-it-and-ship-it": "14.1.11",
2000
- "cpy": "^11.0.0",
3096
+ "@iarna/toml": "^2.2.5",
3097
+ "fast-safe-stringify": "^2.1.1",
3098
+ "is-plain-obj": "^4.0.0",
2001
3099
  "path-exists": "^5.0.0"
2002
3100
  },
2003
3101
  "engines": {
2004
3102
  "node": ">=18.14.0"
2005
3103
  }
2006
3104
  },
2007
- "node_modules/@netlify/git-utils": {
3105
+ "node_modules/@netlify/run-utils": {
2008
3106
  "version": "6.0.2",
2009
- "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-6.0.2.tgz",
2010
- "integrity": "sha512-ASp8T6ZAxL5OE0xvTTn5+tIBua5F8ruLH7oYtI/m2W/8rYb9V3qvNeenf9SnKlGj1xv6mPv8l7Tc93kmBLLofw==",
3107
+ "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-6.0.2.tgz",
3108
+ "integrity": "sha512-62K++LDoPqcR1hTnOL2JhuAfY0LMgQ6MgW89DehPplKLbKaEXQH1K1+hUDvgKsn68ofTpE1CTq30PGZQo8fVxw==",
2011
3109
  "dependencies": {
2012
- "execa": "^8.0.0",
2013
- "map-obj": "^5.0.0",
2014
- "micromatch": "^4.0.2",
2015
- "moize": "^6.1.3",
2016
- "path-exists": "^5.0.0"
3110
+ "execa": "^8.0.0"
2017
3111
  },
2018
3112
  "engines": {
2019
3113
  "node": ">=18.14.0"
2020
3114
  }
2021
3115
  },
2022
- "node_modules/@netlify/git-utils/node_modules/execa": {
3116
+ "node_modules/@netlify/run-utils/node_modules/execa": {
2023
3117
  "version": "8.0.1",
2024
3118
  "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2025
3119
  "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
@@ -2041,7 +3135,7 @@
2041
3135
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
2042
3136
  }
2043
3137
  },
2044
- "node_modules/@netlify/git-utils/node_modules/get-stream": {
3138
+ "node_modules/@netlify/run-utils/node_modules/get-stream": {
2045
3139
  "version": "8.0.1",
2046
3140
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2047
3141
  "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
@@ -2052,7 +3146,7 @@
2052
3146
  "url": "https://github.com/sponsors/sindresorhus"
2053
3147
  }
2054
3148
  },
2055
- "node_modules/@netlify/git-utils/node_modules/human-signals": {
3149
+ "node_modules/@netlify/run-utils/node_modules/human-signals": {
2056
3150
  "version": "5.0.0",
2057
3151
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
2058
3152
  "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
@@ -2060,7 +3154,7 @@
2060
3154
  "node": ">=16.17.0"
2061
3155
  }
2062
3156
  },
2063
- "node_modules/@netlify/git-utils/node_modules/is-stream": {
3157
+ "node_modules/@netlify/run-utils/node_modules/is-stream": {
2064
3158
  "version": "3.0.0",
2065
3159
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
2066
3160
  "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
@@ -2071,7 +3165,7 @@
2071
3165
  "url": "https://github.com/sponsors/sindresorhus"
2072
3166
  }
2073
3167
  },
2074
- "node_modules/@netlify/git-utils/node_modules/npm-run-path": {
3168
+ "node_modules/@netlify/run-utils/node_modules/npm-run-path": {
2075
3169
  "version": "5.3.0",
2076
3170
  "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2077
3171
  "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
@@ -2085,7 +3179,7 @@
2085
3179
  "url": "https://github.com/sponsors/sindresorhus"
2086
3180
  }
2087
3181
  },
2088
- "node_modules/@netlify/git-utils/node_modules/onetime": {
3182
+ "node_modules/@netlify/run-utils/node_modules/onetime": {
2089
3183
  "version": "6.0.0",
2090
3184
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2091
3185
  "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
@@ -2099,7 +3193,7 @@
2099
3193
  "url": "https://github.com/sponsors/sindresorhus"
2100
3194
  }
2101
3195
  },
2102
- "node_modules/@netlify/git-utils/node_modules/signal-exit": {
3196
+ "node_modules/@netlify/run-utils/node_modules/signal-exit": {
2103
3197
  "version": "4.1.0",
2104
3198
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2105
3199
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
@@ -2110,7 +3204,7 @@
2110
3204
  "url": "https://github.com/sponsors/isaacs"
2111
3205
  }
2112
3206
  },
2113
- "node_modules/@netlify/git-utils/node_modules/strip-final-newline": {
3207
+ "node_modules/@netlify/run-utils/node_modules/strip-final-newline": {
2114
3208
  "version": "3.0.0",
2115
3209
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2116
3210
  "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
@@ -2121,443 +3215,540 @@
2121
3215
  "url": "https://github.com/sponsors/sindresorhus"
2122
3216
  }
2123
3217
  },
2124
- "node_modules/@netlify/headers-parser": {
2125
- "version": "9.0.2",
2126
- "resolved": "https://registry.npmjs.org/@netlify/headers-parser/-/headers-parser-9.0.2.tgz",
2127
- "integrity": "sha512-86YEGPxVemhksY1LeSr8NSOyH11RHvYHq+FuBJnTlPZoRDX+TD+0TAxF6lwzAgVTd1VPkyFEHlNgUGqw7aNzRQ==",
3218
+ "node_modules/@netlify/types": {
3219
+ "version": "2.1.0",
3220
+ "resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.1.0.tgz",
3221
+ "integrity": "sha512-ktUb5d58pt1lQGXO5E9S0F1ljM0g+CoQuGTVII0IxBc0apmPq5RI0o3OWLY7U3ZERRiYTg5UfjiMihBEzuZsuw==",
3222
+ "license": "MIT",
3223
+ "engines": {
3224
+ "node": "^18.14.0 || >=20"
3225
+ }
3226
+ },
3227
+ "node_modules/@netlify/zip-it-and-ship-it": {
3228
+ "version": "14.1.14",
3229
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.14.tgz",
3230
+ "integrity": "sha512-33w50VcYLZ7RpUCFvl+n8JoLRGSVKerbH6cXtVjzA7un9JSkJWZQVS3nDmWYbq6OR0VnS1LGn7r+/ll6pSOvCg==",
3231
+ "license": "MIT",
2128
3232
  "dependencies": {
2129
- "@iarna/toml": "^2.2.5",
2130
- "escape-string-regexp": "^5.0.0",
2131
- "fast-safe-stringify": "^2.0.7",
2132
- "is-plain-obj": "^4.0.0",
2133
- "map-obj": "^5.0.0",
2134
- "path-exists": "^5.0.0"
3233
+ "@babel/parser": "^7.22.5",
3234
+ "@babel/types": "7.28.5",
3235
+ "@netlify/binary-info": "^1.0.0",
3236
+ "@netlify/serverless-functions-api": "^2.7.2",
3237
+ "@vercel/nft": "0.29.4",
3238
+ "archiver": "^7.0.0",
3239
+ "common-path-prefix": "^3.0.0",
3240
+ "copy-file": "^11.0.0",
3241
+ "es-module-lexer": "^1.0.0",
3242
+ "esbuild": "0.25.11",
3243
+ "execa": "^8.0.0",
3244
+ "fast-glob": "^3.3.3",
3245
+ "filter-obj": "^6.0.0",
3246
+ "find-up": "^7.0.0",
3247
+ "is-path-inside": "^4.0.0",
3248
+ "junk": "^4.0.0",
3249
+ "locate-path": "^7.0.0",
3250
+ "merge-options": "^3.0.4",
3251
+ "minimatch": "^9.0.0",
3252
+ "normalize-path": "^3.0.0",
3253
+ "p-map": "^7.0.0",
3254
+ "path-exists": "^5.0.0",
3255
+ "precinct": "^12.0.0",
3256
+ "require-package-name": "^2.0.1",
3257
+ "resolve": "^2.0.0-next.1",
3258
+ "semver": "^7.3.8",
3259
+ "tmp-promise": "^3.0.2",
3260
+ "toml": "^3.0.0",
3261
+ "unixify": "^1.0.0",
3262
+ "urlpattern-polyfill": "8.0.2",
3263
+ "yargs": "^17.0.0",
3264
+ "zod": "^3.23.8"
3265
+ },
3266
+ "bin": {
3267
+ "zip-it-and-ship-it": "bin.js"
2135
3268
  },
2136
3269
  "engines": {
2137
3270
  "node": ">=18.14.0"
2138
3271
  }
2139
3272
  },
2140
- "node_modules/@netlify/local-functions-proxy": {
2141
- "version": "2.0.3",
2142
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy/-/local-functions-proxy-2.0.3.tgz",
2143
- "integrity": "sha512-siVwmrp7Ow+7jLALi6jXOja4Y4uHMMgOLLQMgd+OZ1TESOstrJvkUisJEDAc9hx7u0v/B0mh5g1g1huiH3uS3A==",
2144
- "engines": {
2145
- "node": ">=18.14.0"
3273
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@babel/types": {
3274
+ "version": "7.28.5",
3275
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
3276
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
3277
+ "license": "MIT",
3278
+ "dependencies": {
3279
+ "@babel/helper-string-parser": "^7.27.1",
3280
+ "@babel/helper-validator-identifier": "^7.28.5"
2146
3281
  },
2147
- "optionalDependencies": {
2148
- "@netlify/local-functions-proxy-darwin-arm64": "1.1.1",
2149
- "@netlify/local-functions-proxy-darwin-x64": "1.1.1",
2150
- "@netlify/local-functions-proxy-freebsd-arm64": "1.1.1",
2151
- "@netlify/local-functions-proxy-freebsd-x64": "1.1.1",
2152
- "@netlify/local-functions-proxy-linux-arm": "1.1.1",
2153
- "@netlify/local-functions-proxy-linux-arm64": "1.1.1",
2154
- "@netlify/local-functions-proxy-linux-ia32": "1.1.1",
2155
- "@netlify/local-functions-proxy-linux-ppc64": "1.1.1",
2156
- "@netlify/local-functions-proxy-linux-x64": "1.1.1",
2157
- "@netlify/local-functions-proxy-openbsd-x64": "1.1.1",
2158
- "@netlify/local-functions-proxy-win32-ia32": "1.1.1",
2159
- "@netlify/local-functions-proxy-win32-x64": "1.1.1"
3282
+ "engines": {
3283
+ "node": ">=6.9.0"
2160
3284
  }
2161
3285
  },
2162
- "node_modules/@netlify/local-functions-proxy-darwin-arm64": {
2163
- "version": "1.1.1",
2164
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-arm64/-/local-functions-proxy-darwin-arm64-1.1.1.tgz",
2165
- "integrity": "sha512-lphJ9qqZ3glnKWEqlemU1LMqXxtJ/tKf7VzakqqyjigwLscXSZSb6fupSjQfd4tR1xqxA76ylws/2HDhc/gs+Q==",
3286
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/aix-ppc64": {
3287
+ "version": "0.25.11",
3288
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
3289
+ "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
3290
+ "cpu": [
3291
+ "ppc64"
3292
+ ],
3293
+ "license": "MIT",
3294
+ "optional": true,
3295
+ "os": [
3296
+ "aix"
3297
+ ],
3298
+ "engines": {
3299
+ "node": ">=18"
3300
+ }
3301
+ },
3302
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/android-arm": {
3303
+ "version": "0.25.11",
3304
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
3305
+ "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
3306
+ "cpu": [
3307
+ "arm"
3308
+ ],
3309
+ "license": "MIT",
3310
+ "optional": true,
3311
+ "os": [
3312
+ "android"
3313
+ ],
3314
+ "engines": {
3315
+ "node": ">=18"
3316
+ }
3317
+ },
3318
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/android-arm64": {
3319
+ "version": "0.25.11",
3320
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
3321
+ "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
3322
+ "cpu": [
3323
+ "arm64"
3324
+ ],
3325
+ "license": "MIT",
3326
+ "optional": true,
3327
+ "os": [
3328
+ "android"
3329
+ ],
3330
+ "engines": {
3331
+ "node": ">=18"
3332
+ }
3333
+ },
3334
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/android-x64": {
3335
+ "version": "0.25.11",
3336
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
3337
+ "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
3338
+ "cpu": [
3339
+ "x64"
3340
+ ],
3341
+ "license": "MIT",
3342
+ "optional": true,
3343
+ "os": [
3344
+ "android"
3345
+ ],
3346
+ "engines": {
3347
+ "node": ">=18"
3348
+ }
3349
+ },
3350
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/darwin-arm64": {
3351
+ "version": "0.25.11",
3352
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
3353
+ "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
2166
3354
  "cpu": [
2167
3355
  "arm64"
2168
3356
  ],
3357
+ "license": "MIT",
2169
3358
  "optional": true,
2170
3359
  "os": [
2171
3360
  "darwin"
2172
3361
  ],
2173
- "bin": {
2174
- "local-functions-proxy": "bin/local-functions-proxy"
3362
+ "engines": {
3363
+ "node": ">=18"
2175
3364
  }
2176
3365
  },
2177
- "node_modules/@netlify/local-functions-proxy-darwin-x64": {
2178
- "version": "1.1.1",
2179
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-x64/-/local-functions-proxy-darwin-x64-1.1.1.tgz",
2180
- "integrity": "sha512-4CRB0H+dXZzoEklq5Jpmg+chizXlVwCko94d8+UHWCgy/bA3M/rU/BJ8OLZisnJaAktHoeLABKtcLOhtRHpxZQ==",
3366
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/darwin-x64": {
3367
+ "version": "0.25.11",
3368
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
3369
+ "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
2181
3370
  "cpu": [
2182
3371
  "x64"
2183
3372
  ],
3373
+ "license": "MIT",
2184
3374
  "optional": true,
2185
3375
  "os": [
2186
3376
  "darwin"
2187
3377
  ],
2188
- "bin": {
2189
- "local-functions-proxy": "bin/local-functions-proxy"
3378
+ "engines": {
3379
+ "node": ">=18"
2190
3380
  }
2191
3381
  },
2192
- "node_modules/@netlify/local-functions-proxy-freebsd-arm64": {
2193
- "version": "1.1.1",
2194
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-arm64/-/local-functions-proxy-freebsd-arm64-1.1.1.tgz",
2195
- "integrity": "sha512-u13lWTVMJDF0A6jX7V4N3HYGTIHLe5d1Z2wT43fSIHwXkTs6UXi72cGSraisajG+5JFIwHfPr7asw5vxFC0P9w==",
3382
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/freebsd-arm64": {
3383
+ "version": "0.25.11",
3384
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
3385
+ "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
2196
3386
  "cpu": [
2197
3387
  "arm64"
2198
3388
  ],
3389
+ "license": "MIT",
2199
3390
  "optional": true,
2200
3391
  "os": [
2201
3392
  "freebsd"
2202
3393
  ],
2203
- "bin": {
2204
- "local-functions-proxy": "bin/local-functions-proxy"
3394
+ "engines": {
3395
+ "node": ">=18"
2205
3396
  }
2206
3397
  },
2207
- "node_modules/@netlify/local-functions-proxy-freebsd-x64": {
2208
- "version": "1.1.1",
2209
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-x64/-/local-functions-proxy-freebsd-x64-1.1.1.tgz",
2210
- "integrity": "sha512-g5xw4xATK5YDzvXtzJ8S1qSkWBiyF8VVRehXPMOAMzpGjCX86twYhWp8rbAk7yA1zBWmmWrWNA2Odq/MgpKJJg==",
3398
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/freebsd-x64": {
3399
+ "version": "0.25.11",
3400
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
3401
+ "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
2211
3402
  "cpu": [
2212
3403
  "x64"
2213
3404
  ],
3405
+ "license": "MIT",
2214
3406
  "optional": true,
2215
3407
  "os": [
2216
3408
  "freebsd"
2217
3409
  ],
2218
- "bin": {
2219
- "local-functions-proxy": "bin/local-functions-proxy"
3410
+ "engines": {
3411
+ "node": ">=18"
2220
3412
  }
2221
3413
  },
2222
- "node_modules/@netlify/local-functions-proxy-linux-arm": {
2223
- "version": "1.1.1",
2224
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm/-/local-functions-proxy-linux-arm-1.1.1.tgz",
2225
- "integrity": "sha512-YsTpL+AbHwQrfHWXmKnwUrJBjoUON363nr6jUG1ueYnpbbv6wTUA7gI5snMi/gkGpqFusBthAA7C30e6bixfiA==",
3414
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-arm": {
3415
+ "version": "0.25.11",
3416
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
3417
+ "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
2226
3418
  "cpu": [
2227
3419
  "arm"
2228
3420
  ],
3421
+ "license": "MIT",
2229
3422
  "optional": true,
2230
3423
  "os": [
2231
3424
  "linux"
2232
3425
  ],
2233
- "bin": {
2234
- "local-functions-proxy": "bin/local-functions-proxy"
3426
+ "engines": {
3427
+ "node": ">=18"
2235
3428
  }
2236
3429
  },
2237
- "node_modules/@netlify/local-functions-proxy-linux-arm64": {
2238
- "version": "1.1.1",
2239
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm64/-/local-functions-proxy-linux-arm64-1.1.1.tgz",
2240
- "integrity": "sha512-dPGu1H5n8na7mBKxiXQ+FNmthDAiA57wqgpm5JMAHtcdcmRvcXwJkwWVGvwfj8ShhYJHQaSaS9oPgO+mpKkgmA==",
3430
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-arm64": {
3431
+ "version": "0.25.11",
3432
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
3433
+ "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
2241
3434
  "cpu": [
2242
3435
  "arm64"
2243
3436
  ],
3437
+ "license": "MIT",
2244
3438
  "optional": true,
2245
3439
  "os": [
2246
3440
  "linux"
2247
3441
  ],
2248
- "bin": {
2249
- "local-functions-proxy": "bin/local-functions-proxy"
3442
+ "engines": {
3443
+ "node": ">=18"
2250
3444
  }
2251
3445
  },
2252
- "node_modules/@netlify/local-functions-proxy-linux-ia32": {
2253
- "version": "1.1.1",
2254
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ia32/-/local-functions-proxy-linux-ia32-1.1.1.tgz",
2255
- "integrity": "sha512-Ra0FlXDrmPRaq+rYH3/ttkXSrwk1D5Zx/Na7UPfJZxMY7Qo5iY4bgi/FuzjzWzlp0uuKZOhYOYzYzsIIyrSvmw==",
3446
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-ia32": {
3447
+ "version": "0.25.11",
3448
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
3449
+ "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
2256
3450
  "cpu": [
2257
3451
  "ia32"
2258
3452
  ],
3453
+ "license": "MIT",
2259
3454
  "optional": true,
2260
3455
  "os": [
2261
3456
  "linux"
2262
3457
  ],
2263
- "bin": {
2264
- "local-functions-proxy": "bin/local-functions-proxy"
3458
+ "engines": {
3459
+ "node": ">=18"
2265
3460
  }
2266
3461
  },
2267
- "node_modules/@netlify/local-functions-proxy-linux-ppc64": {
2268
- "version": "1.1.1",
2269
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ppc64/-/local-functions-proxy-linux-ppc64-1.1.1.tgz",
2270
- "integrity": "sha512-oXf1satwqwUUxz7LHS1BxbRqc4FFEKIDFTls04eXiLReFR3sqv9H/QuYNTCCDMuRcCOd92qKyDfATdnxT4HR8w==",
3462
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-loong64": {
3463
+ "version": "0.25.11",
3464
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
3465
+ "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
2271
3466
  "cpu": [
2272
- "ppc64"
3467
+ "loong64"
2273
3468
  ],
3469
+ "license": "MIT",
2274
3470
  "optional": true,
2275
3471
  "os": [
2276
3472
  "linux"
2277
3473
  ],
2278
- "bin": {
2279
- "local-functions-proxy": "bin/local-functions-proxy"
3474
+ "engines": {
3475
+ "node": ">=18"
2280
3476
  }
2281
3477
  },
2282
- "node_modules/@netlify/local-functions-proxy-linux-x64": {
2283
- "version": "1.1.1",
2284
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-x64/-/local-functions-proxy-linux-x64-1.1.1.tgz",
2285
- "integrity": "sha512-bS3u4JuDg/eC0y4Na3i/29JBOxrdUvsK5JSjHfzUeZEbOcuXYf4KavTpHS5uikdvTgyczoSrvbmQJ5m0FLXfLA==",
3478
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-mips64el": {
3479
+ "version": "0.25.11",
3480
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
3481
+ "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
2286
3482
  "cpu": [
2287
- "x64"
3483
+ "mips64el"
2288
3484
  ],
3485
+ "license": "MIT",
2289
3486
  "optional": true,
2290
3487
  "os": [
2291
3488
  "linux"
2292
3489
  ],
2293
- "bin": {
2294
- "local-functions-proxy": "bin/local-functions-proxy"
3490
+ "engines": {
3491
+ "node": ">=18"
2295
3492
  }
2296
3493
  },
2297
- "node_modules/@netlify/local-functions-proxy-openbsd-x64": {
2298
- "version": "1.1.1",
2299
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-openbsd-x64/-/local-functions-proxy-openbsd-x64-1.1.1.tgz",
2300
- "integrity": "sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==",
3494
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-ppc64": {
3495
+ "version": "0.25.11",
3496
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
3497
+ "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
2301
3498
  "cpu": [
2302
- "x64"
3499
+ "ppc64"
2303
3500
  ],
3501
+ "license": "MIT",
2304
3502
  "optional": true,
2305
3503
  "os": [
2306
- "openbsd"
3504
+ "linux"
2307
3505
  ],
2308
- "bin": {
2309
- "local-functions-proxy": "bin/local-functions-proxy"
3506
+ "engines": {
3507
+ "node": ">=18"
2310
3508
  }
2311
3509
  },
2312
- "node_modules/@netlify/local-functions-proxy-win32-ia32": {
2313
- "version": "1.1.1",
2314
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-ia32/-/local-functions-proxy-win32-ia32-1.1.1.tgz",
2315
- "integrity": "sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==",
3510
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-riscv64": {
3511
+ "version": "0.25.11",
3512
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
3513
+ "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
2316
3514
  "cpu": [
2317
- "ia32"
3515
+ "riscv64"
2318
3516
  ],
3517
+ "license": "MIT",
2319
3518
  "optional": true,
2320
3519
  "os": [
2321
- "win32"
3520
+ "linux"
2322
3521
  ],
2323
- "bin": {
2324
- "local-functions-proxy.exe": "bin/local-functions-proxy.exe"
3522
+ "engines": {
3523
+ "node": ">=18"
2325
3524
  }
2326
3525
  },
2327
- "node_modules/@netlify/local-functions-proxy-win32-x64": {
2328
- "version": "1.1.1",
2329
- "resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-x64/-/local-functions-proxy-win32-x64-1.1.1.tgz",
2330
- "integrity": "sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==",
3526
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-s390x": {
3527
+ "version": "0.25.11",
3528
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
3529
+ "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
2331
3530
  "cpu": [
2332
- "x64"
3531
+ "s390x"
2333
3532
  ],
3533
+ "license": "MIT",
2334
3534
  "optional": true,
2335
3535
  "os": [
2336
- "win32"
3536
+ "linux"
2337
3537
  ],
2338
- "bin": {
2339
- "local-functions-proxy.exe": "bin/local-functions-proxy.exe"
2340
- }
2341
- },
2342
- "node_modules/@netlify/open-api": {
2343
- "version": "2.40.0",
2344
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.40.0.tgz",
2345
- "integrity": "sha512-Dp4lilDnkRKGWnljGkFVxfoh1wsWqxheE5/ZOf/sMZPsh3jGu5QZ4hVLEidzXYB/zIKFFqLaUbP2XYVxTqWqyQ==",
2346
- "license": "MIT",
2347
- "engines": {
2348
- "node": ">=14.8.0"
2349
- }
2350
- },
2351
- "node_modules/@netlify/opentelemetry-utils": {
2352
- "version": "2.0.1",
2353
- "resolved": "https://registry.npmjs.org/@netlify/opentelemetry-utils/-/opentelemetry-utils-2.0.1.tgz",
2354
- "integrity": "sha512-SE9dZZR620yTYky8By/8h+UaTMugxue8oL51aRUrvtDg7y8Ed6fYKC8VY5JExCkLWQ1k3874qktwfc5gdMVx+w==",
2355
- "engines": {
2356
- "node": ">=18.14.0"
2357
- },
2358
- "peerDependencies": {
2359
- "@opentelemetry/api": "~1.8.0"
2360
- }
2361
- },
2362
- "node_modules/@netlify/plugins-list": {
2363
- "version": "6.80.0",
2364
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.80.0.tgz",
2365
- "integrity": "sha512-bCKLI51UZ70ziIWsf2nvgPd4XuG6m8AMCoHiYtl/BSsiaSBfmryZnTTqdRXerH09tBRpbPPwzaEgUJwyU9o8Qw==",
2366
- "engines": {
2367
- "node": "^14.14.0 || >=16.0.0"
2368
- }
2369
- },
2370
- "node_modules/@netlify/redirect-parser": {
2371
- "version": "15.0.3",
2372
- "resolved": "https://registry.npmjs.org/@netlify/redirect-parser/-/redirect-parser-15.0.3.tgz",
2373
- "integrity": "sha512-/HB3fcRRNgf6O/pbLn4EYNDHrU2kiadMMnazg8/OjvQK2S9i4y61vQcrICvDxYKUKQdgeEaABUuaCNAJFnfD9w==",
2374
- "dependencies": {
2375
- "@iarna/toml": "^2.2.5",
2376
- "fast-safe-stringify": "^2.1.1",
2377
- "is-plain-obj": "^4.0.0",
2378
- "path-exists": "^5.0.0"
2379
- },
2380
- "engines": {
2381
- "node": ">=18.14.0"
2382
- }
2383
- },
2384
- "node_modules/@netlify/run-utils": {
2385
- "version": "6.0.2",
2386
- "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-6.0.2.tgz",
2387
- "integrity": "sha512-62K++LDoPqcR1hTnOL2JhuAfY0LMgQ6MgW89DehPplKLbKaEXQH1K1+hUDvgKsn68ofTpE1CTq30PGZQo8fVxw==",
2388
- "dependencies": {
2389
- "execa": "^8.0.0"
2390
- },
2391
3538
  "engines": {
2392
- "node": ">=18.14.0"
3539
+ "node": ">=18"
2393
3540
  }
2394
3541
  },
2395
- "node_modules/@netlify/run-utils/node_modules/execa": {
2396
- "version": "8.0.1",
2397
- "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
2398
- "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
2399
- "dependencies": {
2400
- "cross-spawn": "^7.0.3",
2401
- "get-stream": "^8.0.1",
2402
- "human-signals": "^5.0.0",
2403
- "is-stream": "^3.0.0",
2404
- "merge-stream": "^2.0.0",
2405
- "npm-run-path": "^5.1.0",
2406
- "onetime": "^6.0.0",
2407
- "signal-exit": "^4.1.0",
2408
- "strip-final-newline": "^3.0.0"
2409
- },
3542
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/linux-x64": {
3543
+ "version": "0.25.11",
3544
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
3545
+ "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
3546
+ "cpu": [
3547
+ "x64"
3548
+ ],
3549
+ "license": "MIT",
3550
+ "optional": true,
3551
+ "os": [
3552
+ "linux"
3553
+ ],
2410
3554
  "engines": {
2411
- "node": ">=16.17"
2412
- },
2413
- "funding": {
2414
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
3555
+ "node": ">=18"
2415
3556
  }
2416
3557
  },
2417
- "node_modules/@netlify/run-utils/node_modules/get-stream": {
2418
- "version": "8.0.1",
2419
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
2420
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
3558
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/netbsd-arm64": {
3559
+ "version": "0.25.11",
3560
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
3561
+ "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
3562
+ "cpu": [
3563
+ "arm64"
3564
+ ],
3565
+ "license": "MIT",
3566
+ "optional": true,
3567
+ "os": [
3568
+ "netbsd"
3569
+ ],
2421
3570
  "engines": {
2422
- "node": ">=16"
2423
- },
2424
- "funding": {
2425
- "url": "https://github.com/sponsors/sindresorhus"
3571
+ "node": ">=18"
2426
3572
  }
2427
3573
  },
2428
- "node_modules/@netlify/run-utils/node_modules/human-signals": {
2429
- "version": "5.0.0",
2430
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
2431
- "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
3574
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/netbsd-x64": {
3575
+ "version": "0.25.11",
3576
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
3577
+ "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
3578
+ "cpu": [
3579
+ "x64"
3580
+ ],
3581
+ "license": "MIT",
3582
+ "optional": true,
3583
+ "os": [
3584
+ "netbsd"
3585
+ ],
2432
3586
  "engines": {
2433
- "node": ">=16.17.0"
3587
+ "node": ">=18"
2434
3588
  }
2435
3589
  },
2436
- "node_modules/@netlify/run-utils/node_modules/is-stream": {
2437
- "version": "3.0.0",
2438
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
2439
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
3590
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/openbsd-arm64": {
3591
+ "version": "0.25.11",
3592
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
3593
+ "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
3594
+ "cpu": [
3595
+ "arm64"
3596
+ ],
3597
+ "license": "MIT",
3598
+ "optional": true,
3599
+ "os": [
3600
+ "openbsd"
3601
+ ],
2440
3602
  "engines": {
2441
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2442
- },
2443
- "funding": {
2444
- "url": "https://github.com/sponsors/sindresorhus"
2445
- }
2446
- },
2447
- "node_modules/@netlify/run-utils/node_modules/npm-run-path": {
2448
- "version": "5.3.0",
2449
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
2450
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
2451
- "dependencies": {
2452
- "path-key": "^4.0.0"
2453
- },
3603
+ "node": ">=18"
3604
+ }
3605
+ },
3606
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/openbsd-x64": {
3607
+ "version": "0.25.11",
3608
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
3609
+ "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
3610
+ "cpu": [
3611
+ "x64"
3612
+ ],
3613
+ "license": "MIT",
3614
+ "optional": true,
3615
+ "os": [
3616
+ "openbsd"
3617
+ ],
2454
3618
  "engines": {
2455
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2456
- },
2457
- "funding": {
2458
- "url": "https://github.com/sponsors/sindresorhus"
3619
+ "node": ">=18"
2459
3620
  }
2460
3621
  },
2461
- "node_modules/@netlify/run-utils/node_modules/onetime": {
2462
- "version": "6.0.0",
2463
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
2464
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
2465
- "dependencies": {
2466
- "mimic-fn": "^4.0.0"
2467
- },
3622
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/openharmony-arm64": {
3623
+ "version": "0.25.11",
3624
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
3625
+ "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
3626
+ "cpu": [
3627
+ "arm64"
3628
+ ],
3629
+ "license": "MIT",
3630
+ "optional": true,
3631
+ "os": [
3632
+ "openharmony"
3633
+ ],
2468
3634
  "engines": {
2469
- "node": ">=12"
2470
- },
2471
- "funding": {
2472
- "url": "https://github.com/sponsors/sindresorhus"
3635
+ "node": ">=18"
2473
3636
  }
2474
3637
  },
2475
- "node_modules/@netlify/run-utils/node_modules/signal-exit": {
2476
- "version": "4.1.0",
2477
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2478
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
3638
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/sunos-x64": {
3639
+ "version": "0.25.11",
3640
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
3641
+ "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
3642
+ "cpu": [
3643
+ "x64"
3644
+ ],
3645
+ "license": "MIT",
3646
+ "optional": true,
3647
+ "os": [
3648
+ "sunos"
3649
+ ],
2479
3650
  "engines": {
2480
- "node": ">=14"
2481
- },
2482
- "funding": {
2483
- "url": "https://github.com/sponsors/isaacs"
3651
+ "node": ">=18"
2484
3652
  }
2485
3653
  },
2486
- "node_modules/@netlify/run-utils/node_modules/strip-final-newline": {
2487
- "version": "3.0.0",
2488
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
2489
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
3654
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/win32-arm64": {
3655
+ "version": "0.25.11",
3656
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
3657
+ "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
3658
+ "cpu": [
3659
+ "arm64"
3660
+ ],
3661
+ "license": "MIT",
3662
+ "optional": true,
3663
+ "os": [
3664
+ "win32"
3665
+ ],
2490
3666
  "engines": {
2491
- "node": ">=12"
2492
- },
2493
- "funding": {
2494
- "url": "https://github.com/sponsors/sindresorhus"
3667
+ "node": ">=18"
2495
3668
  }
2496
3669
  },
2497
- "node_modules/@netlify/types": {
2498
- "version": "2.1.0",
2499
- "resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.1.0.tgz",
2500
- "integrity": "sha512-ktUb5d58pt1lQGXO5E9S0F1ljM0g+CoQuGTVII0IxBc0apmPq5RI0o3OWLY7U3ZERRiYTg5UfjiMihBEzuZsuw==",
3670
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/win32-ia32": {
3671
+ "version": "0.25.11",
3672
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
3673
+ "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
3674
+ "cpu": [
3675
+ "ia32"
3676
+ ],
2501
3677
  "license": "MIT",
3678
+ "optional": true,
3679
+ "os": [
3680
+ "win32"
3681
+ ],
2502
3682
  "engines": {
2503
- "node": "^18.14.0 || >=20"
3683
+ "node": ">=18"
2504
3684
  }
2505
3685
  },
2506
- "node_modules/@netlify/zip-it-and-ship-it": {
2507
- "version": "14.1.11",
2508
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.1.11.tgz",
2509
- "integrity": "sha512-5Ed9XH1JVPL7pAdq9zpC2WHjqHhHkaghuV3r2bvTTpx9JrTdzZxPeNnjZRjJMkjQAi8xSped5hNFJuD0QYmOuw==",
3686
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/@esbuild/win32-x64": {
3687
+ "version": "0.25.11",
3688
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
3689
+ "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
3690
+ "cpu": [
3691
+ "x64"
3692
+ ],
2510
3693
  "license": "MIT",
2511
- "dependencies": {
2512
- "@babel/parser": "^7.22.5",
2513
- "@babel/types": "7.28.4",
2514
- "@netlify/binary-info": "^1.0.0",
2515
- "@netlify/serverless-functions-api": "^2.7.1",
2516
- "@vercel/nft": "0.29.4",
2517
- "archiver": "^7.0.0",
2518
- "common-path-prefix": "^3.0.0",
2519
- "copy-file": "^11.0.0",
2520
- "es-module-lexer": "^1.0.0",
2521
- "esbuild": "0.25.10",
2522
- "execa": "^8.0.0",
2523
- "fast-glob": "^3.3.3",
2524
- "filter-obj": "^6.0.0",
2525
- "find-up": "^7.0.0",
2526
- "is-path-inside": "^4.0.0",
2527
- "junk": "^4.0.0",
2528
- "locate-path": "^7.0.0",
2529
- "merge-options": "^3.0.4",
2530
- "minimatch": "^9.0.0",
2531
- "normalize-path": "^3.0.0",
2532
- "p-map": "^7.0.0",
2533
- "path-exists": "^5.0.0",
2534
- "precinct": "^12.0.0",
2535
- "require-package-name": "^2.0.1",
2536
- "resolve": "^2.0.0-next.1",
2537
- "semver": "^7.3.8",
2538
- "tmp-promise": "^3.0.2",
2539
- "toml": "^3.0.0",
2540
- "unixify": "^1.0.0",
2541
- "urlpattern-polyfill": "8.0.2",
2542
- "yargs": "^17.0.0",
2543
- "zod": "^3.23.8"
2544
- },
2545
- "bin": {
2546
- "zip-it-and-ship-it": "bin.js"
2547
- },
3694
+ "optional": true,
3695
+ "os": [
3696
+ "win32"
3697
+ ],
2548
3698
  "engines": {
2549
- "node": ">=18.14.0"
3699
+ "node": ">=18"
2550
3700
  }
2551
3701
  },
2552
3702
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
2553
- "version": "2.7.1",
2554
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.7.1.tgz",
2555
- "integrity": "sha512-NQcLB8BHbIsgSBPk9A/OBR5mGpc6dOAg1iRsYHWK0IoKsvwQ9a7bZc2+E40nE41Mnk24UjfK09vDLxP85O/zwA==",
3703
+ "version": "2.7.2",
3704
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.7.2.tgz",
3705
+ "integrity": "sha512-/hevTzZMi0kZdclzfoIAd+UfXcYG/E9CjIiAqy6mFN0sSjeHdUO0v6P8GF2heVtQQzUyMBxebMmAzUVt5TsbXg==",
2556
3706
  "license": "MIT",
2557
3707
  "engines": {
2558
3708
  "node": ">=18.0.0"
2559
3709
  }
2560
3710
  },
3711
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/esbuild": {
3712
+ "version": "0.25.11",
3713
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
3714
+ "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
3715
+ "hasInstallScript": true,
3716
+ "license": "MIT",
3717
+ "bin": {
3718
+ "esbuild": "bin/esbuild"
3719
+ },
3720
+ "engines": {
3721
+ "node": ">=18"
3722
+ },
3723
+ "optionalDependencies": {
3724
+ "@esbuild/aix-ppc64": "0.25.11",
3725
+ "@esbuild/android-arm": "0.25.11",
3726
+ "@esbuild/android-arm64": "0.25.11",
3727
+ "@esbuild/android-x64": "0.25.11",
3728
+ "@esbuild/darwin-arm64": "0.25.11",
3729
+ "@esbuild/darwin-x64": "0.25.11",
3730
+ "@esbuild/freebsd-arm64": "0.25.11",
3731
+ "@esbuild/freebsd-x64": "0.25.11",
3732
+ "@esbuild/linux-arm": "0.25.11",
3733
+ "@esbuild/linux-arm64": "0.25.11",
3734
+ "@esbuild/linux-ia32": "0.25.11",
3735
+ "@esbuild/linux-loong64": "0.25.11",
3736
+ "@esbuild/linux-mips64el": "0.25.11",
3737
+ "@esbuild/linux-ppc64": "0.25.11",
3738
+ "@esbuild/linux-riscv64": "0.25.11",
3739
+ "@esbuild/linux-s390x": "0.25.11",
3740
+ "@esbuild/linux-x64": "0.25.11",
3741
+ "@esbuild/netbsd-arm64": "0.25.11",
3742
+ "@esbuild/netbsd-x64": "0.25.11",
3743
+ "@esbuild/openbsd-arm64": "0.25.11",
3744
+ "@esbuild/openbsd-x64": "0.25.11",
3745
+ "@esbuild/openharmony-arm64": "0.25.11",
3746
+ "@esbuild/sunos-x64": "0.25.11",
3747
+ "@esbuild/win32-arm64": "0.25.11",
3748
+ "@esbuild/win32-ia32": "0.25.11",
3749
+ "@esbuild/win32-x64": "0.25.11"
3750
+ }
3751
+ },
2561
3752
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/execa": {
2562
3753
  "version": "8.0.1",
2563
3754
  "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
@@ -2714,6 +3905,7 @@
2714
3905
  "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.5.tgz",
2715
3906
  "integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==",
2716
3907
  "license": "MIT",
3908
+ "peer": true,
2717
3909
  "dependencies": {
2718
3910
  "@octokit/auth-token": "^6.0.0",
2719
3911
  "@octokit/graphql": "^9.0.2",
@@ -2858,6 +4050,7 @@
2858
4050
  "version": "1.8.0",
2859
4051
  "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz",
2860
4052
  "integrity": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==",
4053
+ "peer": true,
2861
4054
  "engines": {
2862
4055
  "node": ">=8.0.0"
2863
4056
  }
@@ -3270,8 +4463,7 @@
3270
4463
  "optional": true,
3271
4464
  "os": [
3272
4465
  "android"
3273
- ],
3274
- "peer": true
4466
+ ]
3275
4467
  },
3276
4468
  "node_modules/@rollup/rollup-android-arm64": {
3277
4469
  "version": "4.52.2",
@@ -3283,8 +4475,7 @@
3283
4475
  "optional": true,
3284
4476
  "os": [
3285
4477
  "android"
3286
- ],
3287
- "peer": true
4478
+ ]
3288
4479
  },
3289
4480
  "node_modules/@rollup/rollup-darwin-arm64": {
3290
4481
  "version": "4.52.2",
@@ -3296,8 +4487,7 @@
3296
4487
  "optional": true,
3297
4488
  "os": [
3298
4489
  "darwin"
3299
- ],
3300
- "peer": true
4490
+ ]
3301
4491
  },
3302
4492
  "node_modules/@rollup/rollup-darwin-x64": {
3303
4493
  "version": "4.52.2",
@@ -3309,8 +4499,7 @@
3309
4499
  "optional": true,
3310
4500
  "os": [
3311
4501
  "darwin"
3312
- ],
3313
- "peer": true
4502
+ ]
3314
4503
  },
3315
4504
  "node_modules/@rollup/rollup-freebsd-arm64": {
3316
4505
  "version": "4.52.2",
@@ -3322,8 +4511,7 @@
3322
4511
  "optional": true,
3323
4512
  "os": [
3324
4513
  "freebsd"
3325
- ],
3326
- "peer": true
4514
+ ]
3327
4515
  },
3328
4516
  "node_modules/@rollup/rollup-freebsd-x64": {
3329
4517
  "version": "4.52.2",
@@ -3335,8 +4523,7 @@
3335
4523
  "optional": true,
3336
4524
  "os": [
3337
4525
  "freebsd"
3338
- ],
3339
- "peer": true
4526
+ ]
3340
4527
  },
3341
4528
  "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
3342
4529
  "version": "4.52.2",
@@ -3348,8 +4535,7 @@
3348
4535
  "optional": true,
3349
4536
  "os": [
3350
4537
  "linux"
3351
- ],
3352
- "peer": true
4538
+ ]
3353
4539
  },
3354
4540
  "node_modules/@rollup/rollup-linux-arm-musleabihf": {
3355
4541
  "version": "4.52.2",
@@ -3361,8 +4547,7 @@
3361
4547
  "optional": true,
3362
4548
  "os": [
3363
4549
  "linux"
3364
- ],
3365
- "peer": true
4550
+ ]
3366
4551
  },
3367
4552
  "node_modules/@rollup/rollup-linux-arm64-gnu": {
3368
4553
  "version": "4.52.2",
@@ -3374,8 +4559,7 @@
3374
4559
  "optional": true,
3375
4560
  "os": [
3376
4561
  "linux"
3377
- ],
3378
- "peer": true
4562
+ ]
3379
4563
  },
3380
4564
  "node_modules/@rollup/rollup-linux-arm64-musl": {
3381
4565
  "version": "4.52.2",
@@ -3387,8 +4571,7 @@
3387
4571
  "optional": true,
3388
4572
  "os": [
3389
4573
  "linux"
3390
- ],
3391
- "peer": true
4574
+ ]
3392
4575
  },
3393
4576
  "node_modules/@rollup/rollup-linux-loong64-gnu": {
3394
4577
  "version": "4.52.2",
@@ -3400,8 +4583,7 @@
3400
4583
  "optional": true,
3401
4584
  "os": [
3402
4585
  "linux"
3403
- ],
3404
- "peer": true
4586
+ ]
3405
4587
  },
3406
4588
  "node_modules/@rollup/rollup-linux-ppc64-gnu": {
3407
4589
  "version": "4.52.2",
@@ -3413,8 +4595,7 @@
3413
4595
  "optional": true,
3414
4596
  "os": [
3415
4597
  "linux"
3416
- ],
3417
- "peer": true
4598
+ ]
3418
4599
  },
3419
4600
  "node_modules/@rollup/rollup-linux-riscv64-gnu": {
3420
4601
  "version": "4.52.2",
@@ -3426,8 +4607,7 @@
3426
4607
  "optional": true,
3427
4608
  "os": [
3428
4609
  "linux"
3429
- ],
3430
- "peer": true
4610
+ ]
3431
4611
  },
3432
4612
  "node_modules/@rollup/rollup-linux-riscv64-musl": {
3433
4613
  "version": "4.52.2",
@@ -3439,8 +4619,7 @@
3439
4619
  "optional": true,
3440
4620
  "os": [
3441
4621
  "linux"
3442
- ],
3443
- "peer": true
4622
+ ]
3444
4623
  },
3445
4624
  "node_modules/@rollup/rollup-linux-s390x-gnu": {
3446
4625
  "version": "4.52.2",
@@ -3452,8 +4631,7 @@
3452
4631
  "optional": true,
3453
4632
  "os": [
3454
4633
  "linux"
3455
- ],
3456
- "peer": true
4634
+ ]
3457
4635
  },
3458
4636
  "node_modules/@rollup/rollup-linux-x64-gnu": {
3459
4637
  "version": "4.52.2",
@@ -3465,8 +4643,7 @@
3465
4643
  "optional": true,
3466
4644
  "os": [
3467
4645
  "linux"
3468
- ],
3469
- "peer": true
4646
+ ]
3470
4647
  },
3471
4648
  "node_modules/@rollup/rollup-linux-x64-musl": {
3472
4649
  "version": "4.52.2",
@@ -3478,8 +4655,7 @@
3478
4655
  "optional": true,
3479
4656
  "os": [
3480
4657
  "linux"
3481
- ],
3482
- "peer": true
4658
+ ]
3483
4659
  },
3484
4660
  "node_modules/@rollup/rollup-openharmony-arm64": {
3485
4661
  "version": "4.52.2",
@@ -3491,8 +4667,7 @@
3491
4667
  "optional": true,
3492
4668
  "os": [
3493
4669
  "openharmony"
3494
- ],
3495
- "peer": true
4670
+ ]
3496
4671
  },
3497
4672
  "node_modules/@rollup/rollup-win32-arm64-msvc": {
3498
4673
  "version": "4.52.2",
@@ -3504,8 +4679,7 @@
3504
4679
  "optional": true,
3505
4680
  "os": [
3506
4681
  "win32"
3507
- ],
3508
- "peer": true
4682
+ ]
3509
4683
  },
3510
4684
  "node_modules/@rollup/rollup-win32-ia32-msvc": {
3511
4685
  "version": "4.52.2",
@@ -3517,8 +4691,7 @@
3517
4691
  "optional": true,
3518
4692
  "os": [
3519
4693
  "win32"
3520
- ],
3521
- "peer": true
4694
+ ]
3522
4695
  },
3523
4696
  "node_modules/@rollup/rollup-win32-x64-gnu": {
3524
4697
  "version": "4.52.2",
@@ -3530,8 +4703,7 @@
3530
4703
  "optional": true,
3531
4704
  "os": [
3532
4705
  "win32"
3533
- ],
3534
- "peer": true
4706
+ ]
3535
4707
  },
3536
4708
  "node_modules/@rollup/rollup-win32-x64-msvc": {
3537
4709
  "version": "4.52.2",
@@ -3543,8 +4715,7 @@
3543
4715
  "optional": true,
3544
4716
  "os": [
3545
4717
  "win32"
3546
- ],
3547
- "peer": true
4718
+ ]
3548
4719
  },
3549
4720
  "node_modules/@sec-ant/readable-stream": {
3550
4721
  "version": "0.4.1",
@@ -3628,7 +4799,6 @@
3628
4799
  "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
3629
4800
  "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
3630
4801
  "optional": true,
3631
- "peer": true,
3632
4802
  "dependencies": {
3633
4803
  "@types/connect": "*",
3634
4804
  "@types/node": "*"
@@ -3639,7 +4809,6 @@
3639
4809
  "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
3640
4810
  "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
3641
4811
  "optional": true,
3642
- "peer": true,
3643
4812
  "dependencies": {
3644
4813
  "@types/node": "*"
3645
4814
  }
@@ -3649,26 +4818,11 @@
3649
4818
  "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
3650
4819
  "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="
3651
4820
  },
3652
- "node_modules/@types/express": {
3653
- "version": "4.17.23",
3654
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
3655
- "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
3656
- "license": "MIT",
3657
- "optional": true,
3658
- "peer": true,
3659
- "dependencies": {
3660
- "@types/body-parser": "*",
3661
- "@types/express-serve-static-core": "^4.17.33",
3662
- "@types/qs": "*",
3663
- "@types/serve-static": "*"
3664
- }
3665
- },
3666
4821
  "node_modules/@types/express-serve-static-core": {
3667
4822
  "version": "4.19.6",
3668
4823
  "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
3669
4824
  "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
3670
4825
  "optional": true,
3671
- "peer": true,
3672
4826
  "dependencies": {
3673
4827
  "@types/node": "*",
3674
4828
  "@types/qs": "*",
@@ -3685,8 +4839,7 @@
3685
4839
  "version": "2.0.5",
3686
4840
  "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
3687
4841
  "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
3688
- "optional": true,
3689
- "peer": true
4842
+ "optional": true
3690
4843
  },
3691
4844
  "node_modules/@types/http-proxy": {
3692
4845
  "version": "1.17.16",
@@ -3700,14 +4853,14 @@
3700
4853
  "version": "1.3.5",
3701
4854
  "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
3702
4855
  "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
3703
- "optional": true,
3704
- "peer": true
4856
+ "optional": true
3705
4857
  },
3706
4858
  "node_modules/@types/node": {
3707
4859
  "version": "22.18.11",
3708
4860
  "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.11.tgz",
3709
4861
  "integrity": "sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ==",
3710
4862
  "license": "MIT",
4863
+ "peer": true,
3711
4864
  "dependencies": {
3712
4865
  "undici-types": "~6.21.0"
3713
4866
  }
@@ -3721,15 +4874,13 @@
3721
4874
  "version": "6.14.0",
3722
4875
  "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
3723
4876
  "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
3724
- "optional": true,
3725
- "peer": true
4877
+ "optional": true
3726
4878
  },
3727
4879
  "node_modules/@types/range-parser": {
3728
4880
  "version": "1.2.7",
3729
4881
  "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
3730
4882
  "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
3731
- "optional": true,
3732
- "peer": true
4883
+ "optional": true
3733
4884
  },
3734
4885
  "node_modules/@types/retry": {
3735
4886
  "version": "0.12.2",
@@ -3741,7 +4892,6 @@
3741
4892
  "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz",
3742
4893
  "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
3743
4894
  "optional": true,
3744
- "peer": true,
3745
4895
  "dependencies": {
3746
4896
  "@types/mime": "^1",
3747
4897
  "@types/node": "*"
@@ -3752,7 +4902,6 @@
3752
4902
  "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz",
3753
4903
  "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==",
3754
4904
  "optional": true,
3755
- "peer": true,
3756
4905
  "dependencies": {
3757
4906
  "@types/http-errors": "*",
3758
4907
  "@types/node": "*",
@@ -4258,6 +5407,7 @@
4258
5407
  "version": "8.15.0",
4259
5408
  "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
4260
5409
  "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
5410
+ "peer": true,
4261
5411
  "bin": {
4262
5412
  "acorn": "bin/acorn"
4263
5413
  },
@@ -4296,6 +5446,7 @@
4296
5446
  "version": "8.17.1",
4297
5447
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
4298
5448
  "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
5449
+ "peer": true,
4299
5450
  "dependencies": {
4300
5451
  "fast-deep-equal": "^3.1.3",
4301
5452
  "fast-uri": "^3.0.1",
@@ -7164,7 +8315,6 @@
7164
8315
  "os": [
7165
8316
  "darwin"
7166
8317
  ],
7167
- "peer": true,
7168
8318
  "engines": {
7169
8319
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
7170
8320
  }
@@ -10142,6 +11292,7 @@
10142
11292
  "version": "4.0.3",
10143
11293
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
10144
11294
  "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
11295
+ "peer": true,
10145
11296
  "engines": {
10146
11297
  "node": ">=12"
10147
11298
  },
@@ -10240,6 +11391,7 @@
10240
11391
  "url": "https://github.com/sponsors/ai"
10241
11392
  }
10242
11393
  ],
11394
+ "peer": true,
10243
11395
  "dependencies": {
10244
11396
  "nanoid": "^3.3.11",
10245
11397
  "picocolors": "^1.1.1",
@@ -10818,48 +11970,6 @@
10818
11970
  "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
10819
11971
  "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
10820
11972
  },
10821
- "node_modules/rollup": {
10822
- "version": "4.52.2",
10823
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.2.tgz",
10824
- "integrity": "sha512-I25/2QgoROE1vYV+NQ1En9T9UFB9Cmfm2CJ83zZOlaDpvz29wGQSZXWKw7MiNXau7wYgB/T9fVIdIuEQ+KbiiA==",
10825
- "optional": true,
10826
- "peer": true,
10827
- "dependencies": {
10828
- "@types/estree": "1.0.8"
10829
- },
10830
- "bin": {
10831
- "rollup": "dist/bin/rollup"
10832
- },
10833
- "engines": {
10834
- "node": ">=18.0.0",
10835
- "npm": ">=8.0.0"
10836
- },
10837
- "optionalDependencies": {
10838
- "@rollup/rollup-android-arm-eabi": "4.52.2",
10839
- "@rollup/rollup-android-arm64": "4.52.2",
10840
- "@rollup/rollup-darwin-arm64": "4.52.2",
10841
- "@rollup/rollup-darwin-x64": "4.52.2",
10842
- "@rollup/rollup-freebsd-arm64": "4.52.2",
10843
- "@rollup/rollup-freebsd-x64": "4.52.2",
10844
- "@rollup/rollup-linux-arm-gnueabihf": "4.52.2",
10845
- "@rollup/rollup-linux-arm-musleabihf": "4.52.2",
10846
- "@rollup/rollup-linux-arm64-gnu": "4.52.2",
10847
- "@rollup/rollup-linux-arm64-musl": "4.52.2",
10848
- "@rollup/rollup-linux-loong64-gnu": "4.52.2",
10849
- "@rollup/rollup-linux-ppc64-gnu": "4.52.2",
10850
- "@rollup/rollup-linux-riscv64-gnu": "4.52.2",
10851
- "@rollup/rollup-linux-riscv64-musl": "4.52.2",
10852
- "@rollup/rollup-linux-s390x-gnu": "4.52.2",
10853
- "@rollup/rollup-linux-x64-gnu": "4.52.2",
10854
- "@rollup/rollup-linux-x64-musl": "4.52.2",
10855
- "@rollup/rollup-openharmony-arm64": "4.52.2",
10856
- "@rollup/rollup-win32-arm64-msvc": "4.52.2",
10857
- "@rollup/rollup-win32-ia32-msvc": "4.52.2",
10858
- "@rollup/rollup-win32-x64-gnu": "4.52.2",
10859
- "@rollup/rollup-win32-x64-msvc": "4.52.2",
10860
- "fsevents": "~2.3.2"
10861
- }
10862
- },
10863
11973
  "node_modules/run-applescript": {
10864
11974
  "version": "7.1.0",
10865
11975
  "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
@@ -11908,7 +13018,8 @@
11908
13018
  "node_modules/tslib": {
11909
13019
  "version": "2.8.1",
11910
13020
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
11911
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
13021
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
13022
+ "peer": true
11912
13023
  },
11913
13024
  "node_modules/type-fest": {
11914
13025
  "version": "4.41.0",
@@ -11937,6 +13048,7 @@
11937
13048
  "version": "5.8.3",
11938
13049
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
11939
13050
  "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
13051
+ "peer": true,
11940
13052
  "bin": {
11941
13053
  "tsc": "bin/tsc",
11942
13054
  "tsserver": "bin/tsserver"