update dependencies

This commit is contained in:
Michael Schramm 2020-09-02 09:48:18 +02:00
parent 7d63954701
commit becd1e16f4
2 changed files with 42 additions and 40 deletions

View File

@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Security
- upgraded dependencies
## [0.9.6] - 2020-07-17

View File

@ -1,6 +1,6 @@
{
"name": "ohmyform-api",
"version": "0.9.2",
"version": "0.9.7",
"description": "",
"author": "",
"license": "AGPL-3.0-or-later",
@ -23,72 +23,72 @@
},
"dependencies": {
"@nestjs-modules/mailer": "^1.4.2",
"@nestjs/common": "^7.0.9",
"@nestjs/config": "^0.4.0",
"@nestjs/core": "^7.0.9",
"@nestjs/graphql": "^7.3.7",
"@nestjs/jwt": "^7.0.0",
"@nestjs/mongoose": "^6.4.0",
"@nestjs/passport": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/serve-static": "^2.1.1",
"@types/html-to-text": "^5.1.0",
"apollo-server-express": "^2.14.2",
"bcrypt": "^4.0.1",
"class-transformer": "^0.2.3",
"@nestjs/common": "^7.4.4",
"@nestjs/config": "^0.5.0",
"@nestjs/core": "^7.4.4",
"@nestjs/graphql": "^7.6.0",
"@nestjs/jwt": "^7.1.0",
"@nestjs/mongoose": "^7.0.2",
"@nestjs/passport": "^7.1.0",
"@nestjs/platform-express": "^7.4.4",
"@nestjs/serve-static": "^2.1.3",
"@types/html-to-text": "^5.1.1",
"apollo-server-express": "^2.17.0",
"bcrypt": "^5.0.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"commander": "^5.1.0",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dayjs": "^1.8.28",
"graphql": "15.0.0",
"graphql-redis-subscriptions": "^2.2.1",
"dayjs": "^1.8.34",
"graphql": "15.3.0",
"graphql-redis-subscriptions": "^2.2.2",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^5.0.0",
"handlebars": "^4.7.6",
"html-to-text": "^5.1.1",
"inquirer": "^7.1.0",
"ioredis": "^4.17.1",
"matomo-tracker": "^2.2.2",
"inquirer": "^7.3.3",
"ioredis": "^4.17.3",
"matomo-tracker": "^2.2.4",
"migrate-mongoose": "^4.0.0",
"mjml": "^4.6.3",
"mongoose": "^5.9.11",
"nestjs-console": "^3.0.2",
"mongoose": "^5.9.29",
"nestjs-console": "^3.1.1",
"nestjs-pino": "^1.2.0",
"nodemailer": "^6.4.6",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pino-pretty": "^4.0.0",
"pino-pretty": "^4.2.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4"
"rxjs": "^6.6.2"
},
"devDependencies": {
"@nestjs/cli": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nestjs/cli": "^7.5.1",
"@nestjs/schematics": "^7.1.1",
"@nestjs/testing": "^7.4.4",
"@types/bcrypt": "^3.0.0",
"@types/express": "^4.17.3",
"@types/express": "^4.17.8",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^6.5.0",
"@types/jest": "25.1.4",
"@types/mongoose": "^5.7.14",
"@types/jest": "26.0.12",
"@types/mongoose": "^5.7.36",
"@types/node": "^13.9.1",
"@types/passport-jwt": "^3.0.3",
"@types/passport-local": "^1.0.33",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"prettier": "^2.1.1",
"supertest": "^4.0.2",
"ts-jest": "25.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"ts-jest": "26.3.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.4"
},