Skip to content

Commit

Permalink
fix: packages/xarc-opt-jest/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 fbc75df commit 81ace36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xarc-opt-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@types/jest": "^26.0.4",
"babel-jest": "^26.1.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0"
"eslint-plugin-jest": "^24.0.0",
"jest": "^29.0.0"
},
"devDependencies": {
"opt-archetype-check": "1.0.0",
Expand Down

0 comments on commit 81ace36

Please sign in to comment.