1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-05 04:51:30 +01:00

build(deps-dev): bump husky from 7.0.0 to 7.0.1 (#104)

This commit is contained in:
dependabot[bot] 2021-07-07 19:03:52 +02:00 committed by GitHub
parent 1805997f59
commit 6473e9da7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -47,7 +47,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"husky": "7.0.0",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.0.0",
"markdownlint-cli": "0.27.1",
@ -10182,9 +10182,9 @@
}
},
"node_modules/husky": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz",
"integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz",
"integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
@ -31907,9 +31907,9 @@
"dev": true
},
"husky": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz",
"integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz",
"integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==",
"dev": true
},
"iconv-lite": {

View File

@ -65,7 +65,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"husky": "7.0.0",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.0.0",
"markdownlint-cli": "0.27.1",