Skip to content

Commit

Permalink
fix: remove dependancy on mv and transient dependency on inflight
Browse files Browse the repository at this point in the history
inflight is deprecated and has memory leaks
  • Loading branch information
nielm committed May 24, 2024
1 parent f740c3a commit 94f9a99
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 111 deletions.
145 changes: 35 additions & 110 deletions cloudrun-malware-scanner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion cloudrun-malware-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
},
"author": "Google Inc.",
"license": "Apache-2.0",
"overrides": {
"mv": "npm:dry-uninstall"
},
"dependencies": {
"@google-cloud/logging-bunyan": "^5.1.0",
"@google-cloud/storage": "^7.11.0",
"@google-cloud/storage": "^7.11.1",
"@opencensus/core": "^0.1.0",
"@opencensus/exporter-stackdriver": "^0.1.0",
"bunyan": "^1.8.15",
Expand Down

0 comments on commit 94f9a99

Please sign in to comment.