Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 444c077 commit f1e24d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
},
"dependencies": {
"@apollo/server": "^4.7.5",
"@nestjs/apollo": "^12.0.7",
"@nestjs/apollo": "12.0.7",
"@nestjs/common": "10.0.5",
"@nestjs/core": "10.0.5",
"@nestjs/graphql": "^12.0.7",
"@nestjs/graphql": "12.0.7",
"@nestjs/platform-express": "10.0.5",
"@nestjs/schedule": "^3.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"@nestjs/schedule": "3.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dayjs": "1.11.9",
"graphql": "^16.7.1",
"graphql": "16.7.1",
"mtr-kit": "1.13.2",
"promise-throttle": "1.1.2",
"ramda": "0.29.0",
Expand All @@ -46,7 +46,7 @@
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.5",
"@spotify/eslint-config": "15.0.0",
"@types/cron": "^2.0.1",
"@types/cron": "2.0.1",
"@types/express": "4.17.17",
"@types/node": "20.4.0",
"@types/ramda": "0.29.3",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit f1e24d7

Please sign in to comment.