Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: packages/web-scripts-utils/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 26, 2024
commit f107968c62190947d18eca6973a4f602dcbc65fa
2 changes: 1 addition & 1 deletion packages/web-scripts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "yarn run bootstrap && yarn run build"
},
"dependencies": {
"glob": "^7.1.4",
"glob": "^9.0.0",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
Expand Down