diff --git a/package.json b/package.json index db40d321..15ab6f1b 100644 --- a/package.json +++ b/package.json @@ -37,32 +37,32 @@ }, "dependencies": {}, "devDependencies": { - "@commitlint/cli": "17.4.1", - "@commitlint/config-angular": "17.4.0", - "@nestjs/common": "9.2.1", - "@nestjs/core": "9.2.1", - "@nestjs/platform-express": "9.2.1", - "@nestjs/testing": "9.2.1", + "@commitlint/cli": "17.4.2", + "@commitlint/config-angular": "17.4.2", + "@nestjs/common": "9.3.1", + "@nestjs/core": "9.3.1", + "@nestjs/platform-express": "9.3.1", + "@nestjs/testing": "9.3.1", "@semantic-release/git": "10.0.1", "@types/jest": "29.4.0", "@types/node": "18.11.18", - "@typescript-eslint/eslint-plugin": "5.48.0", - "@typescript-eslint/parser": "5.48.0", + "@typescript-eslint/eslint-plugin": "5.50.0", + "@typescript-eslint/parser": "5.50.0", "eslint": "8.33.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-prettier": "4.2.1", "husky": "8.0.3", - "jest": "29.3.1", + "jest": "29.4.1", "lint-staged": "13.1.0", - "prettier": "2.8.2", + "prettier": "2.8.3", "pretty-quick": "3.1.3", "reflect-metadata": "0.1.13", - "rimraf": "4.0.4", + "rimraf": "4.1.2", "rxjs": "7.8.0", - "semantic-release": "20.0.2", - "ts-jest": "29.0.3", - "typescript": "4.9.4" + "semantic-release": "20.1.0", + "ts-jest": "29.0.5", + "typescript": "4.9.5" }, "lint-staged": { "**/*": "pretty-quick --staged"