diff --git a/package.json b/package.json index 7ec907d..314b6bf 100644 --- a/package.json +++ b/package.json @@ -48,40 +48,40 @@ "boilerplate-nodejs" ], "dependencies": { - "body-parser": "^1.18.3", - "chai": "^4.2.0", - "dotenv": "^6.2.0", - "express": "^4.16.4", - "mocha": "^6.0.2", + "body-parser": "^1.20.2", + "chai": "^5.0.3", + "dotenv": "^16.4.1", + "express": "^4.18.2", + "mocha": "^10.2.0", "request": "^2.88.0", "slack": "^11.0.2", - "winston": "^3.2.1" + "winston": "^3.11.0" }, "devDependencies": { - "@babel/cli": "^7.1.2", - "@babel/core": "^7.1.2", + "@babel/cli": "^7.23.9", + "@babel/core": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/preset-env": "^7.1.0", - "@babel/preset-flow": "^7.0.0", + "@babel/preset-env": "^7.23.9", + "@babel/preset-flow": "^7.23.3", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", - "babel-jest": "^23.6.0", - "documentation": "^9.0.0-alpha.0", - "eslint": "^5.7.0", - "eslint-config-airbnb-base": "^13.1.0", - "eslint-config-prettier": "^3.1.0", - "eslint-plugin-flowtype": "^3.0.0", - "eslint-plugin-flowtype-errors": "^3.5.1", - "eslint-plugin-import": "^2.14.0", - "eslint-plugin-prettier": "^3.0.0", - "flow-bin": "^0.83.0", - "flow-copy-source": "^2.0.2", - "husky": "^1.1.2", - "jest-cli": "^23.6.0", - "lint-staged": "^7.3.0", - "opn-cli": "^3.1.0", - "prettier": "^1.14.3", - "rimraf": "^2.6.2", - "standard-changelog": "^2.0.1" + "babel-jest": "^29.7.0", + "documentation": "^14.0.2", + "eslint": "^8.56.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-flowtype": "^8.0.3", + "eslint-plugin-flowtype-errors": "^4.5.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-prettier": "^5.1.3", + "flow-bin": "^0.227.0", + "flow-copy-source": "^2.0.9", + "husky": "^9.0.6", + "jest-cli": "^29.7.0", + "lint-staged": "^15.2.0", + "opn-cli": "^4.1.0", + "prettier": "^3.2.4", + "rimraf": "^5.0.5", + "standard-changelog": "^5.0.0" } }