|
|
|
@ -49,6 +49,7 @@
|
|
|
|
|
"karma": "~6.4.2",
|
|
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
|
|
|
"karma-coverage": "~2.2.1",
|
|
|
|
|
"karma-firefox-launcher": "^2.1.3",
|
|
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
@ -9650,6 +9651,33 @@
|
|
|
|
|
"node": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/karma-firefox-launcher": {
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-LMM2bseebLbYjODBOVt7TCPP9OI2vZIXCavIXhkO9m+10Uj5l7u/SKoeRmYx8FYHTVGZSpk6peX+3BMHC1WwNw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"is-wsl": "^2.2.0",
|
|
|
|
|
"which": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/karma-firefox-launcher/node_modules/which": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"isexe": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"node-which": "bin/which.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/karma-jasmine": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.1.0.tgz",
|
|
|
|
|