diff --git a/backend/package.json b/backend/package.json index 91063443..abdae346 100644 --- a/backend/package.json +++ b/backend/package.json @@ -52,7 +52,7 @@ "@types/express": "4.17.13", "@types/gridfs-stream": "0.5.35", "@types/helmet": "0.0.45", - "@types/jest": "27.4.0", + "@types/jest": "27.5.2", "@types/jws": "3.2.1", "@types/mongodb": "3.6.20", "@types/multer": "1.4.7", @@ -63,7 +63,7 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "8.6.0", - "jest": "27.4.5", + "jest": "27.5.1", "mongodb-memory-server": "8.0.4", "nodemon": "2.0.15", "rimraf": "3.0.2", diff --git a/cli/package.json b/cli/package.json index d4af6657..ccdaca38 100644 --- a/cli/package.json +++ b/cli/package.json @@ -54,7 +54,7 @@ "@types/cli-table": "0.3.0", "@types/glob": "7.2.0", "@types/inquirer": "6.5.0", - "@types/jest": "27.4.0", + "@types/jest": "27.5.2", "@types/js-yaml": "3.12.3", "@types/mustache": "4.1.2", "@types/node": "17.0.6", @@ -65,7 +65,7 @@ "@typescript-eslint/eslint-plugin": "5.8.1", "@typescript-eslint/parser": "5.8.1", "eslint": "8.6.0", - "jest": "27.4.5", + "jest": "27.5.1", "nodemon": "2.0.15", "semantic-release": "17.0.4", "ts-jest": "27.1.2",