Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - typescript from 4.9.5 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript
  - wrangler from 2.21.1 to 3.72.3.
    See this package in npm: https://www.npmjs.com/package/wrangler

See this project in Snyk:
https://app.snyk.io/org/laurry-gee/project/ed8b9785-0eff-4e67-bbc5-65a118146007?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 21e1848 commit 87073ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/stream/webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start-stackblitz": "WRANGLER_SEND_METRICS=false wrangler pages dev --local ./src"
},
"devDependencies": {
"typescript": "^4.5.4",
"wrangler": "^2.9.1"
"typescript": "^5.5.4",
"wrangler": "^3.72.3"
}
}

0 comments on commit 87073ae

Please sign in to comment.