Skip to content

Commit

Permalink
fix: bump dependencies (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ryzhikov <[email protected]>
  • Loading branch information
Coobaha authored Dec 23, 2023
1 parent 95216bb commit 5558aae
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 283 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@
"typed-fastify-schema": "bin/gen.bin.js"
},
"dependencies": {
"@types/json-schema": "^7.0.13",
"@types/json-schema": "^7.0.15",
"chokidar": "3.5.3",
"crypto-js": "^4.1.1",
"glob": "^10.3.4",
"crypto-js": "^4.2.0",
"glob": "^10.3.10",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
"std-env": "3.4.3",
"type-fest": "^4.6.0",
"typescript-json-schema": "^0.61.0",
"std-env": "3.7.0",
"type-fest": "^4.8.3",
"typescript-json-schema": "^0.62.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@fastify/swagger": "^8.10.0",
"@fastify/swagger-ui": "^1.9.3",
"@types/crypto-js": "^4.1.2",
"@fastify/swagger": "^8.12.1",
"@fastify/swagger-ui": "^2.0.1",
"@types/crypto-js": "^4.2.1",
"@types/glob": "^8.1.0",
"@types/json-schema-merge-allof": "^0.6.2",
"@types/lint-staged": "^13.2.0",
"@types/node": "^20.6.2",
"@types/split2": "^4.2.0",
"@types/tap": "^15.0.9",
"@types/yargs": "^17.0.24",
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20.10.5",
"@types/split2": "^4.2.3",
"@types/tap": "^15.0.11",
"@types/yargs": "^17.0.32",
"ajv-formats": "2.1.1",
"ajv-keywords": "5.1.0",
"coveralls": "3.1.1",
"fastify": "^4.23.2",
"fastify": "^4.25.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"pino-pretty": "^10.2.0",
"lint-staged": "^15.2.0",
"pino-pretty": "^10.3.0",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"split2": "^4.2.0",
"syncpack": "^11.2.1",
"tap": "^16.3.8",
"ts-node-dev": "^2.0.0",
"tsd": "^0.29.0",
"typescript": "^5.2.2"
"tsd": "^0.30.0",
"typescript": "^5.3.3"
},
"directories": {
"test": "test/",
Expand Down
Loading

0 comments on commit 5558aae

Please sign in to comment.