Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jul 20, 2023
1 parent ea8bdd2 commit e5af48b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"license": "GPL-3.0",
"dependencies": {
"@types/formidable": "^2.0.5",
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^4.5.1",
"formidable": "^2.0.0"
},
"devDependencies": {
"@fastify/swagger": "^8.0.0",
"@types/node": "^20.1.0",
"@types/tap": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@fastify/swagger": "^8.8.0",
"@types/node": "^20.4.2",
"@types/tap": "^15.0.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv": "^8.11.0",
"eslint": "^8.19.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"fastify": "^4.0.0",
"ajv": "^8.12.0",
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"fastify": "^4.20.0",
"form-data": "^4.0.0",
"tap": "^16.0.0",
"ts-node": "^10.4.0",
"tsc-alias": "^1.8.1",
"typescript": "~4.7.0",
"undici": "^5.0.0"
"tap": "^16.3.7",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"typescript": "~5.1.6",
"undici": "^5.22.1"
}
}

0 comments on commit e5af48b

Please sign in to comment.