diff --git a/package.json b/package.json index 5b24273..03cecfa 100644 --- a/package.json +++ b/package.json @@ -49,30 +49,30 @@ ], "devDependencies": { "@release-it/conventional-changelog": "^2.0.0", - "acorn": "^8.0.0", - "ajv": "^6.12.5", - "codecov": "^3.7.2", + "acorn": "^8.0.4", + "ajv": "^6.12.6", + "codecov": "^3.8.1", "cross-env": "^7.0.2", "del-cli": "^3.0.1", - "eslint": "^7.10.0", + "eslint": "^7.12.1", "eslint-config-airbnb-base": "^14.2.0", - "eslint-config-prettier": "^6.12.0", + "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.0.0", - "eslint-plugin-jsdoc": "^30.0.0", + "eslint-plugin-jest": "^24.1.0", + "eslint-plugin-jsdoc": "^30.7.7", "eslint-plugin-prettier": "^3.1.4", - "eslint-plugin-unicorn": "^22.0.0", + "eslint-plugin-unicorn": "^23.0.0", "fs": "0.0.1-security", "husky": "^4.3.0", "jest": "^25.0.0", "jsdoc": "^3.6.6", - "lint-staged": "^10.4.0", + "lint-staged": "^10.5.1", "lodash.clonedeep": "^4.5.0", - "moment": "^2.29.0", + "moment": "^2.29.1", "mysql2": "^2.2.5", "npm-run-all": "^4.1.3", "prettier": "^2.1.2", - "release-it": "^14.0.0", + "release-it": "^14.2.1", "sequelize": "^6.0.0", "swagger-parser": "^10.0.0" }, @@ -135,7 +135,8 @@ ], "rules": { "no-underscore-dangle": "off", - "unicorn/no-null": "off" + "unicorn/no-null": "off", + "unicorn/prefer-ternary": "off" } }, "husky": {