diff --git a/package-lock.json b/package-lock.json index 1d29019..96e74ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6597,9 +6597,9 @@ } }, "jasmine-core": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz", - "integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.1.tgz", + "integrity": "sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg==", "dev": true }, "js-tokens": { diff --git a/package.json b/package.json index 045eefd..d3e3160 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-config-axway": "^6.0.1", "eslint-plugin-jasmine": "^4.1.2", "husky": "^8.0.3", - "jasmine-core": "^5.0.0", + "jasmine-core": "^5.1.1", "karma": "^5.2.3", "karma-jasmine": "^4.0.2", "karma-junit-reporter": "^2.0.1",