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/scripts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 21, 2023
commit 6ac438b92ae3f55f9c678868447514d85bd393db
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"babel-eslint": "8.0.3",
"chalk": "^2.4.1",
"cross-spawn": "^5.1.0",
"eslint": "^4.19.1",
"jest": "^23.6.0",
"npm-package-json-lint": "^3.3.1",
"read-pkg-up": "^1.0.1",
"eslint": "^7.0.0",
"jest": "^25.0.0",
"npm-package-json-lint": "^6.0.0",
"read-pkg-up": "^8.0.0",
"resolve-bin": "^0.4.0"
},
"publishConfig": {
Expand Down