Skip to content

Commit

Permalink
Merge pull request #467 from SprocketBot/dependabot/npm_and_yarn/nest…
Browse files Browse the repository at this point in the history
…js/core-9.0.5

chore(deps): bump @nestjs/core from 8.4.7 to 9.0.5
  • Loading branch information
gankoji committed Aug 25, 2023
2 parents 0e319f7 + 6c1db8b commit 5492bf1
Show file tree
Hide file tree
Showing 8 changed files with 1,659 additions and 47 deletions.
2 changes: 1 addition & 1 deletion clients/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/SprocketBot/service-template#readme",
"dependencies": {
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/microservices": "^8.2.3",
"@sprocketbot/common": "^0.2.13",
"bufferutil": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@nestjs/bull": "^0.5.5",
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/graphql": "^8.0.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/mapped-types": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion microservices/image-generation-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/SprocketBot/service-template#readme",
"dependencies": {
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/microservices": "^8.2.3",
"@types/jsdom": "^16.2.13",
"@types/knex": "^0.16.1",
Expand Down
2 changes: 1 addition & 1 deletion microservices/matchmaking-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@nestjs/bull": "^0.5.5",
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/microservices": "^8.2.5",
"@nestjs/platform-express": "^8.2.3",
"@nestjs/schematics": "^8.0.11",
Expand Down
2 changes: 1 addition & 1 deletion microservices/notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/core": "^9.0.5",
"@nestjs/platform-express": "^8.0.0",
"date-fns-tz": "^1.3.4",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion microservices/server-analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@influxdata/influxdb-client": "^1.14.0",
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/microservices": "^8.2.3",
"@sprocketbot/common": "^0.2.13",
"@types/lodash": "^4.14.170",
Expand Down
2 changes: 1 addition & 1 deletion microservices/submission-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "ISC",
"dependencies": {
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/core": "^9.0.5",
"@nestjs/microservices": "^8.2.5",
"@nestjs/schematics": "^8.0.11",
"@sprocketbot/common": "^0.2.18",
Expand Down
Loading

0 comments on commit 5492bf1

Please sign in to comment.