diff --git a/ui/package-lock.json b/ui/package-lock.json index def499d..284a2ee 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "@types/jasmine": "6.0.0", "@types/jquery": "3.5.32", "husky": "9.1.7", - "jasmine-core": "6.0.1", + "jasmine-core": "6.1.0", "jquery": "4.0.0", "lint-staged": "16.2.7", "postcss": "8.5.6", @@ -9578,9 +9578,9 @@ } }, "node_modules/jasmine-core": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-6.0.1.tgz", - "integrity": "sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-6.1.0.tgz", + "integrity": "sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==", "dev": true, "license": "MIT" }, diff --git a/ui/package.json b/ui/package.json index d9c54a7..a0faefe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "@types/jasmine": "6.0.0", "@types/jquery": "3.5.32", "husky": "9.1.7", - "jasmine-core": "6.0.1", + "jasmine-core": "6.1.0", "jquery": "4.0.0", "lint-staged": "16.2.7", "prettier": "3.8.1",