Skip to content

Commit

Permalink
fix(ci): pnpm audit: upgrade ws. (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk authored Jul 16, 2024
1 parent 22c1188 commit d9cc781
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
uses: ./.github/workflows/contracts-storage.yaml
needs: [contracts-prettier]

contracts-npm-audit:
uses: ./.github/workflows/contracts-npm-audit.yaml
contracts-pnpm-audit:
uses: ./.github/workflows/contracts-pnpm-audit.yaml
needs: [contracts-prettier]

contracts-sast:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
workflow_call:

jobs:
npm-audit:
name: NPM Audit
pnpm-audit:
name: pnpm audit
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"axios@>=0.8.1 <0.28.0": ">=0.28.0"
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ws": ">=8.17.1"
}
}
}
}
44 changes: 8 additions & 36 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 d9cc781

Please sign in to comment.