Browse Source

Upgrade husky to version 9.1.7

pull/4134/head
Thomas Kaul 8 months ago
parent
commit
8e24e1e70b
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -144,7 +144,7 @@
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"husky": "9.1.6", "husky": "9.1.7",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
@ -20798,9 +20798,9 @@
} }
}, },
"node_modules/husky": { "node_modules/husky": {
"version": "9.1.6", "version": "9.1.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

2
package.json

@ -190,7 +190,7 @@
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"husky": "9.1.6", "husky": "9.1.7",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",

Loading…
Cancel
Save