Update husky to the latest version 🚀 (#5553)
* chore(package): update husky to version 2.2.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
peril-parse-community[bot]
parent
8f0e7f3bcc
commit
1b0d20d53c
12
package-lock.json
generated
12
package-lock.json
generated
@@ -5219,9 +5219,9 @@
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz",
|
||||
"integrity": "sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz",
|
||||
"integrity": "sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cosmiconfig": "^5.2.0",
|
||||
@@ -8304,9 +8304,9 @@
|
||||
}
|
||||
},
|
||||
"read-pkg": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.0.tgz",
|
||||
"integrity": "sha512-NjNkqf8hlMuSxh+p8h8x8sCIfEv/MoRs/nYDmSRSAk879F9C94ADq+kHUJ4LTy5Nn0PYSmMYsy1mD4+lcXiBKg==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.1.tgz",
|
||||
"integrity": "sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/normalize-package-data": "^2.4.0",
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"eslint-plugin-flowtype": "3.6.1",
|
||||
"flow-bin": "0.98.0",
|
||||
"gaze": "1.1.3",
|
||||
"husky": "2.1.0",
|
||||
"husky": "2.2.0",
|
||||
"jasmine": "3.1.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"jsdoc": "3.5.5",
|
||||
|
||||
Reference in New Issue
Block a user