Skip to content

Commit

Permalink
fix: packages/create-block/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 23, 2023
1 parent 2c367ca commit 91e4839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"execa": "^4.0.2",
"fast-glob": "^3.2.7",
"inquirer": "^7.1.0",
"make-dir": "^3.0.0",
"make-dir": "^4.0.0",
"mustache": "^4.0.0",
"npm-package-arg": "^8.1.5",
"rimraf": "^3.0.2",
"write-pkg": "^4.0.0"
"write-pkg": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 91e4839

Please sign in to comment.