diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 6bd1c6035e5fb..05ce10f7e5fd5 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -69,7 +69,7 @@ "@types/cypress": "0.1.6", "@types/cypress-axe": "0.8.0", "@types/cypress-cucumber-preprocessor": "4.0.1", - "@types/jest": "29.5.4", + "@types/jest": "29.5.14", "@types/js-yaml": "4.0.9", "@types/lodash": "4.14.161", "@types/node": "18.17.12", @@ -10149,9 +10149,11 @@ } }, "node_modules/@types/jest": { - "version": "29.5.4", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index eadafeaec02cd..9960b57f36678 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -102,7 +102,7 @@ "@types/cypress": "0.1.6", "@types/cypress-axe": "0.8.0", "@types/cypress-cucumber-preprocessor": "4.0.1", - "@types/jest": "29.5.4", + "@types/jest": "29.5.14", "@types/js-yaml": "4.0.9", "@types/lodash": "4.14.161", "@types/node": "18.17.12",