Skip to content

Commit

Permalink
fix: packages/jest-runtime/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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 7430a78 commit aa1be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cjs-module-lexer": "^1.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.3",
"glob": "^9.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.0-next.2",
"jest-message-util": "^27.0.0-next.1",
Expand Down

0 comments on commit aa1be5e

Please sign in to comment.