2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 12:50:12 +02:00

fix: dependencies security vulnerabilities (fastify)

This commit is contained in:
Divlo 2022-12-13 10:38:59 +00:00
parent fdecf5ce1a
commit 224d3b3764
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 1209 additions and 794 deletions

1961
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,28 +36,28 @@
},
"dependencies": {
"@fastify/cors": "8.2.0",
"@fastify/helmet": "10.0.2",
"@fastify/helmet": "10.1.0",
"@fastify/multipart": "7.3.0",
"@fastify/rate-limit": "7.5.0",
"@fastify/sensible": "5.1.1",
"@fastify/swagger": "8.1.0",
"@fastify/swagger-ui": "1.2.0",
"@fastify/rate-limit": "7.6.0",
"@fastify/sensible": "5.2.0",
"@fastify/swagger": "8.2.1",
"@fastify/swagger-ui": "1.3.0",
"@prisma/client": "4.5.0",
"@sinclair/typebox": "0.25.3",
"@sinclair/typebox": "0.25.13",
"@thream/socketio-jwt": "3.0.1",
"axios": "1.1.3",
"axios": "1.2.1",
"bcryptjs": "2.4.3",
"dotenv": "16.0.3",
"ejs": "3.1.8",
"fastify": "4.9.2",
"fastify-plugin": "4.3.0",
"fastify": "4.10.2",
"fastify-plugin": "4.4.0",
"form-data": "4.0.0",
"http-errors": "2.0.0",
"jsonwebtoken": "8.5.1",
"ms": "2.1.3",
"nodemailer": "6.8.0",
"read-pkg": "7.1.0",
"socket.io": "4.5.3"
"socket.io": "4.5.4"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
@ -72,34 +72,34 @@
"@types/http-errors": "1.8.2",
"@types/jsonwebtoken": "8.5.9",
"@types/ms": "0.7.31",
"@types/node": "18.11.9",
"@types/node": "18.11.14",
"@types/nodemailer": "6.4.6",
"@types/sinon": "10.0.13",
"@types/tap": "15.0.7",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"c8": "7.12.0",
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
"editorconfig-checker": "4.0.2",
"eslint": "8.27.0",
"eslint-config-conventions": "5.0.0",
"eslint": "8.29.0",
"eslint-config-conventions": "6.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "44.0.2",
"eslint-plugin-unicorn": "45.0.2",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"lint-staged": "13.1.0",
"markdownlint-cli2": "0.5.1",
"nodemon": "2.0.20",
"plop": "3.1.1",
"prettier": "2.7.1",
"prettier": "2.8.1",
"prisma": "4.5.0",
"rimraf": "3.0.2",
"semantic-release": "19.0.5",
"sinon": "14.0.2",
"tap": "16.3.0",
"typescript": "4.8.4"
"tap": "16.3.2",
"typescript": "4.9.4"
}
}