Skip to content

Commit

Permalink
chore(deps): bump signal-exit from 3.0.7 to 4.1.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 6, 2023
1 parent 98c6b5f commit 8f4306a
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 26 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const libHook = require('istanbul-lib-hook')
const { ProcessInfo, ProcessDB } = require('istanbul-lib-processinfo')
const mkdirp = require('make-dir')
const Module = require('module')
const onExit = require('signal-exit')
const { onExit } = require('signal-exit')
const path = require('path')
const { rimraf } = require('rimraf')
const SourceMaps = require('./lib/source-maps')
Expand Down
96 changes: 73 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"process-on-spawn": "^1.0.0",
"resolve-from": "^5.0.0",
"rimraf": "^5.0.1",
"signal-exit": "^3.0.2",
"signal-exit": "^4.1.0",
"spawn-wrap": "^2.0.0",
"test-exclude": "^6.0.0",
"yargs": "^17.5.1"
Expand Down
2 changes: 1 addition & 1 deletion self-coverage-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path')
const fs = require('fs')
const { v4: uuidv4 } = require('uuid')
const mkdirp = require('make-dir')
const onExit = require('signal-exit')
const { onExit } = require('signal-exit')
const nodePreload = require('node-preload')

if (!nodePreload.includes(__filename)) {
Expand Down

0 comments on commit 8f4306a

Please sign in to comment.