god forbid nodejs has implicit dependency requiring
This commit is contained in:
parent
3bdec4e52d
commit
e95b3732b7
2 changed files with 9 additions and 5 deletions
|
@ -32,7 +32,8 @@
|
|||
"sh": "github:Cynosphere/sh",
|
||||
"sharp": "^0.32.0",
|
||||
"sqlite3": "^5.1.6",
|
||||
"undici": "^7.10.0"
|
||||
"undici": "^7.10.0",
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.39.0",
|
||||
|
|
11
pnpm-lock.yaml
generated
11
pnpm-lock.yaml
generated
|
@ -53,6 +53,9 @@ importers:
|
|||
undici:
|
||||
specifier: ^7.10.0
|
||||
version: 7.10.0
|
||||
ws:
|
||||
specifier: ^8.18.3
|
||||
version: 8.18.3
|
||||
devDependencies:
|
||||
eslint:
|
||||
specifier: ^8.39.0
|
||||
|
@ -1659,8 +1662,8 @@ packages:
|
|||
wrappy@1.0.2:
|
||||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
|
||||
ws@8.18.0:
|
||||
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
|
||||
ws@8.18.3:
|
||||
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
|
@ -2247,7 +2250,7 @@ snapshots:
|
|||
|
||||
'@projectdysnomia/dysnomia@https://codeload.github.com/projectdysnomia/dysnomia/tar.gz/65413458678c9e1bddf511cb525982dac532f041':
|
||||
dependencies:
|
||||
ws: 8.18.0
|
||||
ws: 8.18.3
|
||||
optionalDependencies:
|
||||
'@stablelib/xchacha20poly1305': 1.0.1
|
||||
opusscript: 0.1.1
|
||||
|
@ -3582,7 +3585,7 @@ snapshots:
|
|||
|
||||
wrappy@1.0.2: {}
|
||||
|
||||
ws@8.18.0: {}
|
||||
ws@8.18.3: {}
|
||||
|
||||
xhr@2.6.0:
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue