Browse code
chore: Upgrade dependencies
... | ... |
@@ -10,7 +10,7 @@ |
10 | 10 |
"devDependencies": { |
11 | 11 |
"@commitlint/cli": "^12.1.0", |
12 | 12 |
"@commitlint/config-conventional": "^12.1.0", |
13 |
- "husky": "^5.2.0", |
|
13 |
+ "husky": "^6.0.0", |
|
14 | 14 |
"npm-run-all": "^4.1.5", |
15 | 15 |
"prettier": "^2.2.1", |
16 | 16 |
"prettier-package-json": "^2.1.3", |
... | ... |
@@ -1894,26 +1894,16 @@ |
1894 | 1894 |
"dev": true |
1895 | 1895 |
}, |
1896 | 1896 |
"node_modules/husky": { |
1897 |
- "version": "5.2.0", |
|
1898 |
- "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", |
|
1899 |
- "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", |
|
1897 |
+ "version": "6.0.0", |
|
1898 |
+ "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", |
|
1899 |
+ "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", |
|
1900 | 1900 |
"dev": true, |
1901 |
- "funding": [ |
|
1902 |
- { |
|
1903 |
- "type": "github", |
|
1904 |
- "url": "https://github.com/sponsors/typicode" |
|
1905 |
- }, |
|
1906 |
- { |
|
1907 |
- "type": "opencollective", |
|
1908 |
- "url": "https://opencollective.com/husky" |
|
1909 |
- } |
|
1910 |
- ], |
|
1911 |
- "license": "Parity-7.0.0 AND MIT WITH Patron-1.0.0", |
|
1901 |
+ "license": "MIT", |
|
1912 | 1902 |
"bin": { |
1913 | 1903 |
"husky": "lib/bin.js" |
1914 | 1904 |
}, |
1915 |
- "engines": { |
|
1916 |
- "node": ">= 10" |
|
1905 |
+ "funding": { |
|
1906 |
+ "url": "https://github.com/sponsors/typicode" |
|
1917 | 1907 |
} |
1918 | 1908 |
}, |
1919 | 1909 |
"node_modules/import-fresh": { |
... | ... |
@@ -5137,9 +5127,9 @@ |
5137 | 5127 |
"dev": true |
5138 | 5128 |
}, |
5139 | 5129 |
"husky": { |
5140 |
- "version": "5.2.0", |
|
5141 |
- "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", |
|
5142 |
- "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", |
|
5130 |
+ "version": "6.0.0", |
|
5131 |
+ "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", |
|
5132 |
+ "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", |
|
5143 | 5133 |
"dev": true |
5144 | 5134 |
}, |
5145 | 5135 |
"import-fresh": { |