mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
chore(deps): update dependency signal-exit to v4 (2.x) (#20300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
35785a47f6
commit
e771918e4a
@ -17,7 +17,7 @@
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"semver": "^7.4.0",
|
||||
"serialize-javascript": "^6.0.1",
|
||||
"signal-exit": "^3.0.7",
|
||||
"signal-exit": "^4.0.1",
|
||||
"ua-parser-js": "^1.0.35",
|
||||
"ufo": "^1.1.1"
|
||||
},
|
||||
|
@ -3,7 +3,8 @@ import consola from 'consola'
|
||||
import hash from 'hash-sum'
|
||||
import fs from 'fs-extra'
|
||||
import properlock from 'proper-lockfile'
|
||||
import onExit from 'signal-exit'
|
||||
// eslint-disable-next-line import/namespace
|
||||
import { onExit } from 'signal-exit'
|
||||
|
||||
export const lockPaths = new Set()
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
import consola from 'consola'
|
||||
import fs from 'fs-extra'
|
||||
import properlock from 'proper-lockfile'
|
||||
import onExit from 'signal-exit'
|
||||
// eslint-disable-next-line import/namespace
|
||||
import { onExit } from 'signal-exit'
|
||||
import { lockPaths, defaultLockOptions, getLockOptions, createLockPath, getLockPath, lock } from '../src/locking'
|
||||
|
||||
jest.mock('fs-extra')
|
||||
|
@ -13626,6 +13626,11 @@ signal-exit@3.0.7, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
||||
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
||||
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
||||
|
||||
signal-exit@^4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a"
|
||||
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
|
||||
|
||||
sigstore@^1.0.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmjs.org/sigstore/-/sigstore-1.2.0.tgz#ae5b31dac75c2d31e7873897e2862f0d0b205bce"
|
||||
|
Loading…
Reference in New Issue
Block a user