Skip to content

Commit

Permalink
Merge pull request #1814 from g59/dependabot/npm_and_yarn/nestjs-1754…
Browse files Browse the repository at this point in the history
…b0c187
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
2 parents fe093a8 + a48a027 commit 3cef2ee
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 32 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@nestjs/apollo": "^12.1.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/config": "^3.2.0",
"@nestjs/platform-fastify": "^10.3.3",
"@nestjs/platform-fastify": "^10.3.5",
"nestjs-firebase": "^10.0.0",
"nestjs-graphql-relay": "^10.0.0",
"nestjs-slack-webhook": "^10.0.0",
"nestjs-zendesk": "^10.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.3.3",
"@nestjs/testing": "^10.3.5",
"@types/uuid": "^9.0.8"
}
}
70 changes: 42 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@9renpoto/tsconfig": "^7.8.0",
"@nestjs/testing": "^10.3.3",
"@nestjs/testing": "^10.3.5",
"@types/jest": "^29.5.12",
"jest-mock-extended": "^3.0.5",
"ts-jest": "^29.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"node-zendesk": "^5.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.3.3"
"@nestjs/testing": "^10.3.5"
}
}

0 comments on commit 3cef2ee

Please sign in to comment.