Skip to content

Commit

Permalink
fix: test/acceptance/workspaces/yarn-workspaces/packages/apples/packa…
Browse files Browse the repository at this point in the history
…ge.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:node-uuid:20111130
- https://snyk.io/vuln/npm:node-uuid:20160328
  • Loading branch information
snyk-io[bot] authored Jan 8, 2025
1 parent 2e4a518 commit 7db262f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"precommit": "lint-staged"
},
"dependencies": {
"node-uuid": "1.3.0"
"node-uuid": "1.4.8"
}
}

0 comments on commit 7db262f

Please sign in to comment.