Skip to content

Commit

Permalink
Merge pull request #41 from opendevise/suppress-dependency-warning
Browse files Browse the repository at this point in the history
suppress warning about inflight dependency since it's required by glob and not unsafe
  • Loading branch information
jmcc0nn3ll authored May 24, 2024
2 parents 10e0154 + 5cd815d commit 6f1e059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"./jetty-block": "./lib/jetty-block.js"
},
"overrides": {
"glob": {
"inflight": "https://github.com/isaacs/inflight-DEPRECATED-DO-NOT-USE#v1.0.6"
},
"vinyl-fs": {
"glob-stream": "~7.0"
}
Expand Down

0 comments on commit 6f1e059

Please sign in to comment.