fix(pnpm): 修复@achrinza/node-ipc的安全版本问题
通过pnpm overrides将@achrinza/node-ipc强制升级到>=9.2.7版本,更新lockfile中的依赖版本记录。
This commit is contained in:
@@ -97,5 +97,10 @@
|
|||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.0"
|
"node": "18.16.0"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"@achrinza/node-ipc": ">=9.2.7"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@@ -4,6 +4,9 @@ settings:
|
|||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
'@achrinza/node-ipc': '>=9.2.7'
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
@@ -213,9 +216,9 @@ importers:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@achrinza/node-ipc@9.2.2':
|
'@achrinza/node-ipc@9.2.10':
|
||||||
resolution: {integrity: sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==}
|
resolution: {integrity: sha512-rCkw57K82y1XA9KwBmuMrupFQr9VOS4Rn77vW2UD2j0+HjlP/npSON9COkUIfocd95B4wv5EpfWMr6lGD4lN3A==}
|
||||||
engines: {node: 8 || 10 || 12 || 14 || 16 || 17}
|
engines: {node: 8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22 || 23 || 24 || 25}
|
||||||
|
|
||||||
'@babel/code-frame@7.29.7':
|
'@babel/code-frame@7.29.7':
|
||||||
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
|
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
|
||||||
@@ -7196,7 +7199,7 @@ packages:
|
|||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
|
|
||||||
'@achrinza/node-ipc@9.2.2':
|
'@achrinza/node-ipc@9.2.10':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@node-ipc/js-queue': 2.0.3
|
'@node-ipc/js-queue': 2.0.3
|
||||||
event-pubsub: 4.3.0
|
event-pubsub: 4.3.0
|
||||||
@@ -8204,7 +8207,9 @@ snapshots:
|
|||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
string-length: 2.0.0
|
string-length: 2.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
- bufferutil
|
||||||
- supports-color
|
- supports-color
|
||||||
|
- utf-8-validate
|
||||||
|
|
||||||
'@jest/source-map@24.9.0':
|
'@jest/source-map@24.9.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -8848,7 +8853,7 @@ snapshots:
|
|||||||
|
|
||||||
'@vue/cli-shared-utils@4.5.19':
|
'@vue/cli-shared-utils@4.5.19':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@achrinza/node-ipc': 9.2.2
|
'@achrinza/node-ipc': 9.2.10
|
||||||
'@hapi/joi': 15.1.1
|
'@hapi/joi': 15.1.1
|
||||||
chalk: 2.4.2
|
chalk: 2.4.2
|
||||||
execa: 1.0.0
|
execa: 1.0.0
|
||||||
@@ -12461,7 +12466,9 @@ snapshots:
|
|||||||
pretty-format: 24.9.0
|
pretty-format: 24.9.0
|
||||||
throat: 4.1.0
|
throat: 4.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
- bufferutil
|
||||||
- supports-color
|
- supports-color
|
||||||
|
- utf-8-validate
|
||||||
|
|
||||||
jest-leak-detector@24.9.0:
|
jest-leak-detector@24.9.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user