diff --git a/jest.json b/jest.json
index d635140982349d0f2b6e906c1b113cdc4ab04b88..11e5bf3bf4b7ce35fb03a5d1e94df87db634b3c3 100644
--- a/jest.json
+++ b/jest.json
@@ -8,7 +8,8 @@
   "coverageDirectory": "<rootDir>/coverage",
   "coverageReporters": ["html", "lcov"],
   "moduleNameMapper": {
-    "\\.s?css$": "<rootDir>/__mocks__/css.js"
+    "\\.s?css$": "<rootDir>/__mocks__/css.js",
+    "^uuid$": "uuid"
   },
   "setupFiles": [
     "<rootDir>/setupJest.js"
diff --git a/package.json b/package.json
index 51ffbdfcc1f1118261a39309b55465405815819c..4fc69bcf8e28adcc83d48bd77967d6cb62af924a 100644
--- a/package.json
+++ b/package.json
@@ -90,8 +90,8 @@
     "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
     "@typescript-eslint/eslint-plugin": "^5.15.0",
     "@typescript-eslint/parser": "^5.15.0",
-    "babel-jest": "^27.5.1",
-    "babel-loader": "^8.0.6",
+    "babel-jest": "^29.3.1",
+    "babel-loader": "^9.1.0",
     "babel-plugin-lodash": "^3.3.4",
     "babel-plugin-macros": "^3.0.1",
     "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -106,16 +106,16 @@
     "eslint-config-react-app": "^7.0.0",
     "eslint-plugin-flowtype": "^8.0.3",
     "eslint-plugin-import": "^2.25.4",
-    "eslint-plugin-jest": "^26.1.1",
+    "eslint-plugin-jest": "^27.1.5",
     "eslint-plugin-jsx-a11y": "^6.4.1",
     "eslint-plugin-react": "^7.29.4",
     "eslint-plugin-react-hooks": "^4.2.0",
-    "glob": "^7.1.4",
+    "glob": "^8.0.3",
     "http-server": "^14.1.0",
-    "jest": "^27.5.1",
+    "jest": "^29.3.1",
     "jest-fetch-mock": "^3.0.0",
     "jest-puppeteer": "^6.1.0",
-    "jsdom": "^19.0.0",
+    "jsdom": "^20.0.2",
     "puppeteer": "^13.5.1",
     "react": "^16.8.6",
     "react-dom": "^16.8.6",