v1.6.0
feat: update all dependencies (#53)
ISSUE #52 solved as suggested by @apporto-bobby
Full updates list
From | To |
---|---|
"@aws-sdk/client-dynamodb": "^1.0.0-rc.5", | "@aws-sdk/client-dynamodb": "^3.142.0", |
"@types/jest": "^26.0.24", | "@types/jest": "^27.5.2", |
"@types/node-fetch": "^2.5.12", | "@types/node-fetch": "^2.6.2", |
"@types/node": "^14.18.10", | "@types/node": "^14.18.23", |
"@types/redis": "^2.8.31", | "@types/redis": "^2.8.32", |
"@typescript-eslint/eslint-plugin": "^4.29.3", | "@typescript-eslint/eslint-plugin": "^4.33.0", |
"@typescript-eslint/parser": "^4.29.3", | "@typescript-eslint/parser": "^4.33.0", |
"express": "^4.17.2", | "express": "^4.18.1", |
"jest": "^27.4.7", | "jest": "^27.5.1", |
"mariadb": "^2.5.5", | "mariadb": "^2.5.6", |
"nodemon": "^2.0.15", | "nodemon": "^2.0.19", |
"pg": "^8.7.1", | "pg": "^8.7.3", |
"prettier": "^2.5.1", | "prettier": "^2.7.1", |
"sequelize": "^6.15.0", | "sequelize": "^6.21.3", |
"ts-jest": "^27.1.3", | "ts-jest": "^27.1.5", |
"typescript": "^4.5.5" | "typescript": "^4.7.4" |