Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 8826a46

Browse files
authored
chore(deps): update all non-major dependencies (#66)
2 parents 7b7ad62 + e8d3323 commit 8826a46

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"eslint-plugin-node": "^10.0.0",
4545
"eslint-plugin-promise": "^4.2.1",
4646
"eslint-plugin-standard": "^4.0.1",
47-
"husky": "^3.0.9",
47+
"husky": "^3.1.0",
4848
"jest": "^24.9.0",
49-
"lint-staged": "^9.4.2",
49+
"lint-staged": "^9.4.3",
5050
"standard-version": "^7.0.0"
5151
},
5252
"dependencies": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2319,10 +2319,10 @@ http-signature@~1.2.0:
23192319
jsprim "^1.2.2"
23202320
sshpk "^1.7.0"
23212321

2322-
husky@^3.0.9:
2323-
version "3.0.9"
2324-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044"
2325-
integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==
2322+
husky@^3.1.0:
2323+
version "3.1.0"
2324+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
2325+
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
23262326
dependencies:
23272327
chalk "^2.4.2"
23282328
ci-info "^2.0.0"
@@ -3268,10 +3268,10 @@ lines-and-columns@^1.1.6:
32683268
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
32693269
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
32703270

3271-
lint-staged@^9.4.2:
3272-
version "9.4.2"
3273-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.2.tgz#14cb577a9512f520691f8b5aefce6a8f7ead6c04"
3274-
integrity sha512-OFyGokJSWTn2M6vngnlLXjaHhi8n83VIZZ5/1Z26SULRUWgR3ITWpAEQC9Pnm3MC/EpCxlwts/mQWDHNji2+zA==
3271+
lint-staged@^9.4.3:
3272+
version "9.4.3"
3273+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.3.tgz#f55ad5f94f6e105294bfd6499b23142961f7b982"
3274+
integrity sha512-PejnI+rwOAmKAIO+5UuAZU9gxdej/ovSEOAY34yMfC3OS4Ac82vCBPzAWLReR9zCPOMqeVwQRaZ3bUBpAsaL2Q==
32753275
dependencies:
32763276
chalk "^2.4.2"
32773277
commander "^2.20.0"

0 commit comments

Comments
 (0)