netlify-cli 6.14.17 → 6.14.18
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 +437 -298
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/addons/auth.js +1 -1
- package/src/commands/deploy.js +1 -1
- package/src/commands/dev/index.js +1 -1
- package/src/commands/open/admin.js +1 -1
- package/src/commands/open/site.js +1 -1
- package/src/lib/functions/form-submissions-handler.js +2 -12
- package/src/utils/command.js +1 -1
- package/src/utils/gh-auth.js +17 -3
- package/src/utils/open-browser.js +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.18",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "6.14.
|
|
9
|
+
"version": "6.14.18",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@netlify/build": "^18.21.
|
|
13
|
+
"@netlify/build": "^18.21.7",
|
|
14
14
|
"@netlify/config": "^15.8.2",
|
|
15
15
|
"@netlify/framework-info": "^5.11.0",
|
|
16
16
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
17
17
|
"@netlify/plugin-edge-handlers": "^1.11.22",
|
|
18
|
-
"@netlify/plugins-list": "^4.
|
|
18
|
+
"@netlify/plugins-list": "^4.2.0",
|
|
19
19
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
20
|
-
"@netlify/zip-it-and-ship-it": "4.29.
|
|
20
|
+
"@netlify/zip-it-and-ship-it": "4.29.1",
|
|
21
21
|
"@oclif/command": "^1.6.1",
|
|
22
22
|
"@oclif/config": "^1.15.1",
|
|
23
23
|
"@oclif/errors": "^1.3.4",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"devDependencies": {
|
|
131
131
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
132
132
|
"@babel/preset-react": "^7.12.13",
|
|
133
|
-
"@commitlint/cli": "^
|
|
134
|
-
"@commitlint/config-conventional": "^
|
|
135
|
-
"@netlify/eslint-config-node": "^3.3.
|
|
133
|
+
"@commitlint/cli": "^14.0.0",
|
|
134
|
+
"@commitlint/config-conventional": "^14.0.0",
|
|
135
|
+
"@netlify/eslint-config-node": "^3.3.6",
|
|
136
136
|
"@oclif/dev-cli": "^1.23.1",
|
|
137
137
|
"@oclif/test": "^1.2.5",
|
|
138
138
|
"ava": "^3.15.0",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"pidtree": "^0.5.0",
|
|
149
149
|
"seedrandom": "^3.0.5",
|
|
150
150
|
"serialize-javascript": "^6.0.0",
|
|
151
|
-
"sinon": "^
|
|
151
|
+
"sinon": "^12.0.0",
|
|
152
152
|
"sort-on": "^4.1.0",
|
|
153
153
|
"strip-ansi": "^6.0.0",
|
|
154
154
|
"temp-dir": "^2.0.0",
|
|
@@ -1862,16 +1862,16 @@
|
|
|
1862
1862
|
"integrity": "sha512-htzFO1Zc57S8kgdRK9mLcPVTW1BY2ijfH7Dk2CeZmspTWKdKqSo1iwmqrq2WtRjFlo8aRZYgLX0wFrDXF/9DLA=="
|
|
1863
1863
|
},
|
|
1864
1864
|
"node_modules/@commitlint/cli": {
|
|
1865
|
-
"version": "
|
|
1866
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-
|
|
1867
|
-
"integrity": "sha512-
|
|
1865
|
+
"version": "14.1.0",
|
|
1866
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
|
|
1867
|
+
"integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
|
|
1868
1868
|
"dev": true,
|
|
1869
1869
|
"dependencies": {
|
|
1870
|
-
"@commitlint/format": "^
|
|
1871
|
-
"@commitlint/lint": "^
|
|
1872
|
-
"@commitlint/load": "^
|
|
1873
|
-
"@commitlint/read": "^
|
|
1874
|
-
"@commitlint/types": "^
|
|
1870
|
+
"@commitlint/format": "^14.1.0",
|
|
1871
|
+
"@commitlint/lint": "^14.1.0",
|
|
1872
|
+
"@commitlint/load": "^14.1.0",
|
|
1873
|
+
"@commitlint/read": "^14.0.0",
|
|
1874
|
+
"@commitlint/types": "^14.0.0",
|
|
1875
1875
|
"lodash": "^4.17.19",
|
|
1876
1876
|
"resolve-from": "5.0.0",
|
|
1877
1877
|
"resolve-global": "1.0.0",
|
|
@@ -1885,9 +1885,9 @@
|
|
|
1885
1885
|
}
|
|
1886
1886
|
},
|
|
1887
1887
|
"node_modules/@commitlint/config-conventional": {
|
|
1888
|
-
"version": "
|
|
1889
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-
|
|
1890
|
-
"integrity": "sha512-
|
|
1888
|
+
"version": "14.1.0",
|
|
1889
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
|
|
1890
|
+
"integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
|
|
1891
1891
|
"dev": true,
|
|
1892
1892
|
"dependencies": {
|
|
1893
1893
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
|
@@ -1897,12 +1897,12 @@
|
|
|
1897
1897
|
}
|
|
1898
1898
|
},
|
|
1899
1899
|
"node_modules/@commitlint/ensure": {
|
|
1900
|
-
"version": "
|
|
1901
|
-
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-
|
|
1902
|
-
"integrity": "sha512-
|
|
1900
|
+
"version": "14.1.0",
|
|
1901
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
|
|
1902
|
+
"integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
|
|
1903
1903
|
"dev": true,
|
|
1904
1904
|
"dependencies": {
|
|
1905
|
-
"@commitlint/types": "^
|
|
1905
|
+
"@commitlint/types": "^14.0.0",
|
|
1906
1906
|
"lodash": "^4.17.19"
|
|
1907
1907
|
},
|
|
1908
1908
|
"engines": {
|
|
@@ -1910,21 +1910,21 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
"node_modules/@commitlint/execute-rule": {
|
|
1913
|
-
"version": "
|
|
1914
|
-
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-
|
|
1915
|
-
"integrity": "sha512-
|
|
1913
|
+
"version": "14.0.0",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
|
|
1915
|
+
"integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
|
|
1916
1916
|
"dev": true,
|
|
1917
1917
|
"engines": {
|
|
1918
1918
|
"node": ">=v12"
|
|
1919
1919
|
}
|
|
1920
1920
|
},
|
|
1921
1921
|
"node_modules/@commitlint/format": {
|
|
1922
|
-
"version": "
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-
|
|
1924
|
-
"integrity": "sha512-
|
|
1922
|
+
"version": "14.1.0",
|
|
1923
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
|
|
1924
|
+
"integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
|
|
1925
1925
|
"dev": true,
|
|
1926
1926
|
"dependencies": {
|
|
1927
|
-
"@commitlint/types": "^
|
|
1927
|
+
"@commitlint/types": "^14.0.0",
|
|
1928
1928
|
"chalk": "^4.0.0"
|
|
1929
1929
|
},
|
|
1930
1930
|
"engines": {
|
|
@@ -1932,12 +1932,12 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
1934
|
"node_modules/@commitlint/is-ignored": {
|
|
1935
|
-
"version": "
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-
|
|
1937
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "14.0.0",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
|
|
1937
|
+
"integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
|
|
1938
1938
|
"dev": true,
|
|
1939
1939
|
"dependencies": {
|
|
1940
|
-
"@commitlint/types": "^
|
|
1940
|
+
"@commitlint/types": "^14.0.0",
|
|
1941
1941
|
"semver": "7.3.5"
|
|
1942
1942
|
},
|
|
1943
1943
|
"engines": {
|
|
@@ -1945,29 +1945,29 @@
|
|
|
1945
1945
|
}
|
|
1946
1946
|
},
|
|
1947
1947
|
"node_modules/@commitlint/lint": {
|
|
1948
|
-
"version": "
|
|
1949
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-
|
|
1950
|
-
"integrity": "sha512-
|
|
1948
|
+
"version": "14.1.0",
|
|
1949
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
|
|
1950
|
+
"integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
|
|
1951
1951
|
"dev": true,
|
|
1952
1952
|
"dependencies": {
|
|
1953
|
-
"@commitlint/is-ignored": "^
|
|
1954
|
-
"@commitlint/parse": "^
|
|
1955
|
-
"@commitlint/rules": "^
|
|
1956
|
-
"@commitlint/types": "^
|
|
1953
|
+
"@commitlint/is-ignored": "^14.0.0",
|
|
1954
|
+
"@commitlint/parse": "^14.0.0",
|
|
1955
|
+
"@commitlint/rules": "^14.1.0",
|
|
1956
|
+
"@commitlint/types": "^14.0.0"
|
|
1957
1957
|
},
|
|
1958
1958
|
"engines": {
|
|
1959
1959
|
"node": ">=v12"
|
|
1960
1960
|
}
|
|
1961
1961
|
},
|
|
1962
1962
|
"node_modules/@commitlint/load": {
|
|
1963
|
-
"version": "
|
|
1964
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-
|
|
1965
|
-
"integrity": "sha512-
|
|
1963
|
+
"version": "14.1.0",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
|
|
1965
|
+
"integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
|
|
1966
1966
|
"dev": true,
|
|
1967
1967
|
"dependencies": {
|
|
1968
|
-
"@commitlint/execute-rule": "^
|
|
1969
|
-
"@commitlint/resolve-extends": "^
|
|
1970
|
-
"@commitlint/types": "^
|
|
1968
|
+
"@commitlint/execute-rule": "^14.0.0",
|
|
1969
|
+
"@commitlint/resolve-extends": "^14.1.0",
|
|
1970
|
+
"@commitlint/types": "^14.0.0",
|
|
1971
1971
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
|
1972
1972
|
"chalk": "^4.0.0",
|
|
1973
1973
|
"cosmiconfig": "^7.0.0",
|
|
@@ -1980,21 +1980,21 @@
|
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
1982
|
"node_modules/@commitlint/message": {
|
|
1983
|
-
"version": "
|
|
1984
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-
|
|
1985
|
-
"integrity": "sha512
|
|
1983
|
+
"version": "14.0.0",
|
|
1984
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
|
|
1985
|
+
"integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
|
|
1986
1986
|
"dev": true,
|
|
1987
1987
|
"engines": {
|
|
1988
1988
|
"node": ">=v12"
|
|
1989
1989
|
}
|
|
1990
1990
|
},
|
|
1991
1991
|
"node_modules/@commitlint/parse": {
|
|
1992
|
-
"version": "
|
|
1993
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-
|
|
1994
|
-
"integrity": "sha512-
|
|
1992
|
+
"version": "14.0.0",
|
|
1993
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
|
|
1994
|
+
"integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
|
|
1995
1995
|
"dev": true,
|
|
1996
1996
|
"dependencies": {
|
|
1997
|
-
"@commitlint/types": "^
|
|
1997
|
+
"@commitlint/types": "^14.0.0",
|
|
1998
1998
|
"conventional-changelog-angular": "^5.0.11",
|
|
1999
1999
|
"conventional-commits-parser": "^3.2.2"
|
|
2000
2000
|
},
|
|
@@ -2003,13 +2003,13 @@
|
|
|
2003
2003
|
}
|
|
2004
2004
|
},
|
|
2005
2005
|
"node_modules/@commitlint/read": {
|
|
2006
|
-
"version": "
|
|
2007
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-
|
|
2008
|
-
"integrity": "sha512-
|
|
2006
|
+
"version": "14.0.0",
|
|
2007
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
|
|
2008
|
+
"integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
|
|
2009
2009
|
"dev": true,
|
|
2010
2010
|
"dependencies": {
|
|
2011
|
-
"@commitlint/top-level": "^
|
|
2012
|
-
"@commitlint/types": "^
|
|
2011
|
+
"@commitlint/top-level": "^14.0.0",
|
|
2012
|
+
"@commitlint/types": "^14.0.0",
|
|
2013
2013
|
"fs-extra": "^10.0.0",
|
|
2014
2014
|
"git-raw-commits": "^2.0.0"
|
|
2015
2015
|
},
|
|
@@ -2018,9 +2018,9 @@
|
|
|
2018
2018
|
}
|
|
2019
2019
|
},
|
|
2020
2020
|
"node_modules/@commitlint/resolve-extends": {
|
|
2021
|
-
"version": "
|
|
2022
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-
|
|
2023
|
-
"integrity": "sha512-
|
|
2021
|
+
"version": "14.1.0",
|
|
2022
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
|
|
2023
|
+
"integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
|
|
2024
2024
|
"dev": true,
|
|
2025
2025
|
"dependencies": {
|
|
2026
2026
|
"import-fresh": "^3.0.0",
|
|
@@ -2033,15 +2033,15 @@
|
|
|
2033
2033
|
}
|
|
2034
2034
|
},
|
|
2035
2035
|
"node_modules/@commitlint/rules": {
|
|
2036
|
-
"version": "
|
|
2037
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-
|
|
2038
|
-
"integrity": "sha512-
|
|
2036
|
+
"version": "14.1.0",
|
|
2037
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
|
|
2038
|
+
"integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
|
|
2039
2039
|
"dev": true,
|
|
2040
2040
|
"dependencies": {
|
|
2041
|
-
"@commitlint/ensure": "^
|
|
2042
|
-
"@commitlint/message": "^
|
|
2043
|
-
"@commitlint/to-lines": "^
|
|
2044
|
-
"@commitlint/types": "^
|
|
2041
|
+
"@commitlint/ensure": "^14.1.0",
|
|
2042
|
+
"@commitlint/message": "^14.0.0",
|
|
2043
|
+
"@commitlint/to-lines": "^14.0.0",
|
|
2044
|
+
"@commitlint/types": "^14.0.0",
|
|
2045
2045
|
"execa": "^5.0.0"
|
|
2046
2046
|
},
|
|
2047
2047
|
"engines": {
|
|
@@ -2049,18 +2049,18 @@
|
|
|
2049
2049
|
}
|
|
2050
2050
|
},
|
|
2051
2051
|
"node_modules/@commitlint/to-lines": {
|
|
2052
|
-
"version": "
|
|
2053
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-
|
|
2054
|
-
"integrity": "sha512-
|
|
2052
|
+
"version": "14.0.0",
|
|
2053
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
|
|
2054
|
+
"integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
|
|
2055
2055
|
"dev": true,
|
|
2056
2056
|
"engines": {
|
|
2057
2057
|
"node": ">=v12"
|
|
2058
2058
|
}
|
|
2059
2059
|
},
|
|
2060
2060
|
"node_modules/@commitlint/top-level": {
|
|
2061
|
-
"version": "
|
|
2062
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-
|
|
2063
|
-
"integrity": "sha512-
|
|
2061
|
+
"version": "14.0.0",
|
|
2062
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
|
|
2063
|
+
"integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
|
|
2064
2064
|
"dev": true,
|
|
2065
2065
|
"dependencies": {
|
|
2066
2066
|
"find-up": "^5.0.0"
|
|
@@ -2070,9 +2070,9 @@
|
|
|
2070
2070
|
}
|
|
2071
2071
|
},
|
|
2072
2072
|
"node_modules/@commitlint/types": {
|
|
2073
|
-
"version": "
|
|
2074
|
-
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-
|
|
2075
|
-
"integrity": "sha512-
|
|
2073
|
+
"version": "14.0.0",
|
|
2074
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
|
|
2075
|
+
"integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
|
|
2076
2076
|
"dev": true,
|
|
2077
2077
|
"dependencies": {
|
|
2078
2078
|
"chalk": "^4.0.0"
|
|
@@ -2424,9 +2424,9 @@
|
|
|
2424
2424
|
}
|
|
2425
2425
|
},
|
|
2426
2426
|
"node_modules/@netlify/build": {
|
|
2427
|
-
"version": "18.21.
|
|
2428
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.21.
|
|
2429
|
-
"integrity": "sha512-
|
|
2427
|
+
"version": "18.21.7",
|
|
2428
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.21.7.tgz",
|
|
2429
|
+
"integrity": "sha512-wsrChH/8wvIQOxVNZkYI2cKxR7dTHpzJ9xotB4XcPpv33quZ4Y9DzVe+P30+2axaXHCaM1a2Ryjpds4Tc5dpBQ==",
|
|
2430
2430
|
"dependencies": {
|
|
2431
2431
|
"@bugsnag/js": "^7.0.0",
|
|
2432
2432
|
"@netlify/cache-utils": "^2.0.0",
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
"@netlify/plugin-edge-handlers": "^1.11.22",
|
|
2437
2437
|
"@netlify/plugins-list": "^4.1.0",
|
|
2438
2438
|
"@netlify/run-utils": "^2.0.0",
|
|
2439
|
-
"@netlify/zip-it-and-ship-it": "^4.29.
|
|
2439
|
+
"@netlify/zip-it-and-ship-it": "^4.29.1",
|
|
2440
2440
|
"@sindresorhus/slugify": "^1.1.0",
|
|
2441
2441
|
"@ungap/from-entries": "^0.2.1",
|
|
2442
2442
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2490,6 +2490,70 @@
|
|
|
2490
2490
|
"node": ">=10.18.0"
|
|
2491
2491
|
}
|
|
2492
2492
|
},
|
|
2493
|
+
"node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it": {
|
|
2494
|
+
"version": "4.29.1",
|
|
2495
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.1.tgz",
|
|
2496
|
+
"integrity": "sha512-tTJ+EGONXfi5OntmgJlvrCI2dmVlxhJLKRtZsDbcoDr/PbFg3LurVMbdYJS34XqCOMZQNhWG8zRFfqoW1N9T5w==",
|
|
2497
|
+
"dependencies": {
|
|
2498
|
+
"@babel/parser": "^7.15.7",
|
|
2499
|
+
"@netlify/esbuild": "^0.13.6",
|
|
2500
|
+
"@vercel/nft": "^0.17.0",
|
|
2501
|
+
"archiver": "^5.3.0",
|
|
2502
|
+
"array-flat-polyfill": "^1.0.1",
|
|
2503
|
+
"common-path-prefix": "^3.0.0",
|
|
2504
|
+
"cp-file": "^9.0.0",
|
|
2505
|
+
"del": "^6.0.0",
|
|
2506
|
+
"elf-cam": "^0.1.1",
|
|
2507
|
+
"end-of-stream": "^1.4.4",
|
|
2508
|
+
"es-module-lexer": "^0.9.0",
|
|
2509
|
+
"execa": "^5.0.0",
|
|
2510
|
+
"filter-obj": "^2.0.1",
|
|
2511
|
+
"find-up": "^5.0.0",
|
|
2512
|
+
"glob": "^7.1.6",
|
|
2513
|
+
"is-builtin-module": "^3.1.0",
|
|
2514
|
+
"junk": "^3.1.0",
|
|
2515
|
+
"locate-path": "^6.0.0",
|
|
2516
|
+
"make-dir": "^3.1.0",
|
|
2517
|
+
"merge-options": "^3.0.4",
|
|
2518
|
+
"minimatch": "^3.0.4",
|
|
2519
|
+
"p-map": "^4.0.0",
|
|
2520
|
+
"path-exists": "^4.0.0",
|
|
2521
|
+
"pkg-dir": "^5.0.0",
|
|
2522
|
+
"precinct": "^8.2.0",
|
|
2523
|
+
"read-package-json-fast": "^2.0.2",
|
|
2524
|
+
"require-package-name": "^2.0.1",
|
|
2525
|
+
"resolve": "^2.0.0-next.1",
|
|
2526
|
+
"semver": "^7.0.0",
|
|
2527
|
+
"tmp-promise": "^3.0.2",
|
|
2528
|
+
"toml": "^3.0.0",
|
|
2529
|
+
"typescript": "^4.4.3",
|
|
2530
|
+
"unixify": "^1.0.0",
|
|
2531
|
+
"yargs": "^16.0.0"
|
|
2532
|
+
},
|
|
2533
|
+
"bin": {
|
|
2534
|
+
"zip-it-and-ship-it": "dist/bin.js"
|
|
2535
|
+
},
|
|
2536
|
+
"engines": {
|
|
2537
|
+
"node": ">=10.18.0"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it/node_modules/yargs": {
|
|
2541
|
+
"version": "16.2.0",
|
|
2542
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
2543
|
+
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
2544
|
+
"dependencies": {
|
|
2545
|
+
"cliui": "^7.0.2",
|
|
2546
|
+
"escalade": "^3.1.1",
|
|
2547
|
+
"get-caller-file": "^2.0.5",
|
|
2548
|
+
"require-directory": "^2.1.1",
|
|
2549
|
+
"string-width": "^4.2.0",
|
|
2550
|
+
"y18n": "^5.0.5",
|
|
2551
|
+
"yargs-parser": "^20.2.2"
|
|
2552
|
+
},
|
|
2553
|
+
"engines": {
|
|
2554
|
+
"node": ">=10"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2493
2557
|
"node_modules/@netlify/build/node_modules/@sindresorhus/is": {
|
|
2494
2558
|
"version": "2.1.1",
|
|
2495
2559
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -2535,16 +2599,6 @@
|
|
|
2535
2599
|
"node": ">=6"
|
|
2536
2600
|
}
|
|
2537
2601
|
},
|
|
2538
|
-
"node_modules/@netlify/build/node_modules/cliui": {
|
|
2539
|
-
"version": "6.0.0",
|
|
2540
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
2541
|
-
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
2542
|
-
"dependencies": {
|
|
2543
|
-
"string-width": "^4.2.0",
|
|
2544
|
-
"strip-ansi": "^6.0.0",
|
|
2545
|
-
"wrap-ansi": "^6.2.0"
|
|
2546
|
-
}
|
|
2547
|
-
},
|
|
2548
2602
|
"node_modules/@netlify/build/node_modules/color-convert": {
|
|
2549
2603
|
"version": "2.0.1",
|
|
2550
2604
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -2580,40 +2634,6 @@
|
|
|
2580
2634
|
"node": ">=0.3.1"
|
|
2581
2635
|
}
|
|
2582
2636
|
},
|
|
2583
|
-
"node_modules/@netlify/build/node_modules/find-up": {
|
|
2584
|
-
"version": "4.1.0",
|
|
2585
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
2586
|
-
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
2587
|
-
"dependencies": {
|
|
2588
|
-
"locate-path": "^5.0.0",
|
|
2589
|
-
"path-exists": "^4.0.0"
|
|
2590
|
-
},
|
|
2591
|
-
"engines": {
|
|
2592
|
-
"node": ">=8"
|
|
2593
|
-
}
|
|
2594
|
-
},
|
|
2595
|
-
"node_modules/@netlify/build/node_modules/find-up/node_modules/locate-path": {
|
|
2596
|
-
"version": "5.0.0",
|
|
2597
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
2598
|
-
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
2599
|
-
"dependencies": {
|
|
2600
|
-
"p-locate": "^4.1.0"
|
|
2601
|
-
},
|
|
2602
|
-
"engines": {
|
|
2603
|
-
"node": ">=8"
|
|
2604
|
-
}
|
|
2605
|
-
},
|
|
2606
|
-
"node_modules/@netlify/build/node_modules/find-up/node_modules/p-locate": {
|
|
2607
|
-
"version": "4.1.0",
|
|
2608
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
2609
|
-
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
2610
|
-
"dependencies": {
|
|
2611
|
-
"p-limit": "^2.2.0"
|
|
2612
|
-
},
|
|
2613
|
-
"engines": {
|
|
2614
|
-
"node": ">=8"
|
|
2615
|
-
}
|
|
2616
|
-
},
|
|
2617
2637
|
"node_modules/@netlify/build/node_modules/get-stream": {
|
|
2618
2638
|
"version": "5.2.0",
|
|
2619
2639
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -2757,11 +2777,6 @@
|
|
|
2757
2777
|
"node": ">=8"
|
|
2758
2778
|
}
|
|
2759
2779
|
},
|
|
2760
|
-
"node_modules/@netlify/build/node_modules/y18n": {
|
|
2761
|
-
"version": "4.0.3",
|
|
2762
|
-
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
2763
|
-
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
|
|
2764
|
-
},
|
|
2765
2780
|
"node_modules/@netlify/build/node_modules/yargs": {
|
|
2766
2781
|
"version": "15.4.1",
|
|
2767
2782
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
@@ -2783,7 +2798,56 @@
|
|
|
2783
2798
|
"node": ">=8"
|
|
2784
2799
|
}
|
|
2785
2800
|
},
|
|
2786
|
-
"node_modules/@netlify/build/node_modules/yargs
|
|
2801
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/cliui": {
|
|
2802
|
+
"version": "6.0.0",
|
|
2803
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
2804
|
+
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
2805
|
+
"dependencies": {
|
|
2806
|
+
"string-width": "^4.2.0",
|
|
2807
|
+
"strip-ansi": "^6.0.0",
|
|
2808
|
+
"wrap-ansi": "^6.2.0"
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/find-up": {
|
|
2812
|
+
"version": "4.1.0",
|
|
2813
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
2814
|
+
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
2815
|
+
"dependencies": {
|
|
2816
|
+
"locate-path": "^5.0.0",
|
|
2817
|
+
"path-exists": "^4.0.0"
|
|
2818
|
+
},
|
|
2819
|
+
"engines": {
|
|
2820
|
+
"node": ">=8"
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/locate-path": {
|
|
2824
|
+
"version": "5.0.0",
|
|
2825
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
2826
|
+
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
2827
|
+
"dependencies": {
|
|
2828
|
+
"p-locate": "^4.1.0"
|
|
2829
|
+
},
|
|
2830
|
+
"engines": {
|
|
2831
|
+
"node": ">=8"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/p-locate": {
|
|
2835
|
+
"version": "4.1.0",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
2837
|
+
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
2838
|
+
"dependencies": {
|
|
2839
|
+
"p-limit": "^2.2.0"
|
|
2840
|
+
},
|
|
2841
|
+
"engines": {
|
|
2842
|
+
"node": ">=8"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/y18n": {
|
|
2846
|
+
"version": "4.0.3",
|
|
2847
|
+
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
2848
|
+
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
|
|
2849
|
+
},
|
|
2850
|
+
"node_modules/@netlify/build/node_modules/yargs/node_modules/yargs-parser": {
|
|
2787
2851
|
"version": "18.1.3",
|
|
2788
2852
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
2789
2853
|
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
@@ -3071,15 +3135,15 @@
|
|
|
3071
3135
|
}
|
|
3072
3136
|
},
|
|
3073
3137
|
"node_modules/@netlify/eslint-config-node": {
|
|
3074
|
-
"version": "3.3.
|
|
3075
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.
|
|
3076
|
-
"integrity": "sha512
|
|
3138
|
+
"version": "3.3.6",
|
|
3139
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.6.tgz",
|
|
3140
|
+
"integrity": "sha512-vtX3dFAzsITPFhhjhZS/5r6cuA5CKkxml6GcS7GJGal/8eBGN9EMBM6NEiMqAitzlhpwFmEIpogFQIx70NmTpg==",
|
|
3077
3141
|
"dev": true,
|
|
3078
3142
|
"dependencies": {
|
|
3079
3143
|
"@babel/core": "^7.13.8",
|
|
3080
3144
|
"@babel/eslint-parser": "^7.13.8",
|
|
3081
|
-
"@commitlint/cli": "^
|
|
3082
|
-
"@commitlint/config-conventional": "^
|
|
3145
|
+
"@commitlint/cli": "^14.0.0",
|
|
3146
|
+
"@commitlint/config-conventional": "^14.0.0",
|
|
3083
3147
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
3084
3148
|
"@typescript-eslint/parser": "^5.0.0",
|
|
3085
3149
|
"cross-env": "^7.0.2",
|
|
@@ -3097,7 +3161,7 @@
|
|
|
3097
3161
|
"eslint-plugin-node": "^11.1.0",
|
|
3098
3162
|
"eslint-plugin-promise": "^5.0.0",
|
|
3099
3163
|
"eslint-plugin-react": "^7.21.5",
|
|
3100
|
-
"eslint-plugin-unicorn": "^
|
|
3164
|
+
"eslint-plugin-unicorn": "^38.0.0",
|
|
3101
3165
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
|
|
3102
3166
|
"execa": "^5.0.0",
|
|
3103
3167
|
"husky": "^4.3.0",
|
|
@@ -3402,9 +3466,9 @@
|
|
|
3402
3466
|
"integrity": "sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ=="
|
|
3403
3467
|
},
|
|
3404
3468
|
"node_modules/@netlify/plugins-list": {
|
|
3405
|
-
"version": "4.
|
|
3406
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.
|
|
3407
|
-
"integrity": "sha512-
|
|
3469
|
+
"version": "4.2.0",
|
|
3470
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.2.0.tgz",
|
|
3471
|
+
"integrity": "sha512-ZHbaafIr77FdY5tVvv2GHDsNKShjVtF4ycZBpkMEr0zg74ng9gGtxKGg785esTj0Jobtx5Em1dluczzC0px//g==",
|
|
3408
3472
|
"engines": {
|
|
3409
3473
|
"node": ">=10.18.0"
|
|
3410
3474
|
}
|
|
@@ -3480,9 +3544,9 @@
|
|
|
3480
3544
|
}
|
|
3481
3545
|
},
|
|
3482
3546
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3483
|
-
"version": "4.29.
|
|
3484
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.
|
|
3485
|
-
"integrity": "sha512-
|
|
3547
|
+
"version": "4.29.1",
|
|
3548
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.1.tgz",
|
|
3549
|
+
"integrity": "sha512-tTJ+EGONXfi5OntmgJlvrCI2dmVlxhJLKRtZsDbcoDr/PbFg3LurVMbdYJS34XqCOMZQNhWG8zRFfqoW1N9T5w==",
|
|
3486
3550
|
"dependencies": {
|
|
3487
3551
|
"@babel/parser": "^7.15.7",
|
|
3488
3552
|
"@netlify/esbuild": "^0.13.6",
|
|
@@ -3508,7 +3572,7 @@
|
|
|
3508
3572
|
"p-map": "^4.0.0",
|
|
3509
3573
|
"path-exists": "^4.0.0",
|
|
3510
3574
|
"pkg-dir": "^5.0.0",
|
|
3511
|
-
"precinct": "^8.
|
|
3575
|
+
"precinct": "^8.2.0",
|
|
3512
3576
|
"read-package-json-fast": "^2.0.2",
|
|
3513
3577
|
"require-package-name": "^2.0.1",
|
|
3514
3578
|
"resolve": "^2.0.0-next.1",
|
|
@@ -9843,9 +9907,9 @@
|
|
|
9843
9907
|
}
|
|
9844
9908
|
},
|
|
9845
9909
|
"node_modules/eslint-plugin-unicorn": {
|
|
9846
|
-
"version": "
|
|
9847
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
9848
|
-
"integrity": "sha512-
|
|
9910
|
+
"version": "38.0.1",
|
|
9911
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz",
|
|
9912
|
+
"integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==",
|
|
9849
9913
|
"dev": true,
|
|
9850
9914
|
"dependencies": {
|
|
9851
9915
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
@@ -19471,13 +19535,13 @@
|
|
|
19471
19535
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
19472
19536
|
},
|
|
19473
19537
|
"node_modules/sinon": {
|
|
19474
|
-
"version": "
|
|
19475
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-
|
|
19476
|
-
"integrity": "sha512-
|
|
19538
|
+
"version": "12.0.1",
|
|
19539
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-12.0.1.tgz",
|
|
19540
|
+
"integrity": "sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==",
|
|
19477
19541
|
"dev": true,
|
|
19478
19542
|
"dependencies": {
|
|
19479
19543
|
"@sinonjs/commons": "^1.8.3",
|
|
19480
|
-
"@sinonjs/fake-timers": "^
|
|
19544
|
+
"@sinonjs/fake-timers": "^8.1.0",
|
|
19481
19545
|
"@sinonjs/samsam": "^6.0.2",
|
|
19482
19546
|
"diff": "^5.0.0",
|
|
19483
19547
|
"nise": "^5.1.0",
|
|
@@ -19488,6 +19552,15 @@
|
|
|
19488
19552
|
"url": "https://opencollective.com/sinon"
|
|
19489
19553
|
}
|
|
19490
19554
|
},
|
|
19555
|
+
"node_modules/sinon/node_modules/@sinonjs/fake-timers": {
|
|
19556
|
+
"version": "8.1.0",
|
|
19557
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
|
|
19558
|
+
"integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
|
|
19559
|
+
"dev": true,
|
|
19560
|
+
"dependencies": {
|
|
19561
|
+
"@sinonjs/commons": "^1.7.0"
|
|
19562
|
+
}
|
|
19563
|
+
},
|
|
19491
19564
|
"node_modules/sinon/node_modules/supports-color": {
|
|
19492
19565
|
"version": "7.2.0",
|
|
19493
19566
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -23143,16 +23216,16 @@
|
|
|
23143
23216
|
"integrity": "sha512-htzFO1Zc57S8kgdRK9mLcPVTW1BY2ijfH7Dk2CeZmspTWKdKqSo1iwmqrq2WtRjFlo8aRZYgLX0wFrDXF/9DLA=="
|
|
23144
23217
|
},
|
|
23145
23218
|
"@commitlint/cli": {
|
|
23146
|
-
"version": "
|
|
23147
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-
|
|
23148
|
-
"integrity": "sha512-
|
|
23219
|
+
"version": "14.1.0",
|
|
23220
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-14.1.0.tgz",
|
|
23221
|
+
"integrity": "sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==",
|
|
23149
23222
|
"dev": true,
|
|
23150
23223
|
"requires": {
|
|
23151
|
-
"@commitlint/format": "^
|
|
23152
|
-
"@commitlint/lint": "^
|
|
23153
|
-
"@commitlint/load": "^
|
|
23154
|
-
"@commitlint/read": "^
|
|
23155
|
-
"@commitlint/types": "^
|
|
23224
|
+
"@commitlint/format": "^14.1.0",
|
|
23225
|
+
"@commitlint/lint": "^14.1.0",
|
|
23226
|
+
"@commitlint/load": "^14.1.0",
|
|
23227
|
+
"@commitlint/read": "^14.0.0",
|
|
23228
|
+
"@commitlint/types": "^14.0.0",
|
|
23156
23229
|
"lodash": "^4.17.19",
|
|
23157
23230
|
"resolve-from": "5.0.0",
|
|
23158
23231
|
"resolve-global": "1.0.0",
|
|
@@ -23160,71 +23233,71 @@
|
|
|
23160
23233
|
}
|
|
23161
23234
|
},
|
|
23162
23235
|
"@commitlint/config-conventional": {
|
|
23163
|
-
"version": "
|
|
23164
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-
|
|
23165
|
-
"integrity": "sha512-
|
|
23236
|
+
"version": "14.1.0",
|
|
23237
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz",
|
|
23238
|
+
"integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==",
|
|
23166
23239
|
"dev": true,
|
|
23167
23240
|
"requires": {
|
|
23168
23241
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
|
23169
23242
|
}
|
|
23170
23243
|
},
|
|
23171
23244
|
"@commitlint/ensure": {
|
|
23172
|
-
"version": "
|
|
23173
|
-
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-
|
|
23174
|
-
"integrity": "sha512-
|
|
23245
|
+
"version": "14.1.0",
|
|
23246
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-14.1.0.tgz",
|
|
23247
|
+
"integrity": "sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==",
|
|
23175
23248
|
"dev": true,
|
|
23176
23249
|
"requires": {
|
|
23177
|
-
"@commitlint/types": "^
|
|
23250
|
+
"@commitlint/types": "^14.0.0",
|
|
23178
23251
|
"lodash": "^4.17.19"
|
|
23179
23252
|
}
|
|
23180
23253
|
},
|
|
23181
23254
|
"@commitlint/execute-rule": {
|
|
23182
|
-
"version": "
|
|
23183
|
-
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-
|
|
23184
|
-
"integrity": "sha512-
|
|
23255
|
+
"version": "14.0.0",
|
|
23256
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-14.0.0.tgz",
|
|
23257
|
+
"integrity": "sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==",
|
|
23185
23258
|
"dev": true
|
|
23186
23259
|
},
|
|
23187
23260
|
"@commitlint/format": {
|
|
23188
|
-
"version": "
|
|
23189
|
-
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-
|
|
23190
|
-
"integrity": "sha512-
|
|
23261
|
+
"version": "14.1.0",
|
|
23262
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-14.1.0.tgz",
|
|
23263
|
+
"integrity": "sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==",
|
|
23191
23264
|
"dev": true,
|
|
23192
23265
|
"requires": {
|
|
23193
|
-
"@commitlint/types": "^
|
|
23266
|
+
"@commitlint/types": "^14.0.0",
|
|
23194
23267
|
"chalk": "^4.0.0"
|
|
23195
23268
|
}
|
|
23196
23269
|
},
|
|
23197
23270
|
"@commitlint/is-ignored": {
|
|
23198
|
-
"version": "
|
|
23199
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-
|
|
23200
|
-
"integrity": "sha512-
|
|
23271
|
+
"version": "14.0.0",
|
|
23272
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-14.0.0.tgz",
|
|
23273
|
+
"integrity": "sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==",
|
|
23201
23274
|
"dev": true,
|
|
23202
23275
|
"requires": {
|
|
23203
|
-
"@commitlint/types": "^
|
|
23276
|
+
"@commitlint/types": "^14.0.0",
|
|
23204
23277
|
"semver": "7.3.5"
|
|
23205
23278
|
}
|
|
23206
23279
|
},
|
|
23207
23280
|
"@commitlint/lint": {
|
|
23208
|
-
"version": "
|
|
23209
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-
|
|
23210
|
-
"integrity": "sha512-
|
|
23281
|
+
"version": "14.1.0",
|
|
23282
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-14.1.0.tgz",
|
|
23283
|
+
"integrity": "sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==",
|
|
23211
23284
|
"dev": true,
|
|
23212
23285
|
"requires": {
|
|
23213
|
-
"@commitlint/is-ignored": "^
|
|
23214
|
-
"@commitlint/parse": "^
|
|
23215
|
-
"@commitlint/rules": "^
|
|
23216
|
-
"@commitlint/types": "^
|
|
23286
|
+
"@commitlint/is-ignored": "^14.0.0",
|
|
23287
|
+
"@commitlint/parse": "^14.0.0",
|
|
23288
|
+
"@commitlint/rules": "^14.1.0",
|
|
23289
|
+
"@commitlint/types": "^14.0.0"
|
|
23217
23290
|
}
|
|
23218
23291
|
},
|
|
23219
23292
|
"@commitlint/load": {
|
|
23220
|
-
"version": "
|
|
23221
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-
|
|
23222
|
-
"integrity": "sha512-
|
|
23293
|
+
"version": "14.1.0",
|
|
23294
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-14.1.0.tgz",
|
|
23295
|
+
"integrity": "sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==",
|
|
23223
23296
|
"dev": true,
|
|
23224
23297
|
"requires": {
|
|
23225
|
-
"@commitlint/execute-rule": "^
|
|
23226
|
-
"@commitlint/resolve-extends": "^
|
|
23227
|
-
"@commitlint/types": "^
|
|
23298
|
+
"@commitlint/execute-rule": "^14.0.0",
|
|
23299
|
+
"@commitlint/resolve-extends": "^14.1.0",
|
|
23300
|
+
"@commitlint/types": "^14.0.0",
|
|
23228
23301
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
|
23229
23302
|
"chalk": "^4.0.0",
|
|
23230
23303
|
"cosmiconfig": "^7.0.0",
|
|
@@ -23234,38 +23307,38 @@
|
|
|
23234
23307
|
}
|
|
23235
23308
|
},
|
|
23236
23309
|
"@commitlint/message": {
|
|
23237
|
-
"version": "
|
|
23238
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-
|
|
23239
|
-
"integrity": "sha512
|
|
23310
|
+
"version": "14.0.0",
|
|
23311
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-14.0.0.tgz",
|
|
23312
|
+
"integrity": "sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==",
|
|
23240
23313
|
"dev": true
|
|
23241
23314
|
},
|
|
23242
23315
|
"@commitlint/parse": {
|
|
23243
|
-
"version": "
|
|
23244
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-
|
|
23245
|
-
"integrity": "sha512-
|
|
23316
|
+
"version": "14.0.0",
|
|
23317
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-14.0.0.tgz",
|
|
23318
|
+
"integrity": "sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==",
|
|
23246
23319
|
"dev": true,
|
|
23247
23320
|
"requires": {
|
|
23248
|
-
"@commitlint/types": "^
|
|
23321
|
+
"@commitlint/types": "^14.0.0",
|
|
23249
23322
|
"conventional-changelog-angular": "^5.0.11",
|
|
23250
23323
|
"conventional-commits-parser": "^3.2.2"
|
|
23251
23324
|
}
|
|
23252
23325
|
},
|
|
23253
23326
|
"@commitlint/read": {
|
|
23254
|
-
"version": "
|
|
23255
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-
|
|
23256
|
-
"integrity": "sha512-
|
|
23327
|
+
"version": "14.0.0",
|
|
23328
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-14.0.0.tgz",
|
|
23329
|
+
"integrity": "sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==",
|
|
23257
23330
|
"dev": true,
|
|
23258
23331
|
"requires": {
|
|
23259
|
-
"@commitlint/top-level": "^
|
|
23260
|
-
"@commitlint/types": "^
|
|
23332
|
+
"@commitlint/top-level": "^14.0.0",
|
|
23333
|
+
"@commitlint/types": "^14.0.0",
|
|
23261
23334
|
"fs-extra": "^10.0.0",
|
|
23262
23335
|
"git-raw-commits": "^2.0.0"
|
|
23263
23336
|
}
|
|
23264
23337
|
},
|
|
23265
23338
|
"@commitlint/resolve-extends": {
|
|
23266
|
-
"version": "
|
|
23267
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-
|
|
23268
|
-
"integrity": "sha512-
|
|
23339
|
+
"version": "14.1.0",
|
|
23340
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-14.1.0.tgz",
|
|
23341
|
+
"integrity": "sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==",
|
|
23269
23342
|
"dev": true,
|
|
23270
23343
|
"requires": {
|
|
23271
23344
|
"import-fresh": "^3.0.0",
|
|
@@ -23275,37 +23348,37 @@
|
|
|
23275
23348
|
}
|
|
23276
23349
|
},
|
|
23277
23350
|
"@commitlint/rules": {
|
|
23278
|
-
"version": "
|
|
23279
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-
|
|
23280
|
-
"integrity": "sha512-
|
|
23351
|
+
"version": "14.1.0",
|
|
23352
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-14.1.0.tgz",
|
|
23353
|
+
"integrity": "sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==",
|
|
23281
23354
|
"dev": true,
|
|
23282
23355
|
"requires": {
|
|
23283
|
-
"@commitlint/ensure": "^
|
|
23284
|
-
"@commitlint/message": "^
|
|
23285
|
-
"@commitlint/to-lines": "^
|
|
23286
|
-
"@commitlint/types": "^
|
|
23356
|
+
"@commitlint/ensure": "^14.1.0",
|
|
23357
|
+
"@commitlint/message": "^14.0.0",
|
|
23358
|
+
"@commitlint/to-lines": "^14.0.0",
|
|
23359
|
+
"@commitlint/types": "^14.0.0",
|
|
23287
23360
|
"execa": "^5.0.0"
|
|
23288
23361
|
}
|
|
23289
23362
|
},
|
|
23290
23363
|
"@commitlint/to-lines": {
|
|
23291
|
-
"version": "
|
|
23292
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-
|
|
23293
|
-
"integrity": "sha512-
|
|
23364
|
+
"version": "14.0.0",
|
|
23365
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-14.0.0.tgz",
|
|
23366
|
+
"integrity": "sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==",
|
|
23294
23367
|
"dev": true
|
|
23295
23368
|
},
|
|
23296
23369
|
"@commitlint/top-level": {
|
|
23297
|
-
"version": "
|
|
23298
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-
|
|
23299
|
-
"integrity": "sha512-
|
|
23370
|
+
"version": "14.0.0",
|
|
23371
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-14.0.0.tgz",
|
|
23372
|
+
"integrity": "sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==",
|
|
23300
23373
|
"dev": true,
|
|
23301
23374
|
"requires": {
|
|
23302
23375
|
"find-up": "^5.0.0"
|
|
23303
23376
|
}
|
|
23304
23377
|
},
|
|
23305
23378
|
"@commitlint/types": {
|
|
23306
|
-
"version": "
|
|
23307
|
-
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-
|
|
23308
|
-
"integrity": "sha512-
|
|
23379
|
+
"version": "14.0.0",
|
|
23380
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-14.0.0.tgz",
|
|
23381
|
+
"integrity": "sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==",
|
|
23309
23382
|
"dev": true,
|
|
23310
23383
|
"requires": {
|
|
23311
23384
|
"chalk": "^4.0.0"
|
|
@@ -23578,9 +23651,9 @@
|
|
|
23578
23651
|
}
|
|
23579
23652
|
},
|
|
23580
23653
|
"@netlify/build": {
|
|
23581
|
-
"version": "18.21.
|
|
23582
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.21.
|
|
23583
|
-
"integrity": "sha512-
|
|
23654
|
+
"version": "18.21.7",
|
|
23655
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-18.21.7.tgz",
|
|
23656
|
+
"integrity": "sha512-wsrChH/8wvIQOxVNZkYI2cKxR7dTHpzJ9xotB4XcPpv33quZ4Y9DzVe+P30+2axaXHCaM1a2Ryjpds4Tc5dpBQ==",
|
|
23584
23657
|
"requires": {
|
|
23585
23658
|
"@bugsnag/js": "^7.0.0",
|
|
23586
23659
|
"@netlify/cache-utils": "^2.0.0",
|
|
@@ -23590,7 +23663,7 @@
|
|
|
23590
23663
|
"@netlify/plugin-edge-handlers": "^1.11.22",
|
|
23591
23664
|
"@netlify/plugins-list": "^4.1.0",
|
|
23592
23665
|
"@netlify/run-utils": "^2.0.0",
|
|
23593
|
-
"@netlify/zip-it-and-ship-it": "^4.29.
|
|
23666
|
+
"@netlify/zip-it-and-ship-it": "^4.29.1",
|
|
23594
23667
|
"@sindresorhus/slugify": "^1.1.0",
|
|
23595
23668
|
"@ungap/from-entries": "^0.2.1",
|
|
23596
23669
|
"ansi-escapes": "^4.3.2",
|
|
@@ -23638,6 +23711,63 @@
|
|
|
23638
23711
|
"yargs": "^15.3.1"
|
|
23639
23712
|
},
|
|
23640
23713
|
"dependencies": {
|
|
23714
|
+
"@netlify/zip-it-and-ship-it": {
|
|
23715
|
+
"version": "4.29.1",
|
|
23716
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.1.tgz",
|
|
23717
|
+
"integrity": "sha512-tTJ+EGONXfi5OntmgJlvrCI2dmVlxhJLKRtZsDbcoDr/PbFg3LurVMbdYJS34XqCOMZQNhWG8zRFfqoW1N9T5w==",
|
|
23718
|
+
"requires": {
|
|
23719
|
+
"@babel/parser": "^7.15.7",
|
|
23720
|
+
"@netlify/esbuild": "^0.13.6",
|
|
23721
|
+
"@vercel/nft": "^0.17.0",
|
|
23722
|
+
"archiver": "^5.3.0",
|
|
23723
|
+
"array-flat-polyfill": "^1.0.1",
|
|
23724
|
+
"common-path-prefix": "^3.0.0",
|
|
23725
|
+
"cp-file": "^9.0.0",
|
|
23726
|
+
"del": "^6.0.0",
|
|
23727
|
+
"elf-cam": "^0.1.1",
|
|
23728
|
+
"end-of-stream": "^1.4.4",
|
|
23729
|
+
"es-module-lexer": "^0.9.0",
|
|
23730
|
+
"execa": "^5.0.0",
|
|
23731
|
+
"filter-obj": "^2.0.1",
|
|
23732
|
+
"find-up": "^5.0.0",
|
|
23733
|
+
"glob": "^7.1.6",
|
|
23734
|
+
"is-builtin-module": "^3.1.0",
|
|
23735
|
+
"junk": "^3.1.0",
|
|
23736
|
+
"locate-path": "^6.0.0",
|
|
23737
|
+
"make-dir": "^3.1.0",
|
|
23738
|
+
"merge-options": "^3.0.4",
|
|
23739
|
+
"minimatch": "^3.0.4",
|
|
23740
|
+
"p-map": "^4.0.0",
|
|
23741
|
+
"path-exists": "^4.0.0",
|
|
23742
|
+
"pkg-dir": "^5.0.0",
|
|
23743
|
+
"precinct": "^8.2.0",
|
|
23744
|
+
"read-package-json-fast": "^2.0.2",
|
|
23745
|
+
"require-package-name": "^2.0.1",
|
|
23746
|
+
"resolve": "^2.0.0-next.1",
|
|
23747
|
+
"semver": "^7.0.0",
|
|
23748
|
+
"tmp-promise": "^3.0.2",
|
|
23749
|
+
"toml": "^3.0.0",
|
|
23750
|
+
"typescript": "^4.4.3",
|
|
23751
|
+
"unixify": "^1.0.0",
|
|
23752
|
+
"yargs": "^16.0.0"
|
|
23753
|
+
},
|
|
23754
|
+
"dependencies": {
|
|
23755
|
+
"yargs": {
|
|
23756
|
+
"version": "16.2.0",
|
|
23757
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
23758
|
+
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
23759
|
+
"requires": {
|
|
23760
|
+
"cliui": "^7.0.2",
|
|
23761
|
+
"escalade": "^3.1.1",
|
|
23762
|
+
"get-caller-file": "^2.0.5",
|
|
23763
|
+
"require-directory": "^2.1.1",
|
|
23764
|
+
"string-width": "^4.2.0",
|
|
23765
|
+
"y18n": "^5.0.5",
|
|
23766
|
+
"yargs-parser": "^20.2.2"
|
|
23767
|
+
}
|
|
23768
|
+
}
|
|
23769
|
+
}
|
|
23770
|
+
},
|
|
23641
23771
|
"@sindresorhus/is": {
|
|
23642
23772
|
"version": "2.1.1",
|
|
23643
23773
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
@@ -23665,16 +23795,6 @@
|
|
|
23665
23795
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
23666
23796
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
|
|
23667
23797
|
},
|
|
23668
|
-
"cliui": {
|
|
23669
|
-
"version": "6.0.0",
|
|
23670
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
23671
|
-
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
23672
|
-
"requires": {
|
|
23673
|
-
"string-width": "^4.2.0",
|
|
23674
|
-
"strip-ansi": "^6.0.0",
|
|
23675
|
-
"wrap-ansi": "^6.2.0"
|
|
23676
|
-
}
|
|
23677
|
-
},
|
|
23678
23798
|
"color-convert": {
|
|
23679
23799
|
"version": "2.0.1",
|
|
23680
23800
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -23701,33 +23821,6 @@
|
|
|
23701
23821
|
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
23702
23822
|
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="
|
|
23703
23823
|
},
|
|
23704
|
-
"find-up": {
|
|
23705
|
-
"version": "4.1.0",
|
|
23706
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
23707
|
-
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
23708
|
-
"requires": {
|
|
23709
|
-
"locate-path": "^5.0.0",
|
|
23710
|
-
"path-exists": "^4.0.0"
|
|
23711
|
-
},
|
|
23712
|
-
"dependencies": {
|
|
23713
|
-
"locate-path": {
|
|
23714
|
-
"version": "5.0.0",
|
|
23715
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
23716
|
-
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
23717
|
-
"requires": {
|
|
23718
|
-
"p-locate": "^4.1.0"
|
|
23719
|
-
}
|
|
23720
|
-
},
|
|
23721
|
-
"p-locate": {
|
|
23722
|
-
"version": "4.1.0",
|
|
23723
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
23724
|
-
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
23725
|
-
"requires": {
|
|
23726
|
-
"p-limit": "^2.2.0"
|
|
23727
|
-
}
|
|
23728
|
-
}
|
|
23729
|
-
}
|
|
23730
|
-
},
|
|
23731
23824
|
"get-stream": {
|
|
23732
23825
|
"version": "5.2.0",
|
|
23733
23826
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -23814,11 +23907,6 @@
|
|
|
23814
23907
|
"strip-ansi": "^6.0.0"
|
|
23815
23908
|
}
|
|
23816
23909
|
},
|
|
23817
|
-
"y18n": {
|
|
23818
|
-
"version": "4.0.3",
|
|
23819
|
-
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
23820
|
-
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
|
|
23821
|
-
},
|
|
23822
23910
|
"yargs": {
|
|
23823
23911
|
"version": "15.4.1",
|
|
23824
23912
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
@@ -23835,15 +23923,57 @@
|
|
|
23835
23923
|
"which-module": "^2.0.0",
|
|
23836
23924
|
"y18n": "^4.0.0",
|
|
23837
23925
|
"yargs-parser": "^18.1.2"
|
|
23838
|
-
}
|
|
23839
|
-
|
|
23840
|
-
|
|
23841
|
-
|
|
23842
|
-
|
|
23843
|
-
|
|
23844
|
-
|
|
23845
|
-
|
|
23846
|
-
|
|
23926
|
+
},
|
|
23927
|
+
"dependencies": {
|
|
23928
|
+
"cliui": {
|
|
23929
|
+
"version": "6.0.0",
|
|
23930
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
23931
|
+
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
23932
|
+
"requires": {
|
|
23933
|
+
"string-width": "^4.2.0",
|
|
23934
|
+
"strip-ansi": "^6.0.0",
|
|
23935
|
+
"wrap-ansi": "^6.2.0"
|
|
23936
|
+
}
|
|
23937
|
+
},
|
|
23938
|
+
"find-up": {
|
|
23939
|
+
"version": "4.1.0",
|
|
23940
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
23941
|
+
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
23942
|
+
"requires": {
|
|
23943
|
+
"locate-path": "^5.0.0",
|
|
23944
|
+
"path-exists": "^4.0.0"
|
|
23945
|
+
}
|
|
23946
|
+
},
|
|
23947
|
+
"locate-path": {
|
|
23948
|
+
"version": "5.0.0",
|
|
23949
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
23950
|
+
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
23951
|
+
"requires": {
|
|
23952
|
+
"p-locate": "^4.1.0"
|
|
23953
|
+
}
|
|
23954
|
+
},
|
|
23955
|
+
"p-locate": {
|
|
23956
|
+
"version": "4.1.0",
|
|
23957
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
23958
|
+
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
23959
|
+
"requires": {
|
|
23960
|
+
"p-limit": "^2.2.0"
|
|
23961
|
+
}
|
|
23962
|
+
},
|
|
23963
|
+
"y18n": {
|
|
23964
|
+
"version": "4.0.3",
|
|
23965
|
+
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
23966
|
+
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
|
|
23967
|
+
},
|
|
23968
|
+
"yargs-parser": {
|
|
23969
|
+
"version": "18.1.3",
|
|
23970
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
23971
|
+
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
23972
|
+
"requires": {
|
|
23973
|
+
"camelcase": "^5.0.0",
|
|
23974
|
+
"decamelize": "^1.2.0"
|
|
23975
|
+
}
|
|
23976
|
+
}
|
|
23847
23977
|
}
|
|
23848
23978
|
}
|
|
23849
23979
|
}
|
|
@@ -24073,15 +24203,15 @@
|
|
|
24073
24203
|
"integrity": "sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw=="
|
|
24074
24204
|
},
|
|
24075
24205
|
"@netlify/eslint-config-node": {
|
|
24076
|
-
"version": "3.3.
|
|
24077
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.
|
|
24078
|
-
"integrity": "sha512
|
|
24206
|
+
"version": "3.3.6",
|
|
24207
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.6.tgz",
|
|
24208
|
+
"integrity": "sha512-vtX3dFAzsITPFhhjhZS/5r6cuA5CKkxml6GcS7GJGal/8eBGN9EMBM6NEiMqAitzlhpwFmEIpogFQIx70NmTpg==",
|
|
24079
24209
|
"dev": true,
|
|
24080
24210
|
"requires": {
|
|
24081
24211
|
"@babel/core": "^7.13.8",
|
|
24082
24212
|
"@babel/eslint-parser": "^7.13.8",
|
|
24083
|
-
"@commitlint/cli": "^
|
|
24084
|
-
"@commitlint/config-conventional": "^
|
|
24213
|
+
"@commitlint/cli": "^14.0.0",
|
|
24214
|
+
"@commitlint/config-conventional": "^14.0.0",
|
|
24085
24215
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
24086
24216
|
"@typescript-eslint/parser": "^5.0.0",
|
|
24087
24217
|
"cross-env": "^7.0.2",
|
|
@@ -24099,7 +24229,7 @@
|
|
|
24099
24229
|
"eslint-plugin-node": "^11.1.0",
|
|
24100
24230
|
"eslint-plugin-promise": "^5.0.0",
|
|
24101
24231
|
"eslint-plugin-react": "^7.21.5",
|
|
24102
|
-
"eslint-plugin-unicorn": "^
|
|
24232
|
+
"eslint-plugin-unicorn": "^38.0.0",
|
|
24103
24233
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
|
|
24104
24234
|
"execa": "^5.0.0",
|
|
24105
24235
|
"husky": "^4.3.0",
|
|
@@ -24275,9 +24405,9 @@
|
|
|
24275
24405
|
}
|
|
24276
24406
|
},
|
|
24277
24407
|
"@netlify/plugins-list": {
|
|
24278
|
-
"version": "4.
|
|
24279
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.
|
|
24280
|
-
"integrity": "sha512-
|
|
24408
|
+
"version": "4.2.0",
|
|
24409
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.2.0.tgz",
|
|
24410
|
+
"integrity": "sha512-ZHbaafIr77FdY5tVvv2GHDsNKShjVtF4ycZBpkMEr0zg74ng9gGtxKGg785esTj0Jobtx5Em1dluczzC0px//g=="
|
|
24281
24411
|
},
|
|
24282
24412
|
"@netlify/routing-local-proxy": {
|
|
24283
24413
|
"version": "0.34.1",
|
|
@@ -24323,9 +24453,9 @@
|
|
|
24323
24453
|
}
|
|
24324
24454
|
},
|
|
24325
24455
|
"@netlify/zip-it-and-ship-it": {
|
|
24326
|
-
"version": "4.29.
|
|
24327
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.
|
|
24328
|
-
"integrity": "sha512-
|
|
24456
|
+
"version": "4.29.1",
|
|
24457
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.1.tgz",
|
|
24458
|
+
"integrity": "sha512-tTJ+EGONXfi5OntmgJlvrCI2dmVlxhJLKRtZsDbcoDr/PbFg3LurVMbdYJS34XqCOMZQNhWG8zRFfqoW1N9T5w==",
|
|
24329
24459
|
"requires": {
|
|
24330
24460
|
"@babel/parser": "^7.15.7",
|
|
24331
24461
|
"@netlify/esbuild": "^0.13.6",
|
|
@@ -24351,7 +24481,7 @@
|
|
|
24351
24481
|
"p-map": "^4.0.0",
|
|
24352
24482
|
"path-exists": "^4.0.0",
|
|
24353
24483
|
"pkg-dir": "^5.0.0",
|
|
24354
|
-
"precinct": "^8.
|
|
24484
|
+
"precinct": "^8.2.0",
|
|
24355
24485
|
"read-package-json-fast": "^2.0.2",
|
|
24356
24486
|
"require-package-name": "^2.0.1",
|
|
24357
24487
|
"resolve": "^2.0.0-next.1",
|
|
@@ -29316,9 +29446,9 @@
|
|
|
29316
29446
|
}
|
|
29317
29447
|
},
|
|
29318
29448
|
"eslint-plugin-unicorn": {
|
|
29319
|
-
"version": "
|
|
29320
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
29321
|
-
"integrity": "sha512-
|
|
29449
|
+
"version": "38.0.1",
|
|
29450
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz",
|
|
29451
|
+
"integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==",
|
|
29322
29452
|
"dev": true,
|
|
29323
29453
|
"requires": {
|
|
29324
29454
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
@@ -36545,19 +36675,28 @@
|
|
|
36545
36675
|
}
|
|
36546
36676
|
},
|
|
36547
36677
|
"sinon": {
|
|
36548
|
-
"version": "
|
|
36549
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-
|
|
36550
|
-
"integrity": "sha512-
|
|
36678
|
+
"version": "12.0.1",
|
|
36679
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-12.0.1.tgz",
|
|
36680
|
+
"integrity": "sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==",
|
|
36551
36681
|
"dev": true,
|
|
36552
36682
|
"requires": {
|
|
36553
36683
|
"@sinonjs/commons": "^1.8.3",
|
|
36554
|
-
"@sinonjs/fake-timers": "^
|
|
36684
|
+
"@sinonjs/fake-timers": "^8.1.0",
|
|
36555
36685
|
"@sinonjs/samsam": "^6.0.2",
|
|
36556
36686
|
"diff": "^5.0.0",
|
|
36557
36687
|
"nise": "^5.1.0",
|
|
36558
36688
|
"supports-color": "^7.2.0"
|
|
36559
36689
|
},
|
|
36560
36690
|
"dependencies": {
|
|
36691
|
+
"@sinonjs/fake-timers": {
|
|
36692
|
+
"version": "8.1.0",
|
|
36693
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
|
|
36694
|
+
"integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
|
|
36695
|
+
"dev": true,
|
|
36696
|
+
"requires": {
|
|
36697
|
+
"@sinonjs/commons": "^1.7.0"
|
|
36698
|
+
}
|
|
36699
|
+
},
|
|
36561
36700
|
"supports-color": {
|
|
36562
36701
|
"version": "7.2.0",
|
|
36563
36702
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|