diff --git a/modules/admin-ui-frontend/package-lock.json b/modules/admin-ui-frontend/package-lock.json index f7ef5d47a4d..17efea2e2d9 100644 --- a/modules/admin-ui-frontend/package-lock.json +++ b/modules/admin-ui-frontend/package-lock.json @@ -42,7 +42,7 @@ "grunt-wiredep": "^3.0.1", "html-linter": "^1.1.1", "html-validate": "^8.7.3", - "jasmine-core": "^5.1.1", + "jasmine-core": "^5.1.2", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", "karma": "^6.4.2", @@ -4911,9 +4911,9 @@ } }, "node_modules/jasmine-core": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.1.tgz", - "integrity": "sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.2.tgz", + "integrity": "sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA==", "dev": true }, "node_modules/jit-grunt": { diff --git a/modules/admin-ui-frontend/package.json b/modules/admin-ui-frontend/package.json index b59e11db1a1..733e898be34 100644 --- a/modules/admin-ui-frontend/package.json +++ b/modules/admin-ui-frontend/package.json @@ -34,7 +34,7 @@ "grunt-wiredep": "^3.0.1", "html-linter": "^1.1.1", "html-validate": "^8.7.3", - "jasmine-core": "^5.1.1", + "jasmine-core": "^5.1.2", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", "karma": "^6.4.2",