Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Aug 28, 2023
1 parent d63c4cf commit 092bfdb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An api skeleton using mongodb for [chubbyts-framework][8].
## Requirements

* node: 16
* [@asteasolutions/zod-to-openapi][1]: ^5.3.1
* [@asteasolutions/zod-to-openapi][1]: ^5.5.0
* [@chubbyts/chubbyts-api][2]: ^3.3.0
* [@chubbyts/chubbyts-cors][3]: ^1.2.1
* [@chubbyts/chubbyts-decode-encode][4]: ^1.3.1
Expand All @@ -41,11 +41,11 @@ An api skeleton using mongodb for [chubbyts-framework][8].
* [@chubbyts/chubbyts-node-http-bridge][16]: ^1.2.0
* [@chubbyts/chubbyts-pino-adapter][17]: ^1.3.1
* [commander][18]: ^11.0.0
* [mongodb][19]: ^5.7.0
* [mongodb][19]: ^5.8.1
* [openapi3-ts][20]: ^4.1.2
* [pino][21]: ^8.14.2
* [pino][21]: ^8.15.0
* [uuid][22]: ^9.0.0
* [zod][23]: ^3.21.4
* [zod][23]: ^3.22.2

## Environment

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"node": ">=16"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^5.3.1",
"@asteasolutions/zod-to-openapi": "^5.5.0",
"@chubbyts/chubbyts-api": "^3.3.0",
"@chubbyts/chubbyts-cors": "^1.2.1",
"@chubbyts/chubbyts-decode-encode": "^1.3.1",
Expand All @@ -77,11 +77,11 @@
"@chubbyts/chubbyts-node-http-bridge": "^1.2.0",
"@chubbyts/chubbyts-pino-adapter": "^1.3.1",
"commander": "^11.0.0",
"mongodb": "^5.7.0",
"mongodb": "^5.8.1",
"openapi3-ts": "^4.1.2",
"pino": "^8.14.2",
"pino": "^8.15.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.3",
Expand All @@ -90,16 +90,16 @@
"@stryker-mutator/core": "^7.1.1",
"@stryker-mutator/jest-runner": "^7.1.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.71",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@swc/core": "^1.3.80",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/uuid": "^9.0.2",
"concurrently": "^8.2.0",
"concurrently": "^8.2.1",
"cross-fetch": "^4.0.0",
"jest": "^29.6.2",
"jest": "^29.6.4",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"prettier": "^3.0.2",
"typescript": "^5.2.2"
}
}
14 changes: 7 additions & 7 deletions pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"trailingComma": "all"
},
"dependencies": {
"@pulumi/digitalocean": "^4.19.4",
"@pulumi/docker": "^4.3.0",
"@pulumi/kubernetes": "^3.30.1",
"@pulumi/pulumi": "^3.74.0"
"@pulumi/digitalocean": "^4.21.0",
"@pulumi/docker": "^4.3.2",
"@pulumi/kubernetes": "^4.1.1",
"@pulumi/pulumi": "^3.79.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"@types/node": "^20.5.7",
"prettier": "^3.0.2",
"typescript": "^5.2.2"
}
}

0 comments on commit 092bfdb

Please sign in to comment.