Skip to content

Commit eab0139

Browse files
authored
Merge pull request #503 from maxmind/upgrade-node-modules
Upgrade node modules
2 parents a671ed2 + d1a9ade commit eab0139

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .husky/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_
1+
_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/snakecase-keys": "^2.1.0",
2828
"@types/validator": "^13.0.0",
2929
"gh-pages": "^3.0.0",
30-
"husky": "5",
30+
"husky": "^6.0.0",
3131
"jest": "^26.5.0",
3232
"lint-staged": "^10.5.3",
3333
"lodash.clonedeep": "^4.5.0",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2502,10 +2502,10 @@ humanize-url@^1.0.0:
25022502
normalize-url "^1.0.0"
25032503
strip-url-auth "^1.0.0"
25042504

2505-
husky@5:
2506-
version "5.2.0"
2507-
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
2508-
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
2505+
husky@^6.0.0:
2506+
version "6.0.0"
2507+
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
2508+
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
25092509

25102510
[email protected], iconv-lite@^0.4.24:
25112511
version "0.4.24"

0 commit comments

Comments
 (0)