Skip to content

Commit

Permalink
Merge pull request #377 from privacy-scaling-explorations/dependabot/…
Browse files Browse the repository at this point in the history
…npm_and_yarn/main/nestjs/websockets-10.4.4

chore(deps): bump @nestjs/websockets from 10.3.10 to 10.4.4
  • Loading branch information
0xmad authored Oct 10, 2024
2 parents c172fb3 + d054e99 commit 460c42b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 70 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ env:
NEXT_PUBLIC_VOTING_END_DATE: ${{ secrets.NEXT_PUBLIC_VOTING_END_DATE }}
NEXT_PUBLIC_RESULTS_DATE: ${{ secrets.NEXT_PUBLIC_RESULTS_DATE }}
TEST_MNEMONIC: ${{ secrets.TEST_MNEMONIC }}
GH_PAT: ${{ secrets.GH_PAT }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -91,9 +93,6 @@ jobs:
with:
run: pnpm run test:e2e
working-directory: packages/interface
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}

- uses: actions/upload-artifact@v4
if: always()
Expand Down
2 changes: 1 addition & 1 deletion packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/platform-socket.io": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^6.0.0",
"@nestjs/websockets": "^10.3.10",
"@nestjs/websockets": "^10.4.4",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@vercel/blob": "^0.19.0",
Expand Down
Loading

0 comments on commit 460c42b

Please sign in to comment.