Skip to content

Commit

Permalink
fix: 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 a7b5dea commit f19b6e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"lerna": "^4.0.0",
"lerna": "^7.0.0",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"nyc": "^15.0.0",
"pify": "^4.0.1",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"sandboxed-module": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^3.9.7",
"wait-port": "^0.2.9",
"webpack": "^4.44.2",
"webpack": "^5.1.1",
"webpack-cli": "^4.9.1"
}
}

0 comments on commit f19b6e6

Please sign in to comment.