Skip to content

Commit

Permalink
Support nodejs 20 in node-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 16, 2024
1 parent 0324073 commit 3d28a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
"vue3-jest": "^27.0.0-alpha.1"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
"@achrinza/node-ipc": "9.2.7"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@achrinza/[email protected]", "@achrinza/[email protected].5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
"@achrinza/[email protected]", "@achrinza/[email protected].7":
version "9.2.7"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.7.tgz#cc418f9218d24d9b87f32207e5d6e71c64e241f8"
integrity sha512-/EvNkqB4HNxPWCZASmgrjqG8gIdPOolD67LGASvGMp/FY5ne0rbvpYg5o9x8RmgjAl8KdmNQ4YlV1et9DYiW8g==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down

0 comments on commit 3d28a25

Please sign in to comment.