Skip to content

Commit

Permalink
fix(deps): Upgrade TypeGoose and Mongoose to v12 and v8 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent 0f49b4a commit 777382c
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 42 deletions.
190 changes: 152 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"dependencies": {
"@google-cloud/kms": "^4.0.1",
"@relaycorp/relaynet-core": ">=1.88.1, < 2.0",
"@typegoose/typegoose": "< 12.0",
"@typegoose/typegoose": "^12.1.0",
"axios": "^1.6.5",
"env-var": "^7.4.1",
"fast-crc32c": "^2.0.0",
"mongoose": "< 8.0",
"mongoose": "^8.1.0",
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
"@relaycorp/relaynet-core": ">=1.88.1, < 2.0",
"@typegoose/typegoose": "< 12.0",
"mongoose": "< 8.0",
"@typegoose/typegoose": "< 13.0",
"mongoose": "< 9.0",
"webcrypto-core": "< 2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 777382c

Please sign in to comment.