Skip to content

Commit 940e436

Browse files
committedApr 6, 2022
fix: update @achrinza/node-ipc to support non-LTS Node.js versions
1 parent 6035629 commit 940e436

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎packages/@vue/cli-shared-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
2222
"dependencies": {
23-
"@achrinza/node-ipc": "9.2.2",
23+
"@achrinza/node-ipc": "9.2.3",
2424
"chalk": "^4.1.2",
2525
"execa": "^1.0.0",
2626
"joi": "^17.4.0",

‎packages/@vue/cli-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"graphql-server.js"
3535
],
3636
"dependencies": {
37-
"@achrinza/node-ipc": "9.2.2",
37+
"@achrinza/node-ipc": "9.2.3",
3838
"@akryum/winattr": "^3.0.0",
3939
"@vue/cli-shared-utils": "^5.0.4",
4040
"apollo-server-express": "^2.21.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@achrinza/node-ipc@9.2.2":
6-
version "9.2.2"
7-
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
8-
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
5+
"@achrinza/node-ipc@9.2.3":
6+
version "9.2.3"
7+
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.3.tgz#a425249566e318e4aca1f01a754f4e70486708bb"
8+
integrity sha512-RHKuRKICo0PrUGXpPkqtD5a/3/LU2MwWI6pynZ3WYq+0iCMwWv3wGFM/yFxtaaa1zKkP3bGz4tVyHtqbIRxL8g==
99
dependencies:
1010
"@node-ipc/js-queue" "2.0.3"
1111
event-pubsub "4.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.