Skip to content

Commit

Permalink
fix: mongoose findByIdAndRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Dec 3, 2023
1 parent 4058204 commit b9c10d8
Show file tree
Hide file tree
Showing 11 changed files with 264 additions and 292 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"release": ". ./scripts/release-via-github.sh"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",
"@aws-sdk/client-s3": "^3.465.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
Expand All @@ -52,12 +52,12 @@
"dayjs": "^1.11.10",
"express": "^4.18.2",
"fast-xml-parser": "^4.3.2",
"googleapis": "^128.0.0",
"googleapis": "^129.0.0",
"helmet": "^7.1.0",
"js-base64": "^3.7.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "~8.0.1",
"mongoose": "~8.0.2",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.7",
"passport": "~0.6.0",
Expand Down Expand Up @@ -92,8 +92,8 @@
"@types/validator": "^13.11.7",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit b9c10d8

Please sign in to comment.