Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Oct 30, 2023
1 parent 73422f5 commit 0d57fdc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ An api skeleton using mongodb for [chubbyts-framework][8].
## Requirements

* node: 16
* [@asteasolutions/zod-to-openapi][1]: ^5.5.0
* [@asteasolutions/zod-to-openapi][1]: ^6.2.0
* [@chubbyts/chubbyts-api][2]: ^3.3.0
* [@chubbyts/chubbyts-cors][3]: ^1.2.1
* [@chubbyts/chubbyts-decode-encode][4]: ^1.3.1
* [@chubbyts/chubbyts-decode-encode][4]: ^1.3.3
* [@chubbyts/chubbyts-dic][5]: ^1.2.0
* [@chubbyts/chubbyts-dic-config][6]: ^1.2.0
* [@chubbyts/chubbyts-dic-types][7]: ^1.2.1
Expand All @@ -40,12 +40,12 @@ An api skeleton using mongodb for [chubbyts-framework][8].
* [@chubbyts/chubbyts-negotiation][15]: ^3.2.2
* [@chubbyts/chubbyts-node-http-bridge][16]: ^1.2.0
* [@chubbyts/chubbyts-pino-adapter][17]: ^1.3.1
* [commander][18]: ^11.0.0
* [mongodb][19]: ^6.1.0
* [commander][18]: ^11.1.0
* [mongodb][19]: ^6.2.0
* [openapi3-ts][20]: ^4.1.2
* [pino][21]: ^8.15.1
* [pino][21]: ^8.16.1
* [uuid][22]: ^9.0.1
* [zod][23]: ^3.22.2
* [zod][23]: ^3.22.4

## Environment

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"node": ">=16"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^5.5.0",
"@asteasolutions/zod-to-openapi": "^6.2.0",
"@chubbyts/chubbyts-api": "^3.3.0",
"@chubbyts/chubbyts-cors": "^1.2.1",
"@chubbyts/chubbyts-decode-encode": "^1.3.1",
"@chubbyts/chubbyts-decode-encode": "^1.3.3",
"@chubbyts/chubbyts-dic": "^1.2.0",
"@chubbyts/chubbyts-dic-config": "^1.2.0",
"@chubbyts/chubbyts-dic-types": "^1.2.1",
Expand All @@ -76,12 +76,12 @@
"@chubbyts/chubbyts-negotiation": "^3.2.2",
"@chubbyts/chubbyts-node-http-bridge": "^1.2.0",
"@chubbyts/chubbyts-pino-adapter": "^1.3.1",
"commander": "^11.0.0",
"mongodb": "^6.1.0",
"commander": "^11.1.0",
"mongodb": "^6.2.0",
"openapi3-ts": "^4.1.2",
"pino": "^8.15.1",
"pino": "^8.16.1",
"uuid": "^9.0.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.3",
Expand All @@ -97,7 +97,7 @@
"concurrently": "^8.2.1",
"cross-fetch": "^4.0.0",
"jest": "^29.7.0",
"mongodb-memory-server": "^8.15.1",
"mongodb-memory-server": "^9.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 0d57fdc

Please sign in to comment.