my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.", "is_bot": false, "headline": "feat(cypher) #5501: raise on a parameter the query references but the…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd", "body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.", "is_bot": false, "headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d", "body": null, "is_bot": false, "headline": "feat(#4861): add the MCP hybrid_search tool (#5500)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T17:32:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34", "body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.", "is_bot": false, "headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T15:22:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9", "body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.", "is_bot": false, "headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T14:28:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46", "body": "…#5498)", "is_bot": false, "headline": "perf(#5496): use hasProperty instead of building a name set per row (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T14:01:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b125778a7a4b49d806f24a3958e97196cbe41694", "body": "…th endpoint (#5497)", "is_bot": false, "headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T12:42:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2dfc3c75b7256399954840feac5309b3c45c737f", "body": "…tterns (#5493)", "is_bot": false, "headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T11:39:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1", "body": "… WHERE in pattern comprehensions (#5491)", "is_bot": false, "headline": "fix(#5489): bind the hop relationship variable before the node inline…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T10:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1", "body": "…ons (#5486)", "is_bot": false, "headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:22:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "972d5366cfea4b1d45544978e1687bff6416048c", "body": "…h shortestPath evaluators (#5487)", "is_bot": false, "headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:21:33Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f4397160ed2be4694941b5f77e722f8259f55dda", "body": "…redicate (#5485)", "is_bot": false, "headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T08:54:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd", "body": "…plies (#5479)", "is_bot": false, "headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:52:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "043309f615ef03e6698a54e769bae0d5deb29f48", "body": "…prehensions (#5471)", "is_bot": false, "headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:00:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a2e4def6c95f587d4e53952a2212e72bff76839", "body": "…s (#5472)", "is_bot": false, "headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T06:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ec3447a9644f012b66b5820645df9810d6836617", "body": null, "is_bot": false, "headline": "feat(mcp) : add per-principal tool profiles (#5468) (#5445)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-28T06:45:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207", "body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.", "is_bot": false, "headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T06:10:15Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d8eb4a38e047a295527ae17ed5590cd82417f848", "body": null, "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:15:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58", "body": "The Cypher signature is head(list :: LIST\u003cANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.", "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:06:50Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-28T04:06:22Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c", "body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.", "is_bot": false, "headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T02:51:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676", "body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.", "is_bot": false, "headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T22:28:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980", "body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.", "is_bot": false, "headline": "fix(#5475): agree on what a TIMESERIES column's declared type means", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:51Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "07a6c67096c97283319edbb839233a9b54b8afd7", "body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail\u003c-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.", "is_bot": false, "headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1f02356a48855db66bfc00792a97cef0254a165d", "body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.", "is_bot": false, "headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:56:43Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb050f1aa6a7006716f29edaad0c30b655589895", "body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.", "is_bot": false, "headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:43:30Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8", "body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue\u003cRidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.", "is_bot": false, "headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:21:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e201edb3c19e832490c85780601cd0e4fb436fb4", "body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:\u003ckind>:\u003cname>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n which resolved as a missing property of the record, so it always answered false; both\n existsIndex() and existsBucket() now bind the name as a query parameter", "is_bot": false, "headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:04:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7012c0772a806386b6e0d0efee41373db5993198", "body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.", "is_bot": false, "headline": "test: pin the variable-usage analysis, one case per clause it walks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f", "body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).", "is_bot": false, "headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:52:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "24813519b4f1b5417ca299bd9aad896d5373253c", "body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.", "is_bot": false, "headline": "fix(server) #5470: keep a streaming batch load alive across long serv…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:03:49Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18", "body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.", "is_bot": false, "headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:48:37Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a", "body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.", "is_bot": false, "headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:34:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "116278160edf1c17ed37af622af4b2477a632baa", "body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…", "author_name": "Rui Pereira", "author_login": "ruispereira", "committed_at": "2026-07-27T17:17:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T15:55:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7efe66c71bae9812983644a566a3ddeae2be3c97", "body": "…#5465)", "is_bot": false, "headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T12:55:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): scope permissions per database (#5401)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T12:26:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e3cc14a3299c399a2f3adc0ada969624980904a1", "body": "…#5458)", "is_bot": false, "headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T10:40:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "68d6596dca4b2ca20ac8de19342016bb929fc550", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp) #4867: add configurable tool profiles (#5402)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T10:40:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add bounded sample_records tool (#5398)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T09:12:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3226999348f772a3fe9773b69738a78fff6be20b", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add dense and sparse vector_search tool (#5399)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T08:23:55Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6", "body": "… apply (#5455)", "is_bot": false, "headline": "fix(#5454): drop database no longer deletes the files inside the Raft…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T08:18:29Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3673996bd69e7885ea75cdd33ebd09a77763838b", "body": null, "is_bot": false, "headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T06:30:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1134185d5494f5ab0583da4a508d846449f8e04c", "body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.", "is_bot": false, "headline": "fix(#5443): a follower's index can be short after an LSM compaction (…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T05:13:01Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c", "body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.", "is_bot": false, "headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T04:50:56Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-27T04:24:51Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3", "body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.", "is_bot": false, "headline": "fix(#5444): seek composite indexes by their whole key, hide internal …", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:53:08Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e30308d79a4c044102239664cb9c7d946abef86b", "body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.", "is_bot": false, "headline": "perf(#5446): plan an inline property map as the equality predicate it…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:08:10Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333", "body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud \u003c226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli \u003clvca@users.noreply.github.com>", "is_bot": false, "headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-26T19:29:24Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074", "body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:11:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637", "body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n dependency-version: 4.37.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T19:10:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7e10f2de59a0894b77fd5462940c6916b0b80361", "body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a", "body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "59f70c37447d039ed9b817629c95b754c3152555", "body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:16Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2", "body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e5ceec580ec12f391864323a7af6c6b1b6642079", "body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:04Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa", "body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "068e2a79fcb71086fd402259093b78f845ee2a44", "body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d", "body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:47Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68", "body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:42Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b", "body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:36Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba", "body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:29Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8163a695b673a65f9972edf9e5906f84b9888e68", "body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10", "body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0ce896733d0132c767ffa4c13f628a39804eec0a", "body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b", "body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@​playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:03Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf", "body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:59Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3", "body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\\_score?dependency-name=prettier&package-manager=pre\\_commit&previous-version=3.9.5&new-\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "build(deps): bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:52Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "494d678a637dad915ec540229bab53e3a8eac09d", "body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:48Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd", "body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eda668aa8c734dca336a741630befccc5fbe86b3", "body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "41f3a81975a3b426d341b1abaed2aacc670381ee", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:27Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "013e0cf2e481f93a0da5e34abed07aa094850f50", "body": "…ader-index lookup in HA tests (#5442)", "is_bot": false, "headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-26T18:56:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33", "body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.", "is_bot": false, "headline": "fix(#4743): raise the maximum replicated transaction size to 32MB", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9a5c898dc02906060b05bde4799aa3c62232821c", "body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).", "is_bot": false, "headline": "fix(#4743): a single oversized Raft entry no longer topples the leader", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0fc2d79554cd6839acbd52abe1007258bb923e65", "body": "…ocument-backed vector indexes (#3144)", "is_bot": false, "headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:45:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a", "body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.", "is_bot": false, "headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:15:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1e64c87916eb256560e52bc413932ed9d9492951", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:17:38Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a272528ed22971de17443c562a0647e3e4d0f76f", "body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n dependency-version: 7.34.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:13:20Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "54bb667e03cc3536425296862adcee055a133d11", "body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n dependency-version: 3.6.3\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:53Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6", "body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf", "body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump prettier in the pre-commit-hooks group", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:43Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b8456f4dc7f089f27704c887a3f496359edde0b8", "body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n dependency-version: 5.1.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:40Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c", "body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n dependency-version: 1.62.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test in /e2e-studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:38Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1", "body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n dependency-version: 4.15.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): update testcontainers requirement in /e2e-python", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f42ae579899780fa08037a3e106a69235899ac3f", "body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-version: 1.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "eec9d00fd005ac87797dd3719022b802f848dd2c", "body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-plugin\n dependency-version: 3.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "44016adabcf5616219a637c2bc138922e66a368c", "body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n dependency-version: 5.32.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401", "body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n dependency-version: 18.0.7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67", "body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n dependency-version: 1.6.1\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:05:54Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 58, "commits_last_year": 4382, "latest_release_at": "2026-07-17T18:12:18Z", "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_last_push": 0, "active_weeks_last_year": 52, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": true, "health_percentage": 87, "has_issue_template": true, "has_code_of_conduct": false, "has_pull_request_template": true }, "ecosystem": { "packages": [ { "name": "com.arcadedb:arcadedb-bolt", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 10, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:18Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpc", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:24Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpcw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:31Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-engine", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:21Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-redisw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:42Z", "latest_version_yanked": null, "days_since_latest_publish": 11 } ] }, "popularity": { "forks": 125, "stars": 1047, "watchers": 15, "fork_history": { "days": [ { "date": "2021-09-01", "count": 1 }, { "date": "2021-09-02", "count": 3 }, { "date": "2021-09-26", "count": 1 }, { "date": "2021-09-28", "count": 1 }, { "date": "2021-10-13", "count": 1 }, { "date": "2021-10-21", "count": 1 }, { "date": "2021-10-26", "count": 1 }, { "date": "2021-11-01", "count": 1 }, { "date": "2021-11-10", "count": 1 }, { "date": "2021-11-23", "count": 1 }, { "date": "2022-01-04", "count": 1 }, { "date": "2022-01-12", "count": 1 }, { "date": "2022-01-17", "count": 1 }, { "date": "2022-02-07", "count": 1 }, { "date": "2022-02-12", "count": 1 }, { "date": "2022-05-17", "count": 1 }, { "date": "2022-05-26", "count": 1 }, { "date": "2022-06-01", "count": 1 }, { "date": "2022-07-30", "count": 1 }, { "date": "2022-08-31", "count": 1 }, { "date": "2022-09-19", "count": 1 }, { "date": "2022-09-23", "count": 1 }, { "date": "2022-09-24", "count": 1 }, { "date": "2022-09-30", "count": 1 }, { "date": "2022-11-02", "count": 1 }, { "date": "2022-11-30", "count": 1 }, { "date": "2022-12-08", "count": 1 }, { "date": "2022-12-28", "count": 1 }, { "date": "2023-01-01", "count": 1 }, { "date": "2023-01-12", "count": 1 }, { "date": "2023-01-17", "count": 1 }, { "date": "2023-01-23", "count": 1 }, { "date": "2023-02-10", "count": 2 }, { "date": "2023-02-12", "count": 1 }, { "date": "2023-02-26", "count": 1 }, { "date": "2023-03-14", "count": 2 }, { "date": "2023-03-20", "count": 1 }, { "date": "2023-06-15", "count": 1 }, { "date": "2023-07-06", "count": 1 }, { "date": "2023-08-04", "count": 2 }, { "date": "2023-08-15", "count": 1 }, { "date": "2023-10-17", "count": 1 }, { "date": "2023-10-25", "count": 1 }, { "date": "2023-11-18", "count": 1 }, { "date": "2023-11-24", "count": 1 }, { "date": "2024-03-21", "count": 1 }, { "date": "2024-04-02", "count": 1 }, { "date": "2024-08-01", "count": 1 }, { "date": "2024-08-02", "count": 1 }, { "date": "2024-09-19", "count": 1 }, { "date": "2024-09-22", "count": 1 }, { "date": "2024-11-29", "count": 1 }, { "date": "2024-12-02", "count": 1 }, { "date": "2024-12-23", "count": 1 }, { "date": "2024-12-30", "count": 1 }, { "date": "2025-02-18", "count": 1 }, { "date": "2025-03-01", "count": 1 }, { "date": "2025-03-02", "count": 1 }, { "date": "2025-04-06", "count": 1 }, { "date": "2025-04-11", "count": 1 }, { "date": "2025-04-22", "count": 1 }, { "date": "2025-06-18", "count": 2 }, { "date": "2025-06-26", "count": 1 }, { "date": "2025-08-11", "count": 1 }, { "date": "2025-08-13", "count": 1 }, { "date": "2025-08-15", "count": 1 }, { "date": "2025-08-21", "count": 1 }, { "date": "2025-08-31", "count": 1 }, { "date": "2025-10-13", "count": 1 }, { "date": "2025-11-05", "count": 1 }, { "date": "2025-11-19", "count": 1 }, { "date": "2025-11-21", "count": 1 }, { "date": "2025-12-04", "count": 1 }, { "date": "2025-12-06", "count": 1 }, { "date": "2025-12-19", "count": 1 }, { "date": "2025-12-28", "count": 1 }, { "date": "2026-01-04", "count": 1 }, { "date": "2026-01-15", "count": 1 }, { "date": "2026-01-28", "count": 1 }, { "date": "2026-02-04", "count": 1 }, { "date": "2026-02-08", "count": 1 }, { "date": "2026-02-27", "count": 1 }, { "date": "2026-03-02", "count": 1 }, { "date": "2026-03-05", "count": 1 }, { "date": "2026-03-16", "count": 1 }, { "date": "2026-03-17", "count": 1 }, { "date": "2026-03-22", "count": 2 }, { "date": "2026-03-25", "count": 1 }, { "date": "2026-03-30", "count": 1 }, { "date": "2026-04-08", "count": 1 }, { "date": "2026-04-17", "count": 1 }, { "date": "2026-04-26", "count": 1 }, { "date": "2026-05-02", "count": 2 }, { "date": "2026-05-09", "count": 1 }, { "date": "2026-05-14", "count": 1 }, { "date": "2026-05-15", "count": 1 }, { "date": "2026-05-19", "count": 1 }, { "date": "2026-05-21", "count": 1 }, { "date": "2026-05-22", "count": 1 }, { "date": "2026-05-23", "count": 1 }, { "date": "2026-05-28", "count": 1 }, { "date": "2026-05-29", "count": 1 }, { "date": "2026-06-01", "count": 1 }, { "date": "2026-06-06", "count": 1 }, { "date": "2026-06-11", "count": 2 }, { "date": "2026-06-22", "count": 1 }, { "date": "2026-07-03", "count": 1 }, { "date": "2026-07-07", "count": 1 }, { "date": "2026-07-08", "count": 2 }, { "date": "2026-07-10", "count": 1 }, { "date": "2026-07-16", "count": 1 }, { "date": "2026-07-18", "count": 1 }, { "date": "2026-07-20", "count": 1 }, { "date": "2026-07-28", "count": 1 } ], "complete": true, "collected": 124, "total_forks": 125 }, "star_history": null, "open_issues_and_prs": 78 }, "ai_readiness": { "has_nix": false, "example_dirs": [ "examples" ], "has_llms_txt": false, "has_dockerfile": true, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ], "has_devcontainer": false, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "dependencies": { "manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e-js/package.json", "e2e-python/pyproject.toml", "e2e-studio/package.json", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/package.json", "studio/pom.xml", "tracing/pom.xml" ], "advisories": { "error": null, "scope": "published_package", "source": "osv", "findings": [ { "name": "com.fasterxml.jackson.core:jackson-core", "direct": false, "version": "2.21.1", "severity": "high", "ecosystem": "maven", "cvss_score": 7.5, "advisory_ids": [ "GHSA-r7wm-3cxj-wff9" ], "fixed_version": "3.2.1", "advisory_count": 1, "oldest_advisory_days": 7 }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.21.1", "severity": "high", "ecosystem": "maven", "cvss_score": 8.1, "advisory_ids": [ "GHSA-3pjw-73gf-8qr5", "GHSA-5gvw-p9qm-jgwh", "GHSA-5hh8-q8hv-fr38", "GHSA-5jmj-h7xm-6q6v", "GHSA-9fxm-vc8v-hj55", "GHSA-hgj6-7826-r7m5", "GHSA-j3rv-43j4-c7qm", "GHSA-mhm7-754m-9p8w", "GHSA-rcqc-6cw3-h962", "GHSA-rmj7-2vxq-3g9f" ], "fixed_version": "3.2.1", "advisory_count": 10, "oldest_advisory_days": 35 }, { "name": "io.undertow:undertow-core", "direct": false, "version": "2.4.2.Final", "severity": "moderate", "ecosystem": "maven", "cvss_score": 5.9, "advisory_ids": [ "GHSA-3x3v-w654-m28m" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 126 } ], "collected": true, "malicious": [], "truncated": false, "by_severity": { "high": 2, "moderate": 1 }, "advisory_count": 12, "affected_count": 3, "assessed_count": 69, "malicious_count": 0, "assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "unassessed_count": 0, "direct_affected_count": 0 }, "ecosystems": [ "go", "maven", "npm", "pypi" ], "dependencies": [ { "name": "com.arcadedb:arcadedb-engine", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.jline:jline-terminal", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-reader", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-terminal-jni", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "${project.groupId}:arcadedb-console", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-engine", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-bolt", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-network", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-server", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-postgresw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-redisw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-gremlin", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-mongodbw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-graphql", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-metrics", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpcw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpc-client", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-integration", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "github.com/neo4j/neo4j-go-driver/v5", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v5.28.4" }, { "name": "github.com/stretchr/testify", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v1.11.1" }, { "name": "github.com/testcontainers/testcontainers-go", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v0.43.0" }, { "name": "neo4j-driver", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^6.0.1" }, { "name": "pg", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^8.16.0" }, { "name": "testcontainers", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=4.15.0" }, { "name": "pytest", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=9.1.1" }, { "name": "pytest-check", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.8.0" }, { "name": "pytest-asyncio", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=1.4.0" }, { "name": "docker", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=7.2.0" }, { "name": "psycopg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "psycopg-binary", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "asyncpg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=0.31.0" }, { "name": "requests", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.34.2" }, { "name": "sqlalchemy", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.0.51" }, { "name": "neo4j", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=6.2.0" }, { "name": "io.cucumber:cucumber-bom", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${cucumber.version}" }, { "name": "org.slf4j:slf4j-api", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "com.conversantmedia:disruptor", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${disruptor.version}" }, { "name": "at.yawk.lz4:lz4-java", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lz4-java.version}" }, { "name": "org.apache.lucene:lucene-analysis-common", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-spatial-extras", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-queryparser", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.locationtech.spatial4j:spatial4j", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${spatial4j.version}" }, { "name": "org.locationtech.jts:jts-core", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jts-core.version}" }, { "name": "com.google.code.gson:gson", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${gson.version}" }, { "name": "io.github.jbellis:jvector", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jvector.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "org.graalvm.sdk:graal-sdk", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:polyglot", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:js", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "io.netty:netty-all", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "org.apache.commons:commons-lang3", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-lang3.version}" }, { "name": "org.apache.commons:commons-configuration2", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-configuration2.version}" }, { "name": "commons-beanutils:commons-beanutils", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-beanutils.version}" }, { "name": "org.apache.groovy:groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${groovy.version}" }, { "name": "org.apache.tinkerpop:gremlin-core", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-server", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-driver", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-util", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.yaml:snakeyaml", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${snakeyaml.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-xds", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpcw/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.apache.ratis:ratis-server", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-grpc", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-metrics-default", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.sonofab1rd:univocity-parsers", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${univocity-parsers.version}" }, { "name": "io.micrometer:micrometer-registry-prometheus", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.micrometer:micrometer-registry-otlp", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "de.bwaldvogel:mongo-java-server", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${mongo-java-server.version}" }, { "name": "io.netty:netty-transport", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-codec", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-handler", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "network/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-console", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-server", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-studio", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-ha-raft", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-metrics", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-tracing", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-bolt", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-redisw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-postgresw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-mongodbw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpcw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-graphql", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "org.junit:junit-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${junit.jupiter.version}" }, { "name": "org.assertj:assertj-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${assertj-core.version}" }, { "name": "io.micrometer:micrometer-tracing-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer-tracing.version}" }, { "name": "io.opentelemetry:opentelemetry-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${opentelemetry.version}" }, { "name": "org.jboss.threads:jboss-threads", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${jboss-threads.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.undertow:undertow-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${undertow-core.version}" }, { "name": "io.micrometer:micrometer-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.swagger.core.v3:swagger-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-annotations", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-models", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "org.xerial.snappy:snappy-java", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${snappy.version}" }, { "name": "@fortawesome/fontawesome-free", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^7.3.1" }, { "name": "@popperjs/core", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.11.8" }, { "name": "apexcharts", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^6.5.0" }, { "name": "bootstrap", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.3.8" }, { "name": "codemirror", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.65.21" }, { "name": "cytoscape", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.34.0" }, { "name": "cytoscape-cxtmenu", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.5.0" }, { "name": "cytoscape-fcose", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.2.0" }, { "name": "cytoscape-graphml", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.0.6" }, { "name": "cytoscape-node-html-label", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.2.2" }, { "name": "datatables.net", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-buttons", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-buttons-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "jquery", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "marked", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^18.0.7" }, { "name": "jszip", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.10.1" }, { "name": "pdfmake", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^0.3.11" }, { "name": "swagger-ui-dist", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.32.11" }, { "name": "sweetalert2", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^11.26.25" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-sdk", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "github.com/neo4j/neo4j-go-driver/v5", "direct": true, "version": "v5.28.4", "ecosystem": "go" }, { "name": "github.com/stretchr/testify", "direct": true, "version": "v1.11.1", "ecosystem": "go" }, { "name": "github.com/testcontainers/testcontainers-go", "direct": true, "version": "v0.43.0", "ecosystem": "go" }, { "name": "at.yawk.lz4:lz4-java", "direct": true, "version": "1.11.1", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-bolt", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-console", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-engine", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-graphql", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-gremlin", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpcw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-ha-raft", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-integration", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-metrics", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-mongodbw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-network", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-postgresw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-redisw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-studio", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-tracing", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.conversantmedia:disruptor", "direct": true, "version": "1.2.21", "ecosystem": "maven" }, { "name": "com.google.api.grpc:proto-google-common-protos", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.code.gson:gson", "direct": true, "version": "2.14.0", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.sonofab1rd:univocity-parsers", "direct": true, "version": "2.10.2", "ecosystem": "maven" }, { "name": "commons-beanutils:commons-beanutils", "direct": true, "version": "1.11.0", "ecosystem": "maven" }, { "name": "de.bwaldvogel:mongo-java-server", "direct": true, "version": "1.47.0", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-bom", "direct": true, "version": "7.34.6", "ecosystem": "maven" }, { "name": "io.github.jbellis:jvector", "direct": true, "version": "4.0.0-rc.9", "ecosystem": "maven" }, { "name": "io.grpc:grpc-netty-shaded", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-protobuf", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-services", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-stub", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-xds", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-otlp", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-prometheus", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bom", "direct": true, "version": "1.7.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.netty:netty-all", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-codec", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-handler", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-transport", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-bom", "direct": true, "version": "1.64.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-annotations", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-core", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-models", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.undertow:undertow-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "javax.annotation:javax.annotation-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.9.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-configuration2", "direct": true, "version": "2.15.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-lang3", "direct": true, "version": "3.20.0", "ecosystem": "maven" }, { "name": "org.apache.groovy:groovy", "direct": true, "version": "4.0.32", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-analysis-common", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-queryparser", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-spatial-extras", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-grpc", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-metrics-default", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-server", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-driver", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-bom", "direct": true, "version": "3.27.7", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:js", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:polyglot", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.sdk:graal-sdk", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.jboss.threads:jboss-threads", "direct": true, "version": "3.9.2", "ecosystem": "maven" }, { "name": "org.jline:jline-reader", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal-jni", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.junit:junit-bom", "direct": true, "version": "6.1.2", "ecosystem": "maven" }, { "name": "org.locationtech.jts:jts-core", "direct": true, "version": "1.20.0", "ecosystem": "maven" }, { "name": "org.locationtech.spatial4j:spatial4j", "direct": true, "version": "0.8", "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": "2.0.18", "ecosystem": "maven" }, { "name": "org.xerial.snappy:snappy-java", "direct": true, "version": "1.1.10.8", "ecosystem": "maven" }, { "name": "org.yaml:snakeyaml", "direct": true, "version": "2.6", "ecosystem": "maven" }, { "name": "@fortawesome/fontawesome-free", "direct": true, "version": "7.3.1", "ecosystem": "npm" }, { "name": "@popperjs/core", "direct": true, "version": "2.11.8", "ecosystem": "npm" }, { "name": "apexcharts", "direct": true, "version": "6.5.0", "ecosystem": "npm" }, { "name": "bootstrap", "direct": true, "version": "5.3.8", "ecosystem": "npm" }, { "name": "codemirror", "direct": true, "version": "5.65.21", "ecosystem": "npm" }, { "name": "cytoscape", "direct": true, "version": "3.34.0", "ecosystem": "npm" }, { "name": "cytoscape-cxtmenu", "direct": true, "version": "3.5.0", "ecosystem": "npm" }, { "name": "cytoscape-fcose", "direct": true, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cytoscape-graphml", "direct": true, "version": "1.0.6", "ecosystem": "npm" }, { "name": "cytoscape-node-html-label", "direct": true, "version": "1.2.2", "ecosystem": "npm" }, { "name": "datatables.net", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-bs5", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jquery", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jszip", "direct": true, "version": "3.10.1", "ecosystem": "npm" }, { "name": "marked", "direct": true, "version": "18.0.7", "ecosystem": "npm" }, { "name": "neo4j-driver", "direct": true, "version": "6.2.0", "ecosystem": "npm" }, { "name": "pdfmake", "direct": true, "version": "0.3.11", "ecosystem": "npm" }, { "name": "pg", "direct": true, "version": "8.22.0", "ecosystem": "npm" }, { "name": "swagger-ui-dist", "direct": true, "version": "5.32.11", "ecosystem": "npm" }, { "name": "sweetalert2", "direct": true, "version": "11.26.25", "ecosystem": "npm" }, { "name": "asyncpg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "docker", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "neo4j", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg-binary", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-asyncio", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-check", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "requests", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "sqlalchemy", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "testcontainers", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "dario.cat/mergo", "direct": false, "version": "v1.0.2", "ecosystem": "go" }, { "name": "github.com/azure/go-ansiterm", "direct": false, "version": "v0.0.0-20250102033503-faa5f7b0171c", "ecosystem": "go" }, { "name": "github.com/cenkalti/backoff/v4", "direct": false, "version": "v4.3.0", "ecosystem": "go" }, { "name": "github.com/cespare/xxhash/v2", "direct": false, "version": "v2.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs/pkg", "direct": false, "version": "v0.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/log", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/containerd/platforms", "direct": false, "version": "v0.2.1", "ecosystem": "go" }, { "name": "github.com/cpuguy83/dockercfg", "direct": false, "version": "v0.3.2", "ecosystem": "go" }, { "name": "github.com/davecgh/go-spew", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/distribution/reference", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-connections", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-units", "direct": false, "version": "v0.5.0", "ecosystem": "go" }, { "name": "github.com/ebitengine/purego", "direct": false, "version": "v0.10.0", "ecosystem": "go" }, { "name": "github.com/felixge/httpsnoop", "direct": false, "version": "v1.0.4", "ecosystem": "go" }, { "name": "github.com/go-logr/logr", "direct": false, "version": "v1.4.3", "ecosystem": "go" }, { "name": "github.com/go-logr/stdr", "direct": false, "version": "v1.2.2", "ecosystem": "go" }, { "name": "github.com/go-ole/go-ole", "direct": false, "version": "v1.2.6", "ecosystem": "go" }, { "name": "github.com/google/uuid", "direct": false, "version": "v1.6.0", "ecosystem": "go" }, { "name": "github.com/klauspost/compress", "direct": false, "version": "v1.18.5", "ecosystem": "go" }, { "name": "github.com/lufia/plan9stats", "direct": false, "version": "v0.0.0-20211012122336-39d0f177ccd0", "ecosystem": "go" }, { "name": "github.com/magiconair/properties", "direct": false, "version": "v1.8.10", "ecosystem": "go" }, { "name": "github.com/microsoft/go-winio", "direct": false, "version": "v0.6.2", "ecosystem": "go" }, { "name": "github.com/moby/docker-image-spec", "direct": false, "version": "v1.3.1", "ecosystem": "go" }, { "name": "github.com/moby/go-archive", "direct": false, "version": "v0.2.0", "ecosystem": "go" }, { "name": "github.com/moby/moby/api", "direct": false, "version": "v1.54.2", "ecosystem": "go" }, { "name": "github.com/moby/moby/client", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/patternmatcher", "direct": false, "version": "v0.6.1", "ecosystem": "go" }, { "name": "github.com/moby/sys/sequential", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/user", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/userns", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/moby/term", "direct": false, "version": "v0.5.2", "ecosystem": "go" }, { "name": "github.com/opencontainers/go-digest", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/opencontainers/image-spec", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/pmezard/go-difflib", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/power-devops/perfstat", "direct": false, "version": "v0.0.0-20240221224432-82ca36839d55", "ecosystem": "go" }, { "name": "github.com/shirou/gopsutil/v4", "direct": false, "version": "v4.26.5", "ecosystem": "go" }, { "name": "github.com/sirupsen/logrus", "direct": false, "version": "v1.9.4", "ecosystem": "go" }, { "name": "github.com/tklauser/go-sysconf", "direct": false, "version": "v0.3.16", "ecosystem": "go" }, { "name": "github.com/tklauser/numcpus", "direct": false, "version": "v0.11.0", "ecosystem": "go" }, { "name": "github.com/yusufpapurcu/wmi", "direct": false, "version": "v1.2.4", "ecosystem": "go" }, { "name": "go.opentelemetry.io/auto/sdk", "direct": false, "version": "v1.2.1", "ecosystem": "go" }, { "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", "direct": false, "version": "v0.60.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/trace", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "golang.org/x/crypto", "direct": false, "version": "v0.53.0", "ecosystem": "go" }, { "name": "golang.org/x/sys", "direct": false, "version": "v0.46.0", "ecosystem": "go" }, { "name": "gopkg.in/yaml.v3", "direct": false, "version": "v3.0.1", "ecosystem": "go" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": "1.6.0", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc-client", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-load-tests", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.22.1", "ecosystem": "maven" }, { "name": "com.github.eirslett:frontend-maven-plugin", "direct": false, "version": "2.0.1", "ecosystem": "maven" }, { "name": "com.helger.maven:ph-javacc-maven-plugin", "direct": false, "version": "5.0.1", "ecosystem": "maven" }, { "name": "com.jayway.jsonpath:json-path", "direct": false, "version": "3.0.0", "ecosystem": "maven" }, { "name": "com.mycila:license-maven-plugin", "direct": false, "version": "5.1.1", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-java", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-junit-platform-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.fabric8:docker-maven-plugin", "direct": false, "version": "0.48.1", "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": "5.1.7", "ecosystem": "maven" }, { "name": "io.grpc:grpc-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:protoc-gen-grpc-java", "direct": false, "version": "1.79.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.parser.v3:swagger-parser", "direct": false, "version": "2.1.45", "ecosystem": "maven" }, { "name": "net.nicoulaj.maven.plugins:checksum-maven-plugin", "direct": false, "version": "1.11", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-maven-plugin", "direct": false, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-assembly-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-clean-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": "3.15.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-deploy-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-enforcer-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-gpg-plugin", "direct": false, "version": "3.2.8", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-install-plugin", "direct": false, "version": "3.1.4", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": "3.5.1", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-javadoc-plugin", "direct": false, "version": "3.12.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-resources-plugin", "direct": false, "version": "3.5.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": "3.6.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-source-plugin", "direct": false, "version": "3.4.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-common", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-test", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-test", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tomcat:tomcat-jdbc", "direct": false, "version": "11.0.24", "ecosystem": "maven" }, { "name": "org.assertj:assertj-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-db", "direct": false, "version": "3.0.2", "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": "4.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:build-helper-maven-plugin", "direct": false, "version": "3.6.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:buildnumber-maven-plugin", "direct": false, "version": "3.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:license-maven-plugin", "direct": false, "version": "2.7.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:versions-maven-plugin", "direct": false, "version": "2.21.0", "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": "0.8.15", "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter-params", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.platform:junit-platform-suite", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.vintage:junit-vintage-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": "5.23.0", "ecosystem": "maven" }, { "name": "org.mongodb:mongo-java-driver", "direct": false, "version": "3.12.14", "ecosystem": "maven" }, { "name": "org.neo4j.driver:neo4j-java-driver", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.openjdk.jmh:jmh-core", "direct": false, "version": "1.37", "ecosystem": "maven" }, { "name": "org.openjdk.jmh:jmh-generator-annprocess", "direct": false, "version": "1.37", "ecosystem": "maven" }, { "name": "org.postgresql:postgresql", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.postgresql:postgresql", "direct": false, "version": "42.7.13", "ecosystem": "maven" }, { "name": "org.sonatype.central:central-publishing-maven-plugin", "direct": false, "version": "0.11.0", "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-toxiproxy", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "redis.clients:jedis", "direct": false, "version": "7.5.3", "ecosystem": "maven" }, { "name": "@babel/code-frame", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/compat-data", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/core", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/generator", "direct": false, "version": "7.29.1", "ecosystem": "npm" }, { "name": "@babel/helper-compilation-targets", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-globals", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@babel/helper-module-imports", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-module-transforms", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-plugin-utils", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-string-parser", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helper-validator-identifier", "direct": false, "version": "7.28.5", "ecosystem": "npm" }, { "name": "@babel/helper-validator-option", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helpers", "direct": false, "version": "7.29.2", "ecosystem": "npm" }, { "name": "@babel/parser", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-async-generators", "direct": false, "version": "7.8.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-bigint", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-properties", "direct": false, "version": "7.12.13", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-static-block", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-attributes", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-meta", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-json-strings", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-jsx", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-logical-assignment-operators", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-nullish-coalescing-operator", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-numeric-separator", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-object-rest-spread", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-catch-binding", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-chaining", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-private-property-in-object", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-top-level-await", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-typescript", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/template", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/traverse", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/types", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@balena/dockerignore", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@bcoe/v8-coverage", "direct": false, "version": "0.2.3", "ecosystem": "npm" }, { "name": "@discoveryjs/json-ext", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@emnapi/core", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/runtime", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/wasi-threads", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "@grpc/grpc-js", "direct": false, "version": "1.14.4", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.7.15", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.8.1", "ecosystem": "npm" }, { "name": "@isaacs/cliui", "direct": false, "version": "8.0.2", "ecosystem": "npm" }, { "name": "@istanbuljs/load-nyc-config", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@istanbuljs/schema", "direct": false, "version": "0.1.6", "ecosystem": "npm" }, { "name": "@jest/console", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/core", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "@jest/diff-sequences", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/environment", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/fake-timers", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/get-type", "direct": false, "version": "30.1.0", "ecosystem": "npm" }, { "name": "@jest/globals", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/pattern", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/reporters", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/schemas", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/snapshot-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/source-map", "direct": false, "version": "30.0.1", "ecosystem": "npm" }, { "name": "@jest/test-result", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/test-sequencer", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/transform", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/types", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jridgewell/gen-mapping", "direct": false, "version": "0.3.13", "ecosystem": "npm" }, { "name": "@jridgewell/remapping", "direct": false, "version": "2.3.5", "ecosystem": "npm" }, { "name": "@jridgewell/resolve-uri", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "@jridgewell/source-map", "direct": false, "version": "0.3.11", "ecosystem": "npm" }, { "name": "@jridgewell/sourcemap-codec", "direct": false, "version": "1.5.5", "ecosystem": "npm" }, { "name": "@jridgewell/trace-mapping", "direct": false, "version": "0.3.31", "ecosystem": "npm" }, { "name": "@js-sdsl/ordered-map", "direct": false, "version": "4.4.2", "ecosystem": "npm" }, { "name": "@kwsites/file-exists", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@napi-rs/wasm-runtime", "direct": false, "version": "0.2.12", "ecosystem": "npm" }, { "name": "@noble/ciphers", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "@noble/hashes", "direct": false, "version": "1.8.0", "ecosystem": "npm" }, { "name": "@pkgjs/parseargs", "direct": false, "version": "0.11.0", "ecosystem": "npm" }, { "name": "@pkgr/core", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "@playwright/test", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "@protobufjs/aspromise", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/base64", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/codegen", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "@protobufjs/eventemitter", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/fetch", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/float", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@protobufjs/inquire", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/path", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/pool", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@protobufjs/utf8", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@scarf/scarf", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "@sinclair/typebox", "direct": false, "version": "0.34.49", "ecosystem": "npm" }, { "name": "@sinonjs/commons", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "@sinonjs/fake-timers", "direct": false, "version": "15.4.0", "ecosystem": "npm" }, { "name": "@swc/helpers", "direct": false, "version": "0.5.23", "ecosystem": "npm" }, { "name": "@tybys/wasm-util", "direct": false, "version": "0.10.2", "ecosystem": "npm" }, { "name": "@types/babel__core", "direct": false, "version": "7.20.5", "ecosystem": "npm" }, { "name": "@types/babel__generator", "direct": false, "version": "7.27.0", "ecosystem": "npm" }, { "name": "@types/babel__template", "direct": false, "version": "7.4.4", "ecosystem": "npm" }, { "name": "@types/babel__traverse", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@types/docker-modem", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "@types/dockerode", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "@types/estree", "direct": false, "version": "1.0.9", "ecosystem": "npm" }, { "name": "@types/html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-coverage", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-report", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "@types/istanbul-reports", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "@types/json-schema", "direct": false, "version": "7.0.15", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "18.19.130", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "22.13.1", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "26.1.1", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "0.5.52", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "1.15.5", "ecosystem": "npm" }, { "name": "@types/ssh2-streams", "direct": false, "version": "0.1.12", "ecosystem": "npm" }, { "name": "@types/stack-utils", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "@types/yargs", "direct": false, "version": "17.0.35", "ecosystem": "npm" }, { "name": "@types/yargs-parser", "direct": false, "version": "21.0.3", "ecosystem": "npm" }, { "name": "@typescript/typescript-aix-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-loong64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-mips64el", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-riscv64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-s390x", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-sunos-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@ungap/structured-clone", "direct": false, "version": "1.3.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm-eabi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-freebsd-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-gnueabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-musleabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-ppc64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-s390x-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-wasm32-wasi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-arm64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-ia32-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-x64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ast", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/floating-point-hex-parser", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-api-error", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-buffer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-numbers", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-bytecode", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-section", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ieee754", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/leb128", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/utf8", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-edit", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-gen", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-opt", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-parser", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wast-printer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@xtuc/ieee754", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "@xtuc/long", "direct": false, "version": "4.2.2", "ecosystem": "npm" }, { "name": "abort-controller", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "acorn", "direct": false, "version": "8.17.0", "ecosystem": "npm" }, { "name": "ajv", "direct": false, "version": "8.20.0", "ecosystem": "npm" }, { "name": "ajv-formats", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "3.5.2", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ansi-escapes", "direct": false, "version": "4.3.2", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.1", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.3", "ecosystem": "npm" }, { "name": "anymatch", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "archiver", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "archiver-utils", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "argparse", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "asn1", "direct": false, "version": "0.2.6", "ecosystem": "npm" }, { "name": "async", "direct": false, "version": "3.2.6", "ecosystem": "npm" }, { "name": "async-lock", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "b4a", "direct": false, "version": "1.6.7", "ecosystem": "npm" }, { "name": "babel-jest", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "babel-plugin-istanbul", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "babel-plugin-jest-hoist", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "babel-preset-current-node-syntax", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "babel-preset-jest", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "balanced-match", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "bare-events", "direct": false, "version": "2.8.2", "ecosystem": "npm" }, { "name": "bare-fs", "direct": false, "version": "4.5.6", "ecosystem": "npm" }, { "name": "bare-os", "direct": false, "version": "3.8.0", "ecosystem": "npm" }, { "name": "bare-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "bare-stream", "direct": false, "version": "2.10.0", "ecosystem": "npm" }, { "name": "bare-url", "direct": false, "version": "2.4.0", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "0.0.8", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "1.5.1", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.10.29", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.11.3", "ecosystem": "npm" }, { "name": "bcrypt-pbkdf", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "big.js", "direct": false, "version": "5.2.2", "ecosystem": "npm" }, { "name": "bl", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "boolbase", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "1.1.14", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "brotli", "direct": false, "version": "1.3.3", "ecosystem": "npm" }, { "name": "browserify-zlib", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.2", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.7", "ecosystem": "npm" }, { "name": "bser", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "5.7.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "buffer-crc32", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "buffer-from", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "buildcheck", "direct": false, "version": "0.0.6", "ecosystem": "npm" }, { "name": "byline", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "callsites", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "camel-case", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "5.3.1", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "6.3.0", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001792", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001806", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "char-regex", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "chownr", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "chrome-trace-event", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ci-info", "direct": false, "version": "4.4.0", "ecosystem": "npm" }, { "name": "cjs-module-lexer", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "clean-css", "direct": false, "version": "5.3.3", "ecosystem": "npm" }, { "name": "cliui", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "clone", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "clone-deep", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "co", "direct": false, "version": "4.6.0", "ecosystem": "npm" }, { "name": "collect-v8-coverage", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "color-convert", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "color-name", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "14.0.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "2.20.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "compress-commons", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "concat-map", "direct": false, "version": "0.0.1", "ecosystem": "npm" }, { "name": "convert-source-map", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "copy-webpack-plugin", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "core-util-is", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "cose-base", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cpu-features", "direct": false, "version": "0.0.10", "ecosystem": "npm" }, { "name": "crc-32", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "crc32-stream", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "css-loader", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "css-select", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "css-what", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "cssesc", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "debug", "direct": false, "version": "4.4.3", "ecosystem": "npm" }, { "name": "dedent", "direct": false, "version": "1.7.2", "ecosystem": "npm" }, { "name": "deepmerge", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "detect-newline", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "dfa", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "docker-compose", "direct": false, "version": "1.4.2", "ecosystem": "npm" }, { "name": "docker-modem", "direct": false, "version": "5.0.7", "ecosystem": "npm" }, { "name": "dockerode", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "dom-converter", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "dom-serializer", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "domelementtype", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "domhandler", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "domutils", "direct": false, "version": "2.8.0", "ecosystem": "npm" }, { "name": "dot-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "eastasianwidth", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.353", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.396", "ecosystem": "npm" }, { "name": "emittery", "direct": false, "version": "0.13.1", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "9.2.2", "ecosystem": "npm" }, { "name": "emojis-list", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "end-of-stream", "direct": false, "version": "1.4.5", "ecosystem": "npm" }, { "name": "enhanced-resolve", "direct": false, "version": "5.24.3", "ecosystem": "npm" }, { "name": "entities", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "envinfo", "direct": false, "version": "7.21.0", "ecosystem": "npm" }, { "name": "error-ex", "direct": false, "version": "1.3.4", "ecosystem": "npm" }, { "name": "es-errors", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "es-module-lexer", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "escalade", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "eslint-scope", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "esprima", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "esrecurse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "5.3.0", "ecosystem": "npm" }, { "name": "event-target-shim", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "events", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "events-universal", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "execa", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "exit-x", "direct": false, "version": "0.2.2", "ecosystem": "npm" }, { "name": "expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "fast-deep-equal", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "fast-fifo", "direct": false, "version": "1.3.2", "ecosystem": "npm" }, { "name": "fast-json-stable-stringify", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "fast-uri", "direct": false, "version": "3.1.4", "ecosystem": "npm" }, { "name": "fb-watchman", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "fdir", "direct": false, "version": "6.5.0", "ecosystem": "npm" }, { "name": "file-loader", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "find-up", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "flat", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "fontkit", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "foreground-child", "direct": false, "version": "3.3.1", "ecosystem": "npm" }, { "name": "fs-constants", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fs.realpath", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "function-bind", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "gensync", "direct": false, "version": "1.0.0-beta.2", "ecosystem": "npm" }, { "name": "get-caller-file", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "get-package-type", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "get-port", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "get-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "10.5.0", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "7.2.3", "ecosystem": "npm" }, { "name": "glob-parent", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "graceful-fs", "direct": false, "version": "4.2.11", "ecosystem": "npm" }, { "name": "has-flag", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "hasown", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "he", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "html-escaper", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "html-webpack-plugin", "direct": false, "version": "5.6.8", "ecosystem": "npm" }, { "name": "htmlparser2", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "human-signals", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "icss-utils", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ieee754", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "immediate", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "import-local", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "imurmurhash", "direct": false, "version": "0.1.4", "ecosystem": "npm" }, { "name": "inflight", "direct": false, "version": "1.0.6", "ecosystem": "npm" }, { "name": "inherits", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "interpret", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "is-arrayish", "direct": false, "version": "0.2.1", "ecosystem": "npm" }, { "name": "is-core-module", "direct": false, "version": "2.16.2", "ecosystem": "npm" }, { "name": "is-extglob", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "is-fullwidth-code-point", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "is-generator-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "is-glob", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "is-plain-object", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "is-stream", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "isarray", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "isexe", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "isobject", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-coverage", "direct": false, "version": "3.2.2", "ecosystem": "npm" }, { "name": "istanbul-lib-instrument", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "istanbul-lib-report", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-source-maps", "direct": false, "version": "5.0.6", "ecosystem": "npm" }, { "name": "istanbul-reports", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "jackspeak", "direct": false, "version": "3.4.3", "ecosystem": "npm" }, { "name": "jest", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-changed-files", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-circus", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-cli", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-config", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-diff", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-docblock", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-each", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-environment-node", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-haste-map", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-junit", "direct": false, "version": "17.0.0", "ecosystem": "npm" }, { "name": "jest-leak-detector", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-matcher-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-message-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-mock", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-pnp-resolver", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "jest-regex-util", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-resolve", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-resolve-dependencies", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runner", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runtime", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-snapshot", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-validate", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-watcher", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "27.5.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "js-md5", "direct": false, "version": "0.8.3", "ecosystem": "npm" }, { "name": "js-tokens", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "js-yaml", "direct": false, "version": "3.14.2", "ecosystem": "npm" }, { "name": "jsesc", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "json-parse-even-better-errors", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "json-schema-traverse", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "json5", "direct": false, "version": "2.2.3", "ecosystem": "npm" }, { "name": "kind-of", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "layout-base", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "lazystream", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "leven", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "lie", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "linebreak", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "lines-and-columns", "direct": false, "version": "1.2.4", "ecosystem": "npm" }, { "name": "loader-utils", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "locate-path", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "lodash", "direct": false, "version": "4.18.1", "ecosystem": "npm" }, { "name": "lodash.camelcase", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "long", "direct": false, "version": "5.3.2", "ecosystem": "npm" }, { "name": "lower-case", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "10.4.3", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "make-dir", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "makeerror", "direct": false, "version": "1.0.12", "ecosystem": "npm" }, { "name": "merge-stream", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.52.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.54.0", "ecosystem": "npm" }, { "name": "mime-types", "direct": false, "version": "2.1.35", "ecosystem": "npm" }, { "name": "mimic-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "3.1.5", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "5.1.9", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "9.0.9", "ecosystem": "npm" }, { "name": "minimizer-webpack-plugin", "direct": false, "version": "5.6.1", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.2", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.3", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "mkdirp-classic", "direct": false, "version": "0.5.3", "ecosystem": "npm" }, { "name": "ms", "direct": false, "version": "2.1.3", "ecosystem": "npm" }, { "name": "nan", "direct": false, "version": "2.22.2", "ecosystem": "npm" }, { "name": "nanoid", "direct": false, "version": "3.3.16", "ecosystem": "npm" }, { "name": "napi-postinstall", "direct": false, "version": "0.3.4", "ecosystem": "npm" }, { "name": "natural-compare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "neo-async", "direct": false, "version": "2.6.2", "ecosystem": "npm" }, { "name": "neo4j-driver-bolt-connection", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "neo4j-driver-core", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "no-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "node-int64", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.38", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.51", "ecosystem": "npm" }, { "name": "normalize-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "npm-run-path", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "nth-check", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "once", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "onetime", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "p-locate", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "p-try", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "package-json-from-dist", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "1.0.11", "ecosystem": "npm" }, { "name": "param-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "parse-json", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "pascal-case", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "path-exists", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "path-is-absolute", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "path-parse", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "path-scurry", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "pdfkit", "direct": false, "version": "0.19.1", "ecosystem": "npm" }, { "name": "pg-cloudflare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "pg-connection-string", "direct": false, "version": "2.14.0", "ecosystem": "npm" }, { "name": "pg-int8", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pg-pool", "direct": false, "version": "3.14.0", "ecosystem": "npm" }, { "name": "pg-protocol", "direct": false, "version": "1.15.0", "ecosystem": "npm" }, { "name": "pg-types", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "pgpass", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "picocolors", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.5", "ecosystem": "npm" }, { "name": "pirates", "direct": false, "version": "4.0.7", "ecosystem": "npm" }, { "name": "pkg-dir", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "playwright", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "playwright-core", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "png-js", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "postcss", "direct": false, "version": "8.5.23", "ecosystem": "npm" }, { "name": "postcss-modules-extract-imports", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "postcss-modules-local-by-default", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postcss-modules-scope", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "postcss-modules-values", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "postcss-selector-parser", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "postcss-value-parser", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postgres-array", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "postgres-bytea", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "postgres-date", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "postgres-interval", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "pretty-error", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "pretty-format", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "process", "direct": false, "version": "0.11.10", "ecosystem": "npm" }, { "name": "process-nextick-args", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "proper-lockfile", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "properties-reader", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "protobufjs", "direct": false, "version": "7.6.1", "ecosystem": "npm" }, { "name": "pump", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "pure-rand", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "18.3.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "19.2.6", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "2.3.8", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "3.6.2", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "4.7.0", "ecosystem": "npm" }, { "name": "readdir-glob", "direct": false, "version": "1.1.3", "ecosystem": "npm" }, { "name": "rechoir", "direct": false, "version": "0.8.0", "ecosystem": "npm" }, { "name": "relateurl", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "renderkid", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "require-directory", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "require-from-string", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "resolve", "direct": false, "version": "1.22.12", "ecosystem": "npm" }, { "name": "resolve-cwd", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "resolve-from", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "restructure", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "retry", "direct": false, "version": "0.12.0", "ecosystem": "npm" }, { "name": "rxjs", "direct": false, "version": "7.8.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.2.1", "ecosystem": "npm" }, { "name": "safer-buffer", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "sax", "direct": false, "version": "1.6.1", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "4.3.3", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "6.3.1", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.0", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.5", "ecosystem": "npm" }, { "name": "serialize-javascript", "direct": false, "version": "7.0.7", "ecosystem": "npm" }, { "name": "setimmediate", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "shallow-clone", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "shebang-command", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "shebang-regex", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "3.0.7", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "slash", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "source-map", "direct": false, "version": "0.6.1", "ecosystem": "npm" }, { "name": "source-map-js", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.13", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.21", "ecosystem": "npm" }, { "name": "split-ca", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "split2", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "sprintf-js", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "ssh-remote-port-forward", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ssh2", "direct": false, "version": "1.16.0", "ecosystem": "npm" }, { "name": "stack-utils", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "streamx", "direct": false, "version": "2.25.0", "ecosystem": "npm" }, { "name": "string-length", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "4.2.3", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.1.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "strip-bom", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "strip-final-newline", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "strip-json-comments", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "style-loader", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "8.1.1", "ecosystem": "npm" }, { "name": "supports-preserve-symlinks-flag", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "synckit", "direct": false, "version": "0.11.12", "ecosystem": "npm" }, { "name": "tapable", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "2.1.4", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "3.1.7", "ecosystem": "npm" }, { "name": "teex", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "terser", "direct": false, "version": "5.49.0", "ecosystem": "npm" }, { "name": "test-exclude", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "testcontainers", "direct": false, "version": "12.0.4", "ecosystem": "npm" }, { "name": "text-decoder", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "tiny-inflate", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "tinyglobby", "direct": false, "version": "0.2.17", "ecosystem": "npm" }, { "name": "tmp", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "tmpl", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "tslib", "direct": false, "version": "2.8.1", "ecosystem": "npm" }, { "name": "tweetnacl", "direct": false, "version": "0.14.5", "ecosystem": "npm" }, { "name": "type-detect", "direct": false, "version": "4.0.8", "ecosystem": "npm" }, { "name": "type-fest", "direct": false, "version": "0.21.3", "ecosystem": "npm" }, { "name": "typescript", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "undici", "direct": false, "version": "8.5.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "5.26.5", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "6.20.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "unicode-properties", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "unicode-trie", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "unrs-resolver", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "update-browserslist-db", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "url-loader", "direct": false, "version": "4.1.1", "ecosystem": "npm" }, { "name": "util-deprecate", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "utila", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "uuid", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "v8-to-istanbul", "direct": false, "version": "9.3.0", "ecosystem": "npm" }, { "name": "walker", "direct": false, "version": "1.0.8", "ecosystem": "npm" }, { "name": "watchpack", "direct": false, "version": "2.5.2", "ecosystem": "npm" }, { "name": "webpack", "direct": false, "version": "5.109.0", "ecosystem": "npm" }, { "name": "webpack-cli", "direct": false, "version": "7.2.1", "ecosystem": "npm" }, { "name": "webpack-merge", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "webpack-sources", "direct": false, "version": "3.5.1", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "wildcard", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "8.1.0", "ecosystem": "npm" }, { "name": "wrappy", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "write-file-atomic", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "xml", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "xmldoc", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "xtend", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "y18n", "direct": false, "version": "5.0.8", "ecosystem": "npm" }, { "name": "yallist", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "yaml", "direct": false, "version": "2.8.3", "ecosystem": "npm" }, { "name": "yargs", "direct": false, "version": "17.7.2", "ecosystem": "npm" }, { "name": "yargs-parser", "direct": false, "version": "21.1.1", "ecosystem": "npm" }, { "name": "yocto-queue", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "zip-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "JunitXml.TestLogger", "direct": false, "version": "8.0.0", "ecosystem": "nuget" }, { "name": "Microsoft.NET.Test.Sdk", "direct": false, "version": "18.5.1", "ecosystem": "nuget" }, { "name": "Neo4j.Driver", "direct": false, "version": "6.2.1", "ecosystem": "nuget" }, { "name": "Npgsql", "direct": false, "version": "10.0.2", "ecosystem": "nuget" }, { "name": "Testcontainers", "direct": false, "version": "4.11.0", "ecosystem": "nuget" }, { "name": "xunit", "direct": false, "version": "2.9.3", "ecosystem": "nuget" }, { "name": "xunit.runner.visualstudio", "direct": false, "version": "2.8.2", "ecosystem": "nuget" }, { "name": "bandit", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "build", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "jpype1", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "numpy", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "py7zr", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "pyyaml", "direct": false, "version": "6.0.2", "ecosystem": "pypi" }, { "name": "setuptools", "direct": false, "version": null, "ecosystem": "pypi" } ], "collected": true, "truncated": false, "total_count": 873, "direct_count": 125, "indirect_count": 748 } }, "maintainership": { "issues": { "open_prs": 24, "merged_prs": 2687, "open_issues": 54, "closed_ratio": 0.975, "closed_issues": 2108, "closed_unmerged_prs": 316 }, "bus_factor": 1, "bot_contributors": 5, "top_contributors": [ { "type": "User", "login": "lvca", "commits": 3712, "avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4" }, { "type": "User", "login": "robfrank", "commits": 646, "avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4" }, { "type": "User", "login": "gramian", "commits": 159, "avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4" }, { "type": "User", "login": "arcade-player", "commits": 122, "avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4" }, { "type": "User", "login": "antarcticgiraffe", "commits": 36, "avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4" }, { "type": "User", "login": "actions-user", "commits": 27, "avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4" }, { "type": "User", "login": "ExtReMLapin", "commits": 23, "avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4" }, { "type": "User", "login": "tae898", "commits": 19, "avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4" }, { "type": "User", "login": "justinblethrow-cloud", "commits": 16, "avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4" }, { "type": "User", "login": "snyk-bot", "commits": 14, "avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4" } ], "contributors_sampled": 41, "top_contributor_share": 0.767 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "benchmark-tests.yml", "bolt-conformance-spec.yml", "bolt-nightly.yml", "claude-code-review.yml", "claude.yml", "ha-resilience-tests.yml", "license-compliance.yml", "load-tests.yml", "meterian.yml", "mvn-deploy.yml", "mvn-release.yml", "mvn-test.yml", "native-image.yml", "sponsor-priority.yml", "studio-security-audit.yml", "test-python-bindings.yml", "test-python-examples.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "security_signals": { "lockfiles": [ "go.sum", "package-lock.json" ], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 10, "reason": "no binaries found in the repo", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 9, "reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests" }, { "name": "CII-Best-Practices", "score": 0, "reason": "no effort to earn an OpenSSF best practices badge detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices" }, { "name": "Code-Review", "score": 0, "reason": "Found 1/30 approved changesets -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 10, "reason": "project has 13 contributing companies or organizations", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors" }, { "name": "Dangerous-Workflow", "score": 10, "reason": "no dangerous workflow patterns detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow" }, { "name": "Dependency-Update-Tool", "score": 10, "reason": "update tool detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool" }, { "name": "Fuzzing", "score": 0, "reason": "project is not fuzzed", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing" }, { "name": "License", "score": 10, "reason": "license file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license" }, { "name": "Maintained", "score": 10, "reason": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained" }, { "name": "Packaging", "score": 10, "reason": "packaging workflow detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging" }, { "name": "Pinned-Dependencies", "score": 8, "reason": "dependency not pinned by hash detected -- score normalized to 8", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 9, "reason": "SAST tool detected but not run on all commits", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast" }, { "name": "Security-Policy", "score": 10, "reason": "security policy file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy" }, { "name": "Signed-Releases", "score": 1, "reason": "1 out of the last 5 releases have a total of 1 signed artifacts.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 0, "reason": "11 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f", "ran_at": "2026-07-29T01:28:33Z", "aggregate_score": 5.6, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": true, "has_dependabot_config": true }, "contribution_flow": { "collected": true, "ci_last_run_at": "2026-07-29T01:04:53Z", "oldest_open_prs": [ { "number": 1188, "created_at": "2023-07-26T17:27:58Z", "last_comment_at": "2024-01-14T23:55:20Z", "last_comment_author": "lvca" }, { "number": 1934, "created_at": "2025-01-25T07:06:58Z", "last_comment_at": "2025-07-04T05:03:02Z", "last_comment_author": "lvca" }, { "number": 2059, "created_at": "2025-03-12T15:42:54Z", "last_comment_at": "2025-03-12T17:16:11Z", "last_comment_author": "ExtReMLapin" }, { "number": 2554, "created_at": "2025-09-23T21:01:19Z", "last_comment_at": "2025-09-23T21:25:14Z", "last_comment_author": "codacy-production" }, { "number": 2561, "created_at": "2025-09-28T07:53:52Z", "last_comment_at": "2025-09-28T08:23:34Z", "last_comment_author": "codacy-production" }, { "number": 2778, "created_at": "2025-11-15T14:14:27Z", "last_comment_at": "2025-11-15T20:19:59Z", "last_comment_author": "codacy-production" }, { "number": 3235, "created_at": "2026-01-25T10:13:09Z", "last_comment_at": "2026-01-28T19:17:09Z", "last_comment_author": "lvca" }, { "number": 3895, "created_at": "2026-04-18T15:16:41Z", "last_comment_at": "2026-04-22T08:51:12Z", "last_comment_author": "ExtReMLapin" }, { "number": 4007, "created_at": "2026-04-27T21:49:19Z", "last_comment_at": "2026-04-27T22:34:24Z", "last_comment_author": "codecov" }, { "number": 4904, "created_at": "2026-07-02T17:34:12Z", "last_comment_at": "2026-07-02T17:40:10Z", "last_comment_author": "codacy-production" }, { "number": 4969, "created_at": "2026-07-04T15:24:11Z", "last_comment_at": "2026-07-12T10:56:25Z", "last_comment_author": "github-actions" }, { "number": 5078, "created_at": "2026-07-07T05:06:00Z", "last_comment_at": "2026-07-09T15:48:49Z", "last_comment_author": "lvca" }, { "number": 5200, "created_at": "2026-07-10T09:22:47Z", "last_comment_at": "2026-07-10T09:59:01Z", "last_comment_author": "claude" }, { "number": 5300, "created_at": "2026-07-15T16:09:45Z", "last_comment_at": "2026-07-17T10:19:29Z", "last_comment_author": "codacy-production" }, { "number": 5312, "created_at": "2026-07-17T07:18:53Z", "last_comment_at": "2026-07-17T07:20:17Z", "last_comment_author": "codacy-production" }, { "number": 5323, "created_at": "2026-07-18T19:24:08Z", "last_comment_at": "2026-07-20T10:54:06Z", "last_comment_author": "github-actions" }, { "number": 5355, "created_at": "2026-07-20T17:37:29Z", "last_comment_at": "2026-07-20T17:38:34Z", "last_comment_author": "codacy-production" }, { "number": 5504, "created_at": "2026-07-28T16:48:07Z", "last_comment_at": "2026-07-28T17:45:03Z", "last_comment_author": "codecov" }, { "number": 5506, "created_at": "2026-07-28T17:38:45Z", "last_comment_at": "2026-07-28T18:54:08Z", "last_comment_author": "codecov" }, { "number": 5510, "created_at": "2026-07-28T20:55:01Z", "last_comment_at": "2026-07-28T20:55:56Z", "last_comment_author": "codacy-production" } ], "last_merged_pr_at": "2026-07-28T20:37:01Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 1992, "created_at": "2025-02-15T06:41:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2120, "created_at": "2025-04-02T13:18:53Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2346, "created_at": "2025-07-12T17:06:16Z", "last_comment_at": "2025-11-07T22:11:26Z", "last_comment_author": "lvca" }, { "number": 2777, "created_at": "2025-11-15T14:13:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3157, "created_at": "2026-01-16T12:33:31Z", "last_comment_at": "2026-01-16T14:09:28Z", "last_comment_author": "robfrank" }, { "number": 3480, "created_at": "2026-02-18T10:03:48Z", "last_comment_at": "2026-03-20T06:44:17Z", "last_comment_author": "gramian" }, { "number": 3816, "created_at": "2026-04-10T14:54:54Z", "last_comment_at": "2026-04-15T18:39:40Z", "last_comment_author": "lvca" }, { "number": 3890, "created_at": "2026-04-17T17:48:13Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3970, "created_at": "2026-04-23T16:20:58Z", "last_comment_at": "2026-04-24T19:45:53Z", "last_comment_author": "odysseaspenta" }, { "number": 3993, "created_at": "2026-04-27T09:15:11Z", "last_comment_at": "2026-05-11T18:08:11Z", "last_comment_author": "lvca" }, { "number": 4085, "created_at": "2026-05-05T17:15:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4416, "created_at": "2026-05-29T18:35:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4531, "created_at": "2026-06-08T22:23:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4537, "created_at": "2026-06-10T19:45:14Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4641, "created_at": "2026-06-15T15:50:00Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4859, "created_at": "2026-07-02T10:16:23Z", "last_comment_at": "2026-07-24T06:12:18Z", "last_comment_author": "robfrank" }, { "number": 4866, "created_at": "2026-07-02T10:17:41Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4869, "created_at": "2026-07-02T11:45:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4870, "created_at": "2026-07-02T11:46:17Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4871, "created_at": "2026-07-02T11:46:37Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/ArcadeData/arcadedb", "host": "github.com", "name": "arcadedb", "owner": "ArcadeData" }, "metrics": { "overall": { "key": "overall", "band": "good", "name": "Overall health", "note": null, "notes": [], "value": 79, "inputs": { "security": 60, "vitality": 96, "community": 79, "governance": 68, "engineering": 91 }, "components": [] }, "categories": [ { "key": "vitality", "band": "excellent", "name": "Vitality", "value": 96, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "excellent", "name": "Development activity", "note": null, "notes": [], "value": 100, "inputs": { "commits_last_year": 4382, "human_commit_share": 0.62, "days_since_last_push": 0, "active_weeks_last_year": 52 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 0 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 0 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "52/52 weeks with commits", "points": 36, "status": "met", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 52 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "4382 commits in the last year", "points": 18, "status": "met", "details": [ { "code": "commits_last_year", "params": { "count": 4382 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": null, "notes": [], "value": 91, "inputs": { "releases_count": 58, "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "58 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 58 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 11 days ago", "points": 36, "status": "met", "details": [ { "code": "release_recency", "params": { "days": 11 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~19.4 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 19.4 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 1, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "abandonment", "band": "excellent", "name": "Abandonment", "note": null, "notes": [], "value": 100, "inputs": { "cap": null, "state": "maintained", "guards": [], "signals": [], "red_flag": false, "multiplier_pct": 100, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": null, "unanswered_open_issues": null, "days_since_last_merged_pr": null, "days_since_last_human_commit": 0, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 0 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 0 } } ], "max_points": 100 } ] } ], "description": "Is the project alive — is code being written and are releases shipping?" }, { "key": "community", "band": "good", "name": "Community & Adoption", "value": 79, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "good", "name": "Popularity & adoption", "note": null, "notes": [], "value": 73, "inputs": { "forks": 125, "stars": 1047, "watchers": 15, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "1,047 stars", "points": 49, "status": "partial", "details": [ { "code": "stars", "params": { "count": 1047 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "125 forks", "points": 17.4, "status": "partial", "details": [ { "code": "forks", "params": { "count": 125 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "15 watchers", "points": 6.4, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 15 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "excellent", "name": "Community health", "note": null, "notes": [], "value": 85, "inputs": { "has_readme": true, "has_license": true, "has_contributing": true, "has_issue_template": true, "has_code_of_conduct": false, "has_pull_request_template": true }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "recognized license (Apache-2.0)", "points": 22.5, "status": "met", "details": [ { "code": "license_standard", "params": {} }, { "code": "license_spdx", "params": { "spdx": "Apache-2.0" } } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 18, "status": "met", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 13.5 }, { "key": "issue_template", "name": "Issue template", "detail": null, "points": 7.2, "status": "met", "details": [], "max_points": 7.2 }, { "key": "pr_template", "name": "PR template", "detail": null, "points": 6.3, "status": "met", "details": [], "max_points": 6.3 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 68, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "at_risk", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 38, "inputs": { "bus_factor": 1, "contributors_sampled": 41, "top_contributor_share": 0.767 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "1 contributor(s) cover half of all commits", "points": 9, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 1 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 77% of commits", "points": 5.2, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 77 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "41 contributors", "points": 13.5, "status": "met", "details": [ { "code": "contributors_sampled", "params": { "count": 41 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 13 contributing companies or organizations", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 80, "inputs": { "merged_prs": 2687, "open_issues": 54, "closed_issues": 2108, "issue_closed_ratio": 0.975, "closed_unmerged_prs": 316 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "98% of issues closed", "points": 45.6, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 98 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "2687/3003 decided PRs merged", "points": 34.2, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 2687, "decided": 3003 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 1/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": null, "notes": [], "value": 65, "inputs": { "followers": 46, "owner_type": "Organization", "is_verified": null, "owner_login": "ArcadeData", "public_repos": 28, "account_age_days": 3228 }, "components": [ { "key": "ownership_backing", "name": "Ownership backing", "detail": "organization-owned", "points": 30, "status": "met", "details": [ { "code": "owner_organization", "params": {} } ], "max_points": 30 }, { "key": "verified_domain", "name": "Verified domain", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "owner_reach", "name": "Owner reach", "detail": "46 followers of ArcadeData", "points": 12, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 46, "login": "ArcadeData" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "28 public repos, account ~8 yr old", "points": 22.6, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 28 } }, { "code": "account_age_years", "params": { "years": 8 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 100, "inputs": { "packages": [ "com.arcadedb:arcadedb-bolt", "com.arcadedb:arcadedb-grpc", "com.arcadedb:arcadedb-grpcw", "com.arcadedb:arcadedb-engine", "com.arcadedb:arcadedb-redisw" ], "ecosystems": "maven", "any_deprecated": false, "min_days_since_publish": 11 }, "components": [ { "key": "published_resolvable", "name": "Published & resolvable", "detail": "5 package(s) on maven", "points": 25, "status": "met", "details": [ { "code": "packages_published", "params": { "count": 5, "ecosystems": "maven" } } ], "max_points": 25 }, { "key": "publish_recency", "name": "Publish recency", "detail": "latest publish 11 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 11 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "60 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 60 } } ], "max_points": 20 }, { "key": "not_deprecated", "name": "Not deprecated", "detail": "active, not deprecated or yanked", "points": 20, "status": "met", "details": [ { "code": "package_not_deprecated", "params": {} } ], "max_points": 20 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "excellent", "name": "Engineering Quality", "value": 91, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "excellent", "name": "Engineering practices", "note": null, "notes": [], "value": 92, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "17 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 17 } } ], "max_points": 24 }, { "key": "tests_present", "name": "Tests present", "detail": null, "points": 24, "status": "met", "details": [], "max_points": 24 }, { "key": "linter_config", "name": "Linter config", "detail": null, "points": 16, "status": "met", "details": [], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 9.6, "status": "met", "details": [], "max_points": 9.6 }, { "key": "editorconfig", "name": ".editorconfig", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.4 }, { "key": "openssf_scorecard_ci_tests", "name": "OpenSSF Scorecard: CI-Tests", "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 18, "status": "partial", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "excellent", "name": "Documentation", "note": null, "notes": [], "value": 90, "inputs": { "topics": [ "database", "dbms", "multi-model", "graph", "document", "time-series", "key-value", "embedded", "docker", "kubernetes", "k8s", "distributed", "arcadedb", "orientdb", "search-engine", "similarity-search", "vector-database", "vector-search" ], "has_wiki": false, "homepage": "https://arcadedb.com", "has_readme": true, "has_docs_dir": true, "has_description": true }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 30, "status": "met", "details": [], "max_points": 30 }, { "key": "documentation_directory", "name": "Documentation directory", "detail": null, "points": 25, "status": "met", "details": [], "max_points": 25 }, { "key": "documentation_homepage_site", "name": "Documentation / homepage site", "detail": "https://arcadedb.com", "points": 15, "status": "met", "details": [], "max_points": 15 }, { "key": "repository_description", "name": "Repository description", "detail": null, "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "topics", "name": "Topics", "detail": "18 topics", "points": 10, "status": "met", "details": [ { "code": "topics_count", "params": { "count": 18 } } ], "max_points": 10 }, { "key": "wiki", "name": "Wiki", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 } ] } ], "description": "Are baseline engineering and documentation practices in place?" }, { "key": "security", "band": "moderate", "name": "Security", "value": 60, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "moderate", "name": "Security posture", "note": null, "notes": [], "value": 56, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 18, "scorecard_version": "v5.5.0", "checks_inconclusive": 0, "scorecard_aggregate": 5.6 }, "components": [ { "key": "binary_artifacts", "name": "Binary-Artifacts", "detail": "no binaries found in the repo", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "branch_protection", "name": "Branch-Protection", "detail": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 2.2, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "cii_best_practices", "name": "CII-Best-Practices", "detail": "no effort to earn an OpenSSF best practices badge detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "code_review", "name": "Code-Review", "detail": "Found 1/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 13 contributing companies or organizations", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "dangerous_workflow", "name": "Dangerous-Workflow", "detail": "no dangerous workflow patterns detected", "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "dependency_update_tool", "name": "Dependency-Update-Tool", "detail": "update tool detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "fuzzing", "name": "Fuzzing", "detail": "project is not fuzzed", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "license", "name": "License", "detail": "license file detected", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "maintained", "name": "Maintained", "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 8", "points": 4, "status": "partial", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool detected but not run on all commits", "points": 4.5, "status": "partial", "details": [], "max_points": 5 }, { "key": "security_policy", "name": "Security-Policy", "detail": "security policy file detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "signed_releases", "name": "Signed-Releases", "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 0.8, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "11 existing vulnerabilities detected", "points": 0, "status": "missed", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "good", "name": "Dependency advisories", "note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.", "notes": [ { "code": "advisories_scope_published", "params": { "package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "assessed": 69 } }, { "code": "advisories_reachability", "params": {} } ], "value": 76, "inputs": { "source": "osv", "advisories": 12, "affected_packages": 3, "assessed_packages": 69, "unassessed_packages": 0, "affected_by_severity": "high 2, moderate 1", "direct_affected_packages": 0 }, "components": [ { "key": "direct_dependencies_free_of_known_advisories", "name": "Direct dependencies free of known advisories", "detail": "no direct dependency carries a known advisory", "points": 35, "status": "met", "details": [ { "code": "no_direct_advisories", "params": {} } ], "max_points": 35 }, { "key": "indirect_dependencies_free_of_known_advisories", "name": "Indirect dependencies free of known advisories", "detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)", "points": 6.6, "status": "partial", "details": [ { "code": "advisories_affected", "params": { "count": 3, "packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)" } } ], "max_points": 25 }, { "key": "no_advisories_left_outstanding", "name": "No advisories left outstanding", "detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago", "points": 34.9, "status": "partial", "details": [ { "code": "advisories_stale", "params": { "days": 90, "count": 1, "oldest": 126 } } ], "max_points": 40 } ] }, { "key": "malicious_dependencies", "band": "excellent", "name": "Malicious dependencies", "note": null, "notes": [], "value": 100, "inputs": { "source": "osv", "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored", "packages": [], "red_flag": false, "assessed_packages": 69, "malicious_packages": 0, "direct_malicious_packages": 0, "withdrawn_malicious_packages": 0, "installable_malicious_packages": 0 }, "components": [ { "key": "no_dependency_reported_as_a_malicious_package", "name": "No dependency reported as a malicious package", "detail": "no dependency is reported as a malicious package", "points": 100, "status": "met", "details": [ { "code": "no_malicious_dependencies", "params": {} } ], "max_points": 100 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "excellent", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 10 }, "components": [ { "key": "policy_exposure_multiplier", "name": "Policy exposure multiplier", "detail": "no confirmed policy-scope location match", "points": 100, "status": "met", "details": [ { "code": "jurisdiction_no_match", "params": {} } ], "max_points": 100 } ] } ], "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?" }, { "key": "ai_readiness", "band": "excellent", "name": "AI Readiness", "value": 86, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "excellent", "name": "Agent context & guidance", "note": null, "notes": [], "value": 85, "inputs": { "has_llms_txt": false, "legible_history_share": 0.984, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md", "points": 45, "status": "met", "details": [ { "code": "file_list", "params": { "files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md" } } ], "max_points": 45 }, { "key": "machine_readable_docs_llms_txt", "name": "Machine-readable docs (llms.txt)", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 15 }, { "key": "legible_commit_history", "name": "Legible commit history", "detail": "61 of 62 human commits state their intent (structured subject or explanatory body)", "points": 40, "status": "met", "details": [ { "code": "legible_history", "params": { "legible": 61, "sampled": 62 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "good", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 83, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [ "go.sum", "package-lock.json" ], "has_dockerfile": true, "typed_language": true, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": true, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "agent_commit_share": 0, "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "dependency_bot_commit_share": 0.14 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)", "points": 12.6, "status": "partial", "details": [ { "code": "toolchain_convention", "params": { "files": "bolt/pom.xml, console/pom.xml, coverage/pom.xml" } } ], "max_points": 18 }, { "key": "automated_tests", "name": "Automated tests", "detail": null, "points": 22, "status": "met", "details": [], "max_points": 22 }, { "key": "lint_format_config", "name": "Lint / format config", "detail": null, "points": 11, "status": "met", "details": [], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": "e2e-studio/tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "e2e-studio/tsconfig.json" } } ], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": "Dockerfile, lockfile", "points": 10, "status": "met", "details": [ { "code": "file_list", "params": { "files": "Dockerfile, lockfile" } } ], "max_points": 10 }, { "key": "demonstrated_agent_practice", "name": "Demonstrated agent practice", "detail": "no agent-authored commits among the last 100", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 100 } } ], "max_points": 10 }, { "key": "automated_maintenance", "name": "Automated maintenance", "detail": "14 of the last 100 commits are automated dependency updates", "points": 8, "status": "met", "details": [ { "code": "dependency_bot_commits", "params": { "count": 14, "sampled": 100 } } ], "max_points": 8 }, { "key": "openssf_scorecard_pinned_dependencies", "name": "OpenSSF Scorecard: Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 8", "points": 8, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 99, "inputs": { "primary_language": "Java", "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "Java (statically typed)", "points": 45, "status": "met", "details": [ { "code": "statically_typed_language", "params": { "language": "Java" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "58/4250 source files over 60KB", "points": 54.2, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 4250, "oversized": 58 } } ], "max_points": 55 } ] }, { "key": "ai_interfaces", "band": "good", "name": "Machine-readable interfaces", "note": null, "notes": [], "value": 80, "inputs": { "example_dirs": [ "examples" ], "has_mcp_signal": false, "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ] }, "components": [ { "key": "api_schema_openapi_graphql_proto", "name": "API schema (OpenAPI/GraphQL/proto)", "detail": "grpc/src/main/proto/arcadedb-server.proto", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "grpc/src/main/proto/arcadedb-server.proto" } } ], "max_points": 40 }, { "key": "mcp_server", "name": "MCP server", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "runnable_examples", "name": "Runnable examples", "detail": "examples", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "examples" } } ], "max_points": 40 } ] } ], "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score." } ], "metrics_version": "1.13.0" }, "warnings": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry", "Could not fetch go package 'arcadedb.com/e2e-go' from its registry", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry" ], "report_type": "repository", "generated_at": "2026-07-29T01:28:59.681163Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg", "full_name": "ArcadeData/arcadedb", "license_state": "standard", "license_spdx": "Apache-2.0" }, "repoMeta": null, "notFound": false, "related": [ { "id": 17636, "full_name": "weaviate/weaviate", "url": "https://github.com/weaviate/weaviate", "description": "Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "search-engine", "semantic-search", "semantic-search-engine", "vector-search", "vector-search-engine", "vector-database", "approximate-nearest-neighbor-search", "image-search", "hnsw", "information-retrieval", "mlops", "nearest-neighbor-search", "neural-search", "recommender-system", "similarity-search", "vectors", "generative-search", "hybrid-search", "weaviate", "grpc" ], "license_spdx": "BSD-3-Clause", "license_state": "standard", "stars": 16606, "forks": 1350, "watchers": 138, "monthly_downloads": null, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-17T18:24:59.789342Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 16084, "full_name": "valkey-io/valkey-glide", "url": "https://github.com/valkey-io/valkey-glide", "description": "An open source Valkey client library that supports Valkey, and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python", "ecosystem": "npm", "ecosystems": [ "npm", "go", "crates", "maven", "pypi" ], "primary_language": "Java", "languages": [ "Java", "Python", "Rust", "Go", "TypeScript" ], "topics": [ "cache", "fault-tolerance", "golang", "java", "javascript", "kotlin", "nodejs", "open-source", "performance", "python", "reliability", "rust", "typescript", "valkey", "valkey-client", "database", "key-value", "csharp", "pubsub", "scala", "redis", "client", "driver", "napi", "cross-platform", "cluster", "standalone", "high-availability", "fault-tolerant", "distributed", "scalable", "resilient", "valkey-glide" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 767, "forks": 168, "watchers": 12, "monthly_downloads": 1695966, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-24T13:54:33.733944Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 39573, "full_name": "authelia/authelia", "url": "https://github.com/authelia/authelia", "description": "The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™", "ecosystem": "go", "ecosystems": [ "go", "npm" ], "primary_language": "Go", "languages": [ "Go", "TypeScript" ], "topics": [ "totp", "ldap", "sso-authentication", "yubikey", "two-factor-authentication", "docker", "kubernetes", "sso", "multifactor", "push-notifications", "mfa", "two-factor", "authentication", "security", "golang", "2fa", "oauth2", "openid-connect", "webauthn", "passkeys" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 28362, "forks": 1447, "watchers": 164, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-25T04:42:51.544923Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 27143, "full_name": "cilium/cilium", "url": "https://github.com/cilium/cilium", "description": "eBPF-based Networking, Security, and Observability", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go", "C" ], "topics": [ "containers", "bpf", "security", "kubernetes", "kubernetes-networking", "cni", "kernel", "loadbalancing", "monitoring", "troubleshooting", "xdp", "ebpf", "k8s", "observability", "networking", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 24763, "forks": 3916, "watchers": 309, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T23:04:08.158825Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 29140, "full_name": "rook/rook", "url": "https://github.com/rook/rook", "description": "Storage Orchestration for Kubernetes", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "storage", "kubernetes", "ceph", "storage-cluster", "docker", "cloud-native", "etcd", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 13581, "forks": 2837, "watchers": 264, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T19:30:09.728548Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 41410, "full_name": "containerd/containerd", "url": "https://github.com/containerd/containerd", "description": "An open and reliable container runtime", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "containerd", "oci", "containers", "docker", "cncf", "cri", "kubernetes", "hacktoberfest" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 21023, "forks": 4035, "watchers": 322, "monthly_downloads": null, "latest_score": 90, "latest_band": "excellent", "latest_scanned_at": "2026-07-26T07:48:50.287987Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" } ] } }
Öffentliches Register
Software-GesundheitsberichtSchema 0.27.0 · Metriken 1.13.0 · 2026-07-29 01:28 UTC

ArcadeData / arcadedb

ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.

JavaApache-2.0★ 1.047 Sterne⑂ 125 Forksseit Aug. 2021Auf GitHub ansehen ↗

ArcadeData/arcadedb erreicht einen Gesundheitsindex von 79 von 100 und liegt damit im Bereich Gut. Am stärksten schneidet es bei Vitality (96/100) ab, am schwächsten bei Security (60/100). Zuletzt heute aktualisiert. Ein einzelner Mitwirkender trägt den Großteil der jüngsten Arbeit.

79
gesamt / 100
Gut

Software-Gesundheitsindex

Metriken werden auf einer Skala von 1–100 in gewichtete Kategorien gruppiert. Der Gesamtwert beginnt als ihr Mittel; sobald öffentliche Evidenz die Richtlinie für Hochrisikojurisdiktionen auslöst, wird die Bewertung angepasst und erhält die Obergrenze 49 (Gefährdet). AI Readiness liegt außerhalb.

79
Exzellent85-100Vorbildlich; erfüllt im Wesentlichen alle geprüften Kriterien
Gut70-84Gesund; geringfügige Lücken
Mittel50-69Akzeptabel mit deutlichen Lücken; Überprüfung empfohlen
Gefährdet30-49Erhebliche Schwächen; eine Übernahme erfordert Vorsicht
Kritisch1-29Schwerwiegende Probleme (aufgegeben, nur ein Maintainer, keine Hygiene)
VitalitätCommunity &VerbreitungNachhaltigkeit &GovernanceEngineering-QualitätSicherheitAI Readiness

Bewertungsprofil

Jede Achse ist eine Kategorie. Die Form zählt mehr als der Durchschnitt — ein gesundes Projekt füllt die gesamte Fläche, während ein Profil aus Spitzen und Kratern bedeutet, dass Stärke in einer Dimension Risiken in einer anderen verdeckt.

Eigentümerschaft

Arcade DataOrganisation
46 Follower28 öffentliche Reposseit Sept. 2017

Dieses Repository wird von einer Organisation getragen — geteilte, rechenschaftspflichtige Trägerschaft, die jeden einzelnen Maintainer überdauern kann.

Paket-Ökosysteme

RegistryPaketVersionDownloads / MonatVersionenZuletzt veröffentlicht
Mavencom.arcadedb:arcadedb-bolt26.7.3-10vor 11 Tagen
Mavencom.arcadedb:arcadedb-grpc26.7.3-15vor 11 Tagen
Mavencom.arcadedb:arcadedb-grpcw26.7.3-15vor 11 Tagen
Mavencom.arcadedb:arcadedb-engine26.7.3-60vor 11 Tagen
Mavencom.arcadedb:arcadedb-redisw26.7.3-60vor 11 Tagen

Metriken nach Kategorie

Vitalität

Lebt das Projekt — wird Code geschrieben und werden Releases ausgeliefert?

96Exzellent · 22 % des Gesamtindex
Wie die Bewertung erfolgt
36/36Push-Aktualität — letzter Push vor 0 Tagen
36/36Commit-Rhythmus — 52/52 Wochen mit Commits
18/18Commit-Volumen — 4.382 Commits im letzten Jahr
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
Verwendete Eingangsdaten
commits_last_year4.382
human_commit_share0,62
days_since_last_push0
active_weeks_last_year52
Wie die Bewertung erfolgt
27/27Liefert Releases aus — 58 Releases veröffentlicht
36/36Release-Aktualität — letztes Release vor 11 Tagen
27/27Release-Rhythmus — ein Release etwa alle 19,4 Tage
1/10OpenSSF Scorecard: Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts.
Verwendete Eingangsdaten
releases_count58
latest_release_tag26.7.3
releases_from_tagsnein
days_since_latest_release11
mean_days_between_releases19,4

Community & Verbreitung

Hat das Projekt Nutzer, Downloads, Aufmerksamkeit und ein einladendes Umfeld für Beitragende?

79Gut · 18 % des Gesamtindex
Wie die Bewertung erfolgt
49/60Stars — 1.047 Stars
17.4/25Forks — 125 Forks
6.4/15Watcher — 15 Watcher
Verwendete Eingangsdaten
forks125
stars1.047
watchers15
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Wie die Bewertung erfolgt
22.5/22.5README
22.5/22.5Lizenz — anerkannte Lizenz (Apache-2.0)
18/18CONTRIBUTING-Leitfaden
0/13.5Verhaltenskodex
7.2/7.2Issue-Vorlage
6.3/6.3PR-Vorlage
Verwendete Eingangsdaten
has_readmeja
has_licenseja
has_contributingja
has_issue_templateja
has_code_of_conductnein
has_pull_request_templateja

Nachhaltigkeit & Governance

Überdauert das Projekt die Menschen, die es tragen — Bus-Faktor, Reaktionsfähigkeit, Trägerschaft und Paketpflege?

68Mittel · 24 % des Gesamtindex
Wie die Bewertung erfolgt
9/54Bus-Faktor — 1 Beitragende decken die Hälfte aller Commits ab
5.2/22.5Commit-Verteilung — wichtigste beitragende Person verfasste 77 % der Commits
13.5/13.5Breite der Beitragenden — 41 Beitragende
10/10OpenSSF Scorecard: Contributors — project has 13 contributing companies or organizations
Verwendete Eingangsdaten
bus_factor1
contributors_sampled41
top_contributor_share0,767
Wie die Bewertung erfolgt
45.6/46.8Issue-Lösungsquote — 98 % der Issues geschlossen
34.2/38.3PR-Annahme — 2.687/3.003 entschiedene PRs gemergt
0/15OpenSSF Scorecard: Code-Review — Found 1/30 approved changesets -- score normalized to 0
Verwendete Eingangsdaten
merged_prs2.687
open_issues54
closed_issues2.108
issue_closed_ratio0,975
closed_unmerged_prs316
Wie die Bewertung erfolgt
30/30Organisatorische Trägerschaft — im Besitz einer Organisation
0/20Verifizierte Domain
12/25Reichweite des Inhabers — 46 Follower von ArcadeData
22.6/25Kontohistorie — 28 öffentliche Repos, Kontoalter ca. 8 Jahre
Verwendete Eingangsdaten
followers46
owner_typeOrganization
is_verified
owner_loginArcadeData
public_repos28
account_age_days3.228

Paketpflege

100Exzellent
Wie die Bewertung erfolgt
25/25Veröffentlicht & auflösbar — 5 Paket(e) auf maven
35/35Veröffentlichungsaktualität — letzte Veröffentlichung vor 11 Tagen
20/20Versionshistorie — 60 veröffentlichte Versionen
20/20Nicht veraltet — aktiv, nicht veraltet oder zurückgezogen
Verwendete Eingangsdaten
packagescom.arcadedb:arcadedb-bolt, com.arcadedb:arcadedb-grpc, com.arcadedb:arcadedb-grpcw, com.arcadedb:arcadedb-engine, com.arcadedb:arcadedb-redisw
ecosystemsmaven
any_deprecatednein
min_days_since_publish11

Engineering-Qualität

Sind grundlegende Engineering- und Dokumentationspraktiken vorhanden?

91Exzellent · 20 % des Gesamtindex
Wie die Bewertung erfolgt
24/24CI-Workflows — 17 Workflow(s)
24/24Tests vorhanden
16/16Linter-Konfiguration
9.6/9.6Pre-Commit-Hooks
0/6.4.editorconfig
18/20OpenSSF Scorecard: CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9
Verwendete Eingangsdaten
has_cija
has_testsja
has_editorconfignein
has_linter_configja
has_precommit_configja

Dokumentation

90Exzellent
Wie die Bewertung erfolgt
30/30README
25/25Dokumentationsverzeichnis
15/15Dokumentations-/Homepage-Site — https://arcadedb.com
10/10Repository-Beschreibung
10/10Topics — 18 Topics
0/10Wiki
Verwendete Eingangsdaten
topicsdatabase, dbms, multi-model, graph, document, time-series, key-value, embedded, docker, kubernetes, k8s, distributed, arcadedb, orientdb, search-engine, similarity-search, vector-database, vector-search
has_wikinein
homepagehttps://arcadedb.com
has_readmeja
has_docs_dirja
has_descriptionja

Sicherheit

Sind die sichtbaren Sicherheits- und Lieferkettenpraktiken belastbar, ohne ungeklärte Exposition gegenüber Hochrisikojurisdiktionen?

60Mittel · 16 % des Gesamtindex
Wie die Bewertung erfolgt
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.2/2.5CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 1/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 13 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5Lizenz — license file detected
7.5/7.5Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
4/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8
4.5/5SAST — SAST tool detected but not run on all commits
5/5Security-Policy — security policy file detected
0.8/7.5Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts.
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 11 existing vulnerabilities detected
Verwendete Eingangsdaten
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate5,6
Wie die Bewertung erfolgt
35/35Direkte Abhängigkeiten ohne bekannte Advisories — keine direkte Abhängigkeit trägt ein bekanntes Advisory
6.6/25Indirekte Abhängigkeiten ohne bekannte Advisories — 3 betroffen: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)
34.9/40Keine offenen Advisories — 1 Paket(e) mit Advisory seit über 90 Tagen unbehandelt; ältestes vor 126 Tagen veröffentlicht
Verwendete Eingangsdaten
sourceosv
advisories12
affected_packages3
assessed_packages69
unassessed_packages0
affected_by_severityhigh 2, moderate 1
direct_affected_packages0
Abgeglichen wurde die Laufzeit-Abhängigkeitshülle von maven:com.arcadedb:arcadedb-bolt@26.7.3 — das, was die Installation des veröffentlichten Pakets nach sich zieht — mit 69 Paketen. Erreichbarkeit wird nicht analysiert.

AI Readiness

Wie gut ist das Repository dafür ausgestattet, mit KI-Coding-Agenten entwickelt und gepflegt zu werden? Ein unabhängiges, experimentelles Badge — Gewicht 0,0, es wird eigenständig ausgewiesen und verändert den Gesamt-Gesundheitswert nicht.

86Exzellent · 0 % des Gesamtindex
Wie die Bewertung erfolgt
45/45Agentenanweisungen — CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md
0/15Maschinenlesbare Doku (llms.txt)
40/40Lesbare Commit-Historie — 61 von 62 menschlichen Commits benennen ihre Absicht (strukturierter Betreff oder erläuternder Text)
Verwendete Eingangsdaten
has_llms_txtnein
legible_history_share0,984
agent_instruction_filesCLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md
agent_instruction_max_bytes8.176
Wie die Bewertung erfolgt
12.6/18Bootstrap mit einem Befehl — bolt/pom.xml, console/pom.xml, coverage/pom.xml (Toolchain-Konvention, kein Task-Runner)
22/22Automatisierte Tests
11/11Lint-/Format-Konfiguration
11/11Statische Typprüfung — e2e-studio/tsconfig.json
10/10Reproduzierbare Umgebung — Dockerfile, lockfile
0/10Belegte Agentenpraxis — keine von Agenten verfassten Commits unter den letzten 100
8/8Automatisierte Wartung — 14 der letzten 100 Commits sind automatisierte Abhängigkeits-Updates
8/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8
Verwendete Eingangsdaten
has_nixnein
has_testsja
lockfilesgo.sum, package-lock.json
has_dockerfileja
typed_languageja
bootstrap_files
has_devcontainernein
has_linter_configja
typecheck_configse2e-studio/tsconfig.json
agent_commit_share0
toolchain_manifestsbolt/pom.xml, console/pom.xml, coverage/pom.xml, e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj, e2e-go/go.mod, e2e-ha/pom.xml, e2e/pom.xml, engine/pom.xml, graphql/pom.xml, gremlin-consumer-it/pom.xml, gremlin-it/pom.xml, gremlin/pom.xml, grpc-client/pom.xml, grpc/pom.xml, grpcw/pom.xml, ha-raft/pom.xml, integration/pom.xml, load-tests/pom.xml, metrics/pom.xml, mongodbw/pom.xml, network/pom.xml, package/pom.xml, pom.xml, postgresw/pom.xml, redisw/pom.xml, server/pom.xml, studio/pom.xml, tracing/pom.xml
dependency_bot_commit_share0,14
Wie die Bewertung erfolgt
45/45Typprüfbarer Code — Java (statisch typisiert)
54.2/55Handhabbare Dateigrößen — 58/4.250 Quelldateien über 60 KB
Verwendete Eingangsdaten
primary_languageJava
largest_source_bytes707.519
source_files_sampled4.250
oversized_source_files58
Wie die Bewertung erfolgt
40/40API-Schema (OpenAPI/GraphQL/proto) — grpc/src/main/proto/arcadedb-server.proto
0/20MCP-Server
40/40Lauffähige Beispiele — examples
Verwendete Eingangsdaten
example_dirsexamples
has_mcp_signalnein
api_schema_filesgrpc/src/main/proto/arcadedb-server.proto

Eckdaten

1.047GitHub-Sterne
41Mitwirkende
4.382Commits, letzte 12 Monate
0Tage seit letztem Push
58Releases
1Bus-Faktor
54offene Issues
Go, Maven, npm, PyPIPaket-Ökosysteme

Warnungen zur Datenerhebung

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry
  • Could not fetch go package 'arcadedb.com/e2e-go' from its registry
  • Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry

Weitere Details

Stern- und Fork-Verlauf 0 ★ / 125 ⇿
0Sterne
125Forks
58Releases

Wann jeder Stern und Fork hinzugefügt wurde, von GitHub erfasst und nach Tagen gruppiert. Das kumulierte Wachstum steht direkt über den täglichen Zugängen, aus denen es besteht, sodass beide gegeneinander lesbar sind: stetiger organischer Zuwachs sieht ganz anders aus als ein abrupter, kurzlebiger Ausschlag. Wo dieser Unterschied messbar ist, wird er als Wachstumsauthentizität ausgewiesen.

025507510012512442021-092024-022026-07
Major 0Minor 0Patch 58

Jeder Punkt umfasst 5 Tage.

OpenSSF Scorecard 5.6 / 10
5.6Gesamtwert

Unabhängige, werkzeugneutrale Sicherheitsbewertung durch das quelloffene OpenSSF Scorecard. Jede Prüfung honoriert eine Sicherheits-Praxis, nicht das Werkzeug eines bestimmten Anbieters. Prüfungen, die Scorecard nicht ermitteln konnte, sind mit k. A. markiert und vom Sicherheitswert ausgeschlossen (nie als null gezählt).Scorecard v5.5.0 · 2026-07-29 01:28 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
9CI-Tests15 out of 16 merged PRs checked by a CI test -- score normalized to 9
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/30 approved changesets -- score normalized to 0
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
8Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 8
9SASTSAST tool detected but not run on all commits
10Security-Policysecurity policy file detected
1Signed-Releases1 out of the last 5 releases have a total of 1 signed artifacts.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities11 existing vulnerabilities detected
Direkte Abhängigkeiten 160
RegistryPaketVersionsvorgabeManifest
Mavencom.arcadedb:arcadedb-engine${project.parent.version}console/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}console/pom.xml
Mavencom.arcadedb:arcadedb-integration${project.parent.version}console/pom.xml
Mavenorg.jline:jline-terminal${jline.version}console/pom.xml
Mavenorg.jline:jline-reader${jline.version}console/pom.xml
Mavenorg.jline:jline-terminal-jni${jline.version}console/pom.xml
Mavenorg.slf4j:slf4j-jdk14${slf4j.version}console/pom.xml
Maven${project.groupId}:arcadedb-console${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-engine${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-bolt${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-network${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-server${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-postgresw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-redisw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-gremlin${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-mongodbw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-graphql${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-metrics${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-grpcw${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-grpc-client${project.version}coverage/pom.xml
Maven${project.groupId}:arcadedb-integration${project.version}coverage/pom.xml
Gogithub.com/neo4j/neo4j-go-driver/v5v5.28.4e2e-go/go.mod
Gogithub.com/stretchr/testifyv1.11.1e2e-go/go.mod
Gogithub.com/testcontainers/testcontainers-gov0.43.0e2e-go/go.mod
npmneo4j-driver^6.0.1e2e-js/package.json
npmpg^8.16.0e2e-js/package.json
PyPItestcontainers>=4.15.0e2e-python/pyproject.toml
PyPIpytest>=9.1.1e2e-python/pyproject.toml
PyPIpytest-check>=2.8.0e2e-python/pyproject.toml
PyPIpytest-asyncio>=1.4.0e2e-python/pyproject.toml
PyPIdocker>=7.2.0e2e-python/pyproject.toml
PyPIpsycopg>=3.3.4e2e-python/pyproject.toml
PyPIpsycopg-binary>=3.3.4e2e-python/pyproject.toml
PyPIasyncpg>=0.31.0e2e-python/pyproject.toml
PyPIrequests>=2.34.2e2e-python/pyproject.toml
PyPIsqlalchemy>=2.0.51e2e-python/pyproject.toml
PyPIneo4j>=6.2.0e2e-python/pyproject.toml
Mavenio.cucumber:cucumber-bom${cucumber.version}engine/pom.xml
Mavenorg.slf4j:slf4j-api${slf4j.version}engine/pom.xml
Mavencom.conversantmedia:disruptor${disruptor.version}engine/pom.xml
Mavenat.yawk.lz4:lz4-java${lz4-java.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-analysis-common${lucene.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-spatial-extras${lucene.version}engine/pom.xml
Mavenorg.apache.lucene:lucene-queryparser${lucene.version}engine/pom.xml
Mavenorg.locationtech.spatial4j:spatial4j${spatial4j.version}engine/pom.xml
Mavenorg.locationtech.jts:jts-core${jts-core.version}engine/pom.xml
Mavencom.google.code.gson:gson${gson.version}engine/pom.xml
Mavenio.github.jbellis:jvector${jvector.version}engine/pom.xml
Mavenorg.antlr:antlr4-runtime${antlr4.version}engine/pom.xml
Mavenorg.graalvm.sdk:graal-sdk${graalvm.version}engine/pom.xml
Mavenorg.graalvm.polyglot:polyglot${graalvm.version}engine/pom.xml
Mavenorg.graalvm.polyglot:js${graalvm.version}engine/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}gremlin-consumer-it/pom.xml
Mavencom.arcadedb:arcadedb-gremlin${project.parent.version}gremlin-consumer-it/pom.xml
Mavencom.arcadedb:arcadedb-integration${project.parent.version}gremlin/pom.xml
Mavenorg.antlr:antlr4-runtime${antlr4.version}gremlin/pom.xml
Mavenio.netty:netty-all${netty.version}gremlin/pom.xml
Mavenorg.apache.commons:commons-lang3${commons-lang3.version}gremlin/pom.xml
Mavenorg.apache.commons:commons-configuration2${commons-configuration2.version}gremlin/pom.xml
Mavencommons-beanutils:commons-beanutils${commons-beanutils.version}gremlin/pom.xml
Mavenorg.apache.groovy:groovy${groovy.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-core${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-server${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-driver${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-util${gremlin.version}gremlin/pom.xml
Mavenorg.apache.tinkerpop:gremlin-groovy${gremlin.version}gremlin/pom.xml
Mavenorg.yaml:snakeyaml${snakeyaml.version}gremlin/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpc-client/pom.xml
Mavenio.grpc:grpc-netty-shaded${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-protobuf${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-stub${grpc.version}grpc-client/pom.xml
Mavenio.grpc:grpc-services${grpc.version}grpc-client/pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}grpc-client/pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}grpc-client/pom.xml
Mavencom.google.api.grpc:proto-google-common-protos${com.google.api.grpc.version}grpc-client/pom.xml
Mavenjavax.annotation:javax.annotation-api${javax.annotation-api.version}grpc-client/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpc-client/pom.xml
Mavenio.grpc:grpc-netty-shaded${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-protobuf${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-stub${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-services${grpc.version}grpc/pom.xml
Mavenio.grpc:grpc-xds${grpc.version}grpc/pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}grpc/pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}grpc/pom.xml
Mavencom.google.api.grpc:proto-google-common-protos${com.google.api.grpc.version}grpc/pom.xml
Mavenjavax.annotation:javax.annotation-api${javax.annotation-api.version}grpc/pom.xml
Mavencom.arcadedb:arcadedb-grpc${project.parent.version}grpcw/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}ha-raft/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-server${ratis.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-grpc${ratis.version}ha-raft/pom.xml
Mavenorg.apache.ratis:ratis-metrics-default${ratis.version}ha-raft/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}integration/pom.xml
Mavencom.sonofab1rd:univocity-parsers${univocity-parsers.version}integration/pom.xml
Mavenio.micrometer:micrometer-registry-prometheus${micrometer.version}metrics/pom.xml
Mavenio.micrometer:micrometer-registry-otlp${micrometer.version}metrics/pom.xml
Mavende.bwaldvogel:mongo-java-server${mongo-java-server.version}mongodbw/pom.xml
Mavenio.netty:netty-transport${netty.version}mongodbw/pom.xml
Mavenio.netty:netty-codec${netty.version}mongodbw/pom.xml
Mavenio.netty:netty-handler${netty.version}mongodbw/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}network/pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-console${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-server${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-studio${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-ha-raft${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-metrics${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-tracing${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-gremlin${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-bolt${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-redisw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-postgresw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-mongodbw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-grpcw${project.parent.version}package/pom.xml
Mavencom.arcadedb:arcadedb-graphql${project.parent.version}package/pom.xml
Mavenorg.slf4j:slf4j-jdk14${slf4j.version}package/pom.xml
Mavenorg.junit:junit-bom${junit.jupiter.version}pom.xml
Mavenorg.assertj:assertj-bom${assertj-core.version}pom.xml
Mavenio.micrometer:micrometer-tracing-bom${micrometer-tracing.version}pom.xml
Mavenio.opentelemetry:opentelemetry-bom${opentelemetry.version}pom.xml
Mavenorg.jboss.threads:jboss-threads${jboss-threads.version}pom.xml
Mavencom.google.protobuf:protobuf-java${protobuf-java.version}pom.xml
Mavencom.google.protobuf:protobuf-java-util${protobuf-java.version}pom.xml
Mavencom.arcadedb:arcadedb-engine${project.parent.version}server/pom.xml
Mavencom.arcadedb:arcadedb-network${project.parent.version}server/pom.xml
Mavenio.undertow:undertow-core${undertow-core.version}server/pom.xml
Mavenio.micrometer:micrometer-core${micrometer.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-core${swagger.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-annotations${swagger.version}server/pom.xml
Mavenio.swagger.core.v3:swagger-models${swagger.version}server/pom.xml
Mavenorg.xerial.snappy:snappy-java${snappy.version}server/pom.xml
npm@fortawesome/fontawesome-free^7.3.1studio/package.json
npm@popperjs/core^2.11.8studio/package.json
npmapexcharts^6.5.0studio/package.json
npmbootstrap^5.3.8studio/package.json
npmcodemirror^5.65.21studio/package.json
npmcytoscape^3.34.0studio/package.json
npmcytoscape-cxtmenu^3.5.0studio/package.json
npmcytoscape-fcose^2.2.0studio/package.json
npmcytoscape-graphml^1.0.6studio/package.json
npmcytoscape-node-html-label^1.2.2studio/package.json
npmdatatables.net^3.0.0studio/package.json
npmdatatables.net-bs5^3.0.0studio/package.json
npmdatatables.net-buttons^4.0.0studio/package.json
npmdatatables.net-buttons-bs5^4.0.0studio/package.json
npmdatatables.net-responsive^4.0.0studio/package.json
npmdatatables.net-responsive-bs5^4.0.0studio/package.json
npmdatatables.net-select^4.0.0studio/package.json
npmdatatables.net-select-bs5^4.0.0studio/package.json
npmjquery^4.0.0studio/package.json
npmmarked^18.0.7studio/package.json
npmjszip^3.10.1studio/package.json
npmpdfmake^0.3.11studio/package.json
npmswagger-ui-dist^5.32.11studio/package.json
npmsweetalert2^11.26.25studio/package.json
Mavenio.micrometer:micrometer-tracing-bridge-oteltracing/pom.xml
Mavenio.opentelemetry:opentelemetry-exporter-otlptracing/pom.xml
Mavenio.opentelemetry:opentelemetry-sdktracing/pom.xml
Alle Abhängigkeiten 873

Vollständig aufgelöster Abhängigkeitssatz aus dem GitHub-Abhängigkeitsgraphen: 125 direkte und 748 indirekte (transitive) Pakete. Die transitive Hülle ist vollständig, wenn das Repository eine Lockfile eincheckt.

RegistryPaketVersionBeziehung
Gogithub.com/neo4j/neo4j-go-driver/v5v5.28.4direkt
Gogithub.com/stretchr/testifyv1.11.1direkt
Gogithub.com/testcontainers/testcontainers-gov0.43.0direkt
Mavenat.yawk.lz4:lz4-java1.11.1direkt
Mavencom.arcadedb:arcadedb-boltdirekt
Mavencom.arcadedb:arcadedb-consoledirekt
Mavencom.arcadedb:arcadedb-enginedirekt
Mavencom.arcadedb:arcadedb-graphqldirekt
Mavencom.arcadedb:arcadedb-gremlindirekt
Mavencom.arcadedb:arcadedb-grpcdirekt
Mavencom.arcadedb:arcadedb-grpcwdirekt
Mavencom.arcadedb:arcadedb-ha-raftdirekt
Mavencom.arcadedb:arcadedb-integrationdirekt
Mavencom.arcadedb:arcadedb-metricsdirekt
Mavencom.arcadedb:arcadedb-mongodbwdirekt
Mavencom.arcadedb:arcadedb-networkdirekt
Mavencom.arcadedb:arcadedb-postgreswdirekt
Mavencom.arcadedb:arcadedb-rediswdirekt
Mavencom.arcadedb:arcadedb-serverdirekt
Mavencom.arcadedb:arcadedb-studiodirekt
Mavencom.arcadedb:arcadedb-tracingdirekt
Mavencom.conversantmedia:disruptor1.2.21direkt
Mavencom.google.api.grpc:proto-google-common-protosdirekt
Mavencom.google.code.gson:gson2.14.0direkt
Mavencom.google.protobuf:protobuf-javadirekt
Mavencom.google.protobuf:protobuf-java4.35.1direkt
Mavencom.google.protobuf:protobuf-java-utildirekt
Mavencom.google.protobuf:protobuf-java-util4.35.1direkt
Mavencom.sonofab1rd:univocity-parsers2.10.2direkt
Mavencommons-beanutils:commons-beanutils1.11.0direkt
Mavende.bwaldvogel:mongo-java-server1.47.0direkt
Mavenio.cucumber:cucumber-bom7.34.6direkt
Mavenio.github.jbellis:jvector4.0.0-rc.9direkt
Mavenio.grpc:grpc-netty-shadeddirekt
Mavenio.grpc:grpc-protobufdirekt
Mavenio.grpc:grpc-servicesdirekt
Mavenio.grpc:grpc-stubdirekt
Mavenio.grpc:grpc-xdsdirekt
Mavenio.micrometer:micrometer-coredirekt
Mavenio.micrometer:micrometer-core1.17.0direkt
Mavenio.micrometer:micrometer-registry-otlp1.17.0direkt
Mavenio.micrometer:micrometer-registry-prometheus1.17.0direkt
Mavenio.micrometer:micrometer-tracing-bom1.7.0direkt
Mavenio.micrometer:micrometer-tracing-bridge-oteldirekt
Mavenio.netty:netty-all4.2.16direkt
Mavenio.netty:netty-codec4.2.16direkt
Mavenio.netty:netty-handler4.2.16direkt
Mavenio.netty:netty-transport4.2.16direkt
Mavenio.opentelemetry:opentelemetry-bom1.64.0direkt
Mavenio.opentelemetry:opentelemetry-exporter-otlpdirekt
Mavenio.opentelemetry:opentelemetry-sdkdirekt
Mavenio.swagger.core.v3:swagger-annotations2.2.52direkt
Mavenio.swagger.core.v3:swagger-core2.2.52direkt
Mavenio.swagger.core.v3:swagger-models2.2.52direkt
Mavenio.undertow:undertow-coredirekt
Mavenjavax.annotation:javax.annotation-apidirekt
Mavenorg.antlr:antlr4-runtime4.13.2direkt
Mavenorg.antlr:antlr4-runtime4.9.1direkt
Mavenorg.apache.commons:commons-configuration22.15.1direkt
Mavenorg.apache.commons:commons-lang33.20.0direkt
Mavenorg.apache.groovy:groovy4.0.32direkt
Mavenorg.apache.lucene:lucene-analysis-common10.5.0direkt
Mavenorg.apache.lucene:lucene-queryparser10.5.0direkt
Mavenorg.apache.lucene:lucene-spatial-extras10.5.0direkt
Mavenorg.apache.ratis:ratis-grpc3.2.2direkt
Mavenorg.apache.ratis:ratis-metrics-default3.2.2direkt
Mavenorg.apache.ratis:ratis-server3.2.2direkt
Mavenorg.apache.tinkerpop:gremlin-coredirekt
Mavenorg.apache.tinkerpop:gremlin-driverdirekt
Mavenorg.apache.tinkerpop:gremlin-groovydirekt
Mavenorg.apache.tinkerpop:gremlin-serverdirekt
Mavenorg.apache.tinkerpop:gremlin-utildirekt
Mavenorg.assertj:assertj-bom3.27.7direkt
Mavenorg.graalvm.polyglot:js25.1.3direkt
Mavenorg.graalvm.polyglot:polyglot25.1.3direkt
Mavenorg.graalvm.sdk:graal-sdk25.1.3direkt
Mavenorg.jboss.threads:jboss-threads3.9.2direkt
Mavenorg.jline:jline-reader4.3.1direkt
Mavenorg.jline:jline-terminal4.3.1direkt
Mavenorg.jline:jline-terminal-jni4.3.1direkt
Mavenorg.junit:junit-bom6.1.2direkt
Mavenorg.locationtech.jts:jts-core1.20.0direkt
Mavenorg.locationtech.spatial4j:spatial4j0.8direkt
Mavenorg.slf4j:slf4j-apidirekt
Mavenorg.slf4j:slf4j-jdk14direkt
Mavenorg.slf4j:slf4j-jdk142.0.18direkt
Mavenorg.xerial.snappy:snappy-java1.1.10.8direkt
Mavenorg.yaml:snakeyaml2.6direkt
npm@fortawesome/fontawesome-free7.3.1direkt
npm@popperjs/core2.11.8direkt
npmapexcharts6.5.0direkt
npmbootstrap5.3.8direkt
npmcodemirror5.65.21direkt
npmcytoscape3.34.0direkt
npmcytoscape-cxtmenu3.5.0direkt
npmcytoscape-fcose2.2.0direkt
npmcytoscape-graphml1.0.6direkt
npmcytoscape-node-html-label1.2.2direkt
npmdatatables.net3.0.0direkt
npmdatatables.net-bs53.0.0direkt
npmdatatables.net-buttons4.0.0direkt
npmdatatables.net-buttons-bs54.0.0direkt
npmdatatables.net-responsive4.0.0direkt
npmdatatables.net-responsive-bs54.0.0direkt
npmdatatables.net-select4.0.0direkt
npmdatatables.net-select-bs54.0.0direkt
npmjquery4.0.0direkt
npmjszip3.10.1direkt
npmmarked18.0.7direkt
npmneo4j-driver6.2.0direkt
npmpdfmake0.3.11direkt
npmpg8.22.0direkt
npmswagger-ui-dist5.32.11direkt
npmsweetalert211.26.25direkt
PyPIasyncpgdirekt
PyPIdockerdirekt
PyPIneo4jdirekt
PyPIpsycopgdirekt
PyPIpsycopg-binarydirekt
PyPIpytestdirekt
PyPIpytest-asynciodirekt
PyPIpytest-checkdirekt
PyPIrequestsdirekt
PyPIsqlalchemydirekt
PyPItestcontainersdirekt
Godario.cat/mergov1.0.2indirekt
Gogithub.com/azure/go-ansitermv0.0.0-20250102033503-faa5f7b0171cindirekt
Gogithub.com/cenkalti/backoff/v4v4.3.0indirekt
Gogithub.com/cespare/xxhash/v2v2.3.0indirekt
Gogithub.com/containerd/errdefsv1.0.0indirekt
Gogithub.com/containerd/errdefs/pkgv0.3.0indirekt
Gogithub.com/containerd/logv0.1.0indirekt
Gogithub.com/containerd/platformsv0.2.1indirekt
Gogithub.com/cpuguy83/dockercfgv0.3.2indirekt
Gogithub.com/davecgh/go-spewv1.1.1indirekt
Gogithub.com/distribution/referencev0.6.0indirekt
Gogithub.com/docker/go-connectionsv0.6.0indirekt
Gogithub.com/docker/go-unitsv0.5.0indirekt
Gogithub.com/ebitengine/puregov0.10.0indirekt
Gogithub.com/felixge/httpsnoopv1.0.4indirekt
Gogithub.com/go-logr/logrv1.4.3indirekt
Gogithub.com/go-logr/stdrv1.2.2indirekt
Gogithub.com/go-ole/go-olev1.2.6indirekt
Gogithub.com/google/uuidv1.6.0indirekt
Gogithub.com/klauspost/compressv1.18.5indirekt
Gogithub.com/lufia/plan9statsv0.0.0-20211012122336-39d0f177ccd0indirekt
Gogithub.com/magiconair/propertiesv1.8.10indirekt
Gogithub.com/microsoft/go-winiov0.6.2indirekt
Gogithub.com/moby/docker-image-specv1.3.1indirekt
Gogithub.com/moby/go-archivev0.2.0indirekt
Gogithub.com/moby/moby/apiv1.54.2indirekt
Gogithub.com/moby/moby/clientv0.4.0indirekt
Gogithub.com/moby/patternmatcherv0.6.1indirekt
Gogithub.com/moby/sys/sequentialv0.6.0indirekt
Gogithub.com/moby/sys/userv0.4.0indirekt
Gogithub.com/moby/sys/usernsv0.1.0indirekt
Gogithub.com/moby/termv0.5.2indirekt
Gogithub.com/opencontainers/go-digestv1.0.0indirekt
Gogithub.com/opencontainers/image-specv1.1.1indirekt
Gogithub.com/pmezard/go-difflibv1.0.0indirekt
Gogithub.com/power-devops/perfstatv0.0.0-20240221224432-82ca36839d55indirekt
Gogithub.com/shirou/gopsutil/v4v4.26.5indirekt
Gogithub.com/sirupsen/logrusv1.9.4indirekt
Gogithub.com/tklauser/go-sysconfv0.3.16indirekt
Gogithub.com/tklauser/numcpusv0.11.0indirekt
Gogithub.com/yusufpapurcu/wmiv1.2.4indirekt
Gogo.opentelemetry.io/auto/sdkv1.2.1indirekt
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0indirekt
Gogo.opentelemetry.io/otelv1.43.0indirekt
Gogo.opentelemetry.io/otel/metricv1.43.0indirekt
Gogo.opentelemetry.io/otel/sdkv1.43.0indirekt
Gogo.opentelemetry.io/otel/sdk/metricv1.43.0indirekt
Gogo.opentelemetry.io/otel/tracev1.43.0indirekt
Gogolang.org/x/cryptov0.53.0indirekt
Gogolang.org/x/sysv0.46.0indirekt
Gogopkg.in/yaml.v3v3.0.1indirekt
Mavench.qos.logback:logback-classicindirekt
Mavench.qos.logback:logback-classic1.6.0indirekt
Mavencom.arcadedb:arcadedb-grpc-clientindirekt
Mavencom.arcadedb:arcadedb-load-testsindirekt
Mavencom.fasterxml.jackson.core:jackson-databind2.22.1indirekt
Mavencom.github.eirslett:frontend-maven-plugin2.0.1indirekt
Mavencom.helger.maven:ph-javacc-maven-plugin5.0.1indirekt
Mavencom.jayway.jsonpath:json-path3.0.0indirekt
Mavencom.mycila:license-maven-plugin5.1.1indirekt
Mavenio.cucumber:cucumber-javaindirekt
Mavenio.cucumber:cucumber-junit-platform-engineindirekt
Mavenio.fabric8:docker-maven-plugin0.48.1indirekt
Mavenio.github.ascopes:protobuf-maven-pluginindirekt
Mavenio.github.ascopes:protobuf-maven-plugin5.1.7indirekt
Mavenio.grpc:grpc-testingindirekt
Mavenio.grpc:protoc-gen-grpc-java1.79.0indirekt
Mavenio.opentelemetry:opentelemetry-sdk-testingindirekt
Mavenio.swagger.parser.v3:swagger-parser2.1.45indirekt
Mavennet.nicoulaj.maven.plugins:checksum-maven-plugin1.11indirekt
Mavenorg.antlr:antlr4-maven-plugin4.13.2indirekt
Mavenorg.apache.maven.plugins:maven-assembly-pluginindirekt
Mavenorg.apache.maven.plugins:maven-clean-pluginindirekt
Mavenorg.apache.maven.plugins:maven-compiler-pluginindirekt
Mavenorg.apache.maven.plugins:maven-compiler-plugin3.15.0indirekt
Mavenorg.apache.maven.plugins:maven-deploy-pluginindirekt
Mavenorg.apache.maven.plugins:maven-enforcer-pluginindirekt
Mavenorg.apache.maven.plugins:maven-failsafe-pluginindirekt
Mavenorg.apache.maven.plugins:maven-failsafe-plugin3.5.6indirekt
Mavenorg.apache.maven.plugins:maven-gpg-plugin3.2.8indirekt
Mavenorg.apache.maven.plugins:maven-install-plugin3.1.4indirekt
Mavenorg.apache.maven.plugins:maven-jar-pluginindirekt
Mavenorg.apache.maven.plugins:maven-jar-plugin3.5.1indirekt
Mavenorg.apache.maven.plugins:maven-javadoc-plugin3.12.0indirekt
Mavenorg.apache.maven.plugins:maven-resources-plugin3.5.0indirekt
Mavenorg.apache.maven.plugins:maven-shade-pluginindirekt
Mavenorg.apache.maven.plugins:maven-shade-plugin3.6.2indirekt
Mavenorg.apache.maven.plugins:maven-source-plugin3.4.0indirekt
Mavenorg.apache.maven.plugins:maven-surefire-pluginindirekt
Mavenorg.apache.maven.plugins:maven-surefire-plugin3.5.6indirekt
Mavenorg.apache.ratis:ratis-common3.2.2indirekt
Mavenorg.apache.ratis:ratis-test3.2.2indirekt
Mavenorg.apache.tinkerpop:gremlin-testindirekt
Mavenorg.apache.tomcat:tomcat-jdbc11.0.24indirekt
Mavenorg.assertj:assertj-coreindirekt
Mavenorg.assertj:assertj-db3.0.2indirekt
Mavenorg.awaitility:awaitilityindirekt
Mavenorg.awaitility:awaitility4.3.0indirekt
Mavenorg.codehaus.mojo:build-helper-maven-plugin3.6.1indirekt
Mavenorg.codehaus.mojo:buildnumber-maven-plugin3.3.0indirekt
Mavenorg.codehaus.mojo:license-maven-plugin2.7.1indirekt
Mavenorg.codehaus.mojo:versions-maven-plugin2.21.0indirekt
Mavenorg.jacoco:jacoco-maven-pluginindirekt
Mavenorg.jacoco:jacoco-maven-plugin0.8.15indirekt
Mavenorg.junit.jupiter:junit-jupiterindirekt
Mavenorg.junit.jupiter:junit-jupiter-paramsindirekt
Mavenorg.junit.platform:junit-platform-suiteindirekt
Mavenorg.junit.vintage:junit-vintage-engineindirekt
Mavenorg.mockito:mockito-coreindirekt
Mavenorg.mockito:mockito-core5.23.0indirekt
Mavenorg.mongodb:mongo-java-driver3.12.14indirekt
Mavenorg.neo4j.driver:neo4j-java-driverindirekt
Mavenorg.openjdk.jmh:jmh-core1.37indirekt
Mavenorg.openjdk.jmh:jmh-generator-annprocess1.37indirekt
Mavenorg.postgresql:postgresqlindirekt
Mavenorg.postgresql:postgresql42.7.13indirekt
Mavenorg.sonatype.central:central-publishing-maven-plugin0.11.0indirekt
Mavenorg.testcontainers:testcontainersindirekt
Mavenorg.testcontainers:testcontainers-junit-jupiterindirekt
Mavenorg.testcontainers:testcontainers-toxiproxyindirekt
Mavenredis.clients:jedis7.5.3indirekt
npm@babel/code-frame7.29.0indirekt
npm@babel/compat-data7.29.3indirekt
npm@babel/core7.29.0indirekt
npm@babel/generator7.29.1indirekt
npm@babel/helper-compilation-targets7.28.6indirekt
npm@babel/helper-globals7.28.0indirekt
npm@babel/helper-module-imports7.28.6indirekt
npm@babel/helper-module-transforms7.28.6indirekt
npm@babel/helper-plugin-utils7.28.6indirekt
npm@babel/helper-string-parser7.27.1indirekt
npm@babel/helper-validator-identifier7.28.5indirekt
npm@babel/helper-validator-option7.27.1indirekt
npm@babel/helpers7.29.2indirekt
npm@babel/parser7.29.3indirekt
npm@babel/plugin-syntax-async-generators7.8.4indirekt
npm@babel/plugin-syntax-bigint7.8.3indirekt
npm@babel/plugin-syntax-class-properties7.12.13indirekt
npm@babel/plugin-syntax-class-static-block7.14.5indirekt
npm@babel/plugin-syntax-import-attributes7.28.6indirekt
npm@babel/plugin-syntax-import-meta7.10.4indirekt
npm@babel/plugin-syntax-json-strings7.8.3indirekt
npm@babel/plugin-syntax-jsx7.28.6indirekt
npm@babel/plugin-syntax-logical-assignment-operators7.10.4indirekt
npm@babel/plugin-syntax-nullish-coalescing-operator7.8.3indirekt
npm@babel/plugin-syntax-numeric-separator7.10.4indirekt
npm@babel/plugin-syntax-object-rest-spread7.8.3indirekt
npm@babel/plugin-syntax-optional-catch-binding7.8.3indirekt
npm@babel/plugin-syntax-optional-chaining7.8.3indirekt
npm@babel/plugin-syntax-private-property-in-object7.14.5indirekt
npm@babel/plugin-syntax-top-level-await7.14.5indirekt
npm@babel/plugin-syntax-typescript7.28.6indirekt
npm@babel/template7.28.6indirekt
npm@babel/traverse7.29.0indirekt
npm@babel/types7.29.0indirekt
npm@balena/dockerignore1.0.2indirekt
npm@bcoe/v8-coverage0.2.3indirekt
npm@discoveryjs/json-ext1.1.0indirekt
npm@emnapi/core1.10.0indirekt
npm@emnapi/runtime1.10.0indirekt
npm@emnapi/wasi-threads1.2.1indirekt
npm@grpc/grpc-js1.14.4indirekt
npm@grpc/proto-loader0.7.15indirekt
npm@grpc/proto-loader0.8.1indirekt
npm@isaacs/cliui8.0.2indirekt
npm@istanbuljs/load-nyc-config1.1.0indirekt
npm@istanbuljs/schema0.1.6indirekt
npm@jest/console30.4.1indirekt
npm@jest/core30.4.2indirekt
npm@jest/diff-sequences30.4.0indirekt
npm@jest/environment30.4.1indirekt
npm@jest/expect30.4.1indirekt
npm@jest/expect-utils30.4.1indirekt
npm@jest/fake-timers30.4.1indirekt
npm@jest/get-type30.1.0indirekt
npm@jest/globals30.4.1indirekt
npm@jest/pattern30.4.0indirekt
npm@jest/reporters30.4.1indirekt
npm@jest/schemas30.4.1indirekt
npm@jest/snapshot-utils30.4.1indirekt
npm@jest/source-map30.0.1indirekt
npm@jest/test-result30.4.1indirekt
npm@jest/test-sequencer30.4.1indirekt
npm@jest/transform30.4.1indirekt
npm@jest/types30.4.1indirekt
npm@jridgewell/gen-mapping0.3.13indirekt
npm@jridgewell/remapping2.3.5indirekt
npm@jridgewell/resolve-uri3.1.2indirekt
npm@jridgewell/source-map0.3.11indirekt
npm@jridgewell/sourcemap-codec1.5.5indirekt
npm@jridgewell/trace-mapping0.3.31indirekt
npm@js-sdsl/ordered-map4.4.2indirekt
npm@kwsites/file-exists1.1.1indirekt
npm@napi-rs/wasm-runtime0.2.12indirekt
npm@noble/ciphers1.3.0indirekt
npm@noble/hashes1.8.0indirekt
npm@pkgjs/parseargs0.11.0indirekt
npm@pkgr/core0.2.9indirekt
npm@playwright/test1.62.0indirekt
npm@protobufjs/aspromise1.1.2indirekt
npm@protobufjs/base641.1.2indirekt
npm@protobufjs/codegen2.0.5indirekt
npm@protobufjs/eventemitter1.1.1indirekt
npm@protobufjs/fetch1.1.1indirekt
npm@protobufjs/float1.0.2indirekt
npm@protobufjs/inquire1.1.2indirekt
npm@protobufjs/path1.1.2indirekt
npm@protobufjs/pool1.1.0indirekt
npm@protobufjs/utf81.1.1indirekt
npm@scarf/scarf1.4.0indirekt
npm@sinclair/typebox0.34.49indirekt
npm@sinonjs/commons3.0.1indirekt
npm@sinonjs/fake-timers15.4.0indirekt
npm@swc/helpers0.5.23indirekt
npm@tybys/wasm-util0.10.2indirekt
npm@types/babel__core7.20.5indirekt
npm@types/babel__generator7.27.0indirekt
npm@types/babel__template7.4.4indirekt
npm@types/babel__traverse7.28.0indirekt
npm@types/docker-modem3.0.6indirekt
npm@types/dockerode4.0.1indirekt
npm@types/estree1.0.9indirekt
npm@types/html-minifier-terser6.1.0indirekt
npm@types/istanbul-lib-coverage2.0.6indirekt
npm@types/istanbul-lib-report3.0.3indirekt
npm@types/istanbul-reports3.0.4indirekt
npm@types/json-schema7.0.15indirekt
npm@types/node18.19.130indirekt
npm@types/node22.13.1indirekt
npm@types/node26.1.1indirekt
npm@types/ssh20.5.52indirekt
npm@types/ssh21.15.5indirekt
npm@types/ssh2-streams0.1.12indirekt
npm@types/stack-utils2.0.3indirekt
npm@types/yargs17.0.35indirekt
npm@types/yargs-parser21.0.3indirekt
npm@typescript/typescript-aix-ppc647.0.2indirekt
npm@typescript/typescript-darwin-arm647.0.2indirekt
npm@typescript/typescript-darwin-x647.0.2indirekt
npm@typescript/typescript-freebsd-arm647.0.2indirekt
npm@typescript/typescript-freebsd-x647.0.2indirekt
npm@typescript/typescript-linux-arm7.0.2indirekt
npm@typescript/typescript-linux-arm647.0.2indirekt
npm@typescript/typescript-linux-loong647.0.2indirekt
npm@typescript/typescript-linux-mips64el7.0.2indirekt
npm@typescript/typescript-linux-ppc647.0.2indirekt
npm@typescript/typescript-linux-riscv647.0.2indirekt
npm@typescript/typescript-linux-s390x7.0.2indirekt
npm@typescript/typescript-linux-x647.0.2indirekt
npm@typescript/typescript-netbsd-arm647.0.2indirekt
npm@typescript/typescript-netbsd-x647.0.2indirekt
npm@typescript/typescript-openbsd-arm647.0.2indirekt
npm@typescript/typescript-openbsd-x647.0.2indirekt
npm@typescript/typescript-sunos-x647.0.2indirekt
npm@typescript/typescript-win32-arm647.0.2indirekt
npm@typescript/typescript-win32-x647.0.2indirekt
npm@ungap/structured-clone1.3.1indirekt
npm@unrs/resolver-binding-android-arm-eabi1.11.1indirekt
npm@unrs/resolver-binding-android-arm641.11.1indirekt
npm@unrs/resolver-binding-darwin-arm641.11.1indirekt
npm@unrs/resolver-binding-darwin-x641.11.1indirekt
npm@unrs/resolver-binding-freebsd-x641.11.1indirekt
npm@unrs/resolver-binding-linux-arm-gnueabihf1.11.1indirekt
npm@unrs/resolver-binding-linux-arm-musleabihf1.11.1indirekt
npm@unrs/resolver-binding-linux-arm64-gnu1.11.1indirekt
npm@unrs/resolver-binding-linux-arm64-musl1.11.1indirekt
npm@unrs/resolver-binding-linux-ppc64-gnu1.11.1indirekt
npm@unrs/resolver-binding-linux-riscv64-gnu1.11.1indirekt
npm@unrs/resolver-binding-linux-riscv64-musl1.11.1indirekt
npm@unrs/resolver-binding-linux-s390x-gnu1.11.1indirekt
npm@unrs/resolver-binding-linux-x64-gnu1.11.1indirekt
npm@unrs/resolver-binding-linux-x64-musl1.11.1indirekt
npm@unrs/resolver-binding-wasm32-wasi1.11.1indirekt
npm@unrs/resolver-binding-win32-arm64-msvc1.11.1indirekt
npm@unrs/resolver-binding-win32-ia32-msvc1.11.1indirekt
npm@unrs/resolver-binding-win32-x64-msvc1.11.1indirekt
npm@webassemblyjs/ast1.14.1indirekt
npm@webassemblyjs/floating-point-hex-parser1.13.2indirekt
npm@webassemblyjs/helper-api-error1.13.2indirekt
npm@webassemblyjs/helper-buffer1.14.1indirekt
npm@webassemblyjs/helper-numbers1.13.2indirekt
npm@webassemblyjs/helper-wasm-bytecode1.13.2indirekt
npm@webassemblyjs/helper-wasm-section1.14.1indirekt
npm@webassemblyjs/ieee7541.13.2indirekt
npm@webassemblyjs/leb1281.13.2indirekt
npm@webassemblyjs/utf81.13.2indirekt
npm@webassemblyjs/wasm-edit1.14.1indirekt
npm@webassemblyjs/wasm-gen1.14.1indirekt
npm@webassemblyjs/wasm-opt1.14.1indirekt
npm@webassemblyjs/wasm-parser1.14.1indirekt
npm@webassemblyjs/wast-printer1.14.1indirekt
npm@xtuc/ieee7541.2.0indirekt
npm@xtuc/long4.2.2indirekt
npmabort-controller3.0.0indirekt
npmacorn8.17.0indirekt
npmajv8.20.0indirekt
npmajv-formats2.1.1indirekt
npmajv-keywords3.5.2indirekt
npmajv-keywords5.1.0indirekt
npmansi-escapes4.3.2indirekt
npmansi-regex5.0.1indirekt
npmansi-regex6.1.0indirekt
npmansi-regex6.2.2indirekt
npmansi-styles4.3.0indirekt
npmansi-styles5.2.0indirekt
npmansi-styles6.2.1indirekt
npmansi-styles6.2.3indirekt
npmanymatch3.1.3indirekt
npmarchiver7.0.1indirekt
npmarchiver-utils5.0.2indirekt
npmargparse1.0.10indirekt
npmasn10.2.6indirekt
npmasync3.2.6indirekt
npmasync-lock1.4.1indirekt
npmb4a1.6.7indirekt
npmbabel-jest30.4.1indirekt
npmbabel-plugin-istanbul7.0.1indirekt
npmbabel-plugin-jest-hoist30.4.0indirekt
npmbabel-preset-current-node-syntax1.2.0indirekt
npmbabel-preset-jest30.4.0indirekt
npmbalanced-match1.0.2indirekt
npmbare-events2.8.2indirekt
npmbare-fs4.5.6indirekt
npmbare-os3.8.0indirekt
npmbare-path3.0.0indirekt
npmbare-stream2.10.0indirekt
npmbare-url2.4.0indirekt
npmbase64-js0.0.8indirekt
npmbase64-js1.5.1indirekt
npmbaseline-browser-mapping2.10.29indirekt
npmbaseline-browser-mapping2.11.3indirekt
npmbcrypt-pbkdf1.0.2indirekt
npmbig.js5.2.2indirekt
npmbl4.1.0indirekt
npmboolbase1.0.0indirekt
npmbrace-expansion1.1.14indirekt
npmbrace-expansion2.0.2indirekt
npmbrace-expansion2.1.1indirekt
npmbrotli1.3.3indirekt
npmbrowserify-zlib0.2.0indirekt
npmbrowserslist4.28.2indirekt
npmbrowserslist4.28.7indirekt
npmbser2.1.1indirekt
npmbuffer5.7.1indirekt
npmbuffer6.0.3indirekt
npmbuffer-crc321.0.0indirekt
npmbuffer-from1.1.2indirekt
npmbuildcheck0.0.6indirekt
npmbyline5.0.0indirekt
npmcallsites3.1.0indirekt
npmcamel-case4.1.2indirekt
npmcamelcase5.3.1indirekt
npmcamelcase6.3.0indirekt
npmcaniuse-lite1.0.30001792indirekt
npmcaniuse-lite1.0.30001806indirekt
npmchalk4.1.2indirekt
npmchar-regex1.0.2indirekt
npmchownr1.1.4indirekt
npmchrome-trace-event1.0.4indirekt
npmci-info4.4.0indirekt
npmcjs-module-lexer2.2.0indirekt
npmclean-css5.3.3indirekt
npmcliui8.0.1indirekt
npmclone2.1.2indirekt
npmclone-deep4.0.1indirekt
npmco4.6.0indirekt
npmcollect-v8-coverage1.0.3indirekt
npmcolor-convert2.0.1indirekt
npmcolor-name1.1.4indirekt
npmcommander14.0.3indirekt
npmcommander2.20.3indirekt
npmcommander8.3.0indirekt
npmcompress-commons6.0.2indirekt
npmconcat-map0.0.1indirekt
npmconvert-source-map2.0.0indirekt
npmcopy-webpack-plugin14.0.0indirekt
npmcore-util-is1.0.3indirekt
npmcose-base2.2.0indirekt
npmcpu-features0.0.10indirekt
npmcrc-321.2.2indirekt
npmcrc32-stream6.0.0indirekt
npmcross-spawn7.0.6indirekt
npmcss-loader7.1.4indirekt
npmcss-select4.3.0indirekt
npmcss-what6.2.2indirekt
npmcssesc3.0.0indirekt
npmdebug4.4.3indirekt
npmdedent1.7.2indirekt
npmdeepmerge4.3.1indirekt
npmdetect-newline3.1.0indirekt
npmdfa1.2.0indirekt
npmdocker-compose1.4.2indirekt
npmdocker-modem5.0.7indirekt
npmdockerode5.0.0indirekt
npmdom-converter0.2.0indirekt
npmdom-serializer1.4.1indirekt
npmdomelementtype2.3.0indirekt
npmdomhandler4.3.1indirekt
npmdomutils2.8.0indirekt
npmdot-case3.0.4indirekt
npmeastasianwidth0.2.0indirekt
npmelectron-to-chromium1.5.353indirekt
npmelectron-to-chromium1.5.396indirekt
npmemittery0.13.1indirekt
npmemoji-regex8.0.0indirekt
npmemoji-regex9.2.2indirekt
npmemojis-list3.0.0indirekt
npmend-of-stream1.4.5indirekt
npmenhanced-resolve5.24.3indirekt
npmentities2.2.0indirekt
npmenvinfo7.21.0indirekt
npmerror-ex1.3.4indirekt
npmes-errors1.3.0indirekt
npmes-module-lexer2.3.1indirekt
npmescalade3.2.0indirekt
npmescape-string-regexp2.0.0indirekt
npmeslint-scope5.1.1indirekt
npmesprima4.0.1indirekt
npmesrecurse4.3.0indirekt
npmestraverse4.3.0indirekt
npmestraverse5.3.0indirekt
npmevent-target-shim5.0.1indirekt
npmevents3.3.0indirekt
npmevents-universal1.0.1indirekt
npmexeca5.1.1indirekt
npmexit-x0.2.2indirekt
npmexpect30.4.1indirekt
npmfast-deep-equal3.1.3indirekt
npmfast-fifo1.3.2indirekt
npmfast-json-stable-stringify2.1.0indirekt
npmfast-uri3.1.4indirekt
npmfb-watchman2.0.2indirekt
npmfdir6.5.0indirekt
npmfile-loader6.2.0indirekt
npmfind-up4.1.0indirekt
npmflat5.0.2indirekt
npmfontkit2.0.4indirekt
npmforeground-child3.3.1indirekt
npmfs-constants1.0.0indirekt
npmfs.realpath1.0.0indirekt
npmfsevents2.3.2indirekt
npmfsevents2.3.3indirekt
npmfunction-bind1.1.2indirekt
npmgensync1.0.0-beta.2indirekt
npmget-caller-file2.0.5indirekt
npmget-package-type0.1.0indirekt
npmget-port5.1.1indirekt
npmget-stream6.0.1indirekt
npmglob10.5.0indirekt
npmglob7.2.3indirekt
npmglob-parent6.0.2indirekt
npmgraceful-fs4.2.11indirekt
npmhas-flag4.0.0indirekt
npmhasown2.0.4indirekt
npmhe1.2.0indirekt
npmhtml-escaper2.0.2indirekt
npmhtml-minifier-terser6.1.0indirekt
npmhtml-webpack-plugin5.6.8indirekt
npmhtmlparser26.1.0indirekt
npmhuman-signals2.1.0indirekt
npmicss-utils5.1.0indirekt
npmieee7541.2.1indirekt
npmimmediate3.0.6indirekt
npmimport-local3.2.0indirekt
npmimurmurhash0.1.4indirekt
npminflight1.0.6indirekt
npminherits2.0.4indirekt
npminterpret3.1.1indirekt
npmis-arrayish0.2.1indirekt
npmis-core-module2.16.2indirekt
npmis-extglob2.1.1indirekt
npmis-fullwidth-code-point3.0.0indirekt
npmis-generator-fn2.1.0indirekt
npmis-glob4.0.3indirekt
npmis-plain-object2.0.4indirekt
npmis-stream2.0.1indirekt
npmisarray1.0.0indirekt
npmisexe2.0.0indirekt
npmisobject3.0.1indirekt
npmistanbul-lib-coverage3.2.2indirekt
npmistanbul-lib-instrument6.0.3indirekt
npmistanbul-lib-report3.0.1indirekt
npmistanbul-lib-source-maps5.0.6indirekt
npmistanbul-reports3.2.0indirekt
npmjackspeak3.4.3indirekt
npmjest30.4.2indirekt
npmjest-changed-files30.4.1indirekt
npmjest-circus30.4.2indirekt
npmjest-cli30.4.2indirekt
npmjest-config30.4.2indirekt
npmjest-diff30.4.1indirekt
npmjest-docblock30.4.0indirekt
npmjest-each30.4.1indirekt
npmjest-environment-node30.4.1indirekt
npmjest-haste-map30.4.1indirekt
npmjest-junit17.0.0indirekt
npmjest-leak-detector30.4.1indirekt
npmjest-matcher-utils30.4.1indirekt
npmjest-message-util30.4.1indirekt
npmjest-mock30.4.1indirekt
npmjest-pnp-resolver1.2.3indirekt
npmjest-regex-util30.4.0indirekt
npmjest-resolve30.4.1indirekt
npmjest-resolve-dependencies30.4.2indirekt
npmjest-runner30.4.2indirekt
npmjest-runtime30.4.2indirekt
npmjest-snapshot30.4.1indirekt
npmjest-util30.4.1indirekt
npmjest-validate30.4.1indirekt
npmjest-watcher30.4.1indirekt
npmjest-worker27.5.1indirekt
npmjest-worker30.4.1indirekt
npmjs-md50.8.3indirekt
npmjs-tokens4.0.0indirekt
npmjs-yaml3.14.2indirekt
npmjsesc3.1.0indirekt
npmjson-parse-even-better-errors2.3.1indirekt
npmjson-schema-traverse1.0.0indirekt
npmjson52.2.3indirekt
npmkind-of6.0.3indirekt
npmlayout-base2.0.1indirekt
npmlazystream1.0.1indirekt
npmleven3.1.0indirekt
npmlie3.3.0indirekt
npmlinebreak1.1.0indirekt
npmlines-and-columns1.2.4indirekt
npmloader-utils2.0.4indirekt
npmlocate-path5.0.0indirekt
npmlodash4.18.1indirekt
npmlodash.camelcase4.3.0indirekt
npmlong5.3.2indirekt
npmlower-case2.0.2indirekt
npmlru-cache10.4.3indirekt
npmlru-cache5.1.1indirekt
npmmake-dir4.0.0indirekt
npmmakeerror1.0.12indirekt
npmmerge-stream2.0.0indirekt
npmmime-db1.52.0indirekt
npmmime-db1.54.0indirekt
npmmime-types2.1.35indirekt
npmmimic-fn2.1.0indirekt
npmminimatch3.1.5indirekt
npmminimatch5.1.9indirekt
npmminimatch9.0.9indirekt
npmminimizer-webpack-plugin5.6.1indirekt
npmminipass7.1.2indirekt
npmminipass7.1.3indirekt
npmmkdirp1.0.4indirekt
npmmkdirp3.0.1indirekt
npmmkdirp-classic0.5.3indirekt
npmms2.1.3indirekt
npmnan2.22.2indirekt
npmnanoid3.3.16indirekt
npmnapi-postinstall0.3.4indirekt
npmnatural-compare1.4.0indirekt
npmneo-async2.6.2indirekt
npmneo4j-driver-bolt-connection6.2.0indirekt
npmneo4j-driver-core6.2.0indirekt
npmno-case3.0.4indirekt
npmnode-int640.4.0indirekt
npmnode-releases2.0.38indirekt
npmnode-releases2.0.51indirekt
npmnormalize-path3.0.0indirekt
npmnpm-run-path4.0.1indirekt
npmnth-check2.1.1indirekt
npmonce1.4.0indirekt
npmonetime5.1.2indirekt
npmp-limit2.3.0indirekt
npmp-limit3.1.0indirekt
npmp-locate4.1.0indirekt
npmp-try2.2.0indirekt
npmpackage-json-from-dist1.0.1indirekt
npmpako0.2.9indirekt
npmpako1.0.11indirekt
npmparam-case3.0.4indirekt
npmparse-json5.2.0indirekt
npmpascal-case3.1.2indirekt
npmpath-exists4.0.0indirekt
npmpath-is-absolute1.0.1indirekt
npmpath-key3.1.1indirekt
npmpath-parse1.0.7indirekt
npmpath-scurry1.11.1indirekt
npmpdfkit0.19.1indirekt
npmpg-cloudflare1.4.0indirekt
npmpg-connection-string2.14.0indirekt
npmpg-int81.0.1indirekt
npmpg-pool3.14.0indirekt
npmpg-protocol1.15.0indirekt
npmpg-types2.2.0indirekt
npmpgpass1.0.5indirekt
npmpicocolors1.1.1indirekt
npmpicomatch2.3.2indirekt
npmpicomatch4.0.4indirekt
npmpicomatch4.0.5indirekt
npmpirates4.0.7indirekt
npmpkg-dir4.2.0indirekt
npmplaywright1.62.0indirekt
npmplaywright-core1.62.0indirekt
npmpng-js1.1.0indirekt
npmpostcss8.5.23indirekt
npmpostcss-modules-extract-imports3.1.0indirekt
npmpostcss-modules-local-by-default4.2.0indirekt
npmpostcss-modules-scope3.2.1indirekt
npmpostcss-modules-values4.0.0indirekt
npmpostcss-selector-parser7.1.4indirekt
npmpostcss-value-parser4.2.0indirekt
npmpostgres-array2.0.0indirekt
npmpostgres-bytea1.0.0indirekt
npmpostgres-date1.0.7indirekt
npmpostgres-interval1.2.0indirekt
npmpretty-error4.0.0indirekt
npmpretty-format30.4.1indirekt
npmprocess0.11.10indirekt
npmprocess-nextick-args2.0.1indirekt
npmproper-lockfile4.1.2indirekt
npmproperties-reader3.0.1indirekt
npmprotobufjs7.6.1indirekt
npmpump3.0.3indirekt
npmpure-rand7.0.1indirekt
npmreact-is18.3.1indirekt
npmreact-is19.2.6indirekt
npmreadable-stream2.3.8indirekt
npmreadable-stream3.6.2indirekt
npmreadable-stream4.7.0indirekt
npmreaddir-glob1.1.3indirekt
npmrechoir0.8.0indirekt
npmrelateurl0.2.7indirekt
npmrenderkid3.0.0indirekt
npmrequire-directory2.1.1indirekt
npmrequire-from-string2.0.2indirekt
npmresolve1.22.12indirekt
npmresolve-cwd3.0.0indirekt
npmresolve-from5.0.0indirekt
npmrestructure3.0.2indirekt
npmretry0.12.0indirekt
npmrxjs7.8.2indirekt
npmsafe-buffer5.1.2indirekt
npmsafe-buffer5.2.1indirekt
npmsafer-buffer2.1.2indirekt
npmsax1.6.1indirekt
npmschema-utils3.3.0indirekt
npmschema-utils4.3.3indirekt
npmsemver6.3.1indirekt
npmsemver7.8.0indirekt
npmsemver7.8.5indirekt
npmserialize-javascript7.0.7indirekt
npmsetimmediate1.0.5indirekt
npmshallow-clone3.0.1indirekt
npmshebang-command2.0.0indirekt
npmshebang-regex3.0.0indirekt
npmsignal-exit3.0.7indirekt
npmsignal-exit4.1.0indirekt
npmslash3.0.0indirekt
npmsource-map0.6.1indirekt
npmsource-map-js1.2.1indirekt
npmsource-map-support0.5.13indirekt
npmsource-map-support0.5.21indirekt
npmsplit-ca1.0.1indirekt
npmsplit24.2.0indirekt
npmsprintf-js1.0.3indirekt
npmssh-remote-port-forward1.0.4indirekt
npmssh21.16.0indirekt
npmstack-utils2.0.6indirekt
npmstreamx2.25.0indirekt
npmstring-length4.0.2indirekt
npmstring-width4.2.3indirekt
npmstring-width5.1.2indirekt
npmstring_decoder1.1.1indirekt
npmstring_decoder1.3.0indirekt
npmstrip-ansi6.0.1indirekt
npmstrip-ansi7.1.0indirekt
npmstrip-ansi7.2.0indirekt
npmstrip-bom4.0.0indirekt
npmstrip-final-newline2.0.0indirekt
npmstrip-json-comments3.1.1indirekt
npmstyle-loader4.0.0indirekt
npmsupports-color7.2.0indirekt
npmsupports-color8.1.1indirekt
npmsupports-preserve-symlinks-flag1.0.0indirekt
npmsynckit0.11.12indirekt
npmtapable2.3.3indirekt
npmtar-fs2.1.4indirekt
npmtar-fs3.1.2indirekt
npmtar-stream2.2.0indirekt
npmtar-stream3.1.7indirekt
npmteex1.0.1indirekt
npmterser5.49.0indirekt
npmtest-exclude6.0.0indirekt
npmtestcontainers12.0.4indirekt
npmtext-decoder1.2.3indirekt
npmtiny-inflate1.0.3indirekt
npmtinyglobby0.2.17indirekt
npmtmp0.2.7indirekt
npmtmpl1.0.5indirekt
npmtslib2.8.1indirekt
npmtweetnacl0.14.5indirekt
npmtype-detect4.0.8indirekt
npmtype-fest0.21.3indirekt
npmtypescript7.0.2indirekt
npmundici8.5.0indirekt
npmundici-types5.26.5indirekt
npmundici-types6.20.0indirekt
npmundici-types8.3.0indirekt
npmunicode-properties1.4.1indirekt
npmunicode-trie2.0.0indirekt
npmunrs-resolver1.11.1indirekt
npmupdate-browserslist-db1.2.3indirekt
npmurl-loader4.1.1indirekt
npmutil-deprecate1.0.2indirekt
npmutila0.4.0indirekt
npmuuid14.0.0indirekt
npmv8-to-istanbul9.3.0indirekt
npmwalker1.0.8indirekt
npmwatchpack2.5.2indirekt
npmwebpack5.109.0indirekt
npmwebpack-cli7.2.1indirekt
npmwebpack-merge6.0.1indirekt
npmwebpack-sources3.5.1indirekt
npmwhich2.0.2indirekt
npmwildcard2.0.1indirekt
npmwrap-ansi7.0.0indirekt
npmwrap-ansi8.1.0indirekt
npmwrappy1.0.2indirekt
npmwrite-file-atomic5.0.1indirekt
npmxml1.0.1indirekt
npmxmldoc2.0.3indirekt
npmxtend4.0.2indirekt
npmy18n5.0.8indirekt
npmyallist3.1.1indirekt
npmyaml2.8.3indirekt
npmyargs17.7.2indirekt
npmyargs-parser21.1.1indirekt
npmyocto-queue0.1.0indirekt
npmzip-stream6.0.1indirekt
NuGetJunitXml.TestLogger8.0.0indirekt
NuGetMicrosoft.NET.Test.Sdk18.5.1indirekt
NuGetNeo4j.Driver6.2.1indirekt
NuGetNpgsql10.0.2indirekt
NuGetTestcontainers4.11.0indirekt
NuGetxunit2.9.3indirekt
NuGetxunit.runner.visualstudio2.8.2indirekt
PyPIbanditindirekt
PyPIbuildindirekt
PyPIjpype1indirekt
PyPInumpyindirekt
PyPIpy7zrindirekt
PyPIpyyaml6.0.2indirekt
PyPIsetuptoolsindirekt
Abhängigkeits-Advisories 3

Die Installation von maven:com.arcadedb:arcadedb-bolt@26.7.3 zieht 69 Pakete nach sich, direkt und transitiv: 3 tragen bekannte Advisories, davon 0 direkte Abhängigkeiten.

PaketVersionBeziehungSchweregradAdvisoriesBehoben in
com.fasterxml.jackson.core:jackson-core2.21.1indirekthoch13.2.1
com.fasterxml.jackson.core:jackson-databind2.21.1indirekthoch103.2.1
io.undertow:undertow-core2.4.2.Finalindirektmittel1

Ein Advisory bedeutet, dass die im Abhängigkeitsgraphen erfasste Version in den betroffenen Bereich eines Advisories fällt. Erreichbarkeit wird nicht analysiert, und der Graph enthält Entwicklungs- und Test-Pins — ein Fund kann das Werkzeug betreffen und nicht die ausgelieferte Software.

JSON-Rohbericht maschinenlesbar
{
  "data": {
    "repo": {
      "topics": [
        "database",
        "dbms",
        "multi-model",
        "graph",
        "document",
        "time-series",
        "key-value",
        "embedded",
        "docker",
        "kubernetes",
        "k8s",
        "distributed",
        "arcadedb",
        "orientdb",
        "search-engine",
        "similarity-search",
        "vector-database",
        "vector-search"
      ],
      "is_fork": false,
      "size_kb": 63444,
      "has_wiki": false,
      "homepage": "https://arcadedb.com",
      "languages": {
        "C#": 55935,
        "Go": 39514,
        "CSS": 80180,
        "Lua": 20,
        "HTML": 230731,
        "Java": 33951019,
        "Ruby": 2912,
        "ANTLR": 135665,
        "Shell": 89836,
        "Cypher": 710,
        "Groovy": 3040,
        "Python": 2388877,
        "Gherkin": 1471104,
        "Batchfile": 7942,
        "Dockerfile": 2002,
        "JavaScript": 592072,
        "TypeScript": 195342
      },
      "pushed_at": "2026-07-28T22:01:12Z",
      "created_at": "2021-08-16T16:01:29Z",
      "owner_type": "Organization",
      "updated_at": "2026-07-28T21:11:17Z",
      "description": "ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "Apache-2.0",
      "default_branch": "main",
      "license_spdx_raw": "Apache-2.0",
      "primary_language": "Java",
      "significant_languages": [
        "Java"
      ]
    },
    "owner": {
      "blog": "https://www.arcadedata.com",
      "name": "Arcade Data",
      "type": "Organization",
      "login": "ArcadeData",
      "company": null,
      "location": "London, UK",
      "followers": 46,
      "avatar_url": "https://avatars.githubusercontent.com/u/32255470?v=4",
      "created_at": "2017-09-25T05:16:40Z",
      "is_verified": null,
      "public_repos": 28,
      "account_age_days": 3228
    },
    "license": {
      "state": "standard",
      "spdx_id": "Apache-2.0",
      "raw_spdx": "Apache-2.0",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "26.7.3",
          "kind": "patch",
          "published_at": "2026-07-17T18:12:18Z"
        },
        {
          "tag": "26.7.2",
          "kind": "patch",
          "published_at": "2026-07-09T03:11:06Z"
        },
        {
          "tag": "26.7.1",
          "kind": "patch",
          "published_at": "2026-07-01T21:22:14Z"
        },
        {
          "tag": "26.6.1",
          "kind": "patch",
          "published_at": "2026-06-03T20:35:12Z"
        },
        {
          "tag": "26.5.1",
          "kind": "patch",
          "published_at": "2026-05-11T21:26:39Z"
        },
        {
          "tag": "26.4.2",
          "kind": "patch",
          "published_at": "2026-04-24T02:16:58Z"
        },
        {
          "tag": "26.3.2",
          "kind": "patch",
          "published_at": "2026-03-21T16:26:43Z"
        },
        {
          "tag": "26.3.1",
          "kind": "patch",
          "published_at": "2026-03-04T19:26:30Z"
        },
        {
          "tag": "26.2.1",
          "kind": "patch",
          "published_at": "2026-02-16T16:15:23Z"
        },
        {
          "tag": "26.1.1",
          "kind": "patch",
          "published_at": "2026-01-23T18:32:05Z"
        },
        {
          "tag": "25.12.1",
          "kind": "patch",
          "published_at": "2026-01-06T18:28:40Z"
        },
        {
          "tag": "25.11.1",
          "kind": "patch",
          "published_at": "2025-12-09T22:29:23Z"
        },
        {
          "tag": "25.10.1",
          "kind": "patch",
          "published_at": "2025-11-05T19:54:19Z"
        },
        {
          "tag": "25.9.1",
          "kind": "patch",
          "published_at": "2025-10-09T17:06:08Z"
        },
        {
          "tag": "25.8.1",
          "kind": "patch",
          "published_at": "2025-09-10T06:56:11Z"
        },
        {
          "tag": "25.7.1",
          "kind": "patch",
          "published_at": "2025-08-12T18:13:32Z"
        },
        {
          "tag": "25.6.1",
          "kind": "patch",
          "published_at": "2025-07-07T15:11:21Z"
        },
        {
          "tag": "25.5.1",
          "kind": "patch",
          "published_at": "2025-05-31T00:08:49Z"
        },
        {
          "tag": "25.4.1",
          "kind": "patch",
          "published_at": "2025-04-22T14:41:29Z"
        },
        {
          "tag": "25.3.2",
          "kind": "patch",
          "published_at": "2025-03-24T20:51:02Z"
        },
        {
          "tag": "25.3.1",
          "kind": "patch",
          "published_at": "2025-03-07T18:02:48Z"
        },
        {
          "tag": "25.2.1",
          "kind": "patch",
          "published_at": "2025-02-27T21:03:20Z"
        },
        {
          "tag": "25.1.1",
          "kind": "patch",
          "published_at": "2025-01-26T07:14:04Z"
        },
        {
          "tag": "24.11.2",
          "kind": "patch",
          "published_at": "2024-12-10T13:48:58Z"
        },
        {
          "tag": "24.11.1",
          "kind": "patch",
          "published_at": "2024-11-06T05:29:30Z"
        },
        {
          "tag": "24.10.1",
          "kind": "patch",
          "published_at": "2024-10-12T16:30:46Z"
        },
        {
          "tag": "24.6.1",
          "kind": "patch",
          "published_at": "2024-07-23T04:32:33Z"
        },
        {
          "tag": "24.5.1",
          "kind": "patch",
          "published_at": "2024-11-05T21:13:02Z"
        },
        {
          "tag": "24.4.1",
          "kind": "patch",
          "published_at": "2024-04-20T02:20:56Z"
        },
        {
          "tag": "24.2.1",
          "kind": "patch",
          "published_at": "2024-03-12T19:43:49Z"
        },
        {
          "tag": "24.1.1",
          "kind": "patch",
          "published_at": "2024-02-05T19:59:49Z"
        },
        {
          "tag": "23.12.2",
          "kind": "patch",
          "published_at": "2024-01-05T22:56:02Z"
        },
        {
          "tag": "23.12.1",
          "kind": "patch",
          "published_at": "2024-01-03T15:54:51Z"
        },
        {
          "tag": "23.11.1",
          "kind": "patch",
          "published_at": "2023-11-30T04:45:22Z"
        },
        {
          "tag": "23.10.1",
          "kind": "patch",
          "published_at": "2023-11-01T03:04:32Z"
        },
        {
          "tag": "23.9.1",
          "kind": "patch",
          "published_at": "2023-09-27T01:56:55Z"
        },
        {
          "tag": "23.7.1",
          "kind": "patch",
          "published_at": "2023-08-14T22:44:59Z"
        },
        {
          "tag": "23.6.1",
          "kind": "patch",
          "published_at": "2023-07-05T04:02:23Z"
        },
        {
          "tag": "23.5.1",
          "kind": "patch",
          "published_at": "2023-06-09T01:09:30Z"
        },
        {
          "tag": "23.4.1",
          "kind": "patch",
          "published_at": "2023-05-03T20:39:59Z"
        },
        {
          "tag": "23.3.1",
          "kind": "patch",
          "published_at": "2023-04-05T11:36:53Z"
        },
        {
          "tag": "23.2.1",
          "kind": "patch",
          "published_at": "2023-03-01T02:57:05Z"
        },
        {
          "tag": "23.1.2",
          "kind": "patch",
          "published_at": "2023-02-02T22:39:53Z"
        },
        {
          "tag": "23.1.1",
          "kind": "patch",
          "published_at": "2023-01-16T18:57:30Z"
        },
        {
          "tag": "22.12.1",
          "kind": "patch",
          "published_at": "2022-12-23T22:02:24Z"
        },
        {
          "tag": "22.11.1",
          "kind": "patch",
          "published_at": "2022-12-07T23:48:45Z"
        },
        {
          "tag": "22.10.1",
          "kind": "patch",
          "published_at": "2022-11-02T21:32:38Z"
        },
        {
          "tag": "22.9.1",
          "kind": "patch",
          "published_at": "2022-10-03T19:22:20Z"
        },
        {
          "tag": "22.8.1",
          "kind": "patch",
          "published_at": "2022-08-02T06:51:16Z"
        },
        {
          "tag": "22.6.1",
          "kind": "patch",
          "published_at": "2022-06-08T16:09:31Z"
        },
        {
          "tag": "22.2.1",
          "kind": "patch",
          "published_at": "2022-02-23T16:10:35Z"
        },
        {
          "tag": "22.1.3",
          "kind": "patch",
          "published_at": "2022-02-01T21:48:30Z"
        },
        {
          "tag": "22.1.2",
          "kind": "patch",
          "published_at": "2022-01-11T00:25:14Z"
        },
        {
          "tag": "21.12.1",
          "kind": "patch",
          "published_at": "2022-01-01T22:30:41Z"
        },
        {
          "tag": "21.11.1",
          "kind": "patch",
          "published_at": "2021-12-01T06:24:45Z"
        },
        {
          "tag": "21.10.2",
          "kind": "patch",
          "published_at": "2021-10-28T22:01:36Z"
        },
        {
          "tag": "21.10.1",
          "kind": "patch",
          "published_at": "2021-10-05T15:09:30Z"
        },
        {
          "tag": "21.9.1",
          "kind": "patch",
          "published_at": "2021-09-21T18:03:08Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
          "body": "…p one numbering\n\nrefMode=ordinal numbered every payload from 0, which suited a single request but not a client\nthat splits one logical load into several: RemoteGraphBatch keeps a single vertex counter\nacross all its flushes, so its second request starts at 50,000 and every reference in it would\nhav\n[…]\nnt buffer's ids for the server. The idMapping keys are read with the\n'v' prefix optional, which is what makes both modes work against the same client.\n\nThe Studio API reference gets the new parameter.",
          "is_bot": false,
          "headline": "feat(server) #5470: ordinalBase lets a load split across requests kee…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T21:10:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5a489739309f404dcecc1a809504e2c365c58154",
          "body": "…ssing\n\nThe reference for /api/v1/batch listed nine of the sixteen query parameters and a response\nthat predates bytesRead. Adds vertexBatchSize (the knob for the maximum replicated Raft entry\nsize, missing since it was introduced), refMode, expectedVertexCount, idMapping,\ncommitRetries and commitRe\n[…]\nryDelayMs, all with the defaults they actually have, plus what the\nendpoint answers when an upload ends before its announced Content-Length and when the\ntemporary-id mapping is too large to echo back.",
          "is_bot": false,
          "headline": "docs(studio) #5470: document the batch parameters the API page was mi…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T21:02:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5bc799ff02b321c02d6901f6ef9fb5677daa6644",
          "body": "…ion in the payload\n\nWith refMode=ordinal an edge names the vertices it connects by their 0-based position in the\npayload - \"@from\": 0 - instead of by an @id the vertex declared. Nothing has to be stored for\na vertex but the RID it got, so the structure that must survive the whole request (an edge o\n[…]\nby an earlier request keep working.\n\nThe default stays refMode=id for arbitrary temporary ids. expectedVertexCount pre-sizes the\nstructure, capped so a wrong hint costs a doubling instead of the heap.",
          "is_bot": false,
          "headline": "feat(server) #5470: batch edges can reference vertices by their posit…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "edd8bfe5c29d5861a111c5e0e6e4d24e0a3142c6",
          "body": "The temporary-id to RID map of a streaming load must survive for the whole request, because\nedges at the end of a payload may reference vertices created at the beginning, so it is the\nmemory ceiling of the load. As a HashMap<String, RID> it cost four live objects and ~170\nbytes for a 50-character id\n[…]\narena is\nappend-only, growth only doubles the address table, and re-storing a key rewrites its RID in\nplace.\n\nThe heap warning now reports what the map actually holds instead of an estimate per entry.",
          "is_bot": false,
          "headline": "fix(server) #5470: the batch temporary-id map holds no object per entry",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a3071eb614da097b40395f0337f808a803fe6088",
          "body": "…t the whole page\n\nA transaction wrote one WAL segment per modified page, covering the hull of the bytes it\ntouched. Every page layout writes at both ends - an LSM index page appends its key/value\ncontent down from the tail while inserting the pointer into the sorted array that grows up\nfrom the hea\n[…]\nno longer echoed past 10,000 entries\n(idMapping=auto|true|false, RemoteGraphBatch asks for it explicitly because it resolves\nedges across flushes) and the load warns about the heap that mapping holds.",
          "is_bot": false,
          "headline": "fix(engine) #5470: the WAL ships the modified intervals of a page, no…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:44:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "bd379842bb7e4e6bc1838baf9acbb175d7eb19f2",
          "body": "…(#5488)",
          "is_bot": false,
          "headline": "docs: trim CLAUDE.md files, add engine/ and ha-raft/ module guidance …",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:37:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f414e877a75cfc2d57e633038c3cfde3a4db935",
          "body": "…he local apply (#5507)",
          "is_bot": false,
          "headline": "fix(#5503): lock the modified files on replicas and hold them until t…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:36:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6642e203ec066cc86229fcd1e9d2889aeac0c349",
          "body": "…opping them (#5502)",
          "is_bot": false,
          "headline": "fix(#5492): coalesce materialized view refresh requests instead of dr…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:36:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b34663d57e785a85190671cf0a78145b12bb6da3",
          "body": "…ing (#5509)",
          "is_bot": false,
          "headline": "fix(#5508): mask previousValue for hidden settings in set_server_sett…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T20:23:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab0ffe6aa8a4c3c711e3f2b95d59b877256b7a6a",
          "body": "…ngle-source merge\n\nRound 2, aimed at the two lines the reporter's fresh 1M profile ranked after the\nessential-term heap: DimCursor.blockMaxAt at 8.6% self time and the cursor-movement\ngroup at 17.3%.\n\nblockMaxAt / blockEndAt were recomputed for every candidate even though their value\nis constant ov\n[…]\ntead\nof reusing a range that does not contain it, the sources are consulted once per block\nrather than once per probe, and a lone-source cursor iterates and seeks exactly as the\ntwo-source merge does.",
          "is_bot": false,
          "headline": "perf(#5467): memoise the merged block bounds and short-circuit the si…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T20:17:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "00561259312502ab56f928129a3c500b0c56ad18",
          "body": "… caller never bound\n\nAn unbound Cypher parameter evaluated to null, and null is a legal value everywhere, so the\nquery ran to completion against a value nobody supplied: a filter matched nothing, a\npredicate came out false, and each caller absorbed that into its neutral answer. That\nsilence is the \n[…]\nexpression builder, so $`my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.",
          "is_bot": false,
          "headline": "feat(cypher) #5501: raise on a parameter the query references but the…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T18:51:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd",
          "body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.",
          "is_bot": false,
          "headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T18:51:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d",
          "body": null,
          "is_bot": false,
          "headline": "feat(#4861): add the MCP hybrid_search tool (#5500)",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T17:32:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34",
          "body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.",
          "is_bot": false,
          "headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T15:22:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9",
          "body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.",
          "is_bot": false,
          "headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T14:28:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46",
          "body": "…#5498)",
          "is_bot": false,
          "headline": "perf(#5496): use hasProperty instead of building a name set per row (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T14:01:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b125778a7a4b49d806f24a3958e97196cbe41694",
          "body": "…th endpoint (#5497)",
          "is_bot": false,
          "headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T12:42:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2dfc3c75b7256399954840feac5309b3c45c737f",
          "body": "…tterns (#5493)",
          "is_bot": false,
          "headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T11:39:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1",
          "body": "… WHERE in pattern comprehensions (#5491)",
          "is_bot": false,
          "headline": "fix(#5489): bind the hop relationship variable before the node inline…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T10:57:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1",
          "body": "…ons (#5486)",
          "is_bot": false,
          "headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T09:22:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "972d5366cfea4b1d45544978e1687bff6416048c",
          "body": "…h shortestPath evaluators (#5487)",
          "is_bot": false,
          "headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T09:21:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4397160ed2be4694941b5f77e722f8259f55dda",
          "body": "…redicate (#5485)",
          "is_bot": false,
          "headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T08:54:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd",
          "body": "…plies (#5479)",
          "is_bot": false,
          "headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T07:52:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "043309f615ef03e6698a54e769bae0d5deb29f48",
          "body": "…prehensions (#5471)",
          "is_bot": false,
          "headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T07:00:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a2e4def6c95f587d4e53952a2212e72bff76839",
          "body": "…s (#5472)",
          "is_bot": false,
          "headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-28T06:57:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec3447a9644f012b66b5820645df9810d6836617",
          "body": null,
          "is_bot": false,
          "headline": "feat(mcp)  : add per-principal tool profiles (#5468) (#5445)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-28T06:45:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207",
          "body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.",
          "is_bot": false,
          "headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T06:10:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d8eb4a38e047a295527ae17ed5590cd82417f848",
          "body": null,
          "is_bot": false,
          "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T05:15:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58",
          "body": "The Cypher signature is head(list :: LIST<ANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.",
          "is_bot": false,
          "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T05:06:50Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca",
          "body": null,
          "is_bot": true,
          "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-28T04:06:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c",
          "body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.",
          "is_bot": false,
          "headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-28T02:51:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676",
          "body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.",
          "is_bot": false,
          "headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T22:28:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980",
          "body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.",
          "is_bot": false,
          "headline": "fix(#5475): agree on what a TIMESERIES column's declared type means",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T21:59:51Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "07a6c67096c97283319edbb839233a9b54b8afd7",
          "body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail<-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.",
          "is_bot": false,
          "headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T21:59:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1f02356a48855db66bfc00792a97cef0254a165d",
          "body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.",
          "is_bot": false,
          "headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:56:43Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eb050f1aa6a7006716f29edaad0c30b655589895",
          "body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.",
          "is_bot": false,
          "headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:43:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8",
          "body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue<RidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.",
          "is_bot": false,
          "headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:21:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e201edb3c19e832490c85780601cd0e4fb436fb4",
          "body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:<kind>:<name>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n  which resolved as a missing property of the record, so it always answered false; both\n  existsIndex() and existsBucket() now bind the name as a query parameter",
          "is_bot": false,
          "headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:04:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7012c0772a806386b6e0d0efee41373db5993198",
          "body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.",
          "is_bot": false,
          "headline": "test: pin the variable-usage analysis, one case per clause it walks",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T20:02:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f",
          "body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).",
          "is_bot": false,
          "headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T18:52:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "24813519b4f1b5417ca299bd9aad896d5373253c",
          "body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.",
          "is_bot": false,
          "headline": "fix(server) #5470: keep a streaming batch load alive across long serv…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T18:03:49Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18",
          "body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.",
          "is_bot": false,
          "headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T17:48:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a",
          "body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n   counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.",
          "is_bot": false,
          "headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T17:34:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "116278160edf1c17ed37af622af4b2477a632baa",
          "body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…",
          "author_name": "Rui Pereira",
          "author_login": "ruispereira",
          "committed_at": "2026-07-27T17:17:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T15:55:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7efe66c71bae9812983644a566a3ddeae2be3c97",
          "body": "…#5465)",
          "is_bot": false,
          "headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T12:55:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): scope permissions per database (#5401)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T12:26:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e3cc14a3299c399a2f3adc0ada969624980904a1",
          "body": "…#5458)",
          "is_bot": false,
          "headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T10:40:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68d6596dca4b2ca20ac8de19342016bb929fc550",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp) #4867: add configurable tool profiles (#5402)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T10:40:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): add bounded sample_records tool (#5398)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T09:12:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3226999348f772a3fe9773b69738a78fff6be20b",
          "body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
          "is_bot": false,
          "headline": "feat(mcp): add dense and sparse vector_search tool (#5399)",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-27T08:23:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6",
          "body": "… apply (#5455)",
          "is_bot": false,
          "headline": "fix(#5454): drop database no longer deletes the files inside the Raft…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T08:18:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3673996bd69e7885ea75cdd33ebd09a77763838b",
          "body": null,
          "is_bot": false,
          "headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-27T06:30:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1134185d5494f5ab0583da4a508d846449f8e04c",
          "body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.",
          "is_bot": false,
          "headline": "fix(#5443): a follower's index can be short after an LSM compaction (…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T05:13:01Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c",
          "body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.",
          "is_bot": false,
          "headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T04:50:56Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b",
          "body": null,
          "is_bot": true,
          "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-27T04:24:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3",
          "body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.",
          "is_bot": false,
          "headline": "fix(#5444): seek composite indexes by their whole key, hide internal …",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T02:53:08Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e30308d79a4c044102239664cb9c7d946abef86b",
          "body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.",
          "is_bot": false,
          "headline": "perf(#5446): plan an inline property map as the equality predicate it…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-27T02:08:10Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333",
          "body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud <226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli <lvca@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…",
          "author_name": "justinblethrow-cloud",
          "author_login": "justinblethrow-cloud",
          "committed_at": "2026-07-26T19:29:24Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074",
          "body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)",
          "is_bot": true,
          "headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:11:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637",
          "body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n  dependency-version: 4.37.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n  dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T19:10:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7e10f2de59a0894b77fd5462940c6916b0b80361",
          "body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:28Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a",
          "body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:23Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "59f70c37447d039ed9b817629c95b754c3152555",
          "body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2",
          "body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e5ceec580ec12f391864323a7af6c6b1b6642079",
          "body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:04Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa",
          "body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:04:00Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "068e2a79fcb71086fd402259093b78f845ee2a44",
          "body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d",
          "body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68",
          "body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:42Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b",
          "body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:36Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba",
          "body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:29Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8163a695b673a65f9972edf9e5906f84b9888e68",
          "body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:23Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10",
          "body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0ce896733d0132c767ffa4c13f628a39804eec0a",
          "body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b",
          "body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@​playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:03:03Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf",
          "body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:59Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3",
          "body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\\_score?dependency-name=prettier&package-manager=pre\\_commit&previous-version=3.9.5&new-\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions",
          "is_bot": true,
          "headline": "build(deps): bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "494d678a637dad915ec540229bab53e3a8eac09d",
          "body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:48Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd",
          "body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eda668aa8c734dca336a741630befccc5fbe86b3",
          "body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "41f3a81975a3b426d341b1abaed2aacc670381ee",
          "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
          "is_bot": true,
          "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]",
          "author_name": "mergify[bot]",
          "author_login": "mergify[bot]",
          "committed_at": "2026-07-26T19:02:27Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "013e0cf2e481f93a0da5e34abed07aa094850f50",
          "body": "…ader-index lookup in HA tests (#5442)",
          "is_bot": false,
          "headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…",
          "author_name": "Roberto Franchini",
          "author_login": "robfrank",
          "committed_at": "2026-07-26T18:56:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33",
          "body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.",
          "is_bot": false,
          "headline": "fix(#4743): raise the maximum replicated transaction size to 32MB",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:53:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9a5c898dc02906060b05bde4799aa3c62232821c",
          "body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).",
          "is_bot": false,
          "headline": "fix(#4743): a single oversized Raft entry no longer topples the leader",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:53:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0fc2d79554cd6839acbd52abe1007258bb923e65",
          "body": "…ocument-backed vector indexes (#3144)",
          "is_bot": false,
          "headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:45:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a",
          "body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.",
          "is_bot": false,
          "headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…",
          "author_name": "Luca Garulli",
          "author_login": "lvca",
          "committed_at": "2026-07-26T14:15:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1e64c87916eb256560e52bc413932ed9d9492951",
          "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:17:38Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a272528ed22971de17443c562a0647e3e4d0f76f",
          "body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n  dependency-version: 7.34.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:13:20Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "54bb667e03cc3536425296862adcee055a133d11",
          "body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n  dependency-version: 3.6.3\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:53Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6",
          "body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n  dependency-version: 3.9.6\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf",
          "body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n  dependency-version: 3.9.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n  dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump prettier in the pre-commit-hooks group",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b8456f4dc7f089f27704c887a3f496359edde0b8",
          "body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n  dependency-version: 5.1.1\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps-dev): bump com.mycila:license-maven-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:40Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c",
          "body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n  dependency-version: 1.62.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps-dev): bump @playwright/test in /e2e-studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1",
          "body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n  dependency-version: 4.15.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): update testcontainers requirement in /e2e-python",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f42ae579899780fa08037a3e106a69235899ac3f",
          "body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n  dependency-version: 1.6.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eec9d00fd005ac87797dd3719022b802f848dd2c",
          "body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-plugin\n  dependency-version: 3.5.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T10:12:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "44016adabcf5616219a637c2bc138922e66a368c",
          "body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n  dependency-version: 5.32.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:06:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401",
          "body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n  dependency-version: 18.0.7\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:06:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67",
          "body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n  dependency-version: 1.6.1\n  dependency-type: indirect\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-26T09:05:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 58,
      "commits_last_year": 4382,
      "latest_release_at": "2026-07-17T18:12:18Z",
      "latest_release_tag": "26.7.3",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 52,
      "days_since_latest_release": 11,
      "mean_days_between_releases": 19.4
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 87,
      "has_issue_template": true,
      "has_code_of_conduct": false,
      "has_pull_request_template": true
    },
    "ecosystem": {
      "packages": [
        {
          "name": "com.arcadedb:arcadedb-bolt",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 10,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:18Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:24Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-grpcw",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:31Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:21Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "com.arcadedb:arcadedb-redisw",
          "exists": true,
          "license": null,
          "keywords": [],
          "ecosystem": "maven",
          "matches_repo": null,
          "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw",
          "is_deprecated": false,
          "latest_version": "26.7.3",
          "repository_url": null,
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-17T17:33:42Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        }
      ]
    },
    "popularity": {
      "forks": 125,
      "stars": 1047,
      "watchers": 15,
      "fork_history": {
        "days": [
          {
            "date": "2021-09-01",
            "count": 1
          },
          {
            "date": "2021-09-02",
            "count": 3
          },
          {
            "date": "2021-09-26",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 1
          },
          {
            "date": "2021-10-13",
            "count": 1
          },
          {
            "date": "2021-10-21",
            "count": 1
          },
          {
            "date": "2021-10-26",
            "count": 1
          },
          {
            "date": "2021-11-01",
            "count": 1
          },
          {
            "date": "2021-11-10",
            "count": 1
          },
          {
            "date": "2021-11-23",
            "count": 1
          },
          {
            "date": "2022-01-04",
            "count": 1
          },
          {
            "date": "2022-01-12",
            "count": 1
          },
          {
            "date": "2022-01-17",
            "count": 1
          },
          {
            "date": "2022-02-07",
            "count": 1
          },
          {
            "date": "2022-02-12",
            "count": 1
          },
          {
            "date": "2022-05-17",
            "count": 1
          },
          {
            "date": "2022-05-26",
            "count": 1
          },
          {
            "date": "2022-06-01",
            "count": 1
          },
          {
            "date": "2022-07-30",
            "count": 1
          },
          {
            "date": "2022-08-31",
            "count": 1
          },
          {
            "date": "2022-09-19",
            "count": 1
          },
          {
            "date": "2022-09-23",
            "count": 1
          },
          {
            "date": "2022-09-24",
            "count": 1
          },
          {
            "date": "2022-09-30",
            "count": 1
          },
          {
            "date": "2022-11-02",
            "count": 1
          },
          {
            "date": "2022-11-30",
            "count": 1
          },
          {
            "date": "2022-12-08",
            "count": 1
          },
          {
            "date": "2022-12-28",
            "count": 1
          },
          {
            "date": "2023-01-01",
            "count": 1
          },
          {
            "date": "2023-01-12",
            "count": 1
          },
          {
            "date": "2023-01-17",
            "count": 1
          },
          {
            "date": "2023-01-23",
            "count": 1
          },
          {
            "date": "2023-02-10",
            "count": 2
          },
          {
            "date": "2023-02-12",
            "count": 1
          },
          {
            "date": "2023-02-26",
            "count": 1
          },
          {
            "date": "2023-03-14",
            "count": 2
          },
          {
            "date": "2023-03-20",
            "count": 1
          },
          {
            "date": "2023-06-15",
            "count": 1
          },
          {
            "date": "2023-07-06",
            "count": 1
          },
          {
            "date": "2023-08-04",
            "count": 2
          },
          {
            "date": "2023-08-15",
            "count": 1
          },
          {
            "date": "2023-10-17",
            "count": 1
          },
          {
            "date": "2023-10-25",
            "count": 1
          },
          {
            "date": "2023-11-18",
            "count": 1
          },
          {
            "date": "2023-11-24",
            "count": 1
          },
          {
            "date": "2024-03-21",
            "count": 1
          },
          {
            "date": "2024-04-02",
            "count": 1
          },
          {
            "date": "2024-08-01",
            "count": 1
          },
          {
            "date": "2024-08-02",
            "count": 1
          },
          {
            "date": "2024-09-19",
            "count": 1
          },
          {
            "date": "2024-09-22",
            "count": 1
          },
          {
            "date": "2024-11-29",
            "count": 1
          },
          {
            "date": "2024-12-02",
            "count": 1
          },
          {
            "date": "2024-12-23",
            "count": 1
          },
          {
            "date": "2024-12-30",
            "count": 1
          },
          {
            "date": "2025-02-18",
            "count": 1
          },
          {
            "date": "2025-03-01",
            "count": 1
          },
          {
            "date": "2025-03-02",
            "count": 1
          },
          {
            "date": "2025-04-06",
            "count": 1
          },
          {
            "date": "2025-04-11",
            "count": 1
          },
          {
            "date": "2025-04-22",
            "count": 1
          },
          {
            "date": "2025-06-18",
            "count": 2
          },
          {
            "date": "2025-06-26",
            "count": 1
          },
          {
            "date": "2025-08-11",
            "count": 1
          },
          {
            "date": "2025-08-13",
            "count": 1
          },
          {
            "date": "2025-08-15",
            "count": 1
          },
          {
            "date": "2025-08-21",
            "count": 1
          },
          {
            "date": "2025-08-31",
            "count": 1
          },
          {
            "date": "2025-10-13",
            "count": 1
          },
          {
            "date": "2025-11-05",
            "count": 1
          },
          {
            "date": "2025-11-19",
            "count": 1
          },
          {
            "date": "2025-11-21",
            "count": 1
          },
          {
            "date": "2025-12-04",
            "count": 1
          },
          {
            "date": "2025-12-06",
            "count": 1
          },
          {
            "date": "2025-12-19",
            "count": 1
          },
          {
            "date": "2025-12-28",
            "count": 1
          },
          {
            "date": "2026-01-04",
            "count": 1
          },
          {
            "date": "2026-01-15",
            "count": 1
          },
          {
            "date": "2026-01-28",
            "count": 1
          },
          {
            "date": "2026-02-04",
            "count": 1
          },
          {
            "date": "2026-02-08",
            "count": 1
          },
          {
            "date": "2026-02-27",
            "count": 1
          },
          {
            "date": "2026-03-02",
            "count": 1
          },
          {
            "date": "2026-03-05",
            "count": 1
          },
          {
            "date": "2026-03-16",
            "count": 1
          },
          {
            "date": "2026-03-17",
            "count": 1
          },
          {
            "date": "2026-03-22",
            "count": 2
          },
          {
            "date": "2026-03-25",
            "count": 1
          },
          {
            "date": "2026-03-30",
            "count": 1
          },
          {
            "date": "2026-04-08",
            "count": 1
          },
          {
            "date": "2026-04-17",
            "count": 1
          },
          {
            "date": "2026-04-26",
            "count": 1
          },
          {
            "date": "2026-05-02",
            "count": 2
          },
          {
            "date": "2026-05-09",
            "count": 1
          },
          {
            "date": "2026-05-14",
            "count": 1
          },
          {
            "date": "2026-05-15",
            "count": 1
          },
          {
            "date": "2026-05-19",
            "count": 1
          },
          {
            "date": "2026-05-21",
            "count": 1
          },
          {
            "date": "2026-05-22",
            "count": 1
          },
          {
            "date": "2026-05-23",
            "count": 1
          },
          {
            "date": "2026-05-28",
            "count": 1
          },
          {
            "date": "2026-05-29",
            "count": 1
          },
          {
            "date": "2026-06-01",
            "count": 1
          },
          {
            "date": "2026-06-06",
            "count": 1
          },
          {
            "date": "2026-06-11",
            "count": 2
          },
          {
            "date": "2026-06-22",
            "count": 1
          },
          {
            "date": "2026-07-03",
            "count": 1
          },
          {
            "date": "2026-07-07",
            "count": 1
          },
          {
            "date": "2026-07-08",
            "count": 2
          },
          {
            "date": "2026-07-10",
            "count": 1
          },
          {
            "date": "2026-07-16",
            "count": 1
          },
          {
            "date": "2026-07-18",
            "count": 1
          },
          {
            "date": "2026-07-20",
            "count": 1
          },
          {
            "date": "2026-07-28",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 124,
        "total_forks": 125
      },
      "star_history": null,
      "open_issues_and_prs": 78
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [
        "grpc/src/main/proto/arcadedb-server.proto"
      ],
      "has_devcontainer": false,
      "typecheck_configs": [
        "e2e-studio/tsconfig.json"
      ],
      "toolchain_manifests": [
        "bolt/pom.xml",
        "console/pom.xml",
        "coverage/pom.xml",
        "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
        "e2e-go/go.mod",
        "e2e-ha/pom.xml",
        "e2e/pom.xml",
        "engine/pom.xml",
        "graphql/pom.xml",
        "gremlin-consumer-it/pom.xml",
        "gremlin-it/pom.xml",
        "gremlin/pom.xml",
        "grpc-client/pom.xml",
        "grpc/pom.xml",
        "grpcw/pom.xml",
        "ha-raft/pom.xml",
        "integration/pom.xml",
        "load-tests/pom.xml",
        "metrics/pom.xml",
        "mongodbw/pom.xml",
        "network/pom.xml",
        "package/pom.xml",
        "pom.xml",
        "postgresw/pom.xml",
        "redisw/pom.xml",
        "server/pom.xml",
        "studio/pom.xml",
        "tracing/pom.xml"
      ],
      "largest_source_bytes": 707519,
      "source_files_sampled": 4250,
      "oversized_source_files": 58,
      "agent_instruction_files": [
        "CLAUDE.md",
        "engine/CLAUDE.md",
        "ha-raft/CLAUDE.md",
        "studio/CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 8176
    },
    "dependencies": {
      "manifests": [
        "bolt/pom.xml",
        "console/pom.xml",
        "coverage/pom.xml",
        "e2e-go/go.mod",
        "e2e-ha/pom.xml",
        "e2e-js/package.json",
        "e2e-python/pyproject.toml",
        "e2e-studio/package.json",
        "e2e/pom.xml",
        "engine/pom.xml",
        "graphql/pom.xml",
        "gremlin-consumer-it/pom.xml",
        "gremlin-it/pom.xml",
        "gremlin/pom.xml",
        "grpc-client/pom.xml",
        "grpc/pom.xml",
        "grpcw/pom.xml",
        "ha-raft/pom.xml",
        "integration/pom.xml",
        "load-tests/pom.xml",
        "metrics/pom.xml",
        "mongodbw/pom.xml",
        "network/pom.xml",
        "package/pom.xml",
        "pom.xml",
        "postgresw/pom.xml",
        "redisw/pom.xml",
        "server/pom.xml",
        "studio/package.json",
        "studio/pom.xml",
        "tracing/pom.xml"
      ],
      "advisories": {
        "error": null,
        "scope": "published_package",
        "source": "osv",
        "findings": [
          {
            "name": "com.fasterxml.jackson.core:jackson-core",
            "direct": false,
            "version": "2.21.1",
            "severity": "high",
            "ecosystem": "maven",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-r7wm-3cxj-wff9"
            ],
            "fixed_version": "3.2.1",
            "advisory_count": 1,
            "oldest_advisory_days": 7
          },
          {
            "name": "com.fasterxml.jackson.core:jackson-databind",
            "direct": false,
            "version": "2.21.1",
            "severity": "high",
            "ecosystem": "maven",
            "cvss_score": 8.1,
            "advisory_ids": [
              "GHSA-3pjw-73gf-8qr5",
              "GHSA-5gvw-p9qm-jgwh",
              "GHSA-5hh8-q8hv-fr38",
              "GHSA-5jmj-h7xm-6q6v",
              "GHSA-9fxm-vc8v-hj55",
              "GHSA-hgj6-7826-r7m5",
              "GHSA-j3rv-43j4-c7qm",
              "GHSA-mhm7-754m-9p8w",
              "GHSA-rcqc-6cw3-h962",
              "GHSA-rmj7-2vxq-3g9f"
            ],
            "fixed_version": "3.2.1",
            "advisory_count": 10,
            "oldest_advisory_days": 35
          },
          {
            "name": "io.undertow:undertow-core",
            "direct": false,
            "version": "2.4.2.Final",
            "severity": "moderate",
            "ecosystem": "maven",
            "cvss_score": 5.9,
            "advisory_ids": [
              "GHSA-3x3v-w654-m28m"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 126
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 2,
          "moderate": 1
        },
        "advisory_count": 12,
        "affected_count": 3,
        "assessed_count": 69,
        "malicious_count": 0,
        "assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "go",
        "maven",
        "npm",
        "pypi"
      ],
      "dependencies": [
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-integration",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.jline:jline-terminal",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.jline:jline-reader",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.jline:jline-terminal-jni",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jline.version}"
        },
        {
          "name": "org.slf4j:slf4j-jdk14",
          "manifest": "console/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-console",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-engine",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-bolt",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-network",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-server",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-postgresw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-redisw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-gremlin",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-mongodbw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-graphql",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-metrics",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-grpcw",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-grpc-client",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "${project.groupId}:arcadedb-integration",
          "manifest": "coverage/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.version}"
        },
        {
          "name": "github.com/neo4j/neo4j-go-driver/v5",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v5.28.4"
        },
        {
          "name": "github.com/stretchr/testify",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.11.1"
        },
        {
          "name": "github.com/testcontainers/testcontainers-go",
          "manifest": "e2e-go/go.mod",
          "ecosystem": "go",
          "version_constraint": "v0.43.0"
        },
        {
          "name": "neo4j-driver",
          "manifest": "e2e-js/package.json",
          "ecosystem": "npm",
          "version_constraint": "^6.0.1"
        },
        {
          "name": "pg",
          "manifest": "e2e-js/package.json",
          "ecosystem": "npm",
          "version_constraint": "^8.16.0"
        },
        {
          "name": "testcontainers",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=4.15.0"
        },
        {
          "name": "pytest",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=9.1.1"
        },
        {
          "name": "pytest-check",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.8.0"
        },
        {
          "name": "pytest-asyncio",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=1.4.0"
        },
        {
          "name": "docker",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=7.2.0"
        },
        {
          "name": "psycopg",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=3.3.4"
        },
        {
          "name": "psycopg-binary",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=3.3.4"
        },
        {
          "name": "asyncpg",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=0.31.0"
        },
        {
          "name": "requests",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.34.2"
        },
        {
          "name": "sqlalchemy",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=2.0.51"
        },
        {
          "name": "neo4j",
          "manifest": "e2e-python/pyproject.toml",
          "ecosystem": "pypi",
          "version_constraint": ">=6.2.0"
        },
        {
          "name": "io.cucumber:cucumber-bom",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${cucumber.version}"
        },
        {
          "name": "org.slf4j:slf4j-api",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "com.conversantmedia:disruptor",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${disruptor.version}"
        },
        {
          "name": "at.yawk.lz4:lz4-java",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lz4-java.version}"
        },
        {
          "name": "org.apache.lucene:lucene-analysis-common",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.apache.lucene:lucene-spatial-extras",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.apache.lucene:lucene-queryparser",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${lucene.version}"
        },
        {
          "name": "org.locationtech.spatial4j:spatial4j",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${spatial4j.version}"
        },
        {
          "name": "org.locationtech.jts:jts-core",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jts-core.version}"
        },
        {
          "name": "com.google.code.gson:gson",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gson.version}"
        },
        {
          "name": "io.github.jbellis:jvector",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jvector.version}"
        },
        {
          "name": "org.antlr:antlr4-runtime",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${antlr4.version}"
        },
        {
          "name": "org.graalvm.sdk:graal-sdk",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "org.graalvm.polyglot:polyglot",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "org.graalvm.polyglot:js",
          "manifest": "engine/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${graalvm.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "gremlin-consumer-it/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-gremlin",
          "manifest": "gremlin-consumer-it/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-integration",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.antlr:antlr4-runtime",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${antlr4.version}"
        },
        {
          "name": "io.netty:netty-all",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "org.apache.commons:commons-lang3",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-lang3.version}"
        },
        {
          "name": "org.apache.commons:commons-configuration2",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-configuration2.version}"
        },
        {
          "name": "commons-beanutils:commons-beanutils",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${commons-beanutils.version}"
        },
        {
          "name": "org.apache.groovy:groovy",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${groovy.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-core",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-server",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-driver",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-util",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.apache.tinkerpop:gremlin-groovy",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${gremlin.version}"
        },
        {
          "name": "org.yaml:snakeyaml",
          "manifest": "gremlin/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${snakeyaml.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.grpc:grpc-netty-shaded",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-protobuf",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-stub",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-services",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.api.grpc:proto-google-common-protos",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${com.google.api.grpc.version}"
        },
        {
          "name": "javax.annotation:javax.annotation-api",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${javax.annotation-api.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpc-client/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.grpc:grpc-netty-shaded",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-protobuf",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-stub",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-services",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "io.grpc:grpc-xds",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${grpc.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.api.grpc:proto-google-common-protos",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${com.google.api.grpc.version}"
        },
        {
          "name": "javax.annotation:javax.annotation-api",
          "manifest": "grpc/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${javax.annotation-api.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpc",
          "manifest": "grpcw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.apache.ratis:ratis-server",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "org.apache.ratis:ratis-grpc",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "org.apache.ratis:ratis-metrics-default",
          "manifest": "ha-raft/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${ratis.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "integration/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.sonofab1rd:univocity-parsers",
          "manifest": "integration/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${univocity-parsers.version}"
        },
        {
          "name": "io.micrometer:micrometer-registry-prometheus",
          "manifest": "metrics/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "io.micrometer:micrometer-registry-otlp",
          "manifest": "metrics/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "de.bwaldvogel:mongo-java-server",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${mongo-java-server.version}"
        },
        {
          "name": "io.netty:netty-transport",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "io.netty:netty-codec",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "io.netty:netty-handler",
          "manifest": "mongodbw/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${netty.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "network/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-console",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-server",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-studio",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-ha-raft",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-metrics",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-tracing",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-gremlin",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-bolt",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-redisw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-postgresw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-mongodbw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-grpcw",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-graphql",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "org.slf4j:slf4j-jdk14",
          "manifest": "package/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${slf4j.version}"
        },
        {
          "name": "org.junit:junit-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${junit.jupiter.version}"
        },
        {
          "name": "org.assertj:assertj-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${assertj-core.version}"
        },
        {
          "name": "io.micrometer:micrometer-tracing-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer-tracing.version}"
        },
        {
          "name": "io.opentelemetry:opentelemetry-bom",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${opentelemetry.version}"
        },
        {
          "name": "org.jboss.threads:jboss-threads",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${jboss-threads.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.google.protobuf:protobuf-java-util",
          "manifest": "pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${protobuf-java.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-engine",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "com.arcadedb:arcadedb-network",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${project.parent.version}"
        },
        {
          "name": "io.undertow:undertow-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${undertow-core.version}"
        },
        {
          "name": "io.micrometer:micrometer-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${micrometer.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-core",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-annotations",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "io.swagger.core.v3:swagger-models",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${swagger.version}"
        },
        {
          "name": "org.xerial.snappy:snappy-java",
          "manifest": "server/pom.xml",
          "ecosystem": "maven",
          "version_constraint": "${snappy.version}"
        },
        {
          "name": "@fortawesome/fontawesome-free",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^7.3.1"
        },
        {
          "name": "@popperjs/core",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.11.8"
        },
        {
          "name": "apexcharts",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^6.5.0"
        },
        {
          "name": "bootstrap",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.3.8"
        },
        {
          "name": "codemirror",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.65.21"
        },
        {
          "name": "cytoscape",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.34.0"
        },
        {
          "name": "cytoscape-cxtmenu",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.5.0"
        },
        {
          "name": "cytoscape-fcose",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.2.0"
        },
        {
          "name": "cytoscape-graphml",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.6"
        },
        {
          "name": "cytoscape-node-html-label",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.2.2"
        },
        {
          "name": "datatables.net",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.0"
        },
        {
          "name": "datatables.net-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.0"
        },
        {
          "name": "datatables.net-buttons",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-buttons-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-responsive",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-responsive-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-select",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "datatables.net-select-bs5",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "jquery",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.0.0"
        },
        {
          "name": "marked",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^18.0.7"
        },
        {
          "name": "jszip",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.10.1"
        },
        {
          "name": "pdfmake",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^0.3.11"
        },
        {
          "name": "swagger-ui-dist",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.32.11"
        },
        {
          "name": "sweetalert2",
          "manifest": "studio/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.26.25"
        },
        {
          "name": "io.micrometer:micrometer-tracing-bridge-otel",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        },
        {
          "name": "io.opentelemetry:opentelemetry-exporter-otlp",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        },
        {
          "name": "io.opentelemetry:opentelemetry-sdk",
          "manifest": "tracing/pom.xml",
          "ecosystem": "maven",
          "version_constraint": null
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "github.com/neo4j/neo4j-go-driver/v5",
            "direct": true,
            "version": "v5.28.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/stretchr/testify",
            "direct": true,
            "version": "v1.11.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/testcontainers/testcontainers-go",
            "direct": true,
            "version": "v0.43.0",
            "ecosystem": "go"
          },
          {
            "name": "at.yawk.lz4:lz4-java",
            "direct": true,
            "version": "1.11.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-bolt",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-console",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-engine",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-graphql",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-gremlin",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpc",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpcw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-ha-raft",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-integration",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-metrics",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-mongodbw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-network",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-postgresw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-redisw",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-server",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-studio",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-tracing",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.conversantmedia:disruptor",
            "direct": true,
            "version": "1.2.21",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.api.grpc:proto-google-common-protos",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.code.gson:gson",
            "direct": true,
            "version": "2.14.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java",
            "direct": true,
            "version": "4.35.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java-util",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.google.protobuf:protobuf-java-util",
            "direct": true,
            "version": "4.35.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.sonofab1rd:univocity-parsers",
            "direct": true,
            "version": "2.10.2",
            "ecosystem": "maven"
          },
          {
            "name": "commons-beanutils:commons-beanutils",
            "direct": true,
            "version": "1.11.0",
            "ecosystem": "maven"
          },
          {
            "name": "de.bwaldvogel:mongo-java-server",
            "direct": true,
            "version": "1.47.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-bom",
            "direct": true,
            "version": "7.34.6",
            "ecosystem": "maven"
          },
          {
            "name": "io.github.jbellis:jvector",
            "direct": true,
            "version": "4.0.0-rc.9",
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-netty-shaded",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-protobuf",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-services",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-stub",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-xds",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-core",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-registry-otlp",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-registry-prometheus",
            "direct": true,
            "version": "1.17.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-tracing-bom",
            "direct": true,
            "version": "1.7.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.micrometer:micrometer-tracing-bridge-otel",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-all",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-codec",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-handler",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.netty:netty-transport",
            "direct": true,
            "version": "4.2.16",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-bom",
            "direct": true,
            "version": "1.64.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-exporter-otlp",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-sdk",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-annotations",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-core",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.core.v3:swagger-models",
            "direct": true,
            "version": "2.2.52",
            "ecosystem": "maven"
          },
          {
            "name": "io.undertow:undertow-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "javax.annotation:javax.annotation-api",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-runtime",
            "direct": true,
            "version": "4.13.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-runtime",
            "direct": true,
            "version": "4.9.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.commons:commons-configuration2",
            "direct": true,
            "version": "2.15.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.commons:commons-lang3",
            "direct": true,
            "version": "3.20.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.groovy:groovy",
            "direct": true,
            "version": "4.0.32",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-analysis-common",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-queryparser",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.lucene:lucene-spatial-extras",
            "direct": true,
            "version": "10.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-grpc",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-metrics-default",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-server",
            "direct": true,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-core",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-driver",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-groovy",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-server",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-util",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-bom",
            "direct": true,
            "version": "3.27.7",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.polyglot:js",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.polyglot:polyglot",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.graalvm.sdk:graal-sdk",
            "direct": true,
            "version": "25.1.3",
            "ecosystem": "maven"
          },
          {
            "name": "org.jboss.threads:jboss-threads",
            "direct": true,
            "version": "3.9.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-reader",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-terminal",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.jline:jline-terminal-jni",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.junit:junit-bom",
            "direct": true,
            "version": "6.1.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.locationtech.jts:jts-core",
            "direct": true,
            "version": "1.20.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.locationtech.spatial4j:spatial4j",
            "direct": true,
            "version": "0.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-api",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-jdk14",
            "direct": true,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.slf4j:slf4j-jdk14",
            "direct": true,
            "version": "2.0.18",
            "ecosystem": "maven"
          },
          {
            "name": "org.xerial.snappy:snappy-java",
            "direct": true,
            "version": "1.1.10.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.yaml:snakeyaml",
            "direct": true,
            "version": "2.6",
            "ecosystem": "maven"
          },
          {
            "name": "@fortawesome/fontawesome-free",
            "direct": true,
            "version": "7.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@popperjs/core",
            "direct": true,
            "version": "2.11.8",
            "ecosystem": "npm"
          },
          {
            "name": "apexcharts",
            "direct": true,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "bootstrap",
            "direct": true,
            "version": "5.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "codemirror",
            "direct": true,
            "version": "5.65.21",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape",
            "direct": true,
            "version": "3.34.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-cxtmenu",
            "direct": true,
            "version": "3.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-fcose",
            "direct": true,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-graphml",
            "direct": true,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "cytoscape-node-html-label",
            "direct": true,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net",
            "direct": true,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-bs5",
            "direct": true,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-buttons",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-buttons-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-responsive",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-responsive-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-select",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "datatables.net-select-bs5",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jquery",
            "direct": true,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jszip",
            "direct": true,
            "version": "3.10.1",
            "ecosystem": "npm"
          },
          {
            "name": "marked",
            "direct": true,
            "version": "18.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver",
            "direct": true,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pdfmake",
            "direct": true,
            "version": "0.3.11",
            "ecosystem": "npm"
          },
          {
            "name": "pg",
            "direct": true,
            "version": "8.22.0",
            "ecosystem": "npm"
          },
          {
            "name": "swagger-ui-dist",
            "direct": true,
            "version": "5.32.11",
            "ecosystem": "npm"
          },
          {
            "name": "sweetalert2",
            "direct": true,
            "version": "11.26.25",
            "ecosystem": "npm"
          },
          {
            "name": "asyncpg",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "docker",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "neo4j",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "psycopg",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "psycopg-binary",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest-asyncio",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pytest-check",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "requests",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "sqlalchemy",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "testcontainers",
            "direct": true,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "dario.cat/mergo",
            "direct": false,
            "version": "v1.0.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/azure/go-ansiterm",
            "direct": false,
            "version": "v0.0.0-20250102033503-faa5f7b0171c",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cenkalti/backoff/v4",
            "direct": false,
            "version": "v4.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cespare/xxhash/v2",
            "direct": false,
            "version": "v2.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/errdefs",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/errdefs/pkg",
            "direct": false,
            "version": "v0.3.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/log",
            "direct": false,
            "version": "v0.1.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/containerd/platforms",
            "direct": false,
            "version": "v0.2.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/cpuguy83/dockercfg",
            "direct": false,
            "version": "v0.3.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/davecgh/go-spew",
            "direct": false,
            "version": "v1.1.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/distribution/reference",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/docker/go-connections",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/docker/go-units",
            "direct": false,
            "version": "v0.5.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/ebitengine/purego",
            "direct": false,
            "version": "v0.10.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/felixge/httpsnoop",
            "direct": false,
            "version": "v1.0.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-logr/logr",
            "direct": false,
            "version": "v1.4.3",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-logr/stdr",
            "direct": false,
            "version": "v1.2.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/go-ole/go-ole",
            "direct": false,
            "version": "v1.2.6",
            "ecosystem": "go"
          },
          {
            "name": "github.com/google/uuid",
            "direct": false,
            "version": "v1.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/klauspost/compress",
            "direct": false,
            "version": "v1.18.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/lufia/plan9stats",
            "direct": false,
            "version": "v0.0.0-20211012122336-39d0f177ccd0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/magiconair/properties",
            "direct": false,
            "version": "v1.8.10",
            "ecosystem": "go"
          },
          {
            "name": "github.com/microsoft/go-winio",
            "direct": false,
            "version": "v0.6.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/docker-image-spec",
            "direct": false,
            "version": "v1.3.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/go-archive",
            "direct": false,
            "version": "v0.2.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/moby/api",
            "direct": false,
            "version": "v1.54.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/moby/client",
            "direct": false,
            "version": "v0.4.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/patternmatcher",
            "direct": false,
            "version": "v0.6.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/sequential",
            "direct": false,
            "version": "v0.6.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/user",
            "direct": false,
            "version": "v0.4.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/sys/userns",
            "direct": false,
            "version": "v0.1.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/moby/term",
            "direct": false,
            "version": "v0.5.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/opencontainers/go-digest",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/opencontainers/image-spec",
            "direct": false,
            "version": "v1.1.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/pmezard/go-difflib",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/power-devops/perfstat",
            "direct": false,
            "version": "v0.0.0-20240221224432-82ca36839d55",
            "ecosystem": "go"
          },
          {
            "name": "github.com/shirou/gopsutil/v4",
            "direct": false,
            "version": "v4.26.5",
            "ecosystem": "go"
          },
          {
            "name": "github.com/sirupsen/logrus",
            "direct": false,
            "version": "v1.9.4",
            "ecosystem": "go"
          },
          {
            "name": "github.com/tklauser/go-sysconf",
            "direct": false,
            "version": "v0.3.16",
            "ecosystem": "go"
          },
          {
            "name": "github.com/tklauser/numcpus",
            "direct": false,
            "version": "v0.11.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/yusufpapurcu/wmi",
            "direct": false,
            "version": "v1.2.4",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/auto/sdk",
            "direct": false,
            "version": "v1.2.1",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
            "direct": false,
            "version": "v0.60.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/metric",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/sdk",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/sdk/metric",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "go.opentelemetry.io/otel/trace",
            "direct": false,
            "version": "v1.43.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/crypto",
            "direct": false,
            "version": "v0.53.0",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/sys",
            "direct": false,
            "version": "v0.46.0",
            "ecosystem": "go"
          },
          {
            "name": "gopkg.in/yaml.v3",
            "direct": false,
            "version": "v3.0.1",
            "ecosystem": "go"
          },
          {
            "name": "ch.qos.logback:logback-classic",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "ch.qos.logback:logback-classic",
            "direct": false,
            "version": "1.6.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-grpc-client",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.arcadedb:arcadedb-load-tests",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "com.fasterxml.jackson.core:jackson-databind",
            "direct": false,
            "version": "2.22.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.github.eirslett:frontend-maven-plugin",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.helger.maven:ph-javacc-maven-plugin",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "maven"
          },
          {
            "name": "com.jayway.jsonpath:json-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "maven"
          },
          {
            "name": "com.mycila:license-maven-plugin",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-java",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.cucumber:cucumber-junit-platform-engine",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.fabric8:docker-maven-plugin",
            "direct": false,
            "version": "0.48.1",
            "ecosystem": "maven"
          },
          {
            "name": "io.github.ascopes:protobuf-maven-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.github.ascopes:protobuf-maven-plugin",
            "direct": false,
            "version": "5.1.7",
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:grpc-testing",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.grpc:protoc-gen-grpc-java",
            "direct": false,
            "version": "1.79.0",
            "ecosystem": "maven"
          },
          {
            "name": "io.opentelemetry:opentelemetry-sdk-testing",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "io.swagger.parser.v3:swagger-parser",
            "direct": false,
            "version": "2.1.45",
            "ecosystem": "maven"
          },
          {
            "name": "net.nicoulaj.maven.plugins:checksum-maven-plugin",
            "direct": false,
            "version": "1.11",
            "ecosystem": "maven"
          },
          {
            "name": "org.antlr:antlr4-maven-plugin",
            "direct": false,
            "version": "4.13.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-assembly-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-clean-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-compiler-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-compiler-plugin",
            "direct": false,
            "version": "3.15.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-deploy-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-enforcer-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-failsafe-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-failsafe-plugin",
            "direct": false,
            "version": "3.5.6",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-gpg-plugin",
            "direct": false,
            "version": "3.2.8",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-install-plugin",
            "direct": false,
            "version": "3.1.4",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-jar-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-jar-plugin",
            "direct": false,
            "version": "3.5.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-javadoc-plugin",
            "direct": false,
            "version": "3.12.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-resources-plugin",
            "direct": false,
            "version": "3.5.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-shade-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-shade-plugin",
            "direct": false,
            "version": "3.6.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-source-plugin",
            "direct": false,
            "version": "3.4.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-surefire-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.maven.plugins:maven-surefire-plugin",
            "direct": false,
            "version": "3.5.6",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-common",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.ratis:ratis-test",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tinkerpop:gremlin-test",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.apache.tomcat:tomcat-jdbc",
            "direct": false,
            "version": "11.0.24",
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-core",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.assertj:assertj-db",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "maven"
          },
          {
            "name": "org.awaitility:awaitility",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.awaitility:awaitility",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:build-helper-maven-plugin",
            "direct": false,
            "version": "3.6.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:buildnumber-maven-plugin",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:license-maven-plugin",
            "direct": false,
            "version": "2.7.1",
            "ecosystem": "maven"
          },
          {
            "name": "org.codehaus.mojo:versions-maven-plugin",
            "direct": false,
            "version": "2.21.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.jacoco:jacoco-maven-plugin",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.jacoco:jacoco-maven-plugin",
            "direct": false,
            "version": "0.8.15",
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.jupiter:junit-jupiter",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.jupiter:junit-jupiter-params",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.platform:junit-platform-suite",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.junit.vintage:junit-vintage-engine",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.mockito:mockito-core",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.mockito:mockito-core",
            "direct": false,
            "version": "5.23.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.mongodb:mongo-java-driver",
            "direct": false,
            "version": "3.12.14",
            "ecosystem": "maven"
          },
          {
            "name": "org.neo4j.driver:neo4j-java-driver",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.openjdk.jmh:jmh-core",
            "direct": false,
            "version": "1.37",
            "ecosystem": "maven"
          },
          {
            "name": "org.openjdk.jmh:jmh-generator-annprocess",
            "direct": false,
            "version": "1.37",
            "ecosystem": "maven"
          },
          {
            "name": "org.postgresql:postgresql",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.postgresql:postgresql",
            "direct": false,
            "version": "42.7.13",
            "ecosystem": "maven"
          },
          {
            "name": "org.sonatype.central:central-publishing-maven-plugin",
            "direct": false,
            "version": "0.11.0",
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers-junit-jupiter",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "org.testcontainers:testcontainers-toxiproxy",
            "direct": false,
            "version": null,
            "ecosystem": "maven"
          },
          {
            "name": "redis.clients:jedis",
            "direct": false,
            "version": "7.5.3",
            "ecosystem": "maven"
          },
          {
            "name": "@babel/code-frame",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/compat-data",
            "direct": false,
            "version": "7.29.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/core",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/generator",
            "direct": false,
            "version": "7.29.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-compilation-targets",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-globals",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-imports",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-module-transforms",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-plugin-utils",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-string-parser",
            "direct": false,
            "version": "7.27.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "7.28.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-option",
            "direct": false,
            "version": "7.27.1",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helpers",
            "direct": false,
            "version": "7.29.2",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/parser",
            "direct": false,
            "version": "7.29.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-async-generators",
            "direct": false,
            "version": "7.8.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-bigint",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-class-properties",
            "direct": false,
            "version": "7.12.13",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-class-static-block",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-import-attributes",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-import-meta",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-json-strings",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-jsx",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-logical-assignment-operators",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-nullish-coalescing-operator",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-numeric-separator",
            "direct": false,
            "version": "7.10.4",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-object-rest-spread",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-catch-binding",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-optional-chaining",
            "direct": false,
            "version": "7.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-private-property-in-object",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-top-level-await",
            "direct": false,
            "version": "7.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/plugin-syntax-typescript",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/template",
            "direct": false,
            "version": "7.28.6",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/traverse",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/types",
            "direct": false,
            "version": "7.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@balena/dockerignore",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@bcoe/v8-coverage",
            "direct": false,
            "version": "0.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@discoveryjs/json-ext",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/core",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/runtime",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/wasi-threads",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/grpc-js",
            "direct": false,
            "version": "1.14.4",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/proto-loader",
            "direct": false,
            "version": "0.7.15",
            "ecosystem": "npm"
          },
          {
            "name": "@grpc/proto-loader",
            "direct": false,
            "version": "0.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "@isaacs/cliui",
            "direct": false,
            "version": "8.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@istanbuljs/load-nyc-config",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@istanbuljs/schema",
            "direct": false,
            "version": "0.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/console",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/core",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/diff-sequences",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/environment",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/expect",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/expect-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/fake-timers",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/get-type",
            "direct": false,
            "version": "30.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/globals",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/pattern",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/reporters",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/schemas",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/snapshot-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/source-map",
            "direct": false,
            "version": "30.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-result",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/test-sequencer",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/transform",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jest/types",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/gen-mapping",
            "direct": false,
            "version": "0.3.13",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/remapping",
            "direct": false,
            "version": "2.3.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/resolve-uri",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/source-map",
            "direct": false,
            "version": "0.3.11",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/sourcemap-codec",
            "direct": false,
            "version": "1.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/trace-mapping",
            "direct": false,
            "version": "0.3.31",
            "ecosystem": "npm"
          },
          {
            "name": "@js-sdsl/ordered-map",
            "direct": false,
            "version": "4.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@kwsites/file-exists",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@napi-rs/wasm-runtime",
            "direct": false,
            "version": "0.2.12",
            "ecosystem": "npm"
          },
          {
            "name": "@noble/ciphers",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "@noble/hashes",
            "direct": false,
            "version": "1.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pkgjs/parseargs",
            "direct": false,
            "version": "0.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pkgr/core",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "npm"
          },
          {
            "name": "@playwright/test",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/aspromise",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/base64",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/codegen",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/eventemitter",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/fetch",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/float",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/inquire",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/path",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/pool",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@protobufjs/utf8",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@scarf/scarf",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sinclair/typebox",
            "direct": false,
            "version": "0.34.49",
            "ecosystem": "npm"
          },
          {
            "name": "@sinonjs/commons",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@sinonjs/fake-timers",
            "direct": false,
            "version": "15.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@swc/helpers",
            "direct": false,
            "version": "0.5.23",
            "ecosystem": "npm"
          },
          {
            "name": "@tybys/wasm-util",
            "direct": false,
            "version": "0.10.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__core",
            "direct": false,
            "version": "7.20.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__generator",
            "direct": false,
            "version": "7.27.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__template",
            "direct": false,
            "version": "7.4.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/babel__traverse",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/docker-modem",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "@types/dockerode",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/estree",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/html-minifier-terser",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-coverage",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-lib-report",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/istanbul-reports",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json-schema",
            "direct": false,
            "version": "7.0.15",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "18.19.130",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "22.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "26.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2",
            "direct": false,
            "version": "0.5.52",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2",
            "direct": false,
            "version": "1.15.5",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ssh2-streams",
            "direct": false,
            "version": "0.1.12",
            "ecosystem": "npm"
          },
          {
            "name": "@types/stack-utils",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs",
            "direct": false,
            "version": "17.0.35",
            "ecosystem": "npm"
          },
          {
            "name": "@types/yargs-parser",
            "direct": false,
            "version": "21.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-aix-ppc64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-darwin-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-darwin-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-freebsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-freebsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-arm",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-loong64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-mips64el",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-ppc64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-riscv64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-s390x",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-linux-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-netbsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-netbsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-openbsd-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-openbsd-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-sunos-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-win32-arm64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript/typescript-win32-x64",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@ungap/structured-clone",
            "direct": false,
            "version": "1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-android-arm-eabi",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-android-arm64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-darwin-arm64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-darwin-x64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-freebsd-x64",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm-musleabihf",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-arm64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-ppc64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-riscv64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-riscv64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-s390x-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-x64-gnu",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-linux-x64-musl",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-wasm32-wasi",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-arm64-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-ia32-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@unrs/resolver-binding-win32-x64-msvc",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/ast",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/floating-point-hex-parser",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-api-error",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-buffer",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-numbers",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-wasm-bytecode",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/helper-wasm-section",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/ieee754",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/leb128",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/utf8",
            "direct": false,
            "version": "1.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-edit",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-gen",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-opt",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wasm-parser",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@webassemblyjs/wast-printer",
            "direct": false,
            "version": "1.14.1",
            "ecosystem": "npm"
          },
          {
            "name": "@xtuc/ieee754",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "@xtuc/long",
            "direct": false,
            "version": "4.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "abort-controller",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "8.20.0",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-formats",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-keywords",
            "direct": false,
            "version": "3.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "ajv-keywords",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-escapes",
            "direct": false,
            "version": "4.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "6.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "anymatch",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "archiver",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "archiver-utils",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "asn1",
            "direct": false,
            "version": "0.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "async",
            "direct": false,
            "version": "3.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "async-lock",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "b4a",
            "direct": false,
            "version": "1.6.7",
            "ecosystem": "npm"
          },
          {
            "name": "babel-jest",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-istanbul",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "babel-plugin-jest-hoist",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-current-node-syntax",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "babel-preset-jest",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "bare-events",
            "direct": false,
            "version": "2.8.2",
            "ecosystem": "npm"
          },
          {
            "name": "bare-fs",
            "direct": false,
            "version": "4.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "bare-os",
            "direct": false,
            "version": "3.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-stream",
            "direct": false,
            "version": "2.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "bare-url",
            "direct": false,
            "version": "2.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "base64-js",
            "direct": false,
            "version": "0.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "base64-js",
            "direct": false,
            "version": "1.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "baseline-browser-mapping",
            "direct": false,
            "version": "2.10.29",
            "ecosystem": "npm"
          },
          {
            "name": "baseline-browser-mapping",
            "direct": false,
            "version": "2.11.3",
            "ecosystem": "npm"
          },
          {
            "name": "bcrypt-pbkdf",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "big.js",
            "direct": false,
            "version": "5.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "bl",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "boolbase",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "1.1.14",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "brotli",
            "direct": false,
            "version": "1.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "browserify-zlib",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.28.2",
            "ecosystem": "npm"
          },
          {
            "name": "browserslist",
            "direct": false,
            "version": "4.28.7",
            "ecosystem": "npm"
          },
          {
            "name": "bser",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "buffer",
            "direct": false,
            "version": "5.7.1",
            "ecosystem": "npm"
          },
          {
            "name": "buffer",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-crc32",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-from",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "buildcheck",
            "direct": false,
            "version": "0.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "byline",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "callsites",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "camel-case",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "5.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "camelcase",
            "direct": false,
            "version": "6.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001792",
            "ecosystem": "npm"
          },
          {
            "name": "caniuse-lite",
            "direct": false,
            "version": "1.0.30001806",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "char-regex",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "chownr",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "chrome-trace-event",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "ci-info",
            "direct": false,
            "version": "4.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "cjs-module-lexer",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "clean-css",
            "direct": false,
            "version": "5.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "cliui",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "clone",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "clone-deep",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "co",
            "direct": false,
            "version": "4.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "collect-v8-coverage",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "14.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "2.20.3",
            "ecosystem": "npm"
          },
          {
            "name": "commander",
            "direct": false,
            "version": "8.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "compress-commons",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "concat-map",
            "direct": false,
            "version": "0.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "copy-webpack-plugin",
            "direct": false,
            "version": "14.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "core-util-is",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "cose-base",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "cpu-features",
            "direct": false,
            "version": "0.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "crc-32",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "crc32-stream",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "css-loader",
            "direct": false,
            "version": "7.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "css-select",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "css-what",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "cssesc",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "dedent",
            "direct": false,
            "version": "1.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "deepmerge",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "detect-newline",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "dfa",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "docker-compose",
            "direct": false,
            "version": "1.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "docker-modem",
            "direct": false,
            "version": "5.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "dockerode",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "dom-converter",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "dom-serializer",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "domelementtype",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "domhandler",
            "direct": false,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "domutils",
            "direct": false,
            "version": "2.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "dot-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "eastasianwidth",
            "direct": false,
            "version": "0.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.5.353",
            "ecosystem": "npm"
          },
          {
            "name": "electron-to-chromium",
            "direct": false,
            "version": "1.5.396",
            "ecosystem": "npm"
          },
          {
            "name": "emittery",
            "direct": false,
            "version": "0.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "emoji-regex",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "emoji-regex",
            "direct": false,
            "version": "9.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "emojis-list",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "end-of-stream",
            "direct": false,
            "version": "1.4.5",
            "ecosystem": "npm"
          },
          {
            "name": "enhanced-resolve",
            "direct": false,
            "version": "5.24.3",
            "ecosystem": "npm"
          },
          {
            "name": "entities",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "envinfo",
            "direct": false,
            "version": "7.21.0",
            "ecosystem": "npm"
          },
          {
            "name": "error-ex",
            "direct": false,
            "version": "1.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "es-errors",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-module-lexer",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "escalade",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-scope",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "esprima",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "esrecurse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "event-target-shim",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "events",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "events-universal",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "execa",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "exit-x",
            "direct": false,
            "version": "0.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "expect",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "fast-deep-equal",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "fast-fifo",
            "direct": false,
            "version": "1.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "fast-json-stable-stringify",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-uri",
            "direct": false,
            "version": "3.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "fb-watchman",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "fdir",
            "direct": false,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "file-loader",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "find-up",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "flat",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "fontkit",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "foreground-child",
            "direct": false,
            "version": "3.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "fs-constants",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fs.realpath",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "function-bind",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "gensync",
            "direct": false,
            "version": "1.0.0-beta.2",
            "ecosystem": "npm"
          },
          {
            "name": "get-caller-file",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "get-package-type",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-port",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-stream",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "10.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "7.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "graceful-fs",
            "direct": false,
            "version": "4.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "hasown",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "he",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-escaper",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "html-minifier-terser",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-webpack-plugin",
            "direct": false,
            "version": "5.6.8",
            "ecosystem": "npm"
          },
          {
            "name": "htmlparser2",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "human-signals",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "icss-utils",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ieee754",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "immediate",
            "direct": false,
            "version": "3.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "import-local",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "imurmurhash",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "inflight",
            "direct": false,
            "version": "1.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "inherits",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "interpret",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-arrayish",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-core-module",
            "direct": false,
            "version": "2.16.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-fullwidth-code-point",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-generator-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-plain-object",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-stream",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "isarray",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isobject",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-coverage",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-instrument",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-report",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-source-maps",
            "direct": false,
            "version": "5.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-reports",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "jackspeak",
            "direct": false,
            "version": "3.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "jest",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-changed-files",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-circus",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-cli",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-config",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-diff",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-docblock",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-each",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-environment-node",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-haste-map",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-junit",
            "direct": false,
            "version": "17.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-leak-detector",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-matcher-utils",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-message-util",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-mock",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-pnp-resolver",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "jest-regex-util",
            "direct": false,
            "version": "30.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-resolve-dependencies",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runner",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-runtime",
            "direct": false,
            "version": "30.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "jest-snapshot",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-util",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-validate",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-watcher",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-worker",
            "direct": false,
            "version": "27.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "jest-worker",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "js-md5",
            "direct": false,
            "version": "0.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "js-tokens",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "3.14.2",
            "ecosystem": "npm"
          },
          {
            "name": "jsesc",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "json-parse-even-better-errors",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-traverse",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "json5",
            "direct": false,
            "version": "2.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "kind-of",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "layout-base",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "lazystream",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "leven",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lie",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "linebreak",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lines-and-columns",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "loader-utils",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash",
            "direct": false,
            "version": "4.18.1",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.camelcase",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "long",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "lower-case",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "10.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "make-dir",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "makeerror",
            "direct": false,
            "version": "1.0.12",
            "ecosystem": "npm"
          },
          {
            "name": "merge-stream",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.52.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-db",
            "direct": false,
            "version": "1.54.0",
            "ecosystem": "npm"
          },
          {
            "name": "mime-types",
            "direct": false,
            "version": "2.1.35",
            "ecosystem": "npm"
          },
          {
            "name": "mimic-fn",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "3.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "5.1.9",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "9.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "minimizer-webpack-plugin",
            "direct": false,
            "version": "5.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "mkdirp-classic",
            "direct": false,
            "version": "0.5.3",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "nan",
            "direct": false,
            "version": "2.22.2",
            "ecosystem": "npm"
          },
          {
            "name": "nanoid",
            "direct": false,
            "version": "3.3.16",
            "ecosystem": "npm"
          },
          {
            "name": "napi-postinstall",
            "direct": false,
            "version": "0.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "natural-compare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "neo-async",
            "direct": false,
            "version": "2.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver-bolt-connection",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "neo4j-driver-core",
            "direct": false,
            "version": "6.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "no-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "node-int64",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.38",
            "ecosystem": "npm"
          },
          {
            "name": "node-releases",
            "direct": false,
            "version": "2.0.51",
            "ecosystem": "npm"
          },
          {
            "name": "normalize-path",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "npm-run-path",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "nth-check",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "once",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "onetime",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-try",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "package-json-from-dist",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pako",
            "direct": false,
            "version": "0.2.9",
            "ecosystem": "npm"
          },
          {
            "name": "pako",
            "direct": false,
            "version": "1.0.11",
            "ecosystem": "npm"
          },
          {
            "name": "param-case",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "parse-json",
            "direct": false,
            "version": "5.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pascal-case",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "path-exists",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-is-absolute",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-parse",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "path-scurry",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "pdfkit",
            "direct": false,
            "version": "0.19.1",
            "ecosystem": "npm"
          },
          {
            "name": "pg-cloudflare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-connection-string",
            "direct": false,
            "version": "2.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-int8",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pg-pool",
            "direct": false,
            "version": "3.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-protocol",
            "direct": false,
            "version": "1.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "pg-types",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pgpass",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "picocolors",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "pirates",
            "direct": false,
            "version": "4.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "pkg-dir",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "playwright",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "playwright-core",
            "direct": false,
            "version": "1.62.0",
            "ecosystem": "npm"
          },
          {
            "name": "png-js",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "8.5.23",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-extract-imports",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-local-by-default",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-scope",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-modules-values",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-selector-parser",
            "direct": false,
            "version": "7.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-value-parser",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-array",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-bytea",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-date",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "postgres-interval",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-error",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-format",
            "direct": false,
            "version": "30.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "process",
            "direct": false,
            "version": "0.11.10",
            "ecosystem": "npm"
          },
          {
            "name": "process-nextick-args",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "proper-lockfile",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "properties-reader",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "protobufjs",
            "direct": false,
            "version": "7.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "pump",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "pure-rand",
            "direct": false,
            "version": "7.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-is",
            "direct": false,
            "version": "18.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-is",
            "direct": false,
            "version": "19.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "2.3.8",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "3.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "readable-stream",
            "direct": false,
            "version": "4.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "readdir-glob",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "rechoir",
            "direct": false,
            "version": "0.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "relateurl",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "renderkid",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "require-directory",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "require-from-string",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "resolve",
            "direct": false,
            "version": "1.22.12",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-cwd",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-from",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "restructure",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "retry",
            "direct": false,
            "version": "0.12.0",
            "ecosystem": "npm"
          },
          {
            "name": "rxjs",
            "direct": false,
            "version": "7.8.2",
            "ecosystem": "npm"
          },
          {
            "name": "safe-buffer",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "safe-buffer",
            "direct": false,
            "version": "5.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "safer-buffer",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "sax",
            "direct": false,
            "version": "1.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "schema-utils",
            "direct": false,
            "version": "3.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "schema-utils",
            "direct": false,
            "version": "4.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "6.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.5",
            "ecosystem": "npm"
          },
          {
            "name": "serialize-javascript",
            "direct": false,
            "version": "7.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "setimmediate",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "shallow-clone",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "3.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "signal-exit",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "slash",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-js",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.13",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.21",
            "ecosystem": "npm"
          },
          {
            "name": "split-ca",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "split2",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "sprintf-js",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "ssh-remote-port-forward",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "ssh2",
            "direct": false,
            "version": "1.16.0",
            "ecosystem": "npm"
          },
          {
            "name": "stack-utils",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "streamx",
            "direct": false,
            "version": "2.25.0",
            "ecosystem": "npm"
          },
          {
            "name": "string-length",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "4.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "string_decoder",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "string_decoder",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "7.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-final-newline",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-json-comments",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "style-loader",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "8.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "supports-preserve-symlinks-flag",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "synckit",
            "direct": false,
            "version": "0.11.12",
            "ecosystem": "npm"
          },
          {
            "name": "tapable",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "tar-fs",
            "direct": false,
            "version": "2.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "tar-fs",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "tar-stream",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "tar-stream",
            "direct": false,
            "version": "3.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "teex",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "terser",
            "direct": false,
            "version": "5.49.0",
            "ecosystem": "npm"
          },
          {
            "name": "test-exclude",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "testcontainers",
            "direct": false,
            "version": "12.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "text-decoder",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "tiny-inflate",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "tinyglobby",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "tmp",
            "direct": false,
            "version": "0.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "tmpl",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "2.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "tweetnacl",
            "direct": false,
            "version": "0.14.5",
            "ecosystem": "npm"
          },
          {
            "name": "type-detect",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "type-fest",
            "direct": false,
            "version": "0.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "7.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "undici",
            "direct": false,
            "version": "8.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "5.26.5",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "6.20.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "8.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-properties",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "unicode-trie",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "unrs-resolver",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "update-browserslist-db",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "url-loader",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "util-deprecate",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "utila",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "uuid",
            "direct": false,
            "version": "14.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "v8-to-istanbul",
            "direct": false,
            "version": "9.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "walker",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "watchpack",
            "direct": false,
            "version": "2.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "webpack",
            "direct": false,
            "version": "5.109.0",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-cli",
            "direct": false,
            "version": "7.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-merge",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "webpack-sources",
            "direct": false,
            "version": "3.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "wildcard",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "direct": false,
            "version": "8.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "wrappy",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "write-file-atomic",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "xml",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "xmldoc",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "xtend",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "y18n",
            "direct": false,
            "version": "5.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "yallist",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yaml",
            "direct": false,
            "version": "2.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "yargs",
            "direct": false,
            "version": "17.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "yargs-parser",
            "direct": false,
            "version": "21.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yocto-queue",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "zip-stream",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "JunitXml.TestLogger",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "nuget"
          },
          {
            "name": "Microsoft.NET.Test.Sdk",
            "direct": false,
            "version": "18.5.1",
            "ecosystem": "nuget"
          },
          {
            "name": "Neo4j.Driver",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "nuget"
          },
          {
            "name": "Npgsql",
            "direct": false,
            "version": "10.0.2",
            "ecosystem": "nuget"
          },
          {
            "name": "Testcontainers",
            "direct": false,
            "version": "4.11.0",
            "ecosystem": "nuget"
          },
          {
            "name": "xunit",
            "direct": false,
            "version": "2.9.3",
            "ecosystem": "nuget"
          },
          {
            "name": "xunit.runner.visualstudio",
            "direct": false,
            "version": "2.8.2",
            "ecosystem": "nuget"
          },
          {
            "name": "bandit",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "build",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "jpype1",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "numpy",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "py7zr",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          },
          {
            "name": "pyyaml",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "pypi"
          },
          {
            "name": "setuptools",
            "direct": false,
            "version": null,
            "ecosystem": "pypi"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 873,
        "direct_count": 125,
        "indirect_count": 748
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 24,
        "merged_prs": 2687,
        "open_issues": 54,
        "closed_ratio": 0.975,
        "closed_issues": 2108,
        "closed_unmerged_prs": 316
      },
      "bus_factor": 1,
      "bot_contributors": 5,
      "top_contributors": [
        {
          "type": "User",
          "login": "lvca",
          "commits": 3712,
          "avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4"
        },
        {
          "type": "User",
          "login": "robfrank",
          "commits": 646,
          "avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4"
        },
        {
          "type": "User",
          "login": "gramian",
          "commits": 159,
          "avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4"
        },
        {
          "type": "User",
          "login": "arcade-player",
          "commits": 122,
          "avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4"
        },
        {
          "type": "User",
          "login": "antarcticgiraffe",
          "commits": 36,
          "avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4"
        },
        {
          "type": "User",
          "login": "actions-user",
          "commits": 27,
          "avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
        },
        {
          "type": "User",
          "login": "ExtReMLapin",
          "commits": 23,
          "avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4"
        },
        {
          "type": "User",
          "login": "tae898",
          "commits": 19,
          "avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4"
        },
        {
          "type": "User",
          "login": "justinblethrow-cloud",
          "commits": 16,
          "avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4"
        },
        {
          "type": "User",
          "login": "snyk-bot",
          "commits": 14,
          "avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4"
        }
      ],
      "contributors_sampled": 41,
      "top_contributor_share": 0.767
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "benchmark-tests.yml",
        "bolt-conformance-spec.yml",
        "bolt-nightly.yml",
        "claude-code-review.yml",
        "claude.yml",
        "ha-resilience-tests.yml",
        "license-compliance.yml",
        "load-tests.yml",
        "meterian.yml",
        "mvn-deploy.yml",
        "mvn-release.yml",
        "mvn-test.yml",
        "native-image.yml",
        "sponsor-priority.yml",
        "studio-security-audit.yml",
        "test-python-bindings.yml",
        "test-python-examples.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": true
    },
    "security_signals": {
      "lockfiles": [
        "go.sum",
        "package-lock.json"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 9,
            "reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 1/30 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 13 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": 10,
            "reason": "packaging workflow detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 8,
            "reason": "dependency not pinned by hash detected -- score normalized to 8",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 9,
            "reason": "SAST tool detected but not run on all commits",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 10,
            "reason": "security policy file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": 1,
            "reason": "1 out of the last 5 releases have a total of 1 signed artifacts.",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 0,
            "reason": "11 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
        "ran_at": "2026-07-29T01:28:33Z",
        "aggregate_score": 5.6,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": true,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-29T01:04:53Z",
      "oldest_open_prs": [
        {
          "number": 1188,
          "created_at": "2023-07-26T17:27:58Z",
          "last_comment_at": "2024-01-14T23:55:20Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 1934,
          "created_at": "2025-01-25T07:06:58Z",
          "last_comment_at": "2025-07-04T05:03:02Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 2059,
          "created_at": "2025-03-12T15:42:54Z",
          "last_comment_at": "2025-03-12T17:16:11Z",
          "last_comment_author": "ExtReMLapin"
        },
        {
          "number": 2554,
          "created_at": "2025-09-23T21:01:19Z",
          "last_comment_at": "2025-09-23T21:25:14Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 2561,
          "created_at": "2025-09-28T07:53:52Z",
          "last_comment_at": "2025-09-28T08:23:34Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 2778,
          "created_at": "2025-11-15T14:14:27Z",
          "last_comment_at": "2025-11-15T20:19:59Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 3235,
          "created_at": "2026-01-25T10:13:09Z",
          "last_comment_at": "2026-01-28T19:17:09Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 3895,
          "created_at": "2026-04-18T15:16:41Z",
          "last_comment_at": "2026-04-22T08:51:12Z",
          "last_comment_author": "ExtReMLapin"
        },
        {
          "number": 4007,
          "created_at": "2026-04-27T21:49:19Z",
          "last_comment_at": "2026-04-27T22:34:24Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 4904,
          "created_at": "2026-07-02T17:34:12Z",
          "last_comment_at": "2026-07-02T17:40:10Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 4969,
          "created_at": "2026-07-04T15:24:11Z",
          "last_comment_at": "2026-07-12T10:56:25Z",
          "last_comment_author": "github-actions"
        },
        {
          "number": 5078,
          "created_at": "2026-07-07T05:06:00Z",
          "last_comment_at": "2026-07-09T15:48:49Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 5200,
          "created_at": "2026-07-10T09:22:47Z",
          "last_comment_at": "2026-07-10T09:59:01Z",
          "last_comment_author": "claude"
        },
        {
          "number": 5300,
          "created_at": "2026-07-15T16:09:45Z",
          "last_comment_at": "2026-07-17T10:19:29Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5312,
          "created_at": "2026-07-17T07:18:53Z",
          "last_comment_at": "2026-07-17T07:20:17Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5323,
          "created_at": "2026-07-18T19:24:08Z",
          "last_comment_at": "2026-07-20T10:54:06Z",
          "last_comment_author": "github-actions"
        },
        {
          "number": 5355,
          "created_at": "2026-07-20T17:37:29Z",
          "last_comment_at": "2026-07-20T17:38:34Z",
          "last_comment_author": "codacy-production"
        },
        {
          "number": 5504,
          "created_at": "2026-07-28T16:48:07Z",
          "last_comment_at": "2026-07-28T17:45:03Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 5506,
          "created_at": "2026-07-28T17:38:45Z",
          "last_comment_at": "2026-07-28T18:54:08Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 5510,
          "created_at": "2026-07-28T20:55:01Z",
          "last_comment_at": "2026-07-28T20:55:56Z",
          "last_comment_author": "codacy-production"
        }
      ],
      "last_merged_pr_at": "2026-07-28T20:37:01Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 1992,
          "created_at": "2025-02-15T06:41:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 2120,
          "created_at": "2025-04-02T13:18:53Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 2346,
          "created_at": "2025-07-12T17:06:16Z",
          "last_comment_at": "2025-11-07T22:11:26Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 2777,
          "created_at": "2025-11-15T14:13:16Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 3157,
          "created_at": "2026-01-16T12:33:31Z",
          "last_comment_at": "2026-01-16T14:09:28Z",
          "last_comment_author": "robfrank"
        },
        {
          "number": 3480,
          "created_at": "2026-02-18T10:03:48Z",
          "last_comment_at": "2026-03-20T06:44:17Z",
          "last_comment_author": "gramian"
        },
        {
          "number": 3816,
          "created_at": "2026-04-10T14:54:54Z",
          "last_comment_at": "2026-04-15T18:39:40Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 3890,
          "created_at": "2026-04-17T17:48:13Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 3970,
          "created_at": "2026-04-23T16:20:58Z",
          "last_comment_at": "2026-04-24T19:45:53Z",
          "last_comment_author": "odysseaspenta"
        },
        {
          "number": 3993,
          "created_at": "2026-04-27T09:15:11Z",
          "last_comment_at": "2026-05-11T18:08:11Z",
          "last_comment_author": "lvca"
        },
        {
          "number": 4085,
          "created_at": "2026-05-05T17:15:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4416,
          "created_at": "2026-05-29T18:35:16Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4531,
          "created_at": "2026-06-08T22:23:49Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4537,
          "created_at": "2026-06-10T19:45:14Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4641,
          "created_at": "2026-06-15T15:50:00Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4859,
          "created_at": "2026-07-02T10:16:23Z",
          "last_comment_at": "2026-07-24T06:12:18Z",
          "last_comment_author": "robfrank"
        },
        {
          "number": 4866,
          "created_at": "2026-07-02T10:17:41Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4869,
          "created_at": "2026-07-02T11:45:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4870,
          "created_at": "2026-07-02T11:46:17Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 4871,
          "created_at": "2026-07-02T11:46:37Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ArcadeData/arcadedb",
    "host": "github.com",
    "name": "arcadedb",
    "owner": "ArcadeData"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 79,
      "inputs": {
        "security": 60,
        "vitality": 96,
        "community": 79,
        "governance": 68,
        "engineering": 91
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "excellent",
        "name": "Vitality",
        "value": 96,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "excellent",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "commits_last_year": 4382,
              "human_commit_share": 0.62,
              "days_since_last_push": 0,
              "active_weeks_last_year": 52
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "52/52 weeks with commits",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 52
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "4382 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 4382
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 91,
            "inputs": {
              "releases_count": 58,
              "latest_release_tag": "26.7.3",
              "releases_from_tags": false,
              "days_since_latest_release": 11,
              "mean_days_between_releases": 19.4
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "58 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 58
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 11 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~19.4 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 19.4
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
                "points": 1,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 0,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 0 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "good",
        "name": "Community & Adoption",
        "value": 79,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "good",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 73,
            "inputs": {
              "forks": 125,
              "stars": 1047,
              "watchers": 15,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1,047 stars",
                "points": 49,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1047
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "125 forks",
                "points": 17.4,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 125
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "15 watchers",
                "points": 6.4,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 15
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "excellent",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": true,
              "has_code_of_conduct": false,
              "has_pull_request_template": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (Apache-2.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "Apache-2.0"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 18,
                "status": "met",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 7.2,
                "status": "met",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 6.3,
                "status": "met",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 68,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 38,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 41,
              "top_contributor_share": 0.767
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 77% of commits",
                "points": 5.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 77
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "41 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 41
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "merged_prs": 2687,
              "open_issues": 54,
              "closed_issues": 2108,
              "issue_closed_ratio": 0.975,
              "closed_unmerged_prs": 316
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "98% of issues closed",
                "points": 45.6,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 98
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "2687/3003 decided PRs merged",
                "points": 34.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 2687,
                      "decided": 3003
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 1/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": null,
            "notes": [],
            "value": 65,
            "inputs": {
              "followers": 46,
              "owner_type": "Organization",
              "is_verified": null,
              "owner_login": "ArcadeData",
              "public_repos": 28,
              "account_age_days": 3228
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "organization-owned",
                "points": 30,
                "status": "met",
                "details": [
                  {
                    "code": "owner_organization",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "46 followers of ArcadeData",
                "points": 12,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 46,
                      "login": "ArcadeData"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "28 public repos, account ~8 yr old",
                "points": 22.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 28
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 8
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "com.arcadedb:arcadedb-bolt",
                "com.arcadedb:arcadedb-grpc",
                "com.arcadedb:arcadedb-grpcw",
                "com.arcadedb:arcadedb-engine",
                "com.arcadedb:arcadedb-redisw"
              ],
              "ecosystems": "maven",
              "any_deprecated": false,
              "min_days_since_publish": 11
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "5 package(s) on maven",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 5,
                      "ecosystems": "maven"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 11 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "60 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 60
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "excellent",
        "name": "Engineering Quality",
        "value": 91,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 92,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": true
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "17 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 17
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 16,
                "status": "met",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 9.6,
                "status": "met",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
                "points": 18,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "topics": [
                "database",
                "dbms",
                "multi-model",
                "graph",
                "document",
                "time-series",
                "key-value",
                "embedded",
                "docker",
                "kubernetes",
                "k8s",
                "distributed",
                "arcadedb",
                "orientdb",
                "search-engine",
                "similarity-search",
                "vector-database",
                "vector-search"
              ],
              "has_wiki": false,
              "homepage": "https://arcadedb.com",
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://arcadedb.com",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "18 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 18
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 60,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "name": "Security posture",
            "note": null,
            "notes": [],
            "value": 56,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 18,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 0,
              "scorecard_aggregate": 5.6
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 1/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 8",
                "points": 4,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool detected but not run on all commits",
                "points": 4.5,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "11 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "good",
            "name": "Dependency advisories",
            "note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.",
            "notes": [
              {
                "code": "advisories_scope_published",
                "params": {
                  "package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
                  "assessed": 69
                }
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 76,
            "inputs": {
              "source": "osv",
              "advisories": 12,
              "affected_packages": 3,
              "assessed_packages": 69,
              "unassessed_packages": 0,
              "affected_by_severity": "high 2, moderate 1",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)",
                "points": 6.6,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_affected",
                    "params": {
                      "count": 3,
                      "packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago",
                "points": 34.9,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_stale",
                    "params": {
                      "days": 90,
                      "count": 1,
                      "oldest": 126
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 69,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 10
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "excellent",
        "name": "AI Readiness",
        "value": 86,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "excellent",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.984,
              "agent_instruction_files": [
                "CLAUDE.md",
                "engine/CLAUDE.md",
                "ha-raft/CLAUDE.md",
                "studio/CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 8176
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "61 of 62 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 61,
                      "sampled": 62
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 83,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "go.sum",
                "package-lock.json"
              ],
              "has_dockerfile": true,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [
                "e2e-studio/tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [
                "bolt/pom.xml",
                "console/pom.xml",
                "coverage/pom.xml",
                "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
                "e2e-go/go.mod",
                "e2e-ha/pom.xml",
                "e2e/pom.xml",
                "engine/pom.xml",
                "graphql/pom.xml",
                "gremlin-consumer-it/pom.xml",
                "gremlin-it/pom.xml",
                "gremlin/pom.xml",
                "grpc-client/pom.xml",
                "grpc/pom.xml",
                "grpcw/pom.xml",
                "ha-raft/pom.xml",
                "integration/pom.xml",
                "load-tests/pom.xml",
                "metrics/pom.xml",
                "mongodbw/pom.xml",
                "network/pom.xml",
                "package/pom.xml",
                "pom.xml",
                "postgresw/pom.xml",
                "redisw/pom.xml",
                "server/pom.xml",
                "studio/pom.xml",
                "tracing/pom.xml"
              ],
              "dependency_bot_commit_share": 0.14
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "bolt/pom.xml, console/pom.xml, coverage/pom.xml"
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 11,
                "status": "met",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "e2e-studio/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "e2e-studio/tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "Dockerfile, lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Dockerfile, lockfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "14 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 14,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 8",
                "points": 8,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 99,
            "inputs": {
              "primary_language": "Java",
              "largest_source_bytes": 707519,
              "source_files_sampled": 4250,
              "oversized_source_files": 58
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Java (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Java"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "58/4250 source files over 60KB",
                "points": 54.2,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 4250,
                      "oversized": 58
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "good",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": [
                "grpc/src/main/proto/arcadedb-server.proto"
              ]
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": "grpc/src/main/proto/arcadedb-server.proto",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "grpc/src/main/proto/arcadedb-server.proto"
                    }
                  }
                ],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry",
    "Could not fetch go package 'arcadedb.com/e2e-go' from its registry",
    "Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-29T01:28:59.681163Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg",
  "full_name": "ArcadeData/arcadedb",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

Bewertungen sind Signale, keine Garantien. Sie spiegeln öffentlich sichtbare Praxis auf GitHub wider — kein Code-Audit und keine Sicherheitsgarantie.

Fehlende Daten werden ausgeschlossen und die Gewichte neu normiert, nie als null bewertet. Die Methodik ist versioniert und offen: Metriken v1.13.0, Schema v0.27.0 — vollständige Methodik · Metriken-Wiki.

Wie ein einzelnes Ergebnis im Gesamtregister steht: aggregierte StatistikenMaven.