Updates
This commit is contained in:
Generated
+75
-2
@@ -4516,6 +4516,16 @@
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/framed-stream": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/framed-stream/-/framed-stream-1.0.1.tgz",
|
||||
"integrity": "sha512-x0At1ETY20yXARxM6Qr5BGasgPpD0/HVYDyA7Uiaf9LfSqrb8p/F9i0s2/8YoeHkZcJeKsnwWBrnJCfZZoxHjA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"b4a": "^1.6.1",
|
||||
"streamx": "^2.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fs-constants": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
||||
@@ -4533,6 +4543,18 @@
|
||||
"which-runtime": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fs-native-lock": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-native-lock/-/fs-native-lock-1.2.0.tgz",
|
||||
"integrity": "sha512-x2KlVzvJbNhI2vc+z9+5naq04+6XMyoeLv816sGmP4DWFonu+/N+pigIoDzFV+bdnC5BD3GLeI8eqV/dwCY57Q==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"bare-fs": "^4.0.1",
|
||||
"bare-path": "^3.0.0",
|
||||
"fs-native-extensions": "^1.3.4",
|
||||
"resource-on-exit": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/function-bind": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
||||
@@ -5518,6 +5540,45 @@
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/pear-appdrive": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/pear-appdrive/-/pear-appdrive-1.1.2.tgz",
|
||||
"integrity": "sha512-AmCrZaNGFU/BvHR+oFP/cNEUCH1vbzezsJV9wqASoggyg8d4sSb0L6kr99ugGkAuUFlOBI2uHni71hBTaO2rDA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"pear-ipc": "^6.6.1",
|
||||
"pear-ref": "^1.0.1",
|
||||
"ready-resource": "^1.1.2"
|
||||
}
|
||||
},
|
||||
"node_modules/pear-ipc": {
|
||||
"version": "6.11.0",
|
||||
"resolved": "https://registry.npmjs.org/pear-ipc/-/pear-ipc-6.11.0.tgz",
|
||||
"integrity": "sha512-7peANATe7VlhbLfTHx3CpIQO9AiHqPkfHK0Wgw5T0EY9KllO/XTPVNAV49VNJ5o0QASrPdrUy6FOvB46HWJflA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"bare-fs": "^4.0.1",
|
||||
"bare-os": "^3.2.0",
|
||||
"bare-path": "^3.0.0",
|
||||
"bare-pipe": "^4.0.5",
|
||||
"framed-stream": "^1.0.1",
|
||||
"fs-native-extensions": "^1.2.7",
|
||||
"fs-native-lock": "^1.1.0",
|
||||
"ready-resource": "^1.0.3",
|
||||
"streamx": "^2.16.1",
|
||||
"tiny-buffer-rpc": "^2.2.0",
|
||||
"which-runtime": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/pear-ref": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/pear-ref/-/pear-ref-1.0.2.tgz",
|
||||
"integrity": "sha512-IUGGSULYVF6jfdtsHY0XOokMp1v1KI89q8yPhsnqrLFf+Wq8EEOD0capny8gqXyu0eGkIh753X1cFUVL36n7FA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"bare-events": "^2.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/pend": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
||||
@@ -6521,6 +6582,18 @@
|
||||
"b4a": "^1.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/tiny-buffer-rpc": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tiny-buffer-rpc/-/tiny-buffer-rpc-2.3.1.tgz",
|
||||
"integrity": "sha512-oJvKOwEKYAt3IwqX9TOI76DaLKebbWyf3/A723mSw1Vm2qKswV21w0Qc34sSJ1bbBQTmo9IT7ToA7diwz4sgCg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"b4a": "^1.6.3",
|
||||
"compact-encoding": "^2.11.0",
|
||||
"safety-catch": "^1.0.2",
|
||||
"streamx": "^2.13.2"
|
||||
}
|
||||
},
|
||||
"node_modules/tmatch": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/tmatch/-/tmatch-5.0.0.tgz",
|
||||
@@ -7023,8 +7096,7 @@
|
||||
"bare-ws": "^2.1.0",
|
||||
"bare-xdiff": "^2.0.1",
|
||||
"bare-zlib": "^1.3.1",
|
||||
"bare-zmq": "^1.2.5",
|
||||
"hyperbee": "^2.26.0"
|
||||
"bare-zmq": "^1.2.5"
|
||||
}
|
||||
},
|
||||
"packages/bare-os-booter/node_modules/bare-inspector": {
|
||||
@@ -7085,6 +7157,7 @@
|
||||
"corestore": "^7.2.1",
|
||||
"hyperdrive": "^13.3.2",
|
||||
"hyperswarm": "^4.17.0",
|
||||
"pear-appdrive": "^1.1.2",
|
||||
"protomux": "^3.10.1",
|
||||
"safety-catch": "^1.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user