netlify-cli 12.9.1 → 12.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "12.9.
|
|
3
|
+
"version": "12.9.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "12.9.
|
|
9
|
+
"version": "12.9.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@fastify/static": "^6.6.0",
|
|
14
|
-
"@netlify/build": "^29.5.
|
|
15
|
-
"@netlify/config": "^20.3.
|
|
14
|
+
"@netlify/build": "^29.5.2",
|
|
15
|
+
"@netlify/config": "^20.3.2",
|
|
16
16
|
"@netlify/edge-bundler": "^8.4.0",
|
|
17
17
|
"@netlify/framework-info": "^9.7.1",
|
|
18
18
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"log-update": "^5.0.0",
|
|
79
79
|
"minimist": "^1.2.5",
|
|
80
80
|
"multiparty": "^4.2.1",
|
|
81
|
-
"netlify": "^13.1.
|
|
81
|
+
"netlify": "^13.1.2",
|
|
82
82
|
"netlify-headers-parser": "^7.1.1",
|
|
83
83
|
"netlify-onegraph-internal": "0.10.1",
|
|
84
84
|
"netlify-redirect-parser": "^14.1.1",
|
|
@@ -1756,14 +1756,14 @@
|
|
|
1756
1756
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
1757
1757
|
},
|
|
1758
1758
|
"node_modules/@netlify/build": {
|
|
1759
|
-
"version": "29.5.
|
|
1760
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.
|
|
1761
|
-
"integrity": "sha512-
|
|
1759
|
+
"version": "29.5.2",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.2.tgz",
|
|
1761
|
+
"integrity": "sha512-PMIf1wc7007sKMAFOUh3tNep3RzimJCWGpKkC8waWiCu+/aMiVDo3xUlwsKW4fXKTgmnXLQolIHC1xQf2XwSSw==",
|
|
1762
1762
|
"dependencies": {
|
|
1763
1763
|
"@bugsnag/js": "^7.0.0",
|
|
1764
1764
|
"@netlify/cache-utils": "^5.1.0",
|
|
1765
|
-
"@netlify/config": "^20.3.
|
|
1766
|
-
"@netlify/edge-bundler": "8.
|
|
1765
|
+
"@netlify/config": "^20.3.2",
|
|
1766
|
+
"@netlify/edge-bundler": "8.4.0",
|
|
1767
1767
|
"@netlify/functions-utils": "^5.1.5",
|
|
1768
1768
|
"@netlify/git-utils": "^5.1.0",
|
|
1769
1769
|
"@netlify/plugins-list": "^6.61.0",
|
|
@@ -1821,44 +1821,6 @@
|
|
|
1821
1821
|
"node": "^14.16.0 || >=16.0.0"
|
|
1822
1822
|
}
|
|
1823
1823
|
},
|
|
1824
|
-
"node_modules/@netlify/build/node_modules/@netlify/edge-bundler": {
|
|
1825
|
-
"version": "8.2.1",
|
|
1826
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.2.1.tgz",
|
|
1827
|
-
"integrity": "sha512-RHr/ZCVJXxW7+qCJqzAzoah2RbZfcUmiWKsFw0P8pM9AZTf0uMr/VJCY8dtQH6OPMZkxR8MefNG40VShCv0G4Q==",
|
|
1828
|
-
"dependencies": {
|
|
1829
|
-
"@import-maps/resolve": "^1.0.1",
|
|
1830
|
-
"ajv": "^8.11.2",
|
|
1831
|
-
"ajv-errors": "^3.0.0",
|
|
1832
|
-
"better-ajv-errors": "^1.2.0",
|
|
1833
|
-
"common-path-prefix": "^3.0.0",
|
|
1834
|
-
"del": "^7.0.0",
|
|
1835
|
-
"env-paths": "^3.0.0",
|
|
1836
|
-
"execa": "^6.0.0",
|
|
1837
|
-
"find-up": "^6.3.0",
|
|
1838
|
-
"get-port": "^6.1.2",
|
|
1839
|
-
"glob-to-regexp": "^0.4.1",
|
|
1840
|
-
"jsonc-parser": "^3.2.0",
|
|
1841
|
-
"node-fetch": "^3.1.1",
|
|
1842
|
-
"node-stream-zip": "^1.15.0",
|
|
1843
|
-
"p-retry": "^5.1.1",
|
|
1844
|
-
"p-wait-for": "^4.1.0",
|
|
1845
|
-
"path-key": "^4.0.0",
|
|
1846
|
-
"semver": "^7.3.5",
|
|
1847
|
-
"tmp-promise": "^3.0.3",
|
|
1848
|
-
"uuid": "^9.0.0"
|
|
1849
|
-
},
|
|
1850
|
-
"engines": {
|
|
1851
|
-
"node": "^14.16.0 || >=16.0.0"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
"node_modules/@netlify/build/node_modules/@netlify/edge-bundler/node_modules/uuid": {
|
|
1855
|
-
"version": "9.0.0",
|
|
1856
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
1857
|
-
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
|
|
1858
|
-
"bin": {
|
|
1859
|
-
"uuid": "dist/bin/uuid"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
1824
|
"node_modules/@netlify/build/node_modules/@sindresorhus/is": {
|
|
1863
1825
|
"version": "2.1.1",
|
|
1864
1826
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -1885,29 +1847,6 @@
|
|
|
1885
1847
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1886
1848
|
}
|
|
1887
1849
|
},
|
|
1888
|
-
"node_modules/@netlify/build/node_modules/ajv": {
|
|
1889
|
-
"version": "8.12.0",
|
|
1890
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
1891
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
1892
|
-
"dependencies": {
|
|
1893
|
-
"fast-deep-equal": "^3.1.1",
|
|
1894
|
-
"json-schema-traverse": "^1.0.0",
|
|
1895
|
-
"require-from-string": "^2.0.2",
|
|
1896
|
-
"uri-js": "^4.2.2"
|
|
1897
|
-
},
|
|
1898
|
-
"funding": {
|
|
1899
|
-
"type": "github",
|
|
1900
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
"node_modules/@netlify/build/node_modules/ajv-errors": {
|
|
1904
|
-
"version": "3.0.0",
|
|
1905
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
1906
|
-
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
1907
|
-
"peerDependencies": {
|
|
1908
|
-
"ajv": "^8.0.1"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
1850
|
"node_modules/@netlify/build/node_modules/ansi-regex": {
|
|
1912
1851
|
"version": "6.0.1",
|
|
1913
1852
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -1988,43 +1927,11 @@
|
|
|
1988
1927
|
"node": ">=10"
|
|
1989
1928
|
}
|
|
1990
1929
|
},
|
|
1991
|
-
"node_modules/@netlify/build/node_modules/del": {
|
|
1992
|
-
"version": "7.0.0",
|
|
1993
|
-
"resolved": "https://registry.npmjs.org/del/-/del-7.0.0.tgz",
|
|
1994
|
-
"integrity": "sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==",
|
|
1995
|
-
"dependencies": {
|
|
1996
|
-
"globby": "^13.1.2",
|
|
1997
|
-
"graceful-fs": "^4.2.10",
|
|
1998
|
-
"is-glob": "^4.0.3",
|
|
1999
|
-
"is-path-cwd": "^3.0.0",
|
|
2000
|
-
"is-path-inside": "^4.0.0",
|
|
2001
|
-
"p-map": "^5.5.0",
|
|
2002
|
-
"rimraf": "^3.0.2",
|
|
2003
|
-
"slash": "^4.0.0"
|
|
2004
|
-
},
|
|
2005
|
-
"engines": {
|
|
2006
|
-
"node": ">=14.16"
|
|
2007
|
-
},
|
|
2008
|
-
"funding": {
|
|
2009
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
1930
|
"node_modules/@netlify/build/node_modules/emoji-regex": {
|
|
2013
1931
|
"version": "9.2.2",
|
|
2014
1932
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
2015
1933
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
2016
1934
|
},
|
|
2017
|
-
"node_modules/@netlify/build/node_modules/env-paths": {
|
|
2018
|
-
"version": "3.0.0",
|
|
2019
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
2020
|
-
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
|
|
2021
|
-
"engines": {
|
|
2022
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2023
|
-
},
|
|
2024
|
-
"funding": {
|
|
2025
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
1935
|
"node_modules/@netlify/build/node_modules/escape-string-regexp": {
|
|
2029
1936
|
"version": "5.0.0",
|
|
2030
1937
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -2099,40 +2006,6 @@
|
|
|
2099
2006
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2100
2007
|
}
|
|
2101
2008
|
},
|
|
2102
|
-
"node_modules/@netlify/build/node_modules/get-port": {
|
|
2103
|
-
"version": "6.1.2",
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
2105
|
-
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==",
|
|
2106
|
-
"engines": {
|
|
2107
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2108
|
-
},
|
|
2109
|
-
"funding": {
|
|
2110
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"node_modules/@netlify/build/node_modules/glob-to-regexp": {
|
|
2114
|
-
"version": "0.4.1",
|
|
2115
|
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
2116
|
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
2117
|
-
},
|
|
2118
|
-
"node_modules/@netlify/build/node_modules/globby": {
|
|
2119
|
-
"version": "13.1.3",
|
|
2120
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz",
|
|
2121
|
-
"integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==",
|
|
2122
|
-
"dependencies": {
|
|
2123
|
-
"dir-glob": "^3.0.1",
|
|
2124
|
-
"fast-glob": "^3.2.11",
|
|
2125
|
-
"ignore": "^5.2.0",
|
|
2126
|
-
"merge2": "^1.4.1",
|
|
2127
|
-
"slash": "^4.0.0"
|
|
2128
|
-
},
|
|
2129
|
-
"engines": {
|
|
2130
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2131
|
-
},
|
|
2132
|
-
"funding": {
|
|
2133
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
2009
|
"node_modules/@netlify/build/node_modules/got": {
|
|
2137
2010
|
"version": "10.7.0",
|
|
2138
2011
|
"resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz",
|
|
@@ -2230,28 +2103,6 @@
|
|
|
2230
2103
|
"is-ci": "bin.js"
|
|
2231
2104
|
}
|
|
2232
2105
|
},
|
|
2233
|
-
"node_modules/@netlify/build/node_modules/is-path-cwd": {
|
|
2234
|
-
"version": "3.0.0",
|
|
2235
|
-
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz",
|
|
2236
|
-
"integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==",
|
|
2237
|
-
"engines": {
|
|
2238
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2239
|
-
},
|
|
2240
|
-
"funding": {
|
|
2241
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
"node_modules/@netlify/build/node_modules/is-path-inside": {
|
|
2245
|
-
"version": "4.0.0",
|
|
2246
|
-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
2247
|
-
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
|
|
2248
|
-
"engines": {
|
|
2249
|
-
"node": ">=12"
|
|
2250
|
-
},
|
|
2251
|
-
"funding": {
|
|
2252
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
2106
|
"node_modules/@netlify/build/node_modules/is-plain-obj": {
|
|
2256
2107
|
"version": "4.1.0",
|
|
2257
2108
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -2285,11 +2136,6 @@
|
|
|
2285
2136
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2286
2137
|
}
|
|
2287
2138
|
},
|
|
2288
|
-
"node_modules/@netlify/build/node_modules/json-schema-traverse": {
|
|
2289
|
-
"version": "1.0.0",
|
|
2290
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2291
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
2292
|
-
},
|
|
2293
2139
|
"node_modules/@netlify/build/node_modules/locate-path": {
|
|
2294
2140
|
"version": "7.1.1",
|
|
2295
2141
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz",
|
|
@@ -2326,23 +2172,6 @@
|
|
|
2326
2172
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2327
2173
|
}
|
|
2328
2174
|
},
|
|
2329
|
-
"node_modules/@netlify/build/node_modules/node-fetch": {
|
|
2330
|
-
"version": "3.3.0",
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
2332
|
-
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
2333
|
-
"dependencies": {
|
|
2334
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
2335
|
-
"fetch-blob": "^3.1.4",
|
|
2336
|
-
"formdata-polyfill": "^4.0.10"
|
|
2337
|
-
},
|
|
2338
|
-
"engines": {
|
|
2339
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2340
|
-
},
|
|
2341
|
-
"funding": {
|
|
2342
|
-
"type": "opencollective",
|
|
2343
|
-
"url": "https://opencollective.com/node-fetch"
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
2175
|
"node_modules/@netlify/build/node_modules/npm-run-path": {
|
|
2347
2176
|
"version": "5.1.0",
|
|
2348
2177
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
|
|
@@ -2452,20 +2281,6 @@
|
|
|
2452
2281
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2453
2282
|
}
|
|
2454
2283
|
},
|
|
2455
|
-
"node_modules/@netlify/build/node_modules/p-wait-for": {
|
|
2456
|
-
"version": "4.1.0",
|
|
2457
|
-
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
2458
|
-
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
2459
|
-
"dependencies": {
|
|
2460
|
-
"p-timeout": "^5.0.0"
|
|
2461
|
-
},
|
|
2462
|
-
"engines": {
|
|
2463
|
-
"node": ">=12"
|
|
2464
|
-
},
|
|
2465
|
-
"funding": {
|
|
2466
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
2284
|
"node_modules/@netlify/build/node_modules/path-exists": {
|
|
2470
2285
|
"version": "5.0.0",
|
|
2471
2286
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -2565,17 +2380,6 @@
|
|
|
2565
2380
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2566
2381
|
}
|
|
2567
2382
|
},
|
|
2568
|
-
"node_modules/@netlify/build/node_modules/slash": {
|
|
2569
|
-
"version": "4.0.0",
|
|
2570
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
2571
|
-
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
2572
|
-
"engines": {
|
|
2573
|
-
"node": ">=12"
|
|
2574
|
-
},
|
|
2575
|
-
"funding": {
|
|
2576
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2577
|
-
}
|
|
2578
|
-
},
|
|
2579
2383
|
"node_modules/@netlify/build/node_modules/string-width": {
|
|
2580
2384
|
"version": "5.1.2",
|
|
2581
2385
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -2836,9 +2640,9 @@
|
|
|
2836
2640
|
}
|
|
2837
2641
|
},
|
|
2838
2642
|
"node_modules/@netlify/config": {
|
|
2839
|
-
"version": "20.3.
|
|
2840
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.3.
|
|
2841
|
-
"integrity": "sha512-
|
|
2643
|
+
"version": "20.3.2",
|
|
2644
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.3.2.tgz",
|
|
2645
|
+
"integrity": "sha512-XMI/uvPShiSrdKticQSHZ8W104LA57E4TInjwKV+9OI0jmT49wF6s5LZaLxgB81T+2id29D0hSim1T2R2WvZyQ==",
|
|
2842
2646
|
"dependencies": {
|
|
2843
2647
|
"chalk": "^5.0.0",
|
|
2844
2648
|
"cron-parser": "^4.1.0",
|
|
@@ -2853,7 +2657,7 @@
|
|
|
2853
2657
|
"is-plain-obj": "^4.0.0",
|
|
2854
2658
|
"js-yaml": "^4.0.0",
|
|
2855
2659
|
"map-obj": "^5.0.0",
|
|
2856
|
-
"netlify": "^13.1.
|
|
2660
|
+
"netlify": "^13.1.2",
|
|
2857
2661
|
"netlify-headers-parser": "^7.1.1",
|
|
2858
2662
|
"netlify-redirect-parser": "^14.1.1",
|
|
2859
2663
|
"omit.js": "^2.0.2",
|
|
@@ -4636,9 +4440,9 @@
|
|
|
4636
4440
|
}
|
|
4637
4441
|
},
|
|
4638
4442
|
"node_modules/@netlify/open-api": {
|
|
4639
|
-
"version": "2.
|
|
4640
|
-
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.
|
|
4641
|
-
"integrity": "sha512-
|
|
4443
|
+
"version": "2.13.0",
|
|
4444
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.13.0.tgz",
|
|
4445
|
+
"integrity": "sha512-RKImnmGwHtGH3ycQ9LnqOiyWOFmsQ+07cz8wOyOfRJzNZVOdUs5P6nu0GHed9lIsAOUs4bCCPrlB9OxwpUOCrA=="
|
|
4642
4446
|
},
|
|
4643
4447
|
"node_modules/@netlify/plugins-list": {
|
|
4644
4448
|
"version": "6.62.0",
|
|
@@ -5262,11 +5066,11 @@
|
|
|
5262
5066
|
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
|
|
5263
5067
|
},
|
|
5264
5068
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
5265
|
-
"version": "
|
|
5266
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-
|
|
5267
|
-
"integrity": "sha512-
|
|
5069
|
+
"version": "6.0.0",
|
|
5070
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz",
|
|
5071
|
+
"integrity": "sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==",
|
|
5268
5072
|
"dependencies": {
|
|
5269
|
-
"@octokit/types": "^
|
|
5073
|
+
"@octokit/types": "^9.0.0"
|
|
5270
5074
|
},
|
|
5271
5075
|
"engines": {
|
|
5272
5076
|
"node": ">= 14"
|
|
@@ -5276,16 +5080,16 @@
|
|
|
5276
5080
|
}
|
|
5277
5081
|
},
|
|
5278
5082
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
|
|
5279
|
-
"version": "
|
|
5280
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
5281
|
-
"integrity": "sha512-
|
|
5083
|
+
"version": "16.0.0",
|
|
5084
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
|
|
5085
|
+
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA=="
|
|
5282
5086
|
},
|
|
5283
5087
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
|
|
5284
|
-
"version": "
|
|
5285
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
5286
|
-
"integrity": "sha512-
|
|
5088
|
+
"version": "9.0.0",
|
|
5089
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
|
|
5090
|
+
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
|
|
5287
5091
|
"dependencies": {
|
|
5288
|
-
"@octokit/openapi-types": "^
|
|
5092
|
+
"@octokit/openapi-types": "^16.0.0"
|
|
5289
5093
|
}
|
|
5290
5094
|
},
|
|
5291
5095
|
"node_modules/@octokit/plugin-request-log": {
|
|
@@ -5297,11 +5101,11 @@
|
|
|
5297
5101
|
}
|
|
5298
5102
|
},
|
|
5299
5103
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
5300
|
-
"version": "
|
|
5301
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-
|
|
5302
|
-
"integrity": "sha512-
|
|
5104
|
+
"version": "7.0.1",
|
|
5105
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz",
|
|
5106
|
+
"integrity": "sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==",
|
|
5303
5107
|
"dependencies": {
|
|
5304
|
-
"@octokit/types": "^
|
|
5108
|
+
"@octokit/types": "^9.0.0",
|
|
5305
5109
|
"deprecation": "^2.3.1"
|
|
5306
5110
|
},
|
|
5307
5111
|
"engines": {
|
|
@@ -5312,16 +5116,16 @@
|
|
|
5312
5116
|
}
|
|
5313
5117
|
},
|
|
5314
5118
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
|
5315
|
-
"version": "
|
|
5316
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
5317
|
-
"integrity": "sha512-
|
|
5119
|
+
"version": "16.0.0",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
|
|
5121
|
+
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA=="
|
|
5318
5122
|
},
|
|
5319
5123
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
|
5320
|
-
"version": "
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
5322
|
-
"integrity": "sha512-
|
|
5124
|
+
"version": "9.0.0",
|
|
5125
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
|
|
5126
|
+
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
|
|
5323
5127
|
"dependencies": {
|
|
5324
|
-
"@octokit/openapi-types": "^
|
|
5128
|
+
"@octokit/openapi-types": "^16.0.0"
|
|
5325
5129
|
}
|
|
5326
5130
|
},
|
|
5327
5131
|
"node_modules/@octokit/request": {
|
|
@@ -5354,14 +5158,14 @@
|
|
|
5354
5158
|
}
|
|
5355
5159
|
},
|
|
5356
5160
|
"node_modules/@octokit/rest": {
|
|
5357
|
-
"version": "19.0.
|
|
5358
|
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.
|
|
5359
|
-
"integrity": "sha512
|
|
5161
|
+
"version": "19.0.7",
|
|
5162
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.7.tgz",
|
|
5163
|
+
"integrity": "sha512-HRtSfjrWmWVNp2uAkEpQnuGMJsu/+dBr47dRc5QVgsCbnIc1+GFEaoKBWkYG+zjrsHpSqcAElMio+n10c0b5JA==",
|
|
5360
5164
|
"dependencies": {
|
|
5361
5165
|
"@octokit/core": "^4.1.0",
|
|
5362
|
-
"@octokit/plugin-paginate-rest": "^
|
|
5166
|
+
"@octokit/plugin-paginate-rest": "^6.0.0",
|
|
5363
5167
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
5364
|
-
"@octokit/plugin-rest-endpoint-methods": "^
|
|
5168
|
+
"@octokit/plugin-rest-endpoint-methods": "^7.0.0"
|
|
5365
5169
|
},
|
|
5366
5170
|
"engines": {
|
|
5367
5171
|
"node": ">= 14"
|
|
@@ -6203,13 +6007,13 @@
|
|
|
6203
6007
|
"dev": true
|
|
6204
6008
|
},
|
|
6205
6009
|
"node_modules/@vitest/coverage-c8": {
|
|
6206
|
-
"version": "0.27.
|
|
6207
|
-
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.27.
|
|
6208
|
-
"integrity": "sha512
|
|
6010
|
+
"version": "0.27.3",
|
|
6011
|
+
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.27.3.tgz",
|
|
6012
|
+
"integrity": "sha512-xIN4FXXwJqeP6z0gfQ06gbyBMRN2mYvZ4/mn4F96mKXzch0Y93fBeS81eo7D/2YtjbeJBUcU9/amPVb2T+h83Q==",
|
|
6209
6013
|
"dev": true,
|
|
6210
6014
|
"dependencies": {
|
|
6211
6015
|
"c8": "^7.12.0",
|
|
6212
|
-
"vitest": "0.27.
|
|
6016
|
+
"vitest": "0.27.3"
|
|
6213
6017
|
},
|
|
6214
6018
|
"funding": {
|
|
6215
6019
|
"url": "https://github.com/sponsors/antfu"
|
|
@@ -12625,6 +12429,11 @@
|
|
|
12625
12429
|
"node >=0.6.0"
|
|
12626
12430
|
]
|
|
12627
12431
|
},
|
|
12432
|
+
"node_modules/fast-content-type-parse": {
|
|
12433
|
+
"version": "1.0.0",
|
|
12434
|
+
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
|
|
12435
|
+
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
|
|
12436
|
+
},
|
|
12628
12437
|
"node_modules/fast-decode-uri-component": {
|
|
12629
12438
|
"version": "1.0.1",
|
|
12630
12439
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -12730,16 +12539,16 @@
|
|
|
12730
12539
|
"integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg=="
|
|
12731
12540
|
},
|
|
12732
12541
|
"node_modules/fastify": {
|
|
12733
|
-
"version": "4.
|
|
12734
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.
|
|
12735
|
-
"integrity": "sha512-
|
|
12542
|
+
"version": "4.12.0",
|
|
12543
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
|
|
12544
|
+
"integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
|
|
12736
12545
|
"dependencies": {
|
|
12737
12546
|
"@fastify/ajv-compiler": "^3.3.1",
|
|
12738
12547
|
"@fastify/error": "^3.0.0",
|
|
12739
12548
|
"@fastify/fast-json-stringify-compiler": "^4.1.0",
|
|
12740
12549
|
"abstract-logging": "^2.0.1",
|
|
12741
12550
|
"avvio": "^8.2.0",
|
|
12742
|
-
"content-type": "^1.0.
|
|
12551
|
+
"fast-content-type-parse": "^1.0.0",
|
|
12743
12552
|
"find-my-way": "^7.3.0",
|
|
12744
12553
|
"light-my-request": "^5.6.1",
|
|
12745
12554
|
"pino": "^8.5.0",
|
|
@@ -17472,11 +17281,11 @@
|
|
|
17472
17281
|
"integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
|
|
17473
17282
|
},
|
|
17474
17283
|
"node_modules/netlify": {
|
|
17475
|
-
"version": "13.1.
|
|
17476
|
-
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.
|
|
17477
|
-
"integrity": "sha512-
|
|
17284
|
+
"version": "13.1.2",
|
|
17285
|
+
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.2.tgz",
|
|
17286
|
+
"integrity": "sha512-RAQ51glVTzTGNmEXbmfMH1L27JQ2UItTrt35Ba8Uh/qIGaHBjJBxqk36/5qHRLFIGJiyeC6mFYKTi7iVgWbgdw==",
|
|
17478
17287
|
"dependencies": {
|
|
17479
|
-
"@netlify/open-api": "^2.
|
|
17288
|
+
"@netlify/open-api": "^2.13.0",
|
|
17480
17289
|
"lodash-es": "^4.17.21",
|
|
17481
17290
|
"micro-api-client": "^3.3.0",
|
|
17482
17291
|
"node-fetch": "^3.0.0",
|
|
@@ -21919,6 +21728,12 @@
|
|
|
21919
21728
|
"node": ">= 0.8"
|
|
21920
21729
|
}
|
|
21921
21730
|
},
|
|
21731
|
+
"node_modules/std-env": {
|
|
21732
|
+
"version": "3.3.1",
|
|
21733
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.1.tgz",
|
|
21734
|
+
"integrity": "sha512-3H20QlwQsSm2OvAxWIYhs+j01MzzqwMwGiiO1NQaJYZgJZFPuAbf95/DiKRBSTYIJ2FeGUc+B/6mPGcWP9dO3Q==",
|
|
21735
|
+
"dev": true
|
|
21736
|
+
},
|
|
21922
21737
|
"node_modules/steno": {
|
|
21923
21738
|
"version": "0.4.4",
|
|
21924
21739
|
"resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz",
|
|
@@ -24255,9 +24070,9 @@
|
|
|
24255
24070
|
}
|
|
24256
24071
|
},
|
|
24257
24072
|
"node_modules/vite-node": {
|
|
24258
|
-
"version": "0.27.
|
|
24259
|
-
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.27.
|
|
24260
|
-
"integrity": "sha512-
|
|
24073
|
+
"version": "0.27.3",
|
|
24074
|
+
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.27.3.tgz",
|
|
24075
|
+
"integrity": "sha512-eyJYOO64o5HIp8poc4bJX+ZNBwMZeI3f6/JdiUmJgW02Mt7LnoCtDMRVmLaY9S05SIsjGe339ZK4uo2wQ+bF9g==",
|
|
24261
24076
|
"dev": true,
|
|
24262
24077
|
"dependencies": {
|
|
24263
24078
|
"cac": "^6.7.14",
|
|
@@ -24306,9 +24121,9 @@
|
|
|
24306
24121
|
}
|
|
24307
24122
|
},
|
|
24308
24123
|
"node_modules/vitest": {
|
|
24309
|
-
"version": "0.27.
|
|
24310
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.27.
|
|
24311
|
-
"integrity": "sha512-
|
|
24124
|
+
"version": "0.27.3",
|
|
24125
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.27.3.tgz",
|
|
24126
|
+
"integrity": "sha512-Ld3UVgRVhJUtqvQ3dW89GxiApFAgBsWJZBCWzK+gA3w2yG68csXlGZZ4WDJURf+8ecNfgrScga6xY+8YSOpiMg==",
|
|
24312
24127
|
"dev": true,
|
|
24313
24128
|
"dependencies": {
|
|
24314
24129
|
"@types/chai": "^4.3.4",
|
|
@@ -24322,12 +24137,13 @@
|
|
|
24322
24137
|
"local-pkg": "^0.4.2",
|
|
24323
24138
|
"picocolors": "^1.0.0",
|
|
24324
24139
|
"source-map": "^0.6.1",
|
|
24140
|
+
"std-env": "^3.3.1",
|
|
24325
24141
|
"strip-literal": "^1.0.0",
|
|
24326
24142
|
"tinybench": "^2.3.1",
|
|
24327
24143
|
"tinypool": "^0.3.0",
|
|
24328
24144
|
"tinyspy": "^1.0.2",
|
|
24329
24145
|
"vite": "^3.0.0 || ^4.0.0",
|
|
24330
|
-
"vite-node": "0.27.
|
|
24146
|
+
"vite-node": "0.27.3",
|
|
24331
24147
|
"why-is-node-running": "^2.2.2"
|
|
24332
24148
|
},
|
|
24333
24149
|
"bin": {
|
|
@@ -25900,14 +25716,14 @@
|
|
|
25900
25716
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
25901
25717
|
},
|
|
25902
25718
|
"@netlify/build": {
|
|
25903
|
-
"version": "29.5.
|
|
25904
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.
|
|
25905
|
-
"integrity": "sha512-
|
|
25719
|
+
"version": "29.5.2",
|
|
25720
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.5.2.tgz",
|
|
25721
|
+
"integrity": "sha512-PMIf1wc7007sKMAFOUh3tNep3RzimJCWGpKkC8waWiCu+/aMiVDo3xUlwsKW4fXKTgmnXLQolIHC1xQf2XwSSw==",
|
|
25906
25722
|
"requires": {
|
|
25907
25723
|
"@bugsnag/js": "^7.0.0",
|
|
25908
25724
|
"@netlify/cache-utils": "^5.1.0",
|
|
25909
|
-
"@netlify/config": "^20.3.
|
|
25910
|
-
"@netlify/edge-bundler": "8.
|
|
25725
|
+
"@netlify/config": "^20.3.2",
|
|
25726
|
+
"@netlify/edge-bundler": "8.4.0",
|
|
25911
25727
|
"@netlify/functions-utils": "^5.1.5",
|
|
25912
25728
|
"@netlify/git-utils": "^5.1.0",
|
|
25913
25729
|
"@netlify/plugins-list": "^6.61.0",
|
|
@@ -25959,40 +25775,6 @@
|
|
|
25959
25775
|
"yargs": "^17.6.0"
|
|
25960
25776
|
},
|
|
25961
25777
|
"dependencies": {
|
|
25962
|
-
"@netlify/edge-bundler": {
|
|
25963
|
-
"version": "8.2.1",
|
|
25964
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.2.1.tgz",
|
|
25965
|
-
"integrity": "sha512-RHr/ZCVJXxW7+qCJqzAzoah2RbZfcUmiWKsFw0P8pM9AZTf0uMr/VJCY8dtQH6OPMZkxR8MefNG40VShCv0G4Q==",
|
|
25966
|
-
"requires": {
|
|
25967
|
-
"@import-maps/resolve": "^1.0.1",
|
|
25968
|
-
"ajv": "^8.11.2",
|
|
25969
|
-
"ajv-errors": "^3.0.0",
|
|
25970
|
-
"better-ajv-errors": "^1.2.0",
|
|
25971
|
-
"common-path-prefix": "^3.0.0",
|
|
25972
|
-
"del": "^7.0.0",
|
|
25973
|
-
"env-paths": "^3.0.0",
|
|
25974
|
-
"execa": "^6.0.0",
|
|
25975
|
-
"find-up": "^6.3.0",
|
|
25976
|
-
"get-port": "^6.1.2",
|
|
25977
|
-
"glob-to-regexp": "^0.4.1",
|
|
25978
|
-
"jsonc-parser": "^3.2.0",
|
|
25979
|
-
"node-fetch": "^3.1.1",
|
|
25980
|
-
"node-stream-zip": "^1.15.0",
|
|
25981
|
-
"p-retry": "^5.1.1",
|
|
25982
|
-
"p-wait-for": "^4.1.0",
|
|
25983
|
-
"path-key": "^4.0.0",
|
|
25984
|
-
"semver": "^7.3.5",
|
|
25985
|
-
"tmp-promise": "^3.0.3",
|
|
25986
|
-
"uuid": "^9.0.0"
|
|
25987
|
-
},
|
|
25988
|
-
"dependencies": {
|
|
25989
|
-
"uuid": {
|
|
25990
|
-
"version": "9.0.0",
|
|
25991
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
25992
|
-
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
|
|
25993
|
-
}
|
|
25994
|
-
}
|
|
25995
|
-
},
|
|
25996
25778
|
"@sindresorhus/is": {
|
|
25997
25779
|
"version": "2.1.1",
|
|
25998
25780
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -26007,23 +25789,6 @@
|
|
|
26007
25789
|
"indent-string": "^5.0.0"
|
|
26008
25790
|
}
|
|
26009
25791
|
},
|
|
26010
|
-
"ajv": {
|
|
26011
|
-
"version": "8.12.0",
|
|
26012
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
26013
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
26014
|
-
"requires": {
|
|
26015
|
-
"fast-deep-equal": "^3.1.1",
|
|
26016
|
-
"json-schema-traverse": "^1.0.0",
|
|
26017
|
-
"require-from-string": "^2.0.2",
|
|
26018
|
-
"uri-js": "^4.2.2"
|
|
26019
|
-
}
|
|
26020
|
-
},
|
|
26021
|
-
"ajv-errors": {
|
|
26022
|
-
"version": "3.0.0",
|
|
26023
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
26024
|
-
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
26025
|
-
"requires": {}
|
|
26026
|
-
},
|
|
26027
25792
|
"ansi-regex": {
|
|
26028
25793
|
"version": "6.0.1",
|
|
26029
25794
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -26077,31 +25842,11 @@
|
|
|
26077
25842
|
"mimic-response": "^2.0.0"
|
|
26078
25843
|
}
|
|
26079
25844
|
},
|
|
26080
|
-
"del": {
|
|
26081
|
-
"version": "7.0.0",
|
|
26082
|
-
"resolved": "https://registry.npmjs.org/del/-/del-7.0.0.tgz",
|
|
26083
|
-
"integrity": "sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==",
|
|
26084
|
-
"requires": {
|
|
26085
|
-
"globby": "^13.1.2",
|
|
26086
|
-
"graceful-fs": "^4.2.10",
|
|
26087
|
-
"is-glob": "^4.0.3",
|
|
26088
|
-
"is-path-cwd": "^3.0.0",
|
|
26089
|
-
"is-path-inside": "^4.0.0",
|
|
26090
|
-
"p-map": "^5.5.0",
|
|
26091
|
-
"rimraf": "^3.0.2",
|
|
26092
|
-
"slash": "^4.0.0"
|
|
26093
|
-
}
|
|
26094
|
-
},
|
|
26095
25845
|
"emoji-regex": {
|
|
26096
25846
|
"version": "9.2.2",
|
|
26097
25847
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
26098
25848
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
26099
25849
|
},
|
|
26100
|
-
"env-paths": {
|
|
26101
|
-
"version": "3.0.0",
|
|
26102
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
26103
|
-
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="
|
|
26104
|
-
},
|
|
26105
25850
|
"escape-string-regexp": {
|
|
26106
25851
|
"version": "5.0.0",
|
|
26107
25852
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -26146,28 +25891,6 @@
|
|
|
26146
25891
|
"path-exists": "^5.0.0"
|
|
26147
25892
|
}
|
|
26148
25893
|
},
|
|
26149
|
-
"get-port": {
|
|
26150
|
-
"version": "6.1.2",
|
|
26151
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
26152
|
-
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw=="
|
|
26153
|
-
},
|
|
26154
|
-
"glob-to-regexp": {
|
|
26155
|
-
"version": "0.4.1",
|
|
26156
|
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
26157
|
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
26158
|
-
},
|
|
26159
|
-
"globby": {
|
|
26160
|
-
"version": "13.1.3",
|
|
26161
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz",
|
|
26162
|
-
"integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==",
|
|
26163
|
-
"requires": {
|
|
26164
|
-
"dir-glob": "^3.0.1",
|
|
26165
|
-
"fast-glob": "^3.2.11",
|
|
26166
|
-
"ignore": "^5.2.0",
|
|
26167
|
-
"merge2": "^1.4.1",
|
|
26168
|
-
"slash": "^4.0.0"
|
|
26169
|
-
}
|
|
26170
|
-
},
|
|
26171
25894
|
"got": {
|
|
26172
25895
|
"version": "10.7.0",
|
|
26173
25896
|
"resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz",
|
|
@@ -26234,16 +25957,6 @@
|
|
|
26234
25957
|
"ci-info": "^2.0.0"
|
|
26235
25958
|
}
|
|
26236
25959
|
},
|
|
26237
|
-
"is-path-cwd": {
|
|
26238
|
-
"version": "3.0.0",
|
|
26239
|
-
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz",
|
|
26240
|
-
"integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA=="
|
|
26241
|
-
},
|
|
26242
|
-
"is-path-inside": {
|
|
26243
|
-
"version": "4.0.0",
|
|
26244
|
-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
26245
|
-
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA=="
|
|
26246
|
-
},
|
|
26247
25960
|
"is-plain-obj": {
|
|
26248
25961
|
"version": "4.1.0",
|
|
26249
25962
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -26259,11 +25972,6 @@
|
|
|
26259
25972
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
26260
25973
|
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ=="
|
|
26261
25974
|
},
|
|
26262
|
-
"json-schema-traverse": {
|
|
26263
|
-
"version": "1.0.0",
|
|
26264
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
26265
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
26266
|
-
},
|
|
26267
25975
|
"locate-path": {
|
|
26268
25976
|
"version": "7.1.1",
|
|
26269
25977
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz",
|
|
@@ -26282,16 +25990,6 @@
|
|
|
26282
25990
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
|
|
26283
25991
|
"integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA=="
|
|
26284
25992
|
},
|
|
26285
|
-
"node-fetch": {
|
|
26286
|
-
"version": "3.3.0",
|
|
26287
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
26288
|
-
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
26289
|
-
"requires": {
|
|
26290
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
26291
|
-
"fetch-blob": "^3.1.4",
|
|
26292
|
-
"formdata-polyfill": "^4.0.10"
|
|
26293
|
-
}
|
|
26294
|
-
},
|
|
26295
25993
|
"npm-run-path": {
|
|
26296
25994
|
"version": "5.1.0",
|
|
26297
25995
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
|
|
@@ -26353,14 +26051,6 @@
|
|
|
26353
26051
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
|
|
26354
26052
|
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
|
|
26355
26053
|
},
|
|
26356
|
-
"p-wait-for": {
|
|
26357
|
-
"version": "4.1.0",
|
|
26358
|
-
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
26359
|
-
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
26360
|
-
"requires": {
|
|
26361
|
-
"p-timeout": "^5.0.0"
|
|
26362
|
-
}
|
|
26363
|
-
},
|
|
26364
26054
|
"path-exists": {
|
|
26365
26055
|
"version": "5.0.0",
|
|
26366
26056
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -26419,11 +26109,6 @@
|
|
|
26419
26109
|
}
|
|
26420
26110
|
}
|
|
26421
26111
|
},
|
|
26422
|
-
"slash": {
|
|
26423
|
-
"version": "4.0.0",
|
|
26424
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
26425
|
-
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
|
|
26426
|
-
},
|
|
26427
26112
|
"string-width": {
|
|
26428
26113
|
"version": "5.1.2",
|
|
26429
26114
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -26588,9 +26273,9 @@
|
|
|
26588
26273
|
}
|
|
26589
26274
|
},
|
|
26590
26275
|
"@netlify/config": {
|
|
26591
|
-
"version": "20.3.
|
|
26592
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.3.
|
|
26593
|
-
"integrity": "sha512-
|
|
26276
|
+
"version": "20.3.2",
|
|
26277
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.3.2.tgz",
|
|
26278
|
+
"integrity": "sha512-XMI/uvPShiSrdKticQSHZ8W104LA57E4TInjwKV+9OI0jmT49wF6s5LZaLxgB81T+2id29D0hSim1T2R2WvZyQ==",
|
|
26594
26279
|
"requires": {
|
|
26595
26280
|
"chalk": "^5.0.0",
|
|
26596
26281
|
"cron-parser": "^4.1.0",
|
|
@@ -26605,7 +26290,7 @@
|
|
|
26605
26290
|
"is-plain-obj": "^4.0.0",
|
|
26606
26291
|
"js-yaml": "^4.0.0",
|
|
26607
26292
|
"map-obj": "^5.0.0",
|
|
26608
|
-
"netlify": "^13.1.
|
|
26293
|
+
"netlify": "^13.1.2",
|
|
26609
26294
|
"netlify-headers-parser": "^7.1.1",
|
|
26610
26295
|
"netlify-redirect-parser": "^14.1.1",
|
|
26611
26296
|
"omit.js": "^2.0.2",
|
|
@@ -27603,9 +27288,9 @@
|
|
|
27603
27288
|
"optional": true
|
|
27604
27289
|
},
|
|
27605
27290
|
"@netlify/open-api": {
|
|
27606
|
-
"version": "2.
|
|
27607
|
-
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.
|
|
27608
|
-
"integrity": "sha512-
|
|
27291
|
+
"version": "2.13.0",
|
|
27292
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.13.0.tgz",
|
|
27293
|
+
"integrity": "sha512-RKImnmGwHtGH3ycQ9LnqOiyWOFmsQ+07cz8wOyOfRJzNZVOdUs5P6nu0GHed9lIsAOUs4bCCPrlB9OxwpUOCrA=="
|
|
27609
27294
|
},
|
|
27610
27295
|
"@netlify/plugins-list": {
|
|
27611
27296
|
"version": "6.62.0",
|
|
@@ -28012,24 +27697,24 @@
|
|
|
28012
27697
|
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
|
|
28013
27698
|
},
|
|
28014
27699
|
"@octokit/plugin-paginate-rest": {
|
|
28015
|
-
"version": "
|
|
28016
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-
|
|
28017
|
-
"integrity": "sha512-
|
|
27700
|
+
"version": "6.0.0",
|
|
27701
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz",
|
|
27702
|
+
"integrity": "sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==",
|
|
28018
27703
|
"requires": {
|
|
28019
|
-
"@octokit/types": "^
|
|
27704
|
+
"@octokit/types": "^9.0.0"
|
|
28020
27705
|
},
|
|
28021
27706
|
"dependencies": {
|
|
28022
27707
|
"@octokit/openapi-types": {
|
|
28023
|
-
"version": "
|
|
28024
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
28025
|
-
"integrity": "sha512-
|
|
27708
|
+
"version": "16.0.0",
|
|
27709
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
|
|
27710
|
+
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA=="
|
|
28026
27711
|
},
|
|
28027
27712
|
"@octokit/types": {
|
|
28028
|
-
"version": "
|
|
28029
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
28030
|
-
"integrity": "sha512-
|
|
27713
|
+
"version": "9.0.0",
|
|
27714
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
|
|
27715
|
+
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
|
|
28031
27716
|
"requires": {
|
|
28032
|
-
"@octokit/openapi-types": "^
|
|
27717
|
+
"@octokit/openapi-types": "^16.0.0"
|
|
28033
27718
|
}
|
|
28034
27719
|
}
|
|
28035
27720
|
}
|
|
@@ -28041,25 +27726,25 @@
|
|
|
28041
27726
|
"requires": {}
|
|
28042
27727
|
},
|
|
28043
27728
|
"@octokit/plugin-rest-endpoint-methods": {
|
|
28044
|
-
"version": "
|
|
28045
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-
|
|
28046
|
-
"integrity": "sha512-
|
|
27729
|
+
"version": "7.0.1",
|
|
27730
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz",
|
|
27731
|
+
"integrity": "sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==",
|
|
28047
27732
|
"requires": {
|
|
28048
|
-
"@octokit/types": "^
|
|
27733
|
+
"@octokit/types": "^9.0.0",
|
|
28049
27734
|
"deprecation": "^2.3.1"
|
|
28050
27735
|
},
|
|
28051
27736
|
"dependencies": {
|
|
28052
27737
|
"@octokit/openapi-types": {
|
|
28053
|
-
"version": "
|
|
28054
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
28055
|
-
"integrity": "sha512-
|
|
27738
|
+
"version": "16.0.0",
|
|
27739
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
|
|
27740
|
+
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA=="
|
|
28056
27741
|
},
|
|
28057
27742
|
"@octokit/types": {
|
|
28058
|
-
"version": "
|
|
28059
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
28060
|
-
"integrity": "sha512-
|
|
27743
|
+
"version": "9.0.0",
|
|
27744
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
|
|
27745
|
+
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
|
|
28061
27746
|
"requires": {
|
|
28062
|
-
"@octokit/openapi-types": "^
|
|
27747
|
+
"@octokit/openapi-types": "^16.0.0"
|
|
28063
27748
|
}
|
|
28064
27749
|
}
|
|
28065
27750
|
}
|
|
@@ -28088,14 +27773,14 @@
|
|
|
28088
27773
|
}
|
|
28089
27774
|
},
|
|
28090
27775
|
"@octokit/rest": {
|
|
28091
|
-
"version": "19.0.
|
|
28092
|
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.
|
|
28093
|
-
"integrity": "sha512
|
|
27776
|
+
"version": "19.0.7",
|
|
27777
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.7.tgz",
|
|
27778
|
+
"integrity": "sha512-HRtSfjrWmWVNp2uAkEpQnuGMJsu/+dBr47dRc5QVgsCbnIc1+GFEaoKBWkYG+zjrsHpSqcAElMio+n10c0b5JA==",
|
|
28094
27779
|
"requires": {
|
|
28095
27780
|
"@octokit/core": "^4.1.0",
|
|
28096
|
-
"@octokit/plugin-paginate-rest": "^
|
|
27781
|
+
"@octokit/plugin-paginate-rest": "^6.0.0",
|
|
28097
27782
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
28098
|
-
"@octokit/plugin-rest-endpoint-methods": "^
|
|
27783
|
+
"@octokit/plugin-rest-endpoint-methods": "^7.0.0"
|
|
28099
27784
|
}
|
|
28100
27785
|
},
|
|
28101
27786
|
"@octokit/types": {
|
|
@@ -28755,13 +28440,13 @@
|
|
|
28755
28440
|
"dev": true
|
|
28756
28441
|
},
|
|
28757
28442
|
"@vitest/coverage-c8": {
|
|
28758
|
-
"version": "0.27.
|
|
28759
|
-
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.27.
|
|
28760
|
-
"integrity": "sha512
|
|
28443
|
+
"version": "0.27.3",
|
|
28444
|
+
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.27.3.tgz",
|
|
28445
|
+
"integrity": "sha512-xIN4FXXwJqeP6z0gfQ06gbyBMRN2mYvZ4/mn4F96mKXzch0Y93fBeS81eo7D/2YtjbeJBUcU9/amPVb2T+h83Q==",
|
|
28761
28446
|
"dev": true,
|
|
28762
28447
|
"requires": {
|
|
28763
28448
|
"c8": "^7.12.0",
|
|
28764
|
-
"vitest": "0.27.
|
|
28449
|
+
"vitest": "0.27.3"
|
|
28765
28450
|
}
|
|
28766
28451
|
},
|
|
28767
28452
|
"abbrev": {
|
|
@@ -33675,6 +33360,11 @@
|
|
|
33675
33360
|
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
|
|
33676
33361
|
"dev": true
|
|
33677
33362
|
},
|
|
33363
|
+
"fast-content-type-parse": {
|
|
33364
|
+
"version": "1.0.0",
|
|
33365
|
+
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
|
|
33366
|
+
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
|
|
33367
|
+
},
|
|
33678
33368
|
"fast-decode-uri-component": {
|
|
33679
33369
|
"version": "1.0.1",
|
|
33680
33370
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
@@ -33772,16 +33462,16 @@
|
|
|
33772
33462
|
"integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg=="
|
|
33773
33463
|
},
|
|
33774
33464
|
"fastify": {
|
|
33775
|
-
"version": "4.
|
|
33776
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.
|
|
33777
|
-
"integrity": "sha512-
|
|
33465
|
+
"version": "4.12.0",
|
|
33466
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
|
|
33467
|
+
"integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
|
|
33778
33468
|
"requires": {
|
|
33779
33469
|
"@fastify/ajv-compiler": "^3.3.1",
|
|
33780
33470
|
"@fastify/error": "^3.0.0",
|
|
33781
33471
|
"@fastify/fast-json-stringify-compiler": "^4.1.0",
|
|
33782
33472
|
"abstract-logging": "^2.0.1",
|
|
33783
33473
|
"avvio": "^8.2.0",
|
|
33784
|
-
"content-type": "^1.0.
|
|
33474
|
+
"fast-content-type-parse": "^1.0.0",
|
|
33785
33475
|
"find-my-way": "^7.3.0",
|
|
33786
33476
|
"light-my-request": "^5.6.1",
|
|
33787
33477
|
"pino": "^8.5.0",
|
|
@@ -37302,11 +36992,11 @@
|
|
|
37302
36992
|
"integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
|
|
37303
36993
|
},
|
|
37304
36994
|
"netlify": {
|
|
37305
|
-
"version": "13.1.
|
|
37306
|
-
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.
|
|
37307
|
-
"integrity": "sha512-
|
|
36995
|
+
"version": "13.1.2",
|
|
36996
|
+
"resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.2.tgz",
|
|
36997
|
+
"integrity": "sha512-RAQ51glVTzTGNmEXbmfMH1L27JQ2UItTrt35Ba8Uh/qIGaHBjJBxqk36/5qHRLFIGJiyeC6mFYKTi7iVgWbgdw==",
|
|
37308
36998
|
"requires": {
|
|
37309
|
-
"@netlify/open-api": "^2.
|
|
36999
|
+
"@netlify/open-api": "^2.13.0",
|
|
37310
37000
|
"lodash-es": "^4.17.21",
|
|
37311
37001
|
"micro-api-client": "^3.3.0",
|
|
37312
37002
|
"node-fetch": "^3.0.0",
|
|
@@ -40688,6 +40378,12 @@
|
|
|
40688
40378
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
40689
40379
|
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="
|
|
40690
40380
|
},
|
|
40381
|
+
"std-env": {
|
|
40382
|
+
"version": "3.3.1",
|
|
40383
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.1.tgz",
|
|
40384
|
+
"integrity": "sha512-3H20QlwQsSm2OvAxWIYhs+j01MzzqwMwGiiO1NQaJYZgJZFPuAbf95/DiKRBSTYIJ2FeGUc+B/6mPGcWP9dO3Q==",
|
|
40385
|
+
"dev": true
|
|
40386
|
+
},
|
|
40691
40387
|
"steno": {
|
|
40692
40388
|
"version": "0.4.4",
|
|
40693
40389
|
"resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz",
|
|
@@ -42420,9 +42116,9 @@
|
|
|
42420
42116
|
}
|
|
42421
42117
|
},
|
|
42422
42118
|
"vite-node": {
|
|
42423
|
-
"version": "0.27.
|
|
42424
|
-
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.27.
|
|
42425
|
-
"integrity": "sha512-
|
|
42119
|
+
"version": "0.27.3",
|
|
42120
|
+
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.27.3.tgz",
|
|
42121
|
+
"integrity": "sha512-eyJYOO64o5HIp8poc4bJX+ZNBwMZeI3f6/JdiUmJgW02Mt7LnoCtDMRVmLaY9S05SIsjGe339ZK4uo2wQ+bF9g==",
|
|
42426
42122
|
"dev": true,
|
|
42427
42123
|
"requires": {
|
|
42428
42124
|
"cac": "^6.7.14",
|
|
@@ -42444,9 +42140,9 @@
|
|
|
42444
42140
|
}
|
|
42445
42141
|
},
|
|
42446
42142
|
"vitest": {
|
|
42447
|
-
"version": "0.27.
|
|
42448
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.27.
|
|
42449
|
-
"integrity": "sha512-
|
|
42143
|
+
"version": "0.27.3",
|
|
42144
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.27.3.tgz",
|
|
42145
|
+
"integrity": "sha512-Ld3UVgRVhJUtqvQ3dW89GxiApFAgBsWJZBCWzK+gA3w2yG68csXlGZZ4WDJURf+8ecNfgrScga6xY+8YSOpiMg==",
|
|
42450
42146
|
"dev": true,
|
|
42451
42147
|
"requires": {
|
|
42452
42148
|
"@types/chai": "^4.3.4",
|
|
@@ -42460,12 +42156,13 @@
|
|
|
42460
42156
|
"local-pkg": "^0.4.2",
|
|
42461
42157
|
"picocolors": "^1.0.0",
|
|
42462
42158
|
"source-map": "^0.6.1",
|
|
42159
|
+
"std-env": "^3.3.1",
|
|
42463
42160
|
"strip-literal": "^1.0.0",
|
|
42464
42161
|
"tinybench": "^2.3.1",
|
|
42465
42162
|
"tinypool": "^0.3.0",
|
|
42466
42163
|
"tinyspy": "^1.0.2",
|
|
42467
42164
|
"vite": "^3.0.0 || ^4.0.0",
|
|
42468
|
-
"vite-node": "0.27.
|
|
42165
|
+
"vite-node": "0.27.3",
|
|
42469
42166
|
"why-is-node-running": "^2.2.2"
|
|
42470
42167
|
},
|
|
42471
42168
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "12.9.
|
|
4
|
+
"version": "12.9.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@fastify/static": "^6.6.0",
|
|
79
|
-
"@netlify/build": "^29.5.
|
|
80
|
-
"@netlify/config": "^20.3.
|
|
79
|
+
"@netlify/build": "^29.5.2",
|
|
80
|
+
"@netlify/config": "^20.3.2",
|
|
81
81
|
"@netlify/edge-bundler": "^8.4.0",
|
|
82
82
|
"@netlify/framework-info": "^9.7.1",
|
|
83
83
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"log-update": "^5.0.0",
|
|
144
144
|
"minimist": "^1.2.5",
|
|
145
145
|
"multiparty": "^4.2.1",
|
|
146
|
-
"netlify": "^13.1.
|
|
146
|
+
"netlify": "^13.1.2",
|
|
147
147
|
"netlify-headers-parser": "^7.1.1",
|
|
148
148
|
"netlify-onegraph-internal": "0.10.1",
|
|
149
149
|
"netlify-redirect-parser": "^14.1.1",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
20
20
|
},
|
|
21
21
|
"node_modules/axios": {
|
|
22
|
-
"version": "1.2.
|
|
23
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.
|
|
24
|
-
"integrity": "sha512-
|
|
22
|
+
"version": "1.2.3",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz",
|
|
24
|
+
"integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"follow-redirects": "^1.15.0",
|
|
27
27
|
"form-data": "^4.0.0",
|
|
@@ -198,9 +198,9 @@
|
|
|
198
198
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
199
199
|
},
|
|
200
200
|
"axios": {
|
|
201
|
-
"version": "1.2.
|
|
202
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.
|
|
203
|
-
"integrity": "sha512-
|
|
201
|
+
"version": "1.2.3",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz",
|
|
203
|
+
"integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==",
|
|
204
204
|
"requires": {
|
|
205
205
|
"follow-redirects": "^1.15.0",
|
|
206
206
|
"form-data": "^4.0.0",
|
package/src/utils/env/index.mjs
CHANGED
|
@@ -146,6 +146,7 @@ export const getEnvelopeEnv = async ({ api, context = 'dev', env, key = '', scop
|
|
|
146
146
|
const accountEnv = formatEnvelopeData({ context, envelopeItems: accountEnvelopeItems, scope, source: 'account' })
|
|
147
147
|
const siteEnv = formatEnvelopeData({ context, envelopeItems: siteEnvelopeItems, scope, source: 'ui' })
|
|
148
148
|
const generalEnv = filterEnvBySource(env, 'general')
|
|
149
|
+
const internalEnv = filterEnvBySource(env, 'internal')
|
|
149
150
|
const addonsEnv = filterEnvBySource(env, 'addons')
|
|
150
151
|
const configFileEnv = filterEnvBySource(env, 'configFile')
|
|
151
152
|
|
|
@@ -159,6 +160,7 @@ export const getEnvelopeEnv = async ({ api, context = 'dev', env, key = '', scop
|
|
|
159
160
|
...(includeConfigEnvVars ? addonsEnv : {}),
|
|
160
161
|
...siteEnv,
|
|
161
162
|
...(includeConfigEnvVars ? configFileEnv : {}),
|
|
163
|
+
...internalEnv,
|
|
162
164
|
}
|
|
163
165
|
}
|
|
164
166
|
|