Skip to content

Commit

Permalink
fix: update @achrinza/node-ipc to support non-LTS Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Apr 6, 2022
1 parent 6035629 commit 940e436
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
"dependencies": {
"@achrinza/node-ipc": "9.2.2",
"@achrinza/node-ipc": "9.2.3",
"chalk": "^4.1.2",
"execa": "^1.0.0",
"joi": "^17.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Expand Up @@ -34,7 +34,7 @@
"graphql-server.js"
],
"dependencies": {
"@achrinza/node-ipc": "9.2.2",
"@achrinza/node-ipc": "9.2.3",
"@akryum/winattr": "^3.0.0",
"@vue/cli-shared-utils": "^5.0.4",
"apollo-server-express": "^2.21.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


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

0 comments on commit 940e436

Please sign in to comment.