Skip to content

Commit

Permalink
fix: templates/experimental/worker-cobol/package.json to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905
- https://snyk.io/vuln/SNYK-JS-WRANGLER-5819554
  • Loading branch information
snyk-bot committed Sep 1, 2023
1 parent 7ed43f7 commit 4cd9ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/experimental/worker-cobol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dev": "wrangler dev src/index.js --local"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"copy-webpack-plugin": "^6.0.0",
"text-encoding": "^0.7.0",
"webpack": "^4.42.1",
"webpack-cli": "^4.9.0",
"wrangler": "^2.0.0"
"wrangler": "^3.1.1"
}
}

0 comments on commit 4cd9ed7

Please sign in to comment.