netlify-cli 7.0.5 → 8.0.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.
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "7.0.5",
3
+ "version": "8.0.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "7.0.5",
9
+ "version": "8.0.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@netlify/build": "^18.25.2",
14
- "@netlify/config": "^15.8.2",
15
- "@netlify/framework-info": "^5.11.0",
13
+ "@netlify/build": "^19.0.4",
14
+ "@netlify/config": "^16.0.3",
15
+ "@netlify/framework-info": "^6.0.0",
16
16
  "@netlify/local-functions-proxy": "^1.1.1",
17
- "@netlify/plugin-edge-handlers": "^1.11.22",
18
- "@netlify/plugins-list": "^4.2.0",
17
+ "@netlify/plugin-edge-handlers": "^2.0.0",
18
+ "@netlify/plugins-list": "^5.0.0",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
- "@netlify/zip-it-and-ship-it": "4.30.0",
20
+ "@netlify/zip-it-and-ship-it": "5.0.0",
21
21
  "@oclif/command": "^1.6.1",
22
22
  "@oclif/config": "^1.15.1",
23
23
  "@oclif/errors": "^1.3.4",
@@ -84,9 +84,9 @@
84
84
  "minimist": "^1.2.5",
85
85
  "mock-require": "^3.0.3",
86
86
  "multiparty": "^4.2.1",
87
- "netlify": "^8.0.4",
88
- "netlify-headers-parser": "^4.0.1",
89
- "netlify-redirect-parser": "^11.0.3",
87
+ "netlify": "^9.0.0",
88
+ "netlify-headers-parser": "^5.0.0",
89
+ "netlify-redirect-parser": "^12.0.0",
90
90
  "netlify-redirector": "^0.2.1",
91
91
  "node-fetch": "^2.6.0",
92
92
  "node-version-alias": "^1.0.1",
@@ -131,8 +131,8 @@
131
131
  "devDependencies": {
132
132
  "@babel/plugin-proposal-class-properties": "^7.13.0",
133
133
  "@babel/preset-react": "^7.12.13",
134
- "@commitlint/cli": "^14.0.0",
135
- "@commitlint/config-conventional": "^14.0.0",
134
+ "@commitlint/cli": "^15.0.0",
135
+ "@commitlint/config-conventional": "^15.0.0",
136
136
  "@netlify/eslint-config-node": "^3.3.8",
137
137
  "@oclif/dev-cli": "^1.23.1",
138
138
  "@oclif/test": "^1.2.5",
@@ -158,7 +158,7 @@
158
158
  "tree-kill": "^1.2.2"
159
159
  },
160
160
  "engines": {
161
- "node": ">=12.20.0"
161
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
162
162
  }
163
163
  },
164
164
  "node_modules/@babel/code-frame": {
@@ -1864,16 +1864,16 @@
1864
1864
  "integrity": "sha512-htzFO1Zc57S8kgdRK9mLcPVTW1BY2ijfH7Dk2CeZmspTWKdKqSo1iwmqrq2WtRjFlo8aRZYgLX0wFrDXF/9DLA=="
1865
1865
  },
1866
1866
  "node_modules/@commitlint/cli": {
1867
- "version": "14.1.0",
1868
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
1869
- "integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
1867
+ "version": "15.0.0",
1868
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
1869
+ "integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
1870
1870
  "dev": true,
1871
1871
  "dependencies": {
1872
- "@commitlint/format": "^14.1.0",
1873
- "@commitlint/lint": "^14.1.0",
1874
- "@commitlint/load": "^14.1.0",
1875
- "@commitlint/read": "^14.0.0",
1876
- "@commitlint/types": "^14.0.0",
1872
+ "@commitlint/format": "^15.0.0",
1873
+ "@commitlint/lint": "^15.0.0",
1874
+ "@commitlint/load": "^15.0.0",
1875
+ "@commitlint/read": "^15.0.0",
1876
+ "@commitlint/types": "^15.0.0",
1877
1877
  "lodash": "^4.17.19",
1878
1878
  "resolve-from": "5.0.0",
1879
1879
  "resolve-global": "1.0.0",
@@ -1887,9 +1887,9 @@
1887
1887
  }
1888
1888
  },
1889
1889
  "node_modules/@commitlint/config-conventional": {
1890
- "version": "14.1.0",
1891
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
1892
- "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
1890
+ "version": "15.0.0",
1891
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz",
1892
+ "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==",
1893
1893
  "dev": true,
1894
1894
  "dependencies": {
1895
1895
  "conventional-changelog-conventionalcommits": "^4.3.1"
@@ -1899,12 +1899,12 @@
1899
1899
  }
1900
1900
  },
1901
1901
  "node_modules/@commitlint/ensure": {
1902
- "version": "14.1.0",
1903
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
1904
- "integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
1902
+ "version": "15.0.0",
1903
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
1904
+ "integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
1905
1905
  "dev": true,
1906
1906
  "dependencies": {
1907
- "@commitlint/types": "^14.0.0",
1907
+ "@commitlint/types": "^15.0.0",
1908
1908
  "lodash": "^4.17.19"
1909
1909
  },
1910
1910
  "engines": {
@@ -1912,21 +1912,21 @@
1912
1912
  }
1913
1913
  },
1914
1914
  "node_modules/@commitlint/execute-rule": {
1915
- "version": "14.0.0",
1916
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
1917
- "integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
1915
+ "version": "15.0.0",
1916
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
1917
+ "integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==",
1918
1918
  "dev": true,
1919
1919
  "engines": {
1920
1920
  "node": ">=v12"
1921
1921
  }
1922
1922
  },
1923
1923
  "node_modules/@commitlint/format": {
1924
- "version": "14.1.0",
1925
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
1926
- "integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
1924
+ "version": "15.0.0",
1925
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
1926
+ "integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
1927
1927
  "dev": true,
1928
1928
  "dependencies": {
1929
- "@commitlint/types": "^14.0.0",
1929
+ "@commitlint/types": "^15.0.0",
1930
1930
  "chalk": "^4.0.0"
1931
1931
  },
1932
1932
  "engines": {
@@ -1934,12 +1934,12 @@
1934
1934
  }
1935
1935
  },
1936
1936
  "node_modules/@commitlint/is-ignored": {
1937
- "version": "14.0.0",
1938
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
1939
- "integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
1937
+ "version": "15.0.0",
1938
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
1939
+ "integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
1940
1940
  "dev": true,
1941
1941
  "dependencies": {
1942
- "@commitlint/types": "^14.0.0",
1942
+ "@commitlint/types": "^15.0.0",
1943
1943
  "semver": "7.3.5"
1944
1944
  },
1945
1945
  "engines": {
@@ -1947,29 +1947,29 @@
1947
1947
  }
1948
1948
  },
1949
1949
  "node_modules/@commitlint/lint": {
1950
- "version": "14.1.0",
1951
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
1952
- "integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
1950
+ "version": "15.0.0",
1951
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
1952
+ "integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
1953
1953
  "dev": true,
1954
1954
  "dependencies": {
1955
- "@commitlint/is-ignored": "^14.0.0",
1956
- "@commitlint/parse": "^14.0.0",
1957
- "@commitlint/rules": "^14.1.0",
1958
- "@commitlint/types": "^14.0.0"
1955
+ "@commitlint/is-ignored": "^15.0.0",
1956
+ "@commitlint/parse": "^15.0.0",
1957
+ "@commitlint/rules": "^15.0.0",
1958
+ "@commitlint/types": "^15.0.0"
1959
1959
  },
1960
1960
  "engines": {
1961
1961
  "node": ">=v12"
1962
1962
  }
1963
1963
  },
1964
1964
  "node_modules/@commitlint/load": {
1965
- "version": "14.1.0",
1966
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
1967
- "integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
1965
+ "version": "15.0.0",
1966
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
1967
+ "integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
1968
1968
  "dev": true,
1969
1969
  "dependencies": {
1970
- "@commitlint/execute-rule": "^14.0.0",
1971
- "@commitlint/resolve-extends": "^14.1.0",
1972
- "@commitlint/types": "^14.0.0",
1970
+ "@commitlint/execute-rule": "^15.0.0",
1971
+ "@commitlint/resolve-extends": "^15.0.0",
1972
+ "@commitlint/types": "^15.0.0",
1973
1973
  "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
1974
1974
  "chalk": "^4.0.0",
1975
1975
  "cosmiconfig": "^7.0.0",
@@ -1982,21 +1982,21 @@
1982
1982
  }
1983
1983
  },
1984
1984
  "node_modules/@commitlint/message": {
1985
- "version": "14.0.0",
1986
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
1987
- "integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
1985
+ "version": "15.0.0",
1986
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
1987
+ "integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==",
1988
1988
  "dev": true,
1989
1989
  "engines": {
1990
1990
  "node": ">=v12"
1991
1991
  }
1992
1992
  },
1993
1993
  "node_modules/@commitlint/parse": {
1994
- "version": "14.0.0",
1995
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
1996
- "integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
1994
+ "version": "15.0.0",
1995
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
1996
+ "integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
1997
1997
  "dev": true,
1998
1998
  "dependencies": {
1999
- "@commitlint/types": "^14.0.0",
1999
+ "@commitlint/types": "^15.0.0",
2000
2000
  "conventional-changelog-angular": "^5.0.11",
2001
2001
  "conventional-commits-parser": "^3.2.2"
2002
2002
  },
@@ -2005,13 +2005,13 @@
2005
2005
  }
2006
2006
  },
2007
2007
  "node_modules/@commitlint/read": {
2008
- "version": "14.0.0",
2009
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
2010
- "integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
2008
+ "version": "15.0.0",
2009
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
2010
+ "integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
2011
2011
  "dev": true,
2012
2012
  "dependencies": {
2013
- "@commitlint/top-level": "^14.0.0",
2014
- "@commitlint/types": "^14.0.0",
2013
+ "@commitlint/top-level": "^15.0.0",
2014
+ "@commitlint/types": "^15.0.0",
2015
2015
  "fs-extra": "^10.0.0",
2016
2016
  "git-raw-commits": "^2.0.0"
2017
2017
  },
@@ -2020,9 +2020,9 @@
2020
2020
  }
2021
2021
  },
2022
2022
  "node_modules/@commitlint/resolve-extends": {
2023
- "version": "14.1.0",
2024
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
2025
- "integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
2023
+ "version": "15.0.0",
2024
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
2025
+ "integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
2026
2026
  "dev": true,
2027
2027
  "dependencies": {
2028
2028
  "import-fresh": "^3.0.0",
@@ -2035,15 +2035,15 @@
2035
2035
  }
2036
2036
  },
2037
2037
  "node_modules/@commitlint/rules": {
2038
- "version": "14.1.0",
2039
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
2040
- "integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
2038
+ "version": "15.0.0",
2039
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
2040
+ "integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
2041
2041
  "dev": true,
2042
2042
  "dependencies": {
2043
- "@commitlint/ensure": "^14.1.0",
2044
- "@commitlint/message": "^14.0.0",
2045
- "@commitlint/to-lines": "^14.0.0",
2046
- "@commitlint/types": "^14.0.0",
2043
+ "@commitlint/ensure": "^15.0.0",
2044
+ "@commitlint/message": "^15.0.0",
2045
+ "@commitlint/to-lines": "^15.0.0",
2046
+ "@commitlint/types": "^15.0.0",
2047
2047
  "execa": "^5.0.0"
2048
2048
  },
2049
2049
  "engines": {
@@ -2051,18 +2051,18 @@
2051
2051
  }
2052
2052
  },
2053
2053
  "node_modules/@commitlint/to-lines": {
2054
- "version": "14.0.0",
2055
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
2056
- "integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
2054
+ "version": "15.0.0",
2055
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
2056
+ "integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==",
2057
2057
  "dev": true,
2058
2058
  "engines": {
2059
2059
  "node": ">=v12"
2060
2060
  }
2061
2061
  },
2062
2062
  "node_modules/@commitlint/top-level": {
2063
- "version": "14.0.0",
2064
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
2065
- "integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
2063
+ "version": "15.0.0",
2064
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz",
2065
+ "integrity": "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==",
2066
2066
  "dev": true,
2067
2067
  "dependencies": {
2068
2068
  "find-up": "^5.0.0"
@@ -2072,9 +2072,9 @@
2072
2072
  }
2073
2073
  },
2074
2074
  "node_modules/@commitlint/types": {
2075
- "version": "14.0.0",
2076
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
2077
- "integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
2075
+ "version": "15.0.0",
2076
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
2077
+ "integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
2078
2078
  "dev": true,
2079
2079
  "dependencies": {
2080
2080
  "chalk": "^4.0.0"
@@ -2426,19 +2426,19 @@
2426
2426
  }
2427
2427
  },
2428
2428
  "node_modules/@netlify/build": {
2429
- "version": "18.25.2",
2430
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.25.2.tgz",
2431
- "integrity": "sha512-y51FdO3wz9X1BMDKRzKLLGLFXdsLrjYfWg9dCXZtcL16mB7zcAjbd+0L2kH++zGQeadhxUOT8EOe2uVHFxdR2Q==",
2429
+ "version": "19.0.4",
2430
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-19.0.4.tgz",
2431
+ "integrity": "sha512-e02aeq+vfbkuvsjh/BR/6rn6qbSRB5qMX+MuqFW7/oVwveoGyBHPcQ+tlbPDTkb3iEHBkq2JCwLqrY1mNYOAwA==",
2432
2432
  "dependencies": {
2433
2433
  "@bugsnag/js": "^7.0.0",
2434
- "@netlify/cache-utils": "^2.0.0",
2435
- "@netlify/config": "^15.0.0",
2436
- "@netlify/functions-utils": "^2.0.0",
2437
- "@netlify/git-utils": "^2.0.0",
2438
- "@netlify/plugin-edge-handlers": "^1.11.22",
2439
- "@netlify/plugins-list": "^4.2.0",
2440
- "@netlify/run-utils": "^2.0.0",
2441
- "@netlify/zip-it-and-ship-it": "^4.30.0",
2434
+ "@netlify/cache-utils": "^3.0.0",
2435
+ "@netlify/config": "^16.0.0",
2436
+ "@netlify/functions-utils": "^3.0.0",
2437
+ "@netlify/git-utils": "^3.0.0",
2438
+ "@netlify/plugin-edge-handlers": "^2.0.0",
2439
+ "@netlify/plugins-list": "^5.0.0",
2440
+ "@netlify/run-utils": "^3.0.0",
2441
+ "@netlify/zip-it-and-ship-it": "^5.0.0",
2442
2442
  "@sindresorhus/slugify": "^1.1.0",
2443
2443
  "@ungap/from-entries": "^0.2.1",
2444
2444
  "ansi-escapes": "^4.3.2",
@@ -2489,7 +2489,7 @@
2489
2489
  "netlify-build": "src/core/bin.js"
2490
2490
  },
2491
2491
  "engines": {
2492
- "node": ">=10.18.0"
2492
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2493
2493
  }
2494
2494
  },
2495
2495
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
@@ -2806,9 +2806,9 @@
2806
2806
  }
2807
2807
  },
2808
2808
  "node_modules/@netlify/cache-utils": {
2809
- "version": "2.0.4",
2810
- "resolved": "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-2.0.4.tgz",
2811
- "integrity": "sha512-P6tomPTt5tdyFrrYbBWHIGBHTwiuewrElxVRMnYW1W4GfTP4Me4+iV5lOyU/Yw9OuTPg7dPzah2J0GA6cA1YCw==",
2809
+ "version": "3.0.0",
2810
+ "resolved": "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-3.0.0.tgz",
2811
+ "integrity": "sha512-UDBOHiP1uf3m8b/Pxz0v+kS/It6vWCSTJy4N9AhPUo5lcmpZgpu0kKyjKSmFBFeM8tafHM31thZvMZl8wH+Cgw==",
2812
2812
  "dependencies": {
2813
2813
  "array-flat-polyfill": "^1.0.1",
2814
2814
  "cpy": "^8.1.0",
@@ -2823,7 +2823,7 @@
2823
2823
  "readdirp": "^3.4.0"
2824
2824
  },
2825
2825
  "engines": {
2826
- "node": ">=10.18.0"
2826
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2827
2827
  }
2828
2828
  },
2829
2829
  "node_modules/@netlify/cache-utils/node_modules/del": {
@@ -2874,9 +2874,9 @@
2874
2874
  }
2875
2875
  },
2876
2876
  "node_modules/@netlify/config": {
2877
- "version": "15.8.2",
2878
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.8.2.tgz",
2879
- "integrity": "sha512-5EEG+SaYm76UPgvepByrSuFlIxrnUphs0ww3tGUdyqDn49222T5pHKkMjDh2ukxCT6D+YPZx8U8H3+YBdoT4qA==",
2877
+ "version": "16.0.3",
2878
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.3.tgz",
2879
+ "integrity": "sha512-/8FAJK+Kupj6Rxu7baVtXHy9+b0fcIyCa6WPYhdMIg8myzfFoYLLhl5BrByh6LouGF/UIwdl0b9j6rJtugEfPg==",
2880
2880
  "dependencies": {
2881
2881
  "@ungap/from-entries": "^0.2.1",
2882
2882
  "array-flat-polyfill": "^1.0.1",
@@ -2894,9 +2894,9 @@
2894
2894
  "js-yaml": "^4.0.0",
2895
2895
  "make-dir": "^3.1.0",
2896
2896
  "map-obj": "^4.0.0",
2897
- "netlify": "^8.0.4",
2898
- "netlify-headers-parser": "^4.0.1",
2899
- "netlify-redirect-parser": "^11.0.3",
2897
+ "netlify": "^9.0.0",
2898
+ "netlify-headers-parser": "^5.0.0",
2899
+ "netlify-redirect-parser": "^12.0.0",
2900
2900
  "omit.js": "^2.0.2",
2901
2901
  "p-locate": "^5.0.0",
2902
2902
  "path-exists": "^4.0.0",
@@ -2910,7 +2910,7 @@
2910
2910
  "netlify-config": "src/bin/main.js"
2911
2911
  },
2912
2912
  "engines": {
2913
- "node": ">=10.18.0"
2913
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2914
2914
  }
2915
2915
  },
2916
2916
  "node_modules/@netlify/config/node_modules/ansi-styles": {
@@ -3133,261 +3133,125 @@
3133
3133
  "node": ">=16.0.0"
3134
3134
  }
3135
3135
  },
3136
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/cli": {
3137
- "version": "15.0.0",
3138
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
3139
- "integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
3140
- "dev": true,
3141
- "dependencies": {
3142
- "@commitlint/format": "^15.0.0",
3143
- "@commitlint/lint": "^15.0.0",
3144
- "@commitlint/load": "^15.0.0",
3145
- "@commitlint/read": "^15.0.0",
3146
- "@commitlint/types": "^15.0.0",
3147
- "lodash": "^4.17.19",
3148
- "resolve-from": "5.0.0",
3149
- "resolve-global": "1.0.0",
3150
- "yargs": "^17.0.0"
3151
- },
3152
- "bin": {
3153
- "commitlint": "cli.js"
3154
- },
3155
- "engines": {
3156
- "node": ">=v12"
3157
- }
3158
- },
3159
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/config-conventional": {
3160
- "version": "15.0.0",
3161
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz",
3162
- "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==",
3163
- "dev": true,
3164
- "dependencies": {
3165
- "conventional-changelog-conventionalcommits": "^4.3.1"
3166
- },
3167
- "engines": {
3168
- "node": ">=v12"
3169
- }
3170
- },
3171
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/ensure": {
3172
- "version": "15.0.0",
3173
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
3174
- "integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
3175
- "dev": true,
3176
- "dependencies": {
3177
- "@commitlint/types": "^15.0.0",
3178
- "lodash": "^4.17.19"
3179
- },
3180
- "engines": {
3181
- "node": ">=v12"
3182
- }
3183
- },
3184
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/execute-rule": {
3185
- "version": "15.0.0",
3186
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
3187
- "integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==",
3188
- "dev": true,
3189
- "engines": {
3190
- "node": ">=v12"
3191
- }
3192
- },
3193
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/format": {
3194
- "version": "15.0.0",
3195
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
3196
- "integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
3197
- "dev": true,
3198
- "dependencies": {
3199
- "@commitlint/types": "^15.0.0",
3200
- "chalk": "^4.0.0"
3201
- },
3202
- "engines": {
3203
- "node": ">=v12"
3204
- }
3205
- },
3206
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/is-ignored": {
3207
- "version": "15.0.0",
3208
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
3209
- "integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
3210
- "dev": true,
3211
- "dependencies": {
3212
- "@commitlint/types": "^15.0.0",
3213
- "semver": "7.3.5"
3214
- },
3215
- "engines": {
3216
- "node": ">=v12"
3217
- }
3218
- },
3219
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/lint": {
3220
- "version": "15.0.0",
3221
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
3222
- "integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
3223
- "dev": true,
3224
- "dependencies": {
3225
- "@commitlint/is-ignored": "^15.0.0",
3226
- "@commitlint/parse": "^15.0.0",
3227
- "@commitlint/rules": "^15.0.0",
3228
- "@commitlint/types": "^15.0.0"
3229
- },
3230
- "engines": {
3231
- "node": ">=v12"
3232
- }
3233
- },
3234
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/load": {
3235
- "version": "15.0.0",
3236
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
3237
- "integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
3238
- "dev": true,
3239
- "dependencies": {
3240
- "@commitlint/execute-rule": "^15.0.0",
3241
- "@commitlint/resolve-extends": "^15.0.0",
3242
- "@commitlint/types": "^15.0.0",
3243
- "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
3244
- "chalk": "^4.0.0",
3245
- "cosmiconfig": "^7.0.0",
3246
- "lodash": "^4.17.19",
3247
- "resolve-from": "^5.0.0",
3248
- "typescript": "^4.4.3"
3249
- },
3250
- "engines": {
3251
- "node": ">=v12"
3252
- }
3253
- },
3254
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/message": {
3255
- "version": "15.0.0",
3256
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
3257
- "integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==",
3258
- "dev": true,
3259
- "engines": {
3260
- "node": ">=v12"
3261
- }
3262
- },
3263
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/parse": {
3264
- "version": "15.0.0",
3265
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
3266
- "integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
3267
- "dev": true,
3268
- "dependencies": {
3269
- "@commitlint/types": "^15.0.0",
3270
- "conventional-changelog-angular": "^5.0.11",
3271
- "conventional-commits-parser": "^3.2.2"
3272
- },
3273
- "engines": {
3274
- "node": ">=v12"
3275
- }
3276
- },
3277
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/read": {
3278
- "version": "15.0.0",
3279
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
3280
- "integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
3281
- "dev": true,
3136
+ "node_modules/@netlify/framework-info": {
3137
+ "version": "6.0.0",
3138
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-6.0.0.tgz",
3139
+ "integrity": "sha512-4El0mzzKZF1elVq0AT4fo9e8FbYEIDKvORgGkJHWouO0yMGkmo5r8ub5YHgjPp6dV9ShkwOTu34/MbvbddqO8A==",
3282
3140
  "dependencies": {
3283
- "@commitlint/top-level": "^15.0.0",
3284
- "@commitlint/types": "^15.0.0",
3285
- "fs-extra": "^10.0.0",
3286
- "git-raw-commits": "^2.0.0"
3141
+ "ajv": "^8.0.0",
3142
+ "filter-obj": "^2.0.1",
3143
+ "is-plain-obj": "^3.0.0",
3144
+ "locate-path": "^6.0.0",
3145
+ "p-filter": "^2.1.0",
3146
+ "p-locate": "^5.0.0",
3147
+ "read-pkg-up": "^7.0.1",
3148
+ "semver": "^7.3.4"
3287
3149
  },
3288
3150
  "engines": {
3289
- "node": ">=v12"
3151
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3290
3152
  }
3291
3153
  },
3292
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/resolve-extends": {
3293
- "version": "15.0.0",
3294
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
3295
- "integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
3296
- "dev": true,
3154
+ "node_modules/@netlify/functions-utils": {
3155
+ "version": "3.0.0",
3156
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-3.0.0.tgz",
3157
+ "integrity": "sha512-EOWPf+gLMJLMbZ9jQjAVfezNKCoJiDWVNKeeLYGX/6RmfCPV1XWoV4DtmeStUTz1txMuKLfqtjlbHSm1M6W/hg==",
3297
3158
  "dependencies": {
3298
- "import-fresh": "^3.0.0",
3299
- "lodash": "^4.17.19",
3300
- "resolve-from": "^5.0.0",
3301
- "resolve-global": "^1.0.0"
3159
+ "@netlify/zip-it-and-ship-it": "^4.30.0",
3160
+ "cpy": "^8.1.0",
3161
+ "path-exists": "^4.0.0"
3302
3162
  },
3303
3163
  "engines": {
3304
- "node": ">=v12"
3164
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3305
3165
  }
3306
3166
  },
3307
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/rules": {
3308
- "version": "15.0.0",
3309
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
3310
- "integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
3311
- "dev": true,
3167
+ "node_modules/@netlify/functions-utils/node_modules/@netlify/zip-it-and-ship-it": {
3168
+ "version": "4.30.0",
3169
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
3170
+ "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
3312
3171
  "dependencies": {
3313
- "@commitlint/ensure": "^15.0.0",
3314
- "@commitlint/message": "^15.0.0",
3315
- "@commitlint/to-lines": "^15.0.0",
3316
- "@commitlint/types": "^15.0.0",
3317
- "execa": "^5.0.0"
3172
+ "@babel/parser": "^7.15.7",
3173
+ "@netlify/esbuild": "^0.13.6",
3174
+ "@vercel/nft": "^0.17.0",
3175
+ "archiver": "^5.3.0",
3176
+ "array-flat-polyfill": "^1.0.1",
3177
+ "common-path-prefix": "^3.0.0",
3178
+ "cp-file": "^9.0.0",
3179
+ "del": "^6.0.0",
3180
+ "elf-cam": "^0.1.1",
3181
+ "end-of-stream": "^1.4.4",
3182
+ "es-module-lexer": "^0.9.0",
3183
+ "execa": "^5.0.0",
3184
+ "filter-obj": "^2.0.1",
3185
+ "find-up": "^5.0.0",
3186
+ "glob": "^7.1.6",
3187
+ "is-builtin-module": "^3.1.0",
3188
+ "junk": "^3.1.0",
3189
+ "locate-path": "^6.0.0",
3190
+ "make-dir": "^3.1.0",
3191
+ "merge-options": "^3.0.4",
3192
+ "minimatch": "^3.0.4",
3193
+ "p-map": "^4.0.0",
3194
+ "path-exists": "^4.0.0",
3195
+ "pkg-dir": "^5.0.0",
3196
+ "precinct": "^8.2.0",
3197
+ "read-package-json-fast": "^2.0.2",
3198
+ "require-package-name": "^2.0.1",
3199
+ "resolve": "^2.0.0-next.1",
3200
+ "semver": "^7.0.0",
3201
+ "tmp-promise": "^3.0.2",
3202
+ "toml": "^3.0.0",
3203
+ "typescript": "^4.4.3",
3204
+ "unixify": "^1.0.0",
3205
+ "yargs": "^16.0.0"
3318
3206
  },
3319
- "engines": {
3320
- "node": ">=v12"
3321
- }
3322
- },
3323
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/to-lines": {
3324
- "version": "15.0.0",
3325
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
3326
- "integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==",
3327
- "dev": true,
3328
- "engines": {
3329
- "node": ">=v12"
3330
- }
3331
- },
3332
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/top-level": {
3333
- "version": "15.0.0",
3334
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz",
3335
- "integrity": "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==",
3336
- "dev": true,
3337
- "dependencies": {
3338
- "find-up": "^5.0.0"
3207
+ "bin": {
3208
+ "zip-it-and-ship-it": "dist/bin.js"
3339
3209
  },
3340
3210
  "engines": {
3341
- "node": ">=v12"
3211
+ "node": ">=10.18.0"
3342
3212
  }
3343
3213
  },
3344
- "node_modules/@netlify/eslint-config-node/node_modules/@commitlint/types": {
3345
- "version": "15.0.0",
3346
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
3347
- "integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
3348
- "dev": true,
3349
- "dependencies": {
3350
- "chalk": "^4.0.0"
3351
- },
3214
+ "node_modules/@netlify/functions-utils/node_modules/get-caller-file": {
3215
+ "version": "2.0.5",
3216
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
3217
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
3352
3218
  "engines": {
3353
- "node": ">=v12"
3219
+ "node": "6.* || 8.* || >= 10.*"
3354
3220
  }
3355
3221
  },
3356
- "node_modules/@netlify/framework-info": {
3357
- "version": "5.11.0",
3358
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-5.11.0.tgz",
3359
- "integrity": "sha512-B6MW05c8vUuakO8x/ucp99ocpdYeikusCzPANqD0O1JamdLyDsDbhL7Z3j0QUhZjpY+bm+4g91Gaq7ynpX0ICg==",
3222
+ "node_modules/@netlify/functions-utils/node_modules/resolve": {
3223
+ "version": "2.0.0-next.3",
3224
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
3225
+ "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
3360
3226
  "dependencies": {
3361
- "ajv": "^8.0.0",
3362
- "filter-obj": "^2.0.1",
3363
- "is-plain-obj": "^3.0.0",
3364
- "locate-path": "^6.0.0",
3365
- "p-filter": "^2.1.0",
3366
- "p-locate": "^5.0.0",
3367
- "read-pkg-up": "^7.0.1",
3368
- "semver": "^7.3.4"
3227
+ "is-core-module": "^2.2.0",
3228
+ "path-parse": "^1.0.6"
3369
3229
  },
3370
- "engines": {
3371
- "node": ">=10.18.0"
3230
+ "funding": {
3231
+ "url": "https://github.com/sponsors/ljharb"
3372
3232
  }
3373
3233
  },
3374
- "node_modules/@netlify/functions-utils": {
3375
- "version": "2.0.2",
3376
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-2.0.2.tgz",
3377
- "integrity": "sha512-mQI0NX0QPNVcYb2TQF5cpxO350BR9309r7vSOSvfn0DHkPWUea1kl3iiLXi1mm/dUC6pd3p5ctc0UboW0u+iVQ==",
3234
+ "node_modules/@netlify/functions-utils/node_modules/yargs": {
3235
+ "version": "16.2.0",
3236
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
3237
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
3378
3238
  "dependencies": {
3379
- "@netlify/zip-it-and-ship-it": "^4.15.1",
3380
- "cpy": "^8.1.0",
3381
- "path-exists": "^4.0.0"
3239
+ "cliui": "^7.0.2",
3240
+ "escalade": "^3.1.1",
3241
+ "get-caller-file": "^2.0.5",
3242
+ "require-directory": "^2.1.1",
3243
+ "string-width": "^4.2.0",
3244
+ "y18n": "^5.0.5",
3245
+ "yargs-parser": "^20.2.2"
3382
3246
  },
3383
3247
  "engines": {
3384
- "node": ">=10.18.0"
3248
+ "node": ">=10"
3385
3249
  }
3386
3250
  },
3387
3251
  "node_modules/@netlify/git-utils": {
3388
- "version": "2.0.2",
3389
- "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-2.0.2.tgz",
3390
- "integrity": "sha512-gk1ak1AAktsjHQDY1Sg0qp8H+3dcmdB7jEmr0MD8V7X4u/CByPx8fBC0ZpksZ+HhkAdw/thRL4Qir+zhh4QtWA==",
3252
+ "version": "3.0.0",
3253
+ "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-3.0.0.tgz",
3254
+ "integrity": "sha512-dfK8B3Lt/wHwdo8GL+gqGKesCYoiqZYQu3hIdQA0zPhIgRvm7W3fgfskSwlke8Zt3g11EesiGxrzUNIjsd7HpQ==",
3391
3255
  "dependencies": {
3392
3256
  "execa": "^5.1.1",
3393
3257
  "map-obj": "^4.0.0",
@@ -3396,7 +3260,7 @@
3396
3260
  "path-exists": "^4.0.0"
3397
3261
  },
3398
3262
  "engines": {
3399
- "node": ">=10.18.0"
3263
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3400
3264
  }
3401
3265
  },
3402
3266
  "node_modules/@netlify/local-functions-proxy": {
@@ -3604,18 +3468,18 @@
3604
3468
  "integrity": "sha512-VfYLiEXJIVIn25wrwNB/O+QkM3xPgCVcGSKZxM/i+oPCOgBK+4PEieRtfqhF4vXXwwOi68VaRWU7P3aRnb3nIA=="
3605
3469
  },
3606
3470
  "node_modules/@netlify/plugin-edge-handlers": {
3607
- "version": "1.11.22",
3608
- "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.11.22.tgz",
3609
- "integrity": "sha512-tFb7J6+YEtZP0OYpS/b9Rjp1lm02XfhAQR6KRHAaeRlHp98/zgd0hhubfwXUCppP2BLfn+imkeVS0FnANh5B3g==",
3471
+ "version": "2.0.0",
3472
+ "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-2.0.0.tgz",
3473
+ "integrity": "sha512-qfEUPZ4JCo3/j6txjwR6dUeteYI6ErYYLJmhGHEm5OEpZz4IUlnqWajmpU0sKgbB/F7AbEFi1aZFYmYnTIB3Bg==",
3610
3474
  "dependencies": {
3611
3475
  "@babel/core": "^7.11.4",
3612
3476
  "@babel/preset-env": "^7.11.5",
3613
3477
  "@rollup/plugin-babel": "^5.2.0",
3614
- "@rollup/plugin-commonjs": "^18.0.0",
3478
+ "@rollup/plugin-commonjs": "^21.0.0",
3615
3479
  "@rollup/plugin-inject": "^4.0.2",
3616
3480
  "@rollup/plugin-json": "^4.1.0",
3617
3481
  "@rollup/plugin-node-resolve": "^11.0.0",
3618
- "@types/node": "^14.0.27",
3482
+ "@types/node": "^16.0.0",
3619
3483
  "buffer-es6": "^4.9.3",
3620
3484
  "del": "^6.0.0",
3621
3485
  "make-dir": "^3.1.0",
@@ -3631,20 +3495,35 @@
3631
3495
  "plugin-build-edge-handlers": "src/cli.js"
3632
3496
  },
3633
3497
  "engines": {
3634
- "node": "^10.17.0 || >=11.14.0"
3498
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3635
3499
  }
3636
3500
  },
3637
- "node_modules/@netlify/plugin-edge-handlers/node_modules/@types/node": {
3638
- "version": "14.17.34",
3639
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz",
3640
- "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg=="
3501
+ "node_modules/@netlify/plugin-edge-handlers/node_modules/@rollup/plugin-commonjs": {
3502
+ "version": "21.0.1",
3503
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz",
3504
+ "integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==",
3505
+ "dependencies": {
3506
+ "@rollup/pluginutils": "^3.1.0",
3507
+ "commondir": "^1.0.1",
3508
+ "estree-walker": "^2.0.1",
3509
+ "glob": "^7.1.6",
3510
+ "is-reference": "^1.2.1",
3511
+ "magic-string": "^0.25.7",
3512
+ "resolve": "^1.17.0"
3513
+ },
3514
+ "engines": {
3515
+ "node": ">= 8.0.0"
3516
+ },
3517
+ "peerDependencies": {
3518
+ "rollup": "^2.38.3"
3519
+ }
3641
3520
  },
3642
3521
  "node_modules/@netlify/plugins-list": {
3643
- "version": "4.2.0",
3644
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.2.0.tgz",
3645
- "integrity": "sha512-ZHbaafIr77FdY5tVvv2GHDsNKShjVtF4ycZBpkMEr0zg74ng9gGtxKGg785esTj0Jobtx5Em1dluczzC0px//g==",
3522
+ "version": "5.0.0",
3523
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-5.0.0.tgz",
3524
+ "integrity": "sha512-reoPM+p/1Sm85KAPIwKr4+WVIneSVJZIZbo54VqZqvQJwcm/4CmyB4kUTthBIkY+b7chPcYEmqfvZxY9EfplAQ==",
3646
3525
  "engines": {
3647
- "node": ">=10.18.0"
3526
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3648
3527
  }
3649
3528
  },
3650
3529
  "node_modules/@netlify/routing-local-proxy": {
@@ -3707,26 +3586,25 @@
3707
3586
  ]
3708
3587
  },
3709
3588
  "node_modules/@netlify/run-utils": {
3710
- "version": "2.0.1",
3711
- "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-2.0.1.tgz",
3712
- "integrity": "sha512-F1YcF2kje0Ttj+t5Cn5d6ojGQcKj4i/GMWgQuoZGVjQ31ToNcDXIbBm5SBKIkMMpNejtR1wF+1a0Q+aBPWiZVQ==",
3589
+ "version": "3.0.0",
3590
+ "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-3.0.0.tgz",
3591
+ "integrity": "sha512-CaHpFDHYe4sYjJ/KnbCKo2qx19PSHktFcRfafJU0de2YrJ3K/J0Q6s7ZIjSzRjKUb0PIEq2ivgMPi3jAHNy9kA==",
3713
3592
  "dependencies": {
3714
3593
  "execa": "^5.1.1"
3715
3594
  },
3716
3595
  "engines": {
3717
- "node": ">=10.18.0"
3596
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3718
3597
  }
3719
3598
  },
3720
3599
  "node_modules/@netlify/zip-it-and-ship-it": {
3721
- "version": "4.30.0",
3722
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
3723
- "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
3600
+ "version": "5.0.0",
3601
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.0.0.tgz",
3602
+ "integrity": "sha512-C8xsur5//80mvgsV1G1YX0+Ihksi6rEyJtw7J0UcctXEfVR0rrxjzV3Dw0pwHXk16i2237Is/FK06MGD3z8fgQ==",
3724
3603
  "dependencies": {
3725
3604
  "@babel/parser": "^7.15.7",
3726
3605
  "@netlify/esbuild": "^0.13.6",
3727
3606
  "@vercel/nft": "^0.17.0",
3728
3607
  "archiver": "^5.3.0",
3729
- "array-flat-polyfill": "^1.0.1",
3730
3608
  "common-path-prefix": "^3.0.0",
3731
3609
  "cp-file": "^9.0.0",
3732
3610
  "del": "^6.0.0",
@@ -3761,7 +3639,7 @@
3761
3639
  "zip-it-and-ship-it": "dist/bin.js"
3762
3640
  },
3763
3641
  "engines": {
3764
- "node": ">=10.18.0"
3642
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3765
3643
  }
3766
3644
  },
3767
3645
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/get-caller-file": {
@@ -4612,26 +4490,6 @@
4612
4490
  }
4613
4491
  }
4614
4492
  },
4615
- "node_modules/@rollup/plugin-commonjs": {
4616
- "version": "18.1.0",
4617
- "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz",
4618
- "integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==",
4619
- "dependencies": {
4620
- "@rollup/pluginutils": "^3.1.0",
4621
- "commondir": "^1.0.1",
4622
- "estree-walker": "^2.0.1",
4623
- "glob": "^7.1.6",
4624
- "is-reference": "^1.2.1",
4625
- "magic-string": "^0.25.7",
4626
- "resolve": "^1.17.0"
4627
- },
4628
- "engines": {
4629
- "node": ">= 8.0.0"
4630
- },
4631
- "peerDependencies": {
4632
- "rollup": "^2.30.0"
4633
- }
4634
- },
4635
4493
  "node_modules/@rollup/plugin-inject": {
4636
4494
  "version": "4.0.3",
4637
4495
  "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.3.tgz",
@@ -15389,11 +15247,11 @@
15389
15247
  "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug=="
15390
15248
  },
15391
15249
  "node_modules/netlify": {
15392
- "version": "8.0.4",
15393
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-8.0.4.tgz",
15394
- "integrity": "sha512-v0iG/u5y3GDP+H50SEbQHUdYHTNMNKtoxUP9cBbt2H0i4rpCcebQAQ1AKEwbpxF8sCO0+ywXIqpGiOd5Wwzjew==",
15250
+ "version": "9.0.0",
15251
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-9.0.0.tgz",
15252
+ "integrity": "sha512-3QQpmCFSdCgsUEBLULwNxVojjFgYgooKhHtJ9OgjizzwJsNDYnBdAWKQ3lcpPX2etQ0quWJg5Uv8md02LuezZw==",
15395
15253
  "dependencies": {
15396
- "@netlify/open-api": "^2.5.2",
15254
+ "@netlify/open-api": "^2.6.0",
15397
15255
  "lodash.camelcase": "^4.3.0",
15398
15256
  "micro-api-client": "^3.3.0",
15399
15257
  "node-fetch": "^2.6.1",
@@ -15402,13 +15260,13 @@
15402
15260
  "qs": "^6.9.6"
15403
15261
  },
15404
15262
  "engines": {
15405
- "node": ">=10.18.0"
15263
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
15406
15264
  }
15407
15265
  },
15408
15266
  "node_modules/netlify-headers-parser": {
15409
- "version": "4.0.1",
15410
- "resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-4.0.1.tgz",
15411
- "integrity": "sha512-Wq1ZKXLv8xnTmzWhjbkFnzIAAmas7GhtrFJXCeMfEoeGthuSekcEz+IMfpSDjhL/X3Ls5YIk9SuNUf/5/+TlEQ==",
15267
+ "version": "5.0.0",
15268
+ "resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-5.0.0.tgz",
15269
+ "integrity": "sha512-C953bI/T4jcmO0Ey+z+DWtXfJ38P5Lj0JGhphFMU+WO1i3fdFD+eAzcS1+oTuZ2JoOS9ZNArtzSTtvxDSnL+VQ==",
15412
15270
  "dependencies": {
15413
15271
  "escape-string-regexp": "^4.0.0",
15414
15272
  "is-plain-obj": "^3.0.0",
@@ -15417,13 +15275,13 @@
15417
15275
  "toml": "^3.0.0"
15418
15276
  },
15419
15277
  "engines": {
15420
- "node": ">=10.18.0"
15278
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
15421
15279
  }
15422
15280
  },
15423
15281
  "node_modules/netlify-redirect-parser": {
15424
- "version": "11.0.3",
15425
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-11.0.3.tgz",
15426
- "integrity": "sha512-L16LibuCzfXT/9sAuy4ovarZ23y1JVhCIa5zqGo96Z3d2RgM9EJ0ZeLNdzsG7zABm2za5FLaM/XItfm33FcZsw==",
15282
+ "version": "12.0.0",
15283
+ "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-12.0.0.tgz",
15284
+ "integrity": "sha512-PUI3o9Jolc9bp0rE4R4E2PwnfUQYKC5o4G+uQqMuanm29aled6PbhIUYI/3Xbahn785OC93ozu1fP1tcSHJ/Ug==",
15427
15285
  "dependencies": {
15428
15286
  "filter-obj": "^2.0.2",
15429
15287
  "is-plain-obj": "^3.0.0",
@@ -15431,7 +15289,7 @@
15431
15289
  "toml": "^3.0.0"
15432
15290
  },
15433
15291
  "engines": {
15434
- "node": ">=10.18.0"
15292
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
15435
15293
  }
15436
15294
  },
15437
15295
  "node_modules/netlify-redirector": {
@@ -23460,16 +23318,16 @@
23460
23318
  "integrity": "sha512-htzFO1Zc57S8kgdRK9mLcPVTW1BY2ijfH7Dk2CeZmspTWKdKqSo1iwmqrq2WtRjFlo8aRZYgLX0wFrDXF/9DLA=="
23461
23319
  },
23462
23320
  "@commitlint/cli": {
23463
- "version": "14.1.0",
23464
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
23465
- "integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
23321
+ "version": "15.0.0",
23322
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
23323
+ "integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
23466
23324
  "dev": true,
23467
23325
  "requires": {
23468
- "@commitlint/format": "^14.1.0",
23469
- "@commitlint/lint": "^14.1.0",
23470
- "@commitlint/load": "^14.1.0",
23471
- "@commitlint/read": "^14.0.0",
23472
- "@commitlint/types": "^14.0.0",
23326
+ "@commitlint/format": "^15.0.0",
23327
+ "@commitlint/lint": "^15.0.0",
23328
+ "@commitlint/load": "^15.0.0",
23329
+ "@commitlint/read": "^15.0.0",
23330
+ "@commitlint/types": "^15.0.0",
23473
23331
  "lodash": "^4.17.19",
23474
23332
  "resolve-from": "5.0.0",
23475
23333
  "resolve-global": "1.0.0",
@@ -23477,71 +23335,71 @@
23477
23335
  }
23478
23336
  },
23479
23337
  "@commitlint/config-conventional": {
23480
- "version": "14.1.0",
23481
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
23482
- "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
23338
+ "version": "15.0.0",
23339
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz",
23340
+ "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==",
23483
23341
  "dev": true,
23484
23342
  "requires": {
23485
23343
  "conventional-changelog-conventionalcommits": "^4.3.1"
23486
23344
  }
23487
23345
  },
23488
23346
  "@commitlint/ensure": {
23489
- "version": "14.1.0",
23490
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
23491
- "integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
23347
+ "version": "15.0.0",
23348
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
23349
+ "integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
23492
23350
  "dev": true,
23493
23351
  "requires": {
23494
- "@commitlint/types": "^14.0.0",
23352
+ "@commitlint/types": "^15.0.0",
23495
23353
  "lodash": "^4.17.19"
23496
23354
  }
23497
23355
  },
23498
23356
  "@commitlint/execute-rule": {
23499
- "version": "14.0.0",
23500
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
23501
- "integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
23357
+ "version": "15.0.0",
23358
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
23359
+ "integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==",
23502
23360
  "dev": true
23503
23361
  },
23504
23362
  "@commitlint/format": {
23505
- "version": "14.1.0",
23506
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
23507
- "integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
23363
+ "version": "15.0.0",
23364
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
23365
+ "integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
23508
23366
  "dev": true,
23509
23367
  "requires": {
23510
- "@commitlint/types": "^14.0.0",
23368
+ "@commitlint/types": "^15.0.0",
23511
23369
  "chalk": "^4.0.0"
23512
23370
  }
23513
23371
  },
23514
23372
  "@commitlint/is-ignored": {
23515
- "version": "14.0.0",
23516
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
23517
- "integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
23373
+ "version": "15.0.0",
23374
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
23375
+ "integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
23518
23376
  "dev": true,
23519
23377
  "requires": {
23520
- "@commitlint/types": "^14.0.0",
23378
+ "@commitlint/types": "^15.0.0",
23521
23379
  "semver": "7.3.5"
23522
23380
  }
23523
23381
  },
23524
23382
  "@commitlint/lint": {
23525
- "version": "14.1.0",
23526
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
23527
- "integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
23383
+ "version": "15.0.0",
23384
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
23385
+ "integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
23528
23386
  "dev": true,
23529
23387
  "requires": {
23530
- "@commitlint/is-ignored": "^14.0.0",
23531
- "@commitlint/parse": "^14.0.0",
23532
- "@commitlint/rules": "^14.1.0",
23533
- "@commitlint/types": "^14.0.0"
23388
+ "@commitlint/is-ignored": "^15.0.0",
23389
+ "@commitlint/parse": "^15.0.0",
23390
+ "@commitlint/rules": "^15.0.0",
23391
+ "@commitlint/types": "^15.0.0"
23534
23392
  }
23535
23393
  },
23536
23394
  "@commitlint/load": {
23537
- "version": "14.1.0",
23538
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
23539
- "integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
23395
+ "version": "15.0.0",
23396
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
23397
+ "integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
23540
23398
  "dev": true,
23541
23399
  "requires": {
23542
- "@commitlint/execute-rule": "^14.0.0",
23543
- "@commitlint/resolve-extends": "^14.1.0",
23544
- "@commitlint/types": "^14.0.0",
23400
+ "@commitlint/execute-rule": "^15.0.0",
23401
+ "@commitlint/resolve-extends": "^15.0.0",
23402
+ "@commitlint/types": "^15.0.0",
23545
23403
  "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
23546
23404
  "chalk": "^4.0.0",
23547
23405
  "cosmiconfig": "^7.0.0",
@@ -23551,38 +23409,38 @@
23551
23409
  }
23552
23410
  },
23553
23411
  "@commitlint/message": {
23554
- "version": "14.0.0",
23555
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
23556
- "integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
23412
+ "version": "15.0.0",
23413
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
23414
+ "integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==",
23557
23415
  "dev": true
23558
23416
  },
23559
23417
  "@commitlint/parse": {
23560
- "version": "14.0.0",
23561
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
23562
- "integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
23418
+ "version": "15.0.0",
23419
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
23420
+ "integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
23563
23421
  "dev": true,
23564
23422
  "requires": {
23565
- "@commitlint/types": "^14.0.0",
23423
+ "@commitlint/types": "^15.0.0",
23566
23424
  "conventional-changelog-angular": "^5.0.11",
23567
23425
  "conventional-commits-parser": "^3.2.2"
23568
23426
  }
23569
23427
  },
23570
23428
  "@commitlint/read": {
23571
- "version": "14.0.0",
23572
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
23573
- "integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
23429
+ "version": "15.0.0",
23430
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
23431
+ "integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
23574
23432
  "dev": true,
23575
23433
  "requires": {
23576
- "@commitlint/top-level": "^14.0.0",
23577
- "@commitlint/types": "^14.0.0",
23434
+ "@commitlint/top-level": "^15.0.0",
23435
+ "@commitlint/types": "^15.0.0",
23578
23436
  "fs-extra": "^10.0.0",
23579
23437
  "git-raw-commits": "^2.0.0"
23580
23438
  }
23581
23439
  },
23582
23440
  "@commitlint/resolve-extends": {
23583
- "version": "14.1.0",
23584
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
23585
- "integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
23441
+ "version": "15.0.0",
23442
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
23443
+ "integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
23586
23444
  "dev": true,
23587
23445
  "requires": {
23588
23446
  "import-fresh": "^3.0.0",
@@ -23592,37 +23450,37 @@
23592
23450
  }
23593
23451
  },
23594
23452
  "@commitlint/rules": {
23595
- "version": "14.1.0",
23596
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
23597
- "integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
23453
+ "version": "15.0.0",
23454
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
23455
+ "integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
23598
23456
  "dev": true,
23599
23457
  "requires": {
23600
- "@commitlint/ensure": "^14.1.0",
23601
- "@commitlint/message": "^14.0.0",
23602
- "@commitlint/to-lines": "^14.0.0",
23603
- "@commitlint/types": "^14.0.0",
23458
+ "@commitlint/ensure": "^15.0.0",
23459
+ "@commitlint/message": "^15.0.0",
23460
+ "@commitlint/to-lines": "^15.0.0",
23461
+ "@commitlint/types": "^15.0.0",
23604
23462
  "execa": "^5.0.0"
23605
23463
  }
23606
23464
  },
23607
23465
  "@commitlint/to-lines": {
23608
- "version": "14.0.0",
23609
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
23610
- "integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
23466
+ "version": "15.0.0",
23467
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
23468
+ "integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==",
23611
23469
  "dev": true
23612
23470
  },
23613
23471
  "@commitlint/top-level": {
23614
- "version": "14.0.0",
23615
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
23616
- "integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
23472
+ "version": "15.0.0",
23473
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz",
23474
+ "integrity": "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==",
23617
23475
  "dev": true,
23618
23476
  "requires": {
23619
23477
  "find-up": "^5.0.0"
23620
23478
  }
23621
23479
  },
23622
23480
  "@commitlint/types": {
23623
- "version": "14.0.0",
23624
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
23625
- "integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
23481
+ "version": "15.0.0",
23482
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
23483
+ "integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
23626
23484
  "dev": true,
23627
23485
  "requires": {
23628
23486
  "chalk": "^4.0.0"
@@ -23895,19 +23753,19 @@
23895
23753
  }
23896
23754
  },
23897
23755
  "@netlify/build": {
23898
- "version": "18.25.2",
23899
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.25.2.tgz",
23900
- "integrity": "sha512-y51FdO3wz9X1BMDKRzKLLGLFXdsLrjYfWg9dCXZtcL16mB7zcAjbd+0L2kH++zGQeadhxUOT8EOe2uVHFxdR2Q==",
23756
+ "version": "19.0.4",
23757
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-19.0.4.tgz",
23758
+ "integrity": "sha512-e02aeq+vfbkuvsjh/BR/6rn6qbSRB5qMX+MuqFW7/oVwveoGyBHPcQ+tlbPDTkb3iEHBkq2JCwLqrY1mNYOAwA==",
23901
23759
  "requires": {
23902
23760
  "@bugsnag/js": "^7.0.0",
23903
- "@netlify/cache-utils": "^2.0.0",
23904
- "@netlify/config": "^15.0.0",
23905
- "@netlify/functions-utils": "^2.0.0",
23906
- "@netlify/git-utils": "^2.0.0",
23907
- "@netlify/plugin-edge-handlers": "^1.11.22",
23908
- "@netlify/plugins-list": "^4.2.0",
23909
- "@netlify/run-utils": "^2.0.0",
23910
- "@netlify/zip-it-and-ship-it": "^4.30.0",
23761
+ "@netlify/cache-utils": "^3.0.0",
23762
+ "@netlify/config": "^16.0.0",
23763
+ "@netlify/functions-utils": "^3.0.0",
23764
+ "@netlify/git-utils": "^3.0.0",
23765
+ "@netlify/plugin-edge-handlers": "^2.0.0",
23766
+ "@netlify/plugins-list": "^5.0.0",
23767
+ "@netlify/run-utils": "^3.0.0",
23768
+ "@netlify/zip-it-and-ship-it": "^5.0.0",
23911
23769
  "@sindresorhus/slugify": "^1.1.0",
23912
23770
  "@ungap/from-entries": "^0.2.1",
23913
23771
  "ansi-escapes": "^4.3.2",
@@ -24171,9 +24029,9 @@
24171
24029
  }
24172
24030
  },
24173
24031
  "@netlify/cache-utils": {
24174
- "version": "2.0.4",
24175
- "resolved": "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-2.0.4.tgz",
24176
- "integrity": "sha512-P6tomPTt5tdyFrrYbBWHIGBHTwiuewrElxVRMnYW1W4GfTP4Me4+iV5lOyU/Yw9OuTPg7dPzah2J0GA6cA1YCw==",
24032
+ "version": "3.0.0",
24033
+ "resolved": "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-3.0.0.tgz",
24034
+ "integrity": "sha512-UDBOHiP1uf3m8b/Pxz0v+kS/It6vWCSTJy4N9AhPUo5lcmpZgpu0kKyjKSmFBFeM8tafHM31thZvMZl8wH+Cgw==",
24177
24035
  "requires": {
24178
24036
  "array-flat-polyfill": "^1.0.1",
24179
24037
  "cpy": "^8.1.0",
@@ -24231,9 +24089,9 @@
24231
24089
  }
24232
24090
  },
24233
24091
  "@netlify/config": {
24234
- "version": "15.8.2",
24235
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.8.2.tgz",
24236
- "integrity": "sha512-5EEG+SaYm76UPgvepByrSuFlIxrnUphs0ww3tGUdyqDn49222T5pHKkMjDh2ukxCT6D+YPZx8U8H3+YBdoT4qA==",
24092
+ "version": "16.0.3",
24093
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.3.tgz",
24094
+ "integrity": "sha512-/8FAJK+Kupj6Rxu7baVtXHy9+b0fcIyCa6WPYhdMIg8myzfFoYLLhl5BrByh6LouGF/UIwdl0b9j6rJtugEfPg==",
24237
24095
  "requires": {
24238
24096
  "@ungap/from-entries": "^0.2.1",
24239
24097
  "array-flat-polyfill": "^1.0.1",
@@ -24251,9 +24109,9 @@
24251
24109
  "js-yaml": "^4.0.0",
24252
24110
  "make-dir": "^3.1.0",
24253
24111
  "map-obj": "^4.0.0",
24254
- "netlify": "^8.0.4",
24255
- "netlify-headers-parser": "^4.0.1",
24256
- "netlify-redirect-parser": "^11.0.3",
24112
+ "netlify": "^9.0.0",
24113
+ "netlify-headers-parser": "^5.0.0",
24114
+ "netlify-redirect-parser": "^12.0.0",
24257
24115
  "omit.js": "^2.0.2",
24258
24116
  "p-locate": "^5.0.0",
24259
24117
  "path-exists": "^4.0.0",
@@ -24434,183 +24292,12 @@
24434
24292
  "npm-run-all": "^4.1.5",
24435
24293
  "prettier": "^2.1.2",
24436
24294
  "statuses": "^2.0.1"
24437
- },
24438
- "dependencies": {
24439
- "@commitlint/cli": {
24440
- "version": "15.0.0",
24441
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
24442
- "integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
24443
- "dev": true,
24444
- "requires": {
24445
- "@commitlint/format": "^15.0.0",
24446
- "@commitlint/lint": "^15.0.0",
24447
- "@commitlint/load": "^15.0.0",
24448
- "@commitlint/read": "^15.0.0",
24449
- "@commitlint/types": "^15.0.0",
24450
- "lodash": "^4.17.19",
24451
- "resolve-from": "5.0.0",
24452
- "resolve-global": "1.0.0",
24453
- "yargs": "^17.0.0"
24454
- }
24455
- },
24456
- "@commitlint/config-conventional": {
24457
- "version": "15.0.0",
24458
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz",
24459
- "integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==",
24460
- "dev": true,
24461
- "requires": {
24462
- "conventional-changelog-conventionalcommits": "^4.3.1"
24463
- }
24464
- },
24465
- "@commitlint/ensure": {
24466
- "version": "15.0.0",
24467
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
24468
- "integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
24469
- "dev": true,
24470
- "requires": {
24471
- "@commitlint/types": "^15.0.0",
24472
- "lodash": "^4.17.19"
24473
- }
24474
- },
24475
- "@commitlint/execute-rule": {
24476
- "version": "15.0.0",
24477
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
24478
- "integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==",
24479
- "dev": true
24480
- },
24481
- "@commitlint/format": {
24482
- "version": "15.0.0",
24483
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
24484
- "integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
24485
- "dev": true,
24486
- "requires": {
24487
- "@commitlint/types": "^15.0.0",
24488
- "chalk": "^4.0.0"
24489
- }
24490
- },
24491
- "@commitlint/is-ignored": {
24492
- "version": "15.0.0",
24493
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
24494
- "integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
24495
- "dev": true,
24496
- "requires": {
24497
- "@commitlint/types": "^15.0.0",
24498
- "semver": "7.3.5"
24499
- }
24500
- },
24501
- "@commitlint/lint": {
24502
- "version": "15.0.0",
24503
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
24504
- "integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
24505
- "dev": true,
24506
- "requires": {
24507
- "@commitlint/is-ignored": "^15.0.0",
24508
- "@commitlint/parse": "^15.0.0",
24509
- "@commitlint/rules": "^15.0.0",
24510
- "@commitlint/types": "^15.0.0"
24511
- }
24512
- },
24513
- "@commitlint/load": {
24514
- "version": "15.0.0",
24515
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
24516
- "integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
24517
- "dev": true,
24518
- "requires": {
24519
- "@commitlint/execute-rule": "^15.0.0",
24520
- "@commitlint/resolve-extends": "^15.0.0",
24521
- "@commitlint/types": "^15.0.0",
24522
- "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
24523
- "chalk": "^4.0.0",
24524
- "cosmiconfig": "^7.0.0",
24525
- "lodash": "^4.17.19",
24526
- "resolve-from": "^5.0.0",
24527
- "typescript": "^4.4.3"
24528
- }
24529
- },
24530
- "@commitlint/message": {
24531
- "version": "15.0.0",
24532
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
24533
- "integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==",
24534
- "dev": true
24535
- },
24536
- "@commitlint/parse": {
24537
- "version": "15.0.0",
24538
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
24539
- "integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
24540
- "dev": true,
24541
- "requires": {
24542
- "@commitlint/types": "^15.0.0",
24543
- "conventional-changelog-angular": "^5.0.11",
24544
- "conventional-commits-parser": "^3.2.2"
24545
- }
24546
- },
24547
- "@commitlint/read": {
24548
- "version": "15.0.0",
24549
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
24550
- "integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
24551
- "dev": true,
24552
- "requires": {
24553
- "@commitlint/top-level": "^15.0.0",
24554
- "@commitlint/types": "^15.0.0",
24555
- "fs-extra": "^10.0.0",
24556
- "git-raw-commits": "^2.0.0"
24557
- }
24558
- },
24559
- "@commitlint/resolve-extends": {
24560
- "version": "15.0.0",
24561
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
24562
- "integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
24563
- "dev": true,
24564
- "requires": {
24565
- "import-fresh": "^3.0.0",
24566
- "lodash": "^4.17.19",
24567
- "resolve-from": "^5.0.0",
24568
- "resolve-global": "^1.0.0"
24569
- }
24570
- },
24571
- "@commitlint/rules": {
24572
- "version": "15.0.0",
24573
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
24574
- "integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
24575
- "dev": true,
24576
- "requires": {
24577
- "@commitlint/ensure": "^15.0.0",
24578
- "@commitlint/message": "^15.0.0",
24579
- "@commitlint/to-lines": "^15.0.0",
24580
- "@commitlint/types": "^15.0.0",
24581
- "execa": "^5.0.0"
24582
- }
24583
- },
24584
- "@commitlint/to-lines": {
24585
- "version": "15.0.0",
24586
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
24587
- "integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==",
24588
- "dev": true
24589
- },
24590
- "@commitlint/top-level": {
24591
- "version": "15.0.0",
24592
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz",
24593
- "integrity": "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==",
24594
- "dev": true,
24595
- "requires": {
24596
- "find-up": "^5.0.0"
24597
- }
24598
- },
24599
- "@commitlint/types": {
24600
- "version": "15.0.0",
24601
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
24602
- "integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
24603
- "dev": true,
24604
- "requires": {
24605
- "chalk": "^4.0.0"
24606
- }
24607
- }
24608
24295
  }
24609
24296
  },
24610
24297
  "@netlify/framework-info": {
24611
- "version": "5.11.0",
24612
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-5.11.0.tgz",
24613
- "integrity": "sha512-B6MW05c8vUuakO8x/ucp99ocpdYeikusCzPANqD0O1JamdLyDsDbhL7Z3j0QUhZjpY+bm+4g91Gaq7ynpX0ICg==",
24298
+ "version": "6.0.0",
24299
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-6.0.0.tgz",
24300
+ "integrity": "sha512-4El0mzzKZF1elVq0AT4fo9e8FbYEIDKvORgGkJHWouO0yMGkmo5r8ub5YHgjPp6dV9ShkwOTu34/MbvbddqO8A==",
24614
24301
  "requires": {
24615
24302
  "ajv": "^8.0.0",
24616
24303
  "filter-obj": "^2.0.1",
@@ -24623,19 +24310,90 @@
24623
24310
  }
24624
24311
  },
24625
24312
  "@netlify/functions-utils": {
24626
- "version": "2.0.2",
24627
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-2.0.2.tgz",
24628
- "integrity": "sha512-mQI0NX0QPNVcYb2TQF5cpxO350BR9309r7vSOSvfn0DHkPWUea1kl3iiLXi1mm/dUC6pd3p5ctc0UboW0u+iVQ==",
24313
+ "version": "3.0.0",
24314
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-3.0.0.tgz",
24315
+ "integrity": "sha512-EOWPf+gLMJLMbZ9jQjAVfezNKCoJiDWVNKeeLYGX/6RmfCPV1XWoV4DtmeStUTz1txMuKLfqtjlbHSm1M6W/hg==",
24629
24316
  "requires": {
24630
- "@netlify/zip-it-and-ship-it": "^4.15.1",
24317
+ "@netlify/zip-it-and-ship-it": "^4.30.0",
24631
24318
  "cpy": "^8.1.0",
24632
24319
  "path-exists": "^4.0.0"
24320
+ },
24321
+ "dependencies": {
24322
+ "@netlify/zip-it-and-ship-it": {
24323
+ "version": "4.30.0",
24324
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
24325
+ "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
24326
+ "requires": {
24327
+ "@babel/parser": "^7.15.7",
24328
+ "@netlify/esbuild": "^0.13.6",
24329
+ "@vercel/nft": "^0.17.0",
24330
+ "archiver": "^5.3.0",
24331
+ "array-flat-polyfill": "^1.0.1",
24332
+ "common-path-prefix": "^3.0.0",
24333
+ "cp-file": "^9.0.0",
24334
+ "del": "^6.0.0",
24335
+ "elf-cam": "^0.1.1",
24336
+ "end-of-stream": "^1.4.4",
24337
+ "es-module-lexer": "^0.9.0",
24338
+ "execa": "^5.0.0",
24339
+ "filter-obj": "^2.0.1",
24340
+ "find-up": "^5.0.0",
24341
+ "glob": "^7.1.6",
24342
+ "is-builtin-module": "^3.1.0",
24343
+ "junk": "^3.1.0",
24344
+ "locate-path": "^6.0.0",
24345
+ "make-dir": "^3.1.0",
24346
+ "merge-options": "^3.0.4",
24347
+ "minimatch": "^3.0.4",
24348
+ "p-map": "^4.0.0",
24349
+ "path-exists": "^4.0.0",
24350
+ "pkg-dir": "^5.0.0",
24351
+ "precinct": "^8.2.0",
24352
+ "read-package-json-fast": "^2.0.2",
24353
+ "require-package-name": "^2.0.1",
24354
+ "resolve": "^2.0.0-next.1",
24355
+ "semver": "^7.0.0",
24356
+ "tmp-promise": "^3.0.2",
24357
+ "toml": "^3.0.0",
24358
+ "typescript": "^4.4.3",
24359
+ "unixify": "^1.0.0",
24360
+ "yargs": "^16.0.0"
24361
+ }
24362
+ },
24363
+ "get-caller-file": {
24364
+ "version": "2.0.5",
24365
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
24366
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
24367
+ },
24368
+ "resolve": {
24369
+ "version": "2.0.0-next.3",
24370
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
24371
+ "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
24372
+ "requires": {
24373
+ "is-core-module": "^2.2.0",
24374
+ "path-parse": "^1.0.6"
24375
+ }
24376
+ },
24377
+ "yargs": {
24378
+ "version": "16.2.0",
24379
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
24380
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
24381
+ "requires": {
24382
+ "cliui": "^7.0.2",
24383
+ "escalade": "^3.1.1",
24384
+ "get-caller-file": "^2.0.5",
24385
+ "require-directory": "^2.1.1",
24386
+ "string-width": "^4.2.0",
24387
+ "y18n": "^5.0.5",
24388
+ "yargs-parser": "^20.2.2"
24389
+ }
24390
+ }
24633
24391
  }
24634
24392
  },
24635
24393
  "@netlify/git-utils": {
24636
- "version": "2.0.2",
24637
- "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-2.0.2.tgz",
24638
- "integrity": "sha512-gk1ak1AAktsjHQDY1Sg0qp8H+3dcmdB7jEmr0MD8V7X4u/CByPx8fBC0ZpksZ+HhkAdw/thRL4Qir+zhh4QtWA==",
24394
+ "version": "3.0.0",
24395
+ "resolved": "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-3.0.0.tgz",
24396
+ "integrity": "sha512-dfK8B3Lt/wHwdo8GL+gqGKesCYoiqZYQu3hIdQA0zPhIgRvm7W3fgfskSwlke8Zt3g11EesiGxrzUNIjsd7HpQ==",
24639
24397
  "requires": {
24640
24398
  "execa": "^5.1.1",
24641
24399
  "map-obj": "^4.0.0",
@@ -24741,18 +24499,18 @@
24741
24499
  "integrity": "sha512-VfYLiEXJIVIn25wrwNB/O+QkM3xPgCVcGSKZxM/i+oPCOgBK+4PEieRtfqhF4vXXwwOi68VaRWU7P3aRnb3nIA=="
24742
24500
  },
24743
24501
  "@netlify/plugin-edge-handlers": {
24744
- "version": "1.11.22",
24745
- "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.11.22.tgz",
24746
- "integrity": "sha512-tFb7J6+YEtZP0OYpS/b9Rjp1lm02XfhAQR6KRHAaeRlHp98/zgd0hhubfwXUCppP2BLfn+imkeVS0FnANh5B3g==",
24502
+ "version": "2.0.0",
24503
+ "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-2.0.0.tgz",
24504
+ "integrity": "sha512-qfEUPZ4JCo3/j6txjwR6dUeteYI6ErYYLJmhGHEm5OEpZz4IUlnqWajmpU0sKgbB/F7AbEFi1aZFYmYnTIB3Bg==",
24747
24505
  "requires": {
24748
24506
  "@babel/core": "^7.11.4",
24749
24507
  "@babel/preset-env": "^7.11.5",
24750
24508
  "@rollup/plugin-babel": "^5.2.0",
24751
- "@rollup/plugin-commonjs": "^18.0.0",
24509
+ "@rollup/plugin-commonjs": "^21.0.0",
24752
24510
  "@rollup/plugin-inject": "^4.0.2",
24753
24511
  "@rollup/plugin-json": "^4.1.0",
24754
24512
  "@rollup/plugin-node-resolve": "^11.0.0",
24755
- "@types/node": "^14.0.27",
24513
+ "@types/node": "^16.0.0",
24756
24514
  "buffer-es6": "^4.9.3",
24757
24515
  "del": "^6.0.0",
24758
24516
  "make-dir": "^3.1.0",
@@ -24765,17 +24523,26 @@
24765
24523
  "typescript": "^4.1.5"
24766
24524
  },
24767
24525
  "dependencies": {
24768
- "@types/node": {
24769
- "version": "14.17.34",
24770
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz",
24771
- "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg=="
24526
+ "@rollup/plugin-commonjs": {
24527
+ "version": "21.0.1",
24528
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz",
24529
+ "integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==",
24530
+ "requires": {
24531
+ "@rollup/pluginutils": "^3.1.0",
24532
+ "commondir": "^1.0.1",
24533
+ "estree-walker": "^2.0.1",
24534
+ "glob": "^7.1.6",
24535
+ "is-reference": "^1.2.1",
24536
+ "magic-string": "^0.25.7",
24537
+ "resolve": "^1.17.0"
24538
+ }
24772
24539
  }
24773
24540
  }
24774
24541
  },
24775
24542
  "@netlify/plugins-list": {
24776
- "version": "4.2.0",
24777
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.2.0.tgz",
24778
- "integrity": "sha512-ZHbaafIr77FdY5tVvv2GHDsNKShjVtF4ycZBpkMEr0zg74ng9gGtxKGg785esTj0Jobtx5Em1dluczzC0px//g=="
24543
+ "version": "5.0.0",
24544
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-5.0.0.tgz",
24545
+ "integrity": "sha512-reoPM+p/1Sm85KAPIwKr4+WVIneSVJZIZbo54VqZqvQJwcm/4CmyB4kUTthBIkY+b7chPcYEmqfvZxY9EfplAQ=="
24779
24546
  },
24780
24547
  "@netlify/routing-local-proxy": {
24781
24548
  "version": "0.34.1",
@@ -24813,23 +24580,22 @@
24813
24580
  "optional": true
24814
24581
  },
24815
24582
  "@netlify/run-utils": {
24816
- "version": "2.0.1",
24817
- "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-2.0.1.tgz",
24818
- "integrity": "sha512-F1YcF2kje0Ttj+t5Cn5d6ojGQcKj4i/GMWgQuoZGVjQ31ToNcDXIbBm5SBKIkMMpNejtR1wF+1a0Q+aBPWiZVQ==",
24583
+ "version": "3.0.0",
24584
+ "resolved": "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-3.0.0.tgz",
24585
+ "integrity": "sha512-CaHpFDHYe4sYjJ/KnbCKo2qx19PSHktFcRfafJU0de2YrJ3K/J0Q6s7ZIjSzRjKUb0PIEq2ivgMPi3jAHNy9kA==",
24819
24586
  "requires": {
24820
24587
  "execa": "^5.1.1"
24821
24588
  }
24822
24589
  },
24823
24590
  "@netlify/zip-it-and-ship-it": {
24824
- "version": "4.30.0",
24825
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
24826
- "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
24591
+ "version": "5.0.0",
24592
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.0.0.tgz",
24593
+ "integrity": "sha512-C8xsur5//80mvgsV1G1YX0+Ihksi6rEyJtw7J0UcctXEfVR0rrxjzV3Dw0pwHXk16i2237Is/FK06MGD3z8fgQ==",
24827
24594
  "requires": {
24828
24595
  "@babel/parser": "^7.15.7",
24829
24596
  "@netlify/esbuild": "^0.13.6",
24830
24597
  "@vercel/nft": "^0.17.0",
24831
24598
  "archiver": "^5.3.0",
24832
- "array-flat-polyfill": "^1.0.1",
24833
24599
  "common-path-prefix": "^3.0.0",
24834
24600
  "cp-file": "^9.0.0",
24835
24601
  "del": "^6.0.0",
@@ -25536,20 +25302,6 @@
25536
25302
  "@rollup/pluginutils": "^3.1.0"
25537
25303
  }
25538
25304
  },
25539
- "@rollup/plugin-commonjs": {
25540
- "version": "18.1.0",
25541
- "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz",
25542
- "integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==",
25543
- "requires": {
25544
- "@rollup/pluginutils": "^3.1.0",
25545
- "commondir": "^1.0.1",
25546
- "estree-walker": "^2.0.1",
25547
- "glob": "^7.1.6",
25548
- "is-reference": "^1.2.1",
25549
- "magic-string": "^0.25.7",
25550
- "resolve": "^1.17.0"
25551
- }
25552
- },
25553
25305
  "@rollup/plugin-inject": {
25554
25306
  "version": "4.0.3",
25555
25307
  "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.3.tgz",
@@ -33726,11 +33478,11 @@
33726
33478
  "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug=="
33727
33479
  },
33728
33480
  "netlify": {
33729
- "version": "8.0.4",
33730
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-8.0.4.tgz",
33731
- "integrity": "sha512-v0iG/u5y3GDP+H50SEbQHUdYHTNMNKtoxUP9cBbt2H0i4rpCcebQAQ1AKEwbpxF8sCO0+ywXIqpGiOd5Wwzjew==",
33481
+ "version": "9.0.0",
33482
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-9.0.0.tgz",
33483
+ "integrity": "sha512-3QQpmCFSdCgsUEBLULwNxVojjFgYgooKhHtJ9OgjizzwJsNDYnBdAWKQ3lcpPX2etQ0quWJg5Uv8md02LuezZw==",
33732
33484
  "requires": {
33733
- "@netlify/open-api": "^2.5.2",
33485
+ "@netlify/open-api": "^2.6.0",
33734
33486
  "lodash.camelcase": "^4.3.0",
33735
33487
  "micro-api-client": "^3.3.0",
33736
33488
  "node-fetch": "^2.6.1",
@@ -33750,9 +33502,9 @@
33750
33502
  }
33751
33503
  },
33752
33504
  "netlify-headers-parser": {
33753
- "version": "4.0.1",
33754
- "resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-4.0.1.tgz",
33755
- "integrity": "sha512-Wq1ZKXLv8xnTmzWhjbkFnzIAAmas7GhtrFJXCeMfEoeGthuSekcEz+IMfpSDjhL/X3Ls5YIk9SuNUf/5/+TlEQ==",
33505
+ "version": "5.0.0",
33506
+ "resolved": "https://registry.npmjs.org/netlify-headers-parser/-/netlify-headers-parser-5.0.0.tgz",
33507
+ "integrity": "sha512-C953bI/T4jcmO0Ey+z+DWtXfJ38P5Lj0JGhphFMU+WO1i3fdFD+eAzcS1+oTuZ2JoOS9ZNArtzSTtvxDSnL+VQ==",
33756
33508
  "requires": {
33757
33509
  "escape-string-regexp": "^4.0.0",
33758
33510
  "is-plain-obj": "^3.0.0",
@@ -33762,9 +33514,9 @@
33762
33514
  }
33763
33515
  },
33764
33516
  "netlify-redirect-parser": {
33765
- "version": "11.0.3",
33766
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-11.0.3.tgz",
33767
- "integrity": "sha512-L16LibuCzfXT/9sAuy4ovarZ23y1JVhCIa5zqGo96Z3d2RgM9EJ0ZeLNdzsG7zABm2za5FLaM/XItfm33FcZsw==",
33517
+ "version": "12.0.0",
33518
+ "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-12.0.0.tgz",
33519
+ "integrity": "sha512-PUI3o9Jolc9bp0rE4R4E2PwnfUQYKC5o4G+uQqMuanm29aled6PbhIUYI/3Xbahn785OC93ozu1fP1tcSHJ/Ug==",
33768
33520
  "requires": {
33769
33521
  "filter-obj": "^2.0.2",
33770
33522
  "is-plain-obj": "^3.0.0",