diff --git a/servoy_ngclient/package-lock.json b/servoy_ngclient/package-lock.json index e886efd845..139d208cd0 100644 --- a/servoy_ngclient/package-lock.json +++ b/servoy_ngclient/package-lock.json @@ -7,7 +7,7 @@ "name": "ngclient-ts-compile", "dependencies": { "@chiragrupani/karma-chromium-edge-launcher": "^2.3.1", - "jasmine-core": "~5.0.0", + "jasmine-core": "^5.1.1", "karma": "^6.4.2", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "^2.2.0", @@ -1329,9 +1329,9 @@ } }, "node_modules/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==" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -3188,9 +3188,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==" }, "js-tokens": { "version": "4.0.0", diff --git a/servoy_ngclient/package.json b/servoy_ngclient/package.json index 8168335fa9..dc8b1d4906 100644 --- a/servoy_ngclient/package.json +++ b/servoy_ngclient/package.json @@ -3,7 +3,7 @@ "description": "A module that setsup typescript for the ts file compilation", "dependencies": { "@chiragrupani/karma-chromium-edge-launcher": "^2.3.1", - "jasmine-core": "~5.0.0", + "jasmine-core": "~5.1.1", "karma": "^6.4.2", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "^2.2.0",