Skip to content

Commit

Permalink
fix issues with node-ipc being out of date [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Oct 29, 2024
1 parent c40d117 commit c66768b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion system-tests/projects/vueclivue3-configured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"not dead"
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
"@achrinza/node-ipc": "9.2.9"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vueclivue3-configured/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.5", "@achrinza/node-ipc@^9.2.5":
version "9.2.5"
resolved "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
"@achrinza/node-ipc@9.2.9", "@achrinza/node-ipc@^9.2.5":
version "9.2.9"
resolved "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz#ab4815d9b16f1c83a479fe8791522a3abebb1c6a"
integrity sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"not dead"
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
"@achrinza/node-ipc": "9.2.9"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vueclivue3-custom-index-html/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.5", "@achrinza/node-ipc@^9.2.5":
version "9.2.5"
resolved "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
"@achrinza/node-ipc@9.2.9", "@achrinza/node-ipc@^9.2.5":
version "9.2.9"
resolved "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz#ab4815d9b16f1c83a479fe8791522a3abebb1c6a"
integrity sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down

0 comments on commit c66768b

Please sign in to comment.