webVersion = "1.0.6.3";

This commit is contained in:
ISA
2025-02-10 15:34:33 +01:00
parent 77cd9342bb
commit da75c99197
4 changed files with 28 additions and 1 deletions

16
package-lock.json generated
View File

@@ -46,6 +46,7 @@
"@types/redux-mock-store": "^1.5.0",
"@types/testing-library__react": "^10.2.0",
"cypress": "^14.0.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
@@ -4199,6 +4200,21 @@
"node": ">=10.17.0"
}
},
"node_modules/husky": {
"version": "9.1.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"dev": true,
"bin": {
"husky": "bin.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/iconv-lite": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",