Skip to content

Commit

Permalink
Merging b2f9dd4 into trunk-temp/pr-1971/b2063e5d-e438-4d56-922d-d1594…
Browse files Browse the repository at this point in the history
…87d6ae6
  • Loading branch information
trunk-io[bot] authored Oct 18, 2024
2 parents 10a4fb3 + b2f9dd4 commit d0c5df8
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 49 deletions.
150 changes: 104 additions & 46 deletions examples/nestjs/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@arcjet/nest": "file:../../arcjet-nest",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/core": "^10.4.5",
"@nestjs/platform-express": "^10.4.5",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/schematics": "^10.2.2",
"@types/express": "^4.17.17",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down

0 comments on commit d0c5df8

Please sign in to comment.