diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index f2d4bbf06fac6..3a32c77aeafa1 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -68,7 +68,7 @@ "@cypress/browserify-preprocessor": "3.0.2", "@types/brace-expansion": "1.1.0", "@types/cypress-cucumber-preprocessor": "4.0.1", - "@types/jest": "29.5.4", + "@types/jest": "29.5.12", "@types/lodash": "4.14.161", "@types/node": "18.17.12", "@types/swagger-ui": "3.52.0", @@ -87,7 +87,7 @@ "htmllint-cli": "0.0.7", "identity-obj-proxy": "3.0.0", "isomorphic-form-data": "2.0.0", - "jest": "29.6.4", + "jest": "29.7.0", "jest-canvas-mock": "2.4.0", "jest-jasmine2": "28.1.3", "jest-preset-angular": "13.1.1", @@ -8283,9 +8283,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -19305,15 +19305,15 @@ } }, "node_modules/jest": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.4.tgz", - "integrity": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "dependencies": { - "@jest/core": "^29.6.4", + "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", "import-local": "^3.0.2", - "jest-cli": "^29.6.4" + "jest-cli": "^29.7.0" }, "bin": { "jest": "bin/jest.js" diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 7443f42ea6a9b..8d74b229a6a8d 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -102,7 +102,7 @@ "@cypress/browserify-preprocessor": "3.0.2", "@types/brace-expansion": "1.1.0", "@types/cypress-cucumber-preprocessor": "4.0.1", - "@types/jest": "29.5.4", + "@types/jest": "29.5.12", "@types/lodash": "4.14.161", "@types/node": "18.17.12", "@types/swagger-ui": "3.52.0", @@ -121,7 +121,7 @@ "htmllint-cli": "0.0.7", "identity-obj-proxy": "3.0.0", "isomorphic-form-data": "2.0.0", - "jest": "29.6.4", + "jest": "29.7.0", "jest-canvas-mock": "2.4.0", "jest-jasmine2": "28.1.3", "jest-preset-angular": "13.1.1",