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-UNSETVALUE-2400660
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent fbc75df commit b6f7a37
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 @@ -32,9 +32,9 @@
},
"dependencies": {
"@types/jest": "^26.0.4",
"babel-jest": "^26.1.0",
"babel-jest": "^27.0.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0"
"jest": "^27.0.0"
},
"devDependencies": {
"opt-archetype-check": "1.0.0",
Expand Down

0 comments on commit b6f7a37

Please sign in to comment.