Skip to content

Commit

Permalink
build(deps): Security upgrade wrangler from 2.13.0 to 3.0.0 [Snyk] (#118
Browse files Browse the repository at this point in the history
)

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-5962466

* wrangler bump

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
ankurdotb and snyk-bot authored Nov 24, 2023
1 parent c6f3fd4 commit 1c61748
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 701 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
wranglerVersion: '2.0.29'
wranglerVersion: '3.17.1'
preCommands: npm ci
command: publish --env staging
secrets: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
wranglerVersion: '2.0.29'
wranglerVersion: '3.17.1'
preCommands: npm ci
command: publish
secrets: |
Expand Down
Loading

0 comments on commit 1c61748

Please sign in to comment.