Skip to content

Commit

Permalink
Patch the apparently unpatchable: fix got CVE-2022-33987 exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Sep 8, 2022
1 parent 9ee8b4b commit 12e8812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"send": "~0.18.0",
"server-destroy": "~1.0.1",
"tree-kill": "~1.2.2",
"update-notifier": "5.1.0",
"update-notifier-cjs": "~5.1.3",
"ws": "~8.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
let cli = require('./index.js')
let pkg = require('../../package.json')
let update = require('update-notifier')
let update = require('update-notifier-cjs')
let ver = pkg.version

/**
Expand Down

0 comments on commit 12e8812

Please sign in to comment.