Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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/jest/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODENOTIFIER-1035794
  • Loading branch information
snyk-bot committed Dec 17, 2020
commit b66908f8c69a1707f8ba7da947dd8f7910a529e7
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/core": "^25.1.0",
"@jest/core": "^26.0.0",
"import-local": "^3.0.2",
"jest-cli": "^25.1.0"
"jest-cli": "^26.0.0"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down