diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index bacad7f95175c..ea04adb109f2f 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -14614,9 +14614,9 @@ } }, "jest-canvas-mock": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.3.0.tgz", - "integrity": "sha512-3TMyR66VG2MzAW8Negzec03bbcIjVJMfGNvKzrEnbws1CYKqMNkvIJ8LbkoGYfp42tKqDmhIpQq3v+MNLW2A2w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.4.0.tgz", + "integrity": "sha512-mmMpZzpmLzn5vepIaHk5HoH3Ka4WykbSoLuG/EKoJd0x0ID/t+INo1l8ByfcUJuDM+RIsL4QDg/gDnBbrj2/IQ==", "dev": true, "requires": { "cssfontparser": "^1.2.1", diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 9a86b50368c1e..10a92eb582385 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -135,7 +135,7 @@ "identity-obj-proxy": "3.0.0", "isomorphic-form-data": "2.0.0", "jest": "26.5.2", - "jest-canvas-mock": "2.3.0", + "jest-canvas-mock": "2.4.0", "jest-preset-angular": "8.3.1", "jest-silent-reporter": "0.2.1", "mocha-junit-reporter": "2.0.2",