Skip to content

Commit

Permalink
chore(deps): bump @nestjs/common from 8.4.3 to 8.4.4
Browse files Browse the repository at this point in the history
Bumps [@nestjs/common](https://github.com/nestjs/nest) from 8.4.3 to 8.4.4.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](nestjs/nest@v8.4.3...v8.4.4)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2022
1 parent d072cbf commit a23d288
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/fxa-admin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/mozilla/fxa#readme",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-event-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grpc/grpc-js": "^1.1.3",
"@hapi/hoek": "^9.2.0",
"@hapi/joi": "^15.1.1",
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/mozilla/fxa#readme",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"@fluent/langneg": "^0.6.1",
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-support-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "Mozilla (https://mozilla.org/)",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/mapped-types": "^1.0.1",
Expand Down

0 comments on commit a23d288

Please sign in to comment.