diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d05659..d2f4969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 5.0.2 + * Update npms + ### 5.0.1 * Update npms diff --git a/package.json b/package.json index 4f2c07d..e669130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigal", - "version": "5.0.1", + "version": "5.0.2", "description": "A fast and lightweight orm for postgres and node.js, written in typescript.", "main": "index.js", "types": "index.d.ts", @@ -19,40 +19,40 @@ "node": ">=10" }, "dependencies": { - "@types/lodash": "^4.14.162", - "@types/node": "^14.11.10", - "@types/pg": "^7.14.5", + "@types/lodash": "^4.14.165", + "@types/node": "^14.14.7", + "@types/pg": "^7.14.6", "lodash": "4.17.20", - "pg": "8.4.1", - "postgres-pool": "3.2.2" + "pg": "8.5.0", + "postgres-pool": "3.2.3" }, "devDependencies": { "@types/chai": "4.2.14", - "@types/faker": "5.1.2", + "@types/faker": "5.1.4", "@types/mocha": "8.0.3", - "@typescript-eslint/eslint-plugin": "4.4.1", - "@typescript-eslint/parser": "4.4.1", + "@typescript-eslint/eslint-plugin": "4.7.0", + "@typescript-eslint/parser": "4.7.0", "chai": "4.2.0", - "eslint": "7.11.0", - "eslint-config-airbnb-base": "14.2.0", - "eslint-config-airbnb-typescript": "11.2.1", - "eslint-config-prettier": "6.13.0", + "eslint": "7.13.0", + "eslint-config-airbnb-base": "14.2.1", + "eslint-config-airbnb-typescript": "12.0.0", + "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.22.1", - "eslint-plugin-jsdoc": "30.6.5", + "eslint-plugin-jsdoc": "30.7.7", "eslint-plugin-mocha": "8.0.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-promise": "4.2.1", "eslint-plugin-security": "1.4.0", "faker": "5.1.0", - "husky": "5.0.0-alpha.6", - "lint-staged": "10.4.2", - "mocha": "8.2.0", + "husky": "5.0.0-beta.0", + "lint-staged": "10.5.1", + "mocha": "8.2.1", "pinst": "2.0.0", "prettier": "2.1.2", "strict-event-emitter-types": "2.0.0", "ts-mockito": "2.6.1", "ts-node": "9.0.0", - "typescript": "4.0.3" + "typescript": "4.0.5" }, "scripts": { "build": "tsc",