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 f199a93 commit f98e0cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
"event-target-shim": "^1.0.5",
"fbjs": "^0.8.5",
"fbjs-scripts": "^0.7.0",
"fs-extra": "^0.26.2",
"glob": "^5.0.15",
"fs-extra": "^1.0.0",
"glob": "^9.0.0",
"graceful-fs": "^4.1.3",
"image-size": "^0.3.5",
"immutable": "~3.7.6",
Expand Down Expand Up @@ -176,7 +176,7 @@
"rebound": "^0.0.13",
"regenerator-runtime": "^0.9.5",
"request": "^2.79.0",
"rimraf": "^2.5.4",
"rimraf": "^4.0.0",
"sane": "~1.4.1",
"semver": "^5.0.3",
"shell-quote": "1.6.1",
Expand Down

0 comments on commit f98e0cf

Please sign in to comment.