From 7c18725586d4c9499c837272bb086ed2cf921480 Mon Sep 17 00:00:00 2001 From: "claude (blind_chess)" Date: Tue, 28 Apr 2026 15:14:12 -0400 Subject: [PATCH] feat(bot): vanilla CasualBrain delegates to js-chess-engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hand-rolled scoring heuristic lost to a random-move baseline 7-7 in self-play — far below the spec's >=80% acceptance bar. Swap in a real chess engine (js-chess-engine, MIT, ~400KB, no native deps) for vanilla mode at level 2 with randomness=30 to break threefold cycles. - BrainInput.fen added; driver populates it ONLY in vanilla mode. Blind mode omits the FEN so the engine path can't smuggle opponent positions past the view filter. - CasualBrain in vanilla: convert FEN -> EngineGame -> ai({level: 2}); validate the engine's move is in legalCandidates; fall back to heuristic on miss. - Blind mode unchanged (engine isn't useful when only own pieces are visible — that's Phase 2 Recon's territory). Self-play vs RandomBrain (100 games each direction, vanilla): - Casual(W) vs Random(B): W=97% - Random(W) vs Casual(B): B=96% Casual-vs-Casual vanilla balanced, ~5-30ms/move. All 54 tests still pass. Refresh .secrets.baseline (stale) to allow new pnpm-lock.yaml hashes. --- .secrets.baseline | 4710 ++--------------------- packages/server/package.json | 1 + packages/server/src/bot/brain.ts | 8 + packages/server/src/bot/casual-brain.ts | 110 +- packages/server/src/bot/driver.ts | 4 + pnpm-lock.yaml | 9 + 6 files changed, 438 insertions(+), 4404 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index e0e4f07..f04b458 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -127,5962 +127,1926 @@ } ], "results": { - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/README.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/README.md", - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", - "is_verified": false, - "line_number": 30 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/README.md", - "hashed_secret": "99d72c7fc3e2e145870beab37c0b70e343ea9c3b", - "is_verified": false, - "line_number": 268 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/README.md", - "hashed_secret": "f0578f1e7174b1a41c4ea8c6e17f7a8a3b88c92a", - "is_verified": false, - "line_number": 297 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/README.md", - "hashed_secret": "8be52126a6fde450a7162a3651d589bb51e9579d", - "is_verified": false, - "line_number": 298 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js", - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", - "is_verified": false, - "line_number": 7 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js", - "hashed_secret": "85f602a05757ade9f2c88f8c776c3956e37caf68", - "is_verified": false, - "line_number": 15 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js", - "hashed_secret": "7875cece6721a517e5a07b61ef98a98dc7f9f329", - "is_verified": false, - "line_number": 18 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js", - "hashed_secret": "95bed8893257c7f3076cfbbb1c289d6236ac4741", - "is_verified": false, - "line_number": 29 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/benchmarks/basic.js", - "hashed_secret": "b3e277a7042b986c43fe84d88c0150bbb3c419cb", - "is_verified": false, - "line_number": 35 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js", - "hashed_secret": "bf24ed6d137d9eccff42af195e9b9522b0fbe5ac", - "is_verified": false, - "line_number": 67 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js", - "hashed_secret": "459b8fc02e0c426a40f40b598723ac3cbd4e56b8", - "is_verified": false, - "line_number": 78 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js", - "hashed_secret": "de3ed0e3bdda715aa4384db6336c9dfd37fcc050", - "is_verified": false, - "line_number": 90 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js", - "hashed_secret": "0ce476a8ad4caa93cbbb76ac7063eadde8c8eea4", - "is_verified": false, - "line_number": 104 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/actual-redact-comparison.test.js", - "hashed_secret": "bddbb60883595f03b926b75faacbc13e115f31f0", - "is_verified": false, - "line_number": 126 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", - "is_verified": false, - "line_number": 29 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "99d72c7fc3e2e145870beab37c0b70e343ea9c3b", - "is_verified": false, - "line_number": 50 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "00cafd126182e8a9e7c01bb2f0dfd00496be724f", - "is_verified": false, - "line_number": 99 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "c636e8e238fd7af97e2e500f8c6f0f4c0bedafb0", - "is_verified": false, - "line_number": 100 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "196eafc69f81f6158cf15138d7cec89bb4f64731", - "is_verified": false, - "line_number": 250 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", - "is_verified": false, - "line_number": 438 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "8107759ababcbfa34bcb02bc4309caf6354982ab", - "is_verified": false, - "line_number": 488 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "43f7aa390f1a0265fc2de7010133951c0718a67e", - "is_verified": false, - "line_number": 489 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/index.test.js", - "hashed_secret": "f32b67c7e26342af42efabc674d441dca0a281c5", - "is_verified": false, - "line_number": 742 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", - "is_verified": false, - "line_number": 23 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "99d72c7fc3e2e145870beab37c0b70e343ea9c3b", - "is_verified": false, - "line_number": 35 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "00cafd126182e8a9e7c01bb2f0dfd00496be724f", - "is_verified": false, - "line_number": 60 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "c636e8e238fd7af97e2e500f8c6f0f4c0bedafb0", - "is_verified": false, - "line_number": 61 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "996f426ada8b2fab1ac7d009984397652fd79cb5", - "is_verified": false, - "line_number": 258 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/integration.test.js", - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", - "is_verified": false, - "line_number": 280 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "bf24ed6d137d9eccff42af195e9b9522b0fbe5ac", - "is_verified": false, - "line_number": 10 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "459b8fc02e0c426a40f40b598723ac3cbd4e56b8", - "is_verified": false, - "line_number": 11 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "de3ed0e3bdda715aa4384db6336c9dfd37fcc050", - "is_verified": false, - "line_number": 12 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "0ce476a8ad4caa93cbbb76ac7063eadde8c8eea4", - "is_verified": false, - "line_number": 32 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "717851151f1dbdb7f1ddd503fe4e8d8cbfefd873", - "is_verified": false, - "line_number": 59 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "dbdab9be92cacdae6a97e8601332bfaa8545800f", - "is_verified": false, - "line_number": 83 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", - "is_verified": false, - "line_number": 126 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "00cafd126182e8a9e7c01bb2f0dfd00496be724f", - "is_verified": false, - "line_number": 182 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/multiple-wildcards.test.js", - "hashed_secret": "c636e8e238fd7af97e2e500f8c6f0f4c0bedafb0", - "is_verified": false, - "line_number": 183 - } - ], - "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/selective-clone.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/selective-clone.test.js", - "hashed_secret": "3d9b019e2f6692d0f08f59ae7e534539fbe9a601", - "is_verified": false, - "line_number": 40 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/selective-clone.test.js", - "hashed_secret": "196eafc69f81f6158cf15138d7cec89bb4f64731", - "is_verified": false, - "line_number": 41 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@pinojs+redact@0.4.0/node_modules/@pinojs/redact/test/selective-clone.test.js", - "hashed_secret": "99d72c7fc3e2e145870beab37c0b70e343ea9c3b", - "is_verified": false, - "line_number": 85 - } - ], - "node_modules/.pnpm/@types+chai@5.2.3/node_modules/@types/chai/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+chai@5.2.3/node_modules/@types/chai/package.json", - "hashed_secret": "1e55f0127cd102be037f6505c7158576853471af", - "is_verified": false, - "line_number": 73 - } - ], - "node_modules/.pnpm/@types+deep-eql@4.0.2/node_modules/@types/deep-eql/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+deep-eql@4.0.2/node_modules/@types/deep-eql/package.json", - "hashed_secret": "627873dc429703698cd7a66d07490b029a9ffc52", - "is_verified": false, - "line_number": 23 - } - ], - "node_modules/.pnpm/@types+estree@1.0.8/node_modules/@types/estree/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+estree@1.0.8/node_modules/@types/estree/package.json", - "hashed_secret": "23e230d08d037c7cfa5e947aef7fe0d177228259", - "is_verified": false, - "line_number": 24 - } - ], - "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/crypto.d.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/crypto.d.ts", - "hashed_secret": "c4baf1bdf18f073485f2d19bb0bf096a17799931", - "is_verified": false, - "line_number": 788 - }, - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/crypto.d.ts", - "hashed_secret": "0658bfe8c79e41bf665348467c98bb06ee37ec8a", - "is_verified": false, - "line_number": 1073 - } - ], - "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/http.d.ts": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/http.d.ts", - "hashed_secret": "76bf9d6b63fae3a144a091047394129561d3ad22", - "is_verified": false, - "line_number": 769 - } - ], - "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "7e3f4362d67c7ac7f04804573e72161c7ba4a76c", - "is_verified": false, - "line_number": 459 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "355703785ceab653b7300914746f8cf2ca4fedb7", - "is_verified": false, - "line_number": 526 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "cef32cb56314ed0482ca4adae449c601524dec21", - "is_verified": false, - "line_number": 526 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "266203ae6fa238e6ee38dccb8107c4bd65671d5a", - "is_verified": false, - "line_number": 527 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "334cbfbbd3dc70599cb7658986364847643d58a2", - "is_verified": false, - "line_number": 527 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "781dc36af9a61812810dd161628a1bacca187fde", - "is_verified": false, - "line_number": 527 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "5bd62e755cb0b2fcb341bbab9e6c15482eede705", - "is_verified": false, - "line_number": 528 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/https.d.ts", - "hashed_secret": "d591eb4e61658fd67e71fdf170759cc68d2483f0", - "is_verified": false, - "line_number": 528 - } - ], - "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+node@22.19.17/node_modules/@types/node/package.json", - "hashed_secret": "c5b1b1cacc03d52864bd06aead44f2063a943168", - "is_verified": false, - "line_number": 143 - } - ], - "node_modules/.pnpm/@types+trusted-types@2.0.7/node_modules/@types/trusted-types/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+trusted-types@2.0.7/node_modules/@types/trusted-types/package.json", - "hashed_secret": "a6290f9a8ed440aed10986e949765321fa8b8b06", - "is_verified": false, - "line_number": 43 - } - ], - "node_modules/.pnpm/@types+ws@8.18.1/node_modules/@types/ws/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/@types+ws@8.18.1/node_modules/@types/ws/package.json", - "hashed_secret": "3d9b3bfd6a8282d71c84c088bace12ef2204b123", - "is_verified": false, - "line_number": 70 - } - ], - "node_modules/.pnpm/@vitest+utils@3.2.4/node_modules/@vitest/utils/dist/index.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/@vitest+utils@3.2.4/node_modules/@vitest/utils/dist/index.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 544 - } - ], - "node_modules/.pnpm/chess.js@1.4.0/node_modules/chess.js/README.md": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/chess.js@1.4.0/node_modules/chess.js/README.md", - "hashed_secret": "ce45a26c908223d3dbc98c2277fc07658acbf622", - "is_verified": false, - "line_number": 349 - } - ], - "node_modules/.pnpm/es-module-lexer@1.7.0/node_modules/es-module-lexer/dist/lexer.cjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/es-module-lexer@1.7.0/node_modules/es-module-lexer/dist/lexer.cjs", - "hashed_secret": "c2c8002d50715475a1f593d36f386b7d71f2bfe1", - "is_verified": false, - "line_number": 1 - } - ], - "node_modules/.pnpm/es-module-lexer@1.7.0/node_modules/es-module-lexer/dist/lexer.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/es-module-lexer@1.7.0/node_modules/es-module-lexer/dist/lexer.js", - "hashed_secret": "c2c8002d50715475a1f593d36f386b7d71f2bfe1", - "is_verified": false, - "line_number": 2 - } - ], - "node_modules/.pnpm/events@3.3.0/node_modules/events/.travis.yml": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/events@3.3.0/node_modules/events/.travis.yml", - "hashed_secret": "3e77e00ec038f73930e6b7adbf78e46c64eebf08", - "is_verified": false, - "line_number": 17 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/events@3.3.0/node_modules/events/.travis.yml", - "hashed_secret": "a0345eb9ebe10ee8f44ac619209ebd3ff96adc0b", - "is_verified": false, - "line_number": 18 - } - ], - "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/README.md": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/README.md", - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", - "is_verified": false, - "line_number": 41 - } - ], - "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/fixtures/uri-js-parse.json": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/fixtures/uri-js-parse.json", - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", - "is_verified": false, - "line_number": 78 - }, - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/fixtures/uri-js-parse.json", - "hashed_secret": "d7cd56f2a2a3f47830760edfb89946eb7b9e2cd1", - "is_verified": false, - "line_number": 104 - } - ], - "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/fixtures/uri-js-serialize.json": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/fixtures/uri-js-serialize.json", - "hashed_secret": "62cdb7020ff920e5aa642c3d4066950dd1f01f4d", - "is_verified": false, - "line_number": 74 - } - ], - "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/serialize.test.js": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/serialize.test.js", - "hashed_secret": "62cdb7020ff920e5aa642c3d4066950dd1f01f4d", - "is_verified": false, - "line_number": 38 - } - ], - "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/uri-js.test.js": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/uri-js.test.js", - "hashed_secret": "62cdb7020ff920e5aa642c3d4066950dd1f01f4d", - "is_verified": false, - "line_number": 316 - }, - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/test/uri-js.test.js", - "hashed_secret": "32a0d67da7f6bc03fa239fe9a1e789e20f616fac", - "is_verified": false, - "line_number": 496 - } - ], - "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Guides/Database.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Guides/Database.md", - "hashed_secret": "c3499c2729730a7f807efb8676a92dcb6f8a3f8f", - "is_verified": false, - "line_number": 286 - } - ], - "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Reference/Routes.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Reference/Routes.md", - "hashed_secret": "beb371d0dc505d6be5091cb95db258dcae78b12f", - "is_verified": false, - "line_number": 267 - } - ], - "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Reference/Server.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/docs/Reference/Server.md", - "hashed_secret": "5c5a15a8b0b3e154d77746945e563ba40100681b", - "is_verified": false, - "line_number": 1538 - } - ], - "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/constrained-routes.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/constrained-routes.test.js", - "hashed_secret": "be76331b95dfc399cd776d2fc68021e0db03cc4f", - "is_verified": false, - "line_number": 134 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/constrained-routes.test.js", - "hashed_secret": "a295e0bdde1938d1fbfd343e5a3e569e868e1465", - "is_verified": false, - "line_number": 143 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/constrained-routes.test.js", - "hashed_secret": "ff70f4c33de2200b76651bbe1e54aa55fcd77447", - "is_verified": false, - "line_number": 178 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/constrained-routes.test.js", - "hashed_secret": "7d018bb3df0e523692845af1f27e992ce8a41650", - "is_verified": false, - "line_number": 284 - } - ], - "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/router-options.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/fastify@5.8.5/node_modules/fastify/test/router-options.test.js", - "hashed_secret": "be76331b95dfc399cd776d2fc68021e0db03cc4f", - "is_verified": false, - "line_number": 298 - } - ], - "node_modules/.pnpm/find-my-way@9.5.0/node_modules/find-my-way/README.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/find-my-way@9.5.0/node_modules/find-my-way/README.md", - "hashed_secret": "ecf5592666037e48e243f8cf991837fa3f64e069", - "is_verified": false, - "line_number": 175 - } - ], - "node_modules/.pnpm/find-my-way@9.5.0/node_modules/find-my-way/test/issue-254.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/find-my-way@9.5.0/node_modules/find-my-way/test/issue-254.test.js", - "hashed_secret": "be76331b95dfc399cd776d2fc68021e0db03cc4f", - "is_verified": false, - "line_number": 27 - } - ], - "node_modules/.pnpm/lock.yaml": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d1b8345cd5758682c4e2be076930b6dee81a8f0a", - "is_verified": false, - "line_number": 98 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4fc407ff3fa666522e784402874b39ccaa9b9084", - "is_verified": false, - "line_number": 104 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "34fc2e926d119d522332afcf0b1e31be4943e728", - "is_verified": false, - "line_number": 110 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6e53b1d7147a431758aded05223f60a6cf8404b6", - "is_verified": false, - "line_number": 116 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ee9277ef9d8d4012e1b5e779ec43d5b9ec480348", - "is_verified": false, - "line_number": 122 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "21094ab4fc5b3c4b172a28c6e96d474b60d8f176", - "is_verified": false, - "line_number": 128 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b51ddd35a554c659b500b4c1169692da4f6cee67", - "is_verified": false, - "line_number": 134 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "57902bee1f6a5e12ed03dd3b3281ab07318ff81f", - "is_verified": false, - "line_number": 140 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "552658965b8efb6ebaf095b54636a6d54c8e4a6b", - "is_verified": false, - "line_number": 146 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3cfe66e44a47be9aa1a2b2570d4e6ca4fe8646d6", - "is_verified": false, - "line_number": 152 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "04e50569b26a331d6327f95e0a43e04435017c25", - "is_verified": false, - "line_number": 158 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6e9116d6ceb830c0e81b752f03b594c04b867404", - "is_verified": false, - "line_number": 164 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f427b0533ef2217b7b65d4be9d69dfb98e234645", - "is_verified": false, - "line_number": 170 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "92eb7bfdfe82cc5019dea1ead34c876de720e71f", - "is_verified": false, - "line_number": 176 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3f10b09e053c0d12d409925cdbee129e15aee7ee", - "is_verified": false, - "line_number": 182 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f83beff54841a17222f2c5d542077e07f0a640ce", - "is_verified": false, - "line_number": 188 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7cb36fd100cc7d0102797bb6a79a28f2c4a2a33d", - "is_verified": false, - "line_number": 194 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "de1558a98424f61bb30fd681ab33ebe9ac162b93", - "is_verified": false, - "line_number": 200 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2acca17ade2dd33b015ab19d80c162e241749350", - "is_verified": false, - "line_number": 206 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "0609a7c3993cb0b98d835bd299b5e78674c1c4e6", - "is_verified": false, - "line_number": 212 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "970ba53b3d18d68bf94e8458ec9c1b6326188d4f", - "is_verified": false, - "line_number": 218 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7cd72661910d8f1eae72b0783a01c7dcdb990036", - "is_verified": false, - "line_number": 224 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5d012814b5566671037c067991ea81d19cd07cbf", - "is_verified": false, - "line_number": 230 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c5b024f5526693865d3af7324ab65fc3ab1605fa", - "is_verified": false, - "line_number": 236 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "e0ed8c59207e32883f7f1b4b33356054c4214245", - "is_verified": false, - "line_number": 242 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7ea3a0d38529d3159199bb46bcf538993729a4ca", - "is_verified": false, - "line_number": 248 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "fa4f8c78da34eeb842b7c58de563aa7feabcb7b9", - "is_verified": false, - "line_number": 254 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "abac0dd92435eb969522a0ad244a7d5d3bcf9c90", - "is_verified": false, - "line_number": 260 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "762142615ab1dc453cd4c6e0d16d9abff71f7c3b", - "is_verified": false, - "line_number": 266 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "039980936156bd5bc0de9e386f1e385a9bbabcf0", - "is_verified": false, - "line_number": 272 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6385b43929b2ca3cd3fc11ddc7c9429aa6799e95", - "is_verified": false, - "line_number": 278 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ff2f515b75e908a3a079d6b0cf692f65bec13192", - "is_verified": false, - "line_number": 284 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3f729bd8163365c1bc85737b1a5091cb37d83829", - "is_verified": false, - "line_number": 290 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "43b4d7cc77f29c50ebc0ae65cdd5ae53c4610b89", - "is_verified": false, - "line_number": 296 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "00fbf776f031ec28f109bdb0502c86883d29ac01", - "is_verified": false, - "line_number": 302 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4080ae8ed6a6391c581edbf27618aa0806118784", - "is_verified": false, - "line_number": 308 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "afabc9199b55dca97a779220cf30689beace5333", - "is_verified": false, - "line_number": 314 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e24f346b7ed723f027041976b3d2e7b555ebd90", - "is_verified": false, - "line_number": 320 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7cdd98d664bd97065578d2af7b793094d23fedb7", - "is_verified": false, - "line_number": 326 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2b88177306d91942e3df15d0361c1fd5125db60a", - "is_verified": false, - "line_number": 332 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "611d19d8a4d5842d0970db276cdd09ae44de3df6", - "is_verified": false, - "line_number": 338 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "68d8df9678250f3f17e3c6e65e8e29e1007cd5ba", - "is_verified": false, - "line_number": 344 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "20e89c354326f9aebacc5df3bcb782d7b36edf88", - "is_verified": false, - "line_number": 350 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a1d2a1836521ff0216663ecd5526c0a53ce86a4d", - "is_verified": false, - "line_number": 356 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ff07375cb2a21e51b33412e3316544b3c5d575a1", - "is_verified": false, - "line_number": 362 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b1265b06c14c30da47639c2ed791f50c8d80227f", - "is_verified": false, - "line_number": 368 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c93372223d2b5bbe594d85bfc0d21dfafea217b5", - "is_verified": false, - "line_number": 374 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "17e8e3b6a6567490ad87c92962f2fe73df1a95e3", - "is_verified": false, - "line_number": 380 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6e1232ec19c19bb978ed3a5bf123312c5648df9d", - "is_verified": false, - "line_number": 386 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b9ed31d4313f86c359571fc1caeced011e1549c8", - "is_verified": false, - "line_number": 392 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5fd341ad5e6bff70186ba90c6b39ca49c19fe297", - "is_verified": false, - "line_number": 398 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9234d6da8ceb8786f9a95485ab027085c326afee", - "is_verified": false, - "line_number": 404 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5fe3acc13d078fe4f1dc5c153bdb8514f78c1dd9", - "is_verified": false, - "line_number": 410 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6ebe9d7b6feeca2cbb04503532b053496601ea4c", - "is_verified": false, - "line_number": 413 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4c8137bba4c60ac8c70aa9dc26f17b833b0485b5", - "is_verified": false, - "line_number": 416 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bf0f532d4fa6ce4da69534acc295afe5d9dce2d8", - "is_verified": false, - "line_number": 419 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "0a46ec56e14c6b0f3988c65531be78c66569c035", - "is_verified": false, - "line_number": 422 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "824b72098dc6947718d316f436bb00fbe3f3f3b5", - "is_verified": false, - "line_number": 425 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "11098cf4a6594cded115edc443cb1d6c38956f3b", - "is_verified": false, - "line_number": 428 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bd79cc98321f7be3a979a8ecf9deedc8aba70a27", - "is_verified": false, - "line_number": 431 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a250c23ee71fb585be959874180b87fc5565084e", - "is_verified": false, - "line_number": 434 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "0da9ffd747e36f3c422029e7099e27dd5ccb412c", - "is_verified": false, - "line_number": 437 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1b3495fbdeef2dee0dc3f2ca206965663474a3d7", - "is_verified": false, - "line_number": 440 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8733ba82d33885a92ca3009eb6ba61e505a1ee9a", - "is_verified": false, - "line_number": 444 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e3522c83d724aa4133ee6bb6d627e4390be31a5", - "is_verified": false, - "line_number": 447 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9d1b9dbec9f048e048f4dd38591947ca7deff5dd", - "is_verified": false, - "line_number": 450 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f60c00cacddf514ad090fbde7005d8721adc0b89", - "is_verified": false, - "line_number": 454 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b0e9cbf320ebe74507bcdaae3f0b40740459a092", - "is_verified": false, - "line_number": 457 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "393b2680ecbbb743a86d0b44313313f5d77ff202", - "is_verified": false, - "line_number": 460 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "559cb512c616ae4934092a7ceb3d42239213543d", - "is_verified": false, - "line_number": 464 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "80baf094c85a8b814390721f28df4426791950e2", - "is_verified": false, - "line_number": 467 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "19c871b99cc8a8066f7c372cc935250508cdbf7e", - "is_verified": false, - "line_number": 472 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "66eb29da9a96876a8e1b7fefb901f6b582e14b33", - "is_verified": false, - "line_number": 477 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5ce412f8142bfcc2b11a375e1c91a3a54ca8c0ae", - "is_verified": false, - "line_number": 482 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e47d4fda361e2553fee0d1f059b0b135fcce98f", - "is_verified": false, - "line_number": 487 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7ce2d9200e0e41b2ee19b821089b6a95a39bc509", - "is_verified": false, - "line_number": 492 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b68b16505cf49c5f3cb98af1b54893a1a79565a5", - "is_verified": false, - "line_number": 497 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b41be781eb3b0c4750e39d09dcdd6a3494f1f357", - "is_verified": false, - "line_number": 503 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f99a49bc745631a8b7085149e82a79811d9bac8c", - "is_verified": false, - "line_number": 509 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "edeb02a82bcc0b255ba89f276f37e4091792f4fe", - "is_verified": false, - "line_number": 515 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7691f9054b1626b357caca8a9f8e83eb8ac84def", - "is_verified": false, - "line_number": 521 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b77dfdeb5ffee23aff3b2f97ff640802ad415a3c", - "is_verified": false, - "line_number": 527 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "94297c922da678a24c4fc963af0da51d961d8fe5", - "is_verified": false, - "line_number": 533 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1f0eb8fb4434346c68f359042c9fc254c1c46be6", - "is_verified": false, - "line_number": 539 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5d67ae5d1c2f8a622e078f0d8d16670619aa561e", - "is_verified": false, - "line_number": 545 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "fee3efd07b8abcb9d734d6f324253508f7501156", - "is_verified": false, - "line_number": 551 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1380cb2734346cc00e41eb54cdd94860f4859e2c", - "is_verified": false, - "line_number": 557 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5aea3dce81939048d287d7761e40642490194d09", - "is_verified": false, - "line_number": 563 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "11487ba85b40245c0bb0e34846085b8714439652", - "is_verified": false, - "line_number": 569 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9f2824e8182be80a655c1164a0c7d043abe0b2e8", - "is_verified": false, - "line_number": 575 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "87bb0e1e3669074c5cda58de04798789e0eda61d", - "is_verified": false, - "line_number": 580 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5423261b835b9649ae476fc59e957f6cb03b2369", - "is_verified": false, - "line_number": 585 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c62e701dc37732b77d24e97d4676d597a1e1ce41", - "is_verified": false, - "line_number": 590 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "58a0c6f04ab904bada0f96e79f61f7633b8e8554", - "is_verified": false, - "line_number": 595 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5ac63bbb4857e2c672bef90951ed012b5e1a3099", - "is_verified": false, - "line_number": 600 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "0e08e31e43853476fc57d10643d8c871082c08b3", - "is_verified": false, - "line_number": 605 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b31d08ed4329a2b257e3183cdb4917a06ff76acf", - "is_verified": false, - "line_number": 610 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b74484fafbbaf80a55364e035669088e7fd44b6c", - "is_verified": false, - "line_number": 618 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7739c7a36e8b5c9759887d54c3d3a252d017cb71", - "is_verified": false, - "line_number": 625 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d4dda0583372eb865e22ea00ae160ceb315aa0df", - "is_verified": false, - "line_number": 628 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "904dae7e3147870781ad476afdbc281061d76e62", - "is_verified": false, - "line_number": 631 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4a96348ad16d0abe922e3e2c78b1b4d82a9b3f07", - "is_verified": false, - "line_number": 634 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5f411c7e6073b67aca1c9043e3e952322dc21d46", - "is_verified": false, - "line_number": 637 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "618a8148c9899b3b6bd69562f235038dc7953718", - "is_verified": false, - "line_number": 640 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5c4d2062f4b9170e2571cfe2b901592767edc7cd", - "is_verified": false, - "line_number": 643 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2a04ad8254d18f2f4403c9056e67951c1e0fb0a5", - "is_verified": false, - "line_number": 646 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a7655c0dea3997e8ee27a2090dc9eb749a7b1282", - "is_verified": false, - "line_number": 657 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2c684cbb0ceecbae320bff3152c0f2b1b3434c7e", - "is_verified": false, - "line_number": 660 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6ff1feade4ea98d27ec8f31fa2dbcfd3d2a5028f", - "is_verified": false, - "line_number": 663 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "359e9803b99c38d739e61ade83000c2ab5a22448", - "is_verified": false, - "line_number": 666 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b0af613d49499b2f6f2643ef7acf1a219e9e6fb6", - "is_verified": false, - "line_number": 669 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "86c936c2fd0b15334fb3e7e08ea42b385c42f7a1", - "is_verified": false, - "line_number": 672 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a3fde05f04dec549057c3104497d942072394189", - "is_verified": false, - "line_number": 676 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b2c03df0ed8f8caded3abab58c3b2e3b645dbb28", - "is_verified": false, - "line_number": 679 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4f6636587fecd2341ba754a447e6a26db011795f", - "is_verified": false, - "line_number": 684 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "07860d1f8563c118dfa14b8c27bfef9420e3f8c2", - "is_verified": false, - "line_number": 692 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5bb90e7e3d7847438b155c9fb564dfd279383855", - "is_verified": false, - "line_number": 695 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1c504c77e2b9f1ea0e1770e65673fd7f8b3f4c8f", - "is_verified": false, - "line_number": 699 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "6f5c4f8389922a6637a0b4fdb837095b494c0bfb", - "is_verified": false, - "line_number": 703 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "38604ae508f167b156742a5c072915272fb37857", - "is_verified": false, - "line_number": 707 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4a6acdb47bbd22c85e10baf5921ddbb3c09a787b", - "is_verified": false, - "line_number": 710 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "e0ed71a4c2836a6a251bef5e00b00401cfac286d", - "is_verified": false, - "line_number": 714 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7bb507ba2f47095177b03051a6340091be5871b2", - "is_verified": false, - "line_number": 718 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5389eb7ce46c53e5d6adc57d5bafb1180870b814", - "is_verified": false, - "line_number": 721 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9748716a465dd6d055354fd346c4cd105b7d39b1", - "is_verified": false, - "line_number": 725 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c56c76bc828483f5553df346fb2eaa6e3e6c4bba", - "is_verified": false, - "line_number": 728 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5620b727309eb0585715c051b3f1ad6560879967", - "is_verified": false, - "line_number": 732 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "fd40953175f0c99e010e94312afacb63e7f1a817", - "is_verified": false, - "line_number": 736 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8095985919187b5be33de4b775c7a5e7562aafee", - "is_verified": false, - "line_number": 740 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8ff61e34bccd3c9f85c8a24db9723d984fd74314", - "is_verified": false, - "line_number": 743 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5974b42acc3c558a08c734a45a10785534b5d382", - "is_verified": false, - "line_number": 747 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1dae660604ec052e4c8dfd54b0657636c412a22b", - "is_verified": false, - "line_number": 751 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f52956fa7c317746fde250d0f4e54d6115252cd4", - "is_verified": false, - "line_number": 754 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8f16039bc2ed9b93d8e319897b70cb25f25dfcc4", - "is_verified": false, - "line_number": 758 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "862951cd71d0412b5e52bae3e952725486a655b0", - "is_verified": false, - "line_number": 762 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ab4bcd85dbb08e2c7721a4842f74653506829466", - "is_verified": false, - "line_number": 766 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d45062677e99f28b9a98f4b53e9af8f56b01bb10", - "is_verified": false, - "line_number": 769 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b4a9257558064dbd957e726d9d25d81b97837009", - "is_verified": false, - "line_number": 778 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c0c7aeed5e5a888b2aa3cdb739955fd27d25335e", - "is_verified": false, - "line_number": 782 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c5deff9c59d0e0419952da44431546620804d70e", - "is_verified": false, - "line_number": 786 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d031e18cc14e54a719197084af4cd6b2372fd005", - "is_verified": false, - "line_number": 790 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "183c0616018161acd77ce39914e9bb5a22fcae49", - "is_verified": false, - "line_number": 794 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "309db07fa3cab58e7ea5fc5ba8f629a4430fa6a6", - "is_verified": false, - "line_number": 797 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "fc231c807593551488e1df5cd5d488e39f7db93f", - "is_verified": false, - "line_number": 800 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d076e5a9f2245bcedf234f70abb7fa41d4d9f0dc", - "is_verified": false, - "line_number": 803 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bf4a0e0cb4a648f94a1ceff84d8070ab01b0df0e", - "is_verified": false, - "line_number": 806 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "cab616f3cdb6eb3c372039eeae16f83314439923", - "is_verified": false, - "line_number": 811 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "cc0394ae9ff7278ac1f8ba8305e06627798ae34b", - "is_verified": false, - "line_number": 816 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4a1a266072e5f401e1aa928a9bf6d94bfeab4806", - "is_verified": false, - "line_number": 819 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "50c2ef2e538e117e2c5cb97fd9678257c05daea1", - "is_verified": false, - "line_number": 822 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "763f4272f5426f2cb52dd90f1f6a490a4ce61418", - "is_verified": false, - "line_number": 830 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bdc1322162b3c2d06c4103afb50937bf6085ebf2", - "is_verified": false, - "line_number": 833 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3446aea3a08fd97b7eb1beac15a525d1b4586864", - "is_verified": false, - "line_number": 837 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "16d0c877fca994fd1c43bd7f131be967bf4f87b6", - "is_verified": false, - "line_number": 841 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "373eefae8f0bb627d355aa0997dbf702a2274642", - "is_verified": false, - "line_number": 845 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c7018ff5fd96eec2abbadb93bb97d56f00235687", - "is_verified": false, - "line_number": 848 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c0f64a532897bbd5497996fdfec7cfcd087540ce", - "is_verified": false, - "line_number": 851 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4e742e60616be1578b81769f2ffd9bef51586512", - "is_verified": false, - "line_number": 854 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5ffcc7770e283fe45a96c1ba2bc21dd7f38458b5", - "is_verified": false, - "line_number": 857 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "38a37f53e7403dabad025e1d953382e82ff53762", - "is_verified": false, - "line_number": 860 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a175423c144b95f8ef14eca365738012ae8ff166", - "is_verified": false, - "line_number": 863 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2f00e7db8ba09014a8f7ae078346fd4630c8ee54", - "is_verified": false, - "line_number": 866 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b3edf680cb58f88cd49833b666c6c1b310fd4c90", - "is_verified": false, - "line_number": 869 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "02031683c4d321f8660ff8b2d0258362940c8a6d", - "is_verified": false, - "line_number": 872 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "16fa3bfaeef78e32910c87baf9060e51490d09ad", - "is_verified": false, - "line_number": 875 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "74f497c18c464bd0d65adca16a8e96c0fafeefcb", - "is_verified": false, - "line_number": 884 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3aa0faf721de27687f7be4cc9ed4e61c745e6e44", - "is_verified": false, - "line_number": 888 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "d950cd8ef510429f57fb282e4a437321ca86158c", - "is_verified": false, - "line_number": 892 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3ad5ab41a177a3b1dbc7cc007170bfcc93c0607a", - "is_verified": false, - "line_number": 897 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5d204787c8c7979085337870c453871dbe65cb84", - "is_verified": false, - "line_number": 900 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4648471e6e277a4eb3eb85ed4ef695b6bfabe451", - "is_verified": false, - "line_number": 906 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9bad76463ceffd240ee9bd95c3faa98c0a4b94d0", - "is_verified": false, - "line_number": 909 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "82bb8edb4003308fc261a3cd2488be9862e99657", - "is_verified": false, - "line_number": 913 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "cf09cb791688fe019284bfdc362abc41918645a5", - "is_verified": false, - "line_number": 916 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9ecdd3b0214d99d66a71bf1e48cebbdd897db432", - "is_verified": false, - "line_number": 919 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "aea3a2f0dd7f8e8655ed2e6cf823ce09d0d537a4", - "is_verified": false, - "line_number": 923 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4e5e279b264f80f6302507f3bc02028118a5381f", - "is_verified": false, - "line_number": 926 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e62a0c4062cf833f44b3d28c2df580a178a0ce7", - "is_verified": false, - "line_number": 929 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c61f6450dea4696f664cee46c1938e2353da53b9", - "is_verified": false, - "line_number": 933 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1a9c505c27a3d51d07d5cd60f1cd51dccb1ce4e6", - "is_verified": false, - "line_number": 937 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8d04b6573603b749b3e15f4a0d2a322aaf7a74d2", - "is_verified": false, - "line_number": 940 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "e7c4ee17ab711302f98d915dd0b266cd2d1063e5", - "is_verified": false, - "line_number": 943 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "74c6778d90507aa5b96f9aa8ace227ae46079c3d", - "is_verified": false, - "line_number": 946 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4349ff4e19d7672f6b7397e5bf9ec7a64bc28e14", - "is_verified": false, - "line_number": 950 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e2f7beb6f6a2204eb1ca56ae8ca7e9602ad13f3", - "is_verified": false, - "line_number": 953 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "73bc28172456bad6166fd9a576eb52082dc4dd3c", - "is_verified": false, - "line_number": 956 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "dc1b9f847614c5a40208a767d4cc7cf0f9b2282a", - "is_verified": false, - "line_number": 959 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1e2228f0d8e0fc2bc3b8740a8ff3d287006b9a38", - "is_verified": false, - "line_number": 963 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "625c8e34a90184351c844c05950c45473933b7dc", - "is_verified": false, - "line_number": 966 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "31d6671bbf40210dfde8e313a9c03ab41489691d", - "is_verified": false, - "line_number": 971 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8ac8e759308be486fa9eb1fcadf99defd39eab96", - "is_verified": false, - "line_number": 975 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "e7142097a5cce8cfe60e9c080b88bbbeb28f2a7a", - "is_verified": false, - "line_number": 978 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1229dc2178fd4b24f6dcb957dbdc4dd4f592e26f", - "is_verified": false, - "line_number": 982 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "805d9656080308c11cde7cb7f0310e12c7e60c48", - "is_verified": false, - "line_number": 986 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ca13874532c9df50a570a36576667e2bbd4383bc", - "is_verified": false, - "line_number": 989 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "85c66cde4af421982424442e55d5b0a85e75b40e", - "is_verified": false, - "line_number": 994 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "38c97b06ca380ec6b537fb959634cd6042e47cea", - "is_verified": false, - "line_number": 998 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "55159cc007aeaf5fbf0746c70b85d9ddc16db6dd", - "is_verified": false, - "line_number": 1001 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "61ff5c8a702d8ffe28063c06487a3a5a0db2ed70", - "is_verified": false, - "line_number": 1004 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "cf64476b50691518582d89769fcebde8862b0020", - "is_verified": false, - "line_number": 1008 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9235bcf425e49c5749d9f52ed67b13717efda795", - "is_verified": false, - "line_number": 1012 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "406d7e234572008768bde7f31b176a7a0f8da4f0", - "is_verified": false, - "line_number": 1015 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4439cc784aca22e5cdf33ed6656f5b8b99eaa44d", - "is_verified": false, - "line_number": 1019 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "84cbfec871cf2b178ab90fcc1f442fa369e99a02", - "is_verified": false, - "line_number": 1022 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "80eb677fae3a58bfd1df58e32807f8eccd8ca18d", - "is_verified": false, - "line_number": 1026 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "498226c66b0e41fceaff482c6cc115f1bc4abd6e", - "is_verified": false, - "line_number": 1029 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "635b865541a9b317d71b354dc07769e554004a0a", - "is_verified": false, - "line_number": 1033 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "eeb22523a5f23b8e2f2839101e2a21df63062eef", - "is_verified": false, - "line_number": 1036 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "cf7ae21a07aec42c0047f67e1b0b7ecd28fc23b5", - "is_verified": false, - "line_number": 1040 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9fe5b3fda621da0e9b76aa653d894f94f8f58cd4", - "is_verified": false, - "line_number": 1044 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f1d33d6aede0dfb7fe9978bebd04c76d861c98c3", - "is_verified": false, - "line_number": 1047 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4f4dde0efe7acd336975cd25fc68e25347fd64ee", - "is_verified": false, - "line_number": 1050 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "353aafcecdb8834ff13733ca486183ed2882e7ec", - "is_verified": false, - "line_number": 1054 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7969827f4e081fc3ab6d578be9fe52cf55b34bef", - "is_verified": false, - "line_number": 1057 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ac92f6ef74f09318d36f34716ed2f258b5e0924f", - "is_verified": false, - "line_number": 1060 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "288c8b24d63adf108e603c52001b6412037a9edc", - "is_verified": false, - "line_number": 1064 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "36149fc78b01f35bca00b832a55a4ea4f21995ae", - "is_verified": false, - "line_number": 1068 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4b07e969bf7c1a9efdf5eab7e13abaa484c49d38", - "is_verified": false, - "line_number": 1072 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "5a485a4915f94231f9dc5b355ddda367442ba450", - "is_verified": false, - "line_number": 1076 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "17df0cf1bffb39d85a2aea45c887f1998ffc48a8", - "is_verified": false, - "line_number": 1080 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a6bc2cd23b205c0d88f94eef4d6c1268906d0670", - "is_verified": false, - "line_number": 1083 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "19a998b1bf7031d19515cd35f049a7a6aa7dd1b3", - "is_verified": false, - "line_number": 1087 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "ea4d705920dea9e9007f7ffd977007d97d93720a", - "is_verified": false, - "line_number": 1091 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4a92c1257b67845f12260b454ba353a5919dec29", - "is_verified": false, - "line_number": 1094 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7e42e0804bd25c31e53b2f0871fa2b3551dc66d9", - "is_verified": false, - "line_number": 1099 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "dab00d860d09dd9092b16718edd82bb24a6a21e9", - "is_verified": false, - "line_number": 1103 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "09d8666b35e6c586e3ac50ff958d10e8f3a12d3f", - "is_verified": false, - "line_number": 1106 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7ecd16de4642448e5a002d0eb887796642d37c29", - "is_verified": false, - "line_number": 1110 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f65cbf613806c65f44181f17817d02c7be05ceda", - "is_verified": false, - "line_number": 1114 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2364d220157112e44b4d06ea9df8f2b9fb44069e", - "is_verified": false, - "line_number": 1117 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "39ffec566bffcf8c829bbb54c2f3e06aadbccb15", - "is_verified": false, - "line_number": 1120 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2fd4d093008863345a56756800819a01bf8e0451", - "is_verified": false, - "line_number": 1125 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bae67d3ce231086fba18abc7365c94878f900c14", - "is_verified": false, - "line_number": 1128 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3b7990b0f82bc9bc6c4ec02744f9c02e76aac827", - "is_verified": false, - "line_number": 1131 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9072ebcbad57a1ae4256c5ae37c1e7c7ae5325de", - "is_verified": false, - "line_number": 1135 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "33e224ae0061fa6dc855702e88cad5e948136009", - "is_verified": false, - "line_number": 1139 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "e0c6ae09dd70fa25056d591ada0ad32df0dfe873", - "is_verified": false, - "line_number": 1142 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "156a735a4c43b9c6b0c08f6b857738968fe588d4", - "is_verified": false, - "line_number": 1146 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "336d02c1e7195c5237197b5884304099ab15c6ba", - "is_verified": false, - "line_number": 1149 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "02757ec3c99c3192621db35f0eea3897cede465a", - "is_verified": false, - "line_number": 1153 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b015b77432bd6d255596af7b2f552d8e8c91a7f7", - "is_verified": false, - "line_number": 1157 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4dcc5c09923b9c0c9014f1f416f58aed8360e584", - "is_verified": false, - "line_number": 1160 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "32026694f097ae0956b46d081f53c72d129a0e9d", - "is_verified": false, - "line_number": 1164 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1ef51736be44df9a195f0a4ecc99642e7e006803", - "is_verified": false, - "line_number": 1167 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "1be172b28420494a97b5bd6dc5d20d9b54d52047", - "is_verified": false, - "line_number": 1170 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "3e536139add3f70bf34712d57cf490dc9c631553", - "is_verified": false, - "line_number": 1173 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4035430d526a269d8e16277f9be0f9c6a7e695bd", - "is_verified": false, - "line_number": 1177 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "01a928fe600e802e506f5354d0be5df023952b7d", - "is_verified": false, - "line_number": 1180 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "612114aa542d50acb4e8481ff643adb46c6e71b3", - "is_verified": false, - "line_number": 1188 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "11973b25b26c5ffab277f15a5f39da63518c061c", - "is_verified": false, - "line_number": 1192 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2fbe8ab30e5355ea9d7538aec4d6c869562a0ed8", - "is_verified": false, - "line_number": 1195 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a664083cd7ea977f953eb398c15a7391521e8c88", - "is_verified": false, - "line_number": 1198 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "bcc923e3a3bbb5c5c7c2f2b5e17bda91f8076652", - "is_verified": false, - "line_number": 1201 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "66022833f4701f45cff007311050911fe571487c", - "is_verified": false, - "line_number": 1205 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "512b3e49cdd404e4e23779be697a6801e04255ab", - "is_verified": false, - "line_number": 1209 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "b3f13048bf1127d22a091b20bef5f1fb485b94c2", - "is_verified": false, - "line_number": 1213 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f50a9ae6c1f90c2adc6b60bbe3779ed40e14ca9e", - "is_verified": false, - "line_number": 1217 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "a6d813aa7164341218d80a2b625ff1b254fa10c3", - "is_verified": false, - "line_number": 1221 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "422f025608080feaba8cb1fbbb522deb3f43cdcc", - "is_verified": false, - "line_number": 1225 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8239574b4263502316ae4af75858c8537b8f9dc2", - "is_verified": false, - "line_number": 1230 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7c43a5a81cdfc2d174e64e7441e07b48f610be0e", - "is_verified": false, - "line_number": 1235 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "735bd20202e59e618bfe941a5941731da477e7b6", - "is_verified": false, - "line_number": 1238 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "32f11283bec656108388929b40993090be755520", - "is_verified": false, - "line_number": 1241 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "4801a08438ed2a6af40afdf77d92cf8412cae7fb", - "is_verified": false, - "line_number": 1246 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "10268f6f4f68752aa603c74f237e00cf940909a4", - "is_verified": false, - "line_number": 1286 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "8ac9d9448e688e8f94e810f2c49fd9b728bd2041", - "is_verified": false, - "line_number": 1326 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "7dbba2db5c8622d492abdd259dd9033ed5f205e2", - "is_verified": false, - "line_number": 1334 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "f0257d02d23f53e799476af74cf0386375d4b6c2", - "is_verified": false, - "line_number": 1362 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "95b02c02e7cb902e9603042bf77d2ce3b47d7dd1", - "is_verified": false, - "line_number": 1367 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "c1a38efe10a08cb343b44ec85e4f991fa64e0dc8", - "is_verified": false, - "line_number": 1372 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "77fb73a7cac9311a40dd4d7f73c5991ef9e79fb6", - "is_verified": false, - "line_number": 1375 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "9b0596f2945cdeab0d6fb2407275942153f87d9c", - "is_verified": false, - "line_number": 1387 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/lock.yaml", - "hashed_secret": "2a6ec2710324e581e13c5bd7ce5f78fd563b3db0", - "is_verified": false, - "line_number": 1390 - } - ], - "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.cjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.cjs", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 8 - } - ], - "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 2 - } - ], - "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/url-alphabet/index.cjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/url-alphabet/index.cjs", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 5 - } - ], - "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/url-alphabet/index.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/url-alphabet/index.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 2 - } - ], - "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/api.md": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/api.md", - "hashed_secret": "35b62df986d9eea136faadfda77e7066f9d47ff8", - "is_verified": false, - "line_number": 263 - } - ], - "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/redaction.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/redaction.md", - "hashed_secret": "137eb9fbc5980f6ffcdfc1637de4c0f3a57250b7", - "is_verified": false, - "line_number": 21 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/redaction.md", - "hashed_secret": "bcd0e787f07c5ac9c48e8ba4c27bc42ad8f9a017", - "is_verified": false, - "line_number": 22 - } - ], - "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/transports.md": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/transports.md", - "hashed_secret": "45d676e7c6ab44cf4b8fa366ef2d8fccd3e6d6e6", - "is_verified": false, - "line_number": 551 - }, - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/transports.md", - "hashed_secret": "35675e68f4b5af7b995d9205ad0fc43842f16450", - "is_verified": false, - "line_number": 908 - }, - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/docs/transports.md", - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "is_verified": false, - "line_number": 992 - } - ], - "node_modules/.pnpm/pino@9.14.0/node_modules/pino/test/redact.test.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/pino@9.14.0/node_modules/pino/test/redact.test.js", - "hashed_secret": "b0c69c0d1c5eeddd25b5d7d85c171ae39b8438a4", - "is_verified": false, - "line_number": 836 - } - ], - "node_modules/.pnpm/siginfo@2.0.0/node_modules/siginfo/.travis.yml": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/siginfo@2.0.0/node_modules/siginfo/.travis.yml", - "hashed_secret": "f66e7fb3731623aeb7b29bc250a5d7bb0e075b53", - "is_verified": false, - "line_number": 9 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/siginfo@2.0.0/node_modules/siginfo/.travis.yml", - "hashed_secret": "544d45a9d619812d5ae2586da4e052d4f3e87afc", - "is_verified": false, - "line_number": 11 - } - ], - "node_modules/.pnpm/svelte-check@4.4.6_picomatch@4.0.4_svelte@5.55.5_typescript@5.9.3/node_modules/svelte-check/dist/src/index.js": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/svelte-check@4.4.6_picomatch@4.0.4_svelte@5.55.5_typescript@5.9.3/node_modules/svelte-check/dist/src/index.js", - "hashed_secret": "ad230be8033f3a943c828b3859b579ce566070cd", - "is_verified": false, - "line_number": 46486 - } - ], - "node_modules/.pnpm/tsx@4.21.0/node_modules/tsx/dist/lexer-DQCqS3nf.mjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/tsx@4.21.0/node_modules/tsx/dist/lexer-DQCqS3nf.mjs", - "hashed_secret": "4dc7bd5ab67116949435371742e86d0999be6136", - "is_verified": false, - "line_number": 3 - } - ], - "node_modules/.pnpm/tsx@4.21.0/node_modules/tsx/dist/lexer-DgIbo0BU.cjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/tsx@4.21.0/node_modules/tsx/dist/lexer-DgIbo0BU.cjs", - "hashed_secret": "4dc7bd5ab67116949435371742e86d0999be6136", - "is_verified": false, - "line_number": 3 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/_tsc.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/_tsc.js", - "hashed_secret": "1d278d3c888d1a2fa7eed622bfc02927ce4049af", - "is_verified": false, - "line_number": 17172 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/cs/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/cs/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/cs/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/cs/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/cs/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/de/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/de/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/de/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/de/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/de/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/es/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/es/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/es/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/es/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/es/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/fr/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/fr/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/fr/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/fr/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/fr/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/it/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/it/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/it/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/it/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/it/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ja/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ja/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ja/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ja/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ja/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ko/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ko/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ko/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ko/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ko/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pl/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pl/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pl/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pl/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pl/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ru/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ru/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ru/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ru/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/ru/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/tr/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/tr/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/tr/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/tr/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/tr/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript.js", - "hashed_secret": "1d278d3c888d1a2fa7eed622bfc02927ce4049af", - "is_verified": false, - "line_number": 21003 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json", - "hashed_secret": "22b0a600a57c006e23d66715f22b40eaa126d798", - "is_verified": false, - "line_number": 921 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json", - "hashed_secret": "cbf4e0f796dae8446f52880aab730b0db9f67d5c", - "is_verified": false, - "line_number": 1262 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json", - "hashed_secret": "8e421827391bcee7c056439ff2e9c25e70296654", - "is_verified": false, - "line_number": 1587 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json", - "hashed_secret": "ace03230a8178b77da5e33ba3a4ae5bcb953fbdd", - "is_verified": false, - "line_number": 1692 - } - ], - "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/package.json": [ - { - "type": "Hex High Entropy String", - "filename": "node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/package.json", - "hashed_secret": "cbaf125bbcefe9bcf49c51421e1f003923cbb00f", - "is_verified": false, - "line_number": 119 - } - ], - "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/client/client.mjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/client/client.mjs", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 230 - } - ], - "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-Dq2t6Dq0.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-Dq2t6Dq0.js", - "hashed_secret": "4dc7bd5ab67116949435371742e86d0999be6136", - "is_verified": false, - "line_number": 10821 - } - ], - "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "c84f72b503d228647605a5da89265aca2a4d4fc2", - "is_verified": false, - "line_number": 1680 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "cebeedf6617375197d482c0b3e6f37a71741cbc9", - "is_verified": false, - "line_number": 1781 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "a5202d3272abd5992c599881e6619d0ab187c5fe", - "is_verified": false, - "line_number": 1909 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "5560bb76f3d252d73b49b96977abf7c72e11bf78", - "is_verified": false, - "line_number": 1911 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "2f114d79eeed9519b567d87af56322d2b4ec7f16", - "is_verified": false, - "line_number": 1913 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js", - "hashed_secret": "c5bdf4e413b9114ded6ce852c4992e147744b88b", - "is_verified": false, - "line_number": 1915 - } - ], - "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/module-runner.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@6.4.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/module-runner.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 541 - } - ], - "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/client/client.mjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/client/client.mjs", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 230 - } - ], - "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "c84f72b503d228647605a5da89265aca2a4d4fc2", - "is_verified": false, - "line_number": 1349 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "cebeedf6617375197d482c0b3e6f37a71741cbc9", - "is_verified": false, - "line_number": 1402 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "a5202d3272abd5992c599881e6619d0ab187c5fe", - "is_verified": false, - "line_number": 1481 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "5560bb76f3d252d73b49b96977abf7c72e11bf78", - "is_verified": false, - "line_number": 1483 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "2f114d79eeed9519b567d87af56322d2b4ec7f16", - "is_verified": false, - "line_number": 1485 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "c5bdf4e413b9114ded6ce852c4992e147744b88b", - "is_verified": false, - "line_number": 1487 - } - ], - "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/config.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/chunks/config.js", - "hashed_secret": "c2c8002d50715475a1f593d36f386b7d71f2bfe1", - "is_verified": false, - "line_number": 7219 - } - ], - "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/module-runner.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2/node_modules/vite/dist/node/module-runner.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 471 - } - ], - "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/client/client.mjs": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/client/client.mjs", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 230 - } - ], - "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "c84f72b503d228647605a5da89265aca2a4d4fc2", - "is_verified": false, - "line_number": 1349 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "cebeedf6617375197d482c0b3e6f37a71741cbc9", - "is_verified": false, - "line_number": 1402 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "a5202d3272abd5992c599881e6619d0ab187c5fe", - "is_verified": false, - "line_number": 1481 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "5560bb76f3d252d73b49b96977abf7c72e11bf78", - "is_verified": false, - "line_number": 1483 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "2f114d79eeed9519b567d87af56322d2b4ec7f16", - "is_verified": false, - "line_number": 1485 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/build2.js", - "hashed_secret": "c5bdf4e413b9114ded6ce852c4992e147744b88b", - "is_verified": false, - "line_number": 1487 - } - ], - "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/config.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/chunks/config.js", - "hashed_secret": "c2c8002d50715475a1f593d36f386b7d71f2bfe1", - "is_verified": false, - "line_number": 7219 - } - ], - "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/module-runner.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vite@7.3.2_@types+node@22.19.17_tsx@4.21.0/node_modules/vite/dist/node/module-runner.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 471 - } - ], - "node_modules/.pnpm/vitest@3.2.4/node_modules/vitest/dist/chunks/index.B521nVV-.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vitest@3.2.4/node_modules/vitest/dist/chunks/index.B521nVV-.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 148 - } - ], - "node_modules/.pnpm/vitest@3.2.4_@types+node@22.19.17_tsx@4.21.0/node_modules/vitest/dist/chunks/index.B521nVV-.js": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/vitest@3.2.4_@types+node@22.19.17_tsx@4.21.0/node_modules/vitest/dist/chunks/index.B521nVV-.js", - "hashed_secret": "fd01517f059af4e882624f96d0ba9934dddd6e43", - "is_verified": false, - "line_number": 148 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/error.test.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/error.test.ts", - "hashed_secret": "9413ee70957a09d55704123687478e07f18c7b29", - "is_verified": false, - "line_number": 220 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/error.test.ts", - "hashed_secret": "1161e6ffd3637b302a5cd74076283a7bd1fc20d3", - "is_verified": false, - "line_number": 243 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/refine.test.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/refine.test.ts", - "hashed_secret": "b480c074d6b75947c02681f31c90c668c46bf6b8", - "is_verified": false, - "line_number": 40 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/refine.test.ts", - "hashed_secret": "614e00a6cf5e0a27838ec055ff89e945f681054f", - "is_verified": false, - "line_number": 41 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/refine.test.ts", - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "is_verified": false, - "line_number": 74 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/refine.test.ts", - "hashed_secret": "3da541559918a808c2402bba5012f6c60b27661c", - "is_verified": false, - "line_number": 86 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts", - "hashed_secret": "1bd27b9be40be116abc3296dec857219d60ee841", - "is_verified": false, - "line_number": 171 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts", - "hashed_secret": "9e0142b544733c8fafc385af848d4ff880562098", - "is_verified": false, - "line_number": 172 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts", - "hashed_secret": "e4d0f04f03d9183f843c9d764592ba5bcd17f356", - "is_verified": false, - "line_number": 175 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts", - "hashed_secret": "9b19b8d1522e95f19232c6ea0b61dc1b99390253", - "is_verified": false, - "line_number": 211 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v3/tests/string.test.ts", - "hashed_secret": "9bfdf8412034d68523c15f3f0e3dfa5d452cc270", - "is_verified": false, - "line_number": 218 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/error.test.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/error.test.ts", - "hashed_secret": "9413ee70957a09d55704123687478e07f18c7b29", - "is_verified": false, - "line_number": 285 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/error.test.ts", - "hashed_secret": "1161e6ffd3637b302a5cd74076283a7bd1fc20d3", - "is_verified": false, - "line_number": 305 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts", - "hashed_secret": "62cdb7020ff920e5aa642c3d4066950dd1f01f4d", - "is_verified": false, - "line_number": 38 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts": [ - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "b480c074d6b75947c02681f31c90c668c46bf6b8", - "is_verified": false, - "line_number": 66 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "614e00a6cf5e0a27838ec055ff89e945f681054f", - "is_verified": false, - "line_number": 67 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "is_verified": false, - "line_number": 93 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "517d5a7240861ec297fa07542a7bf7470bb604fe", - "is_verified": false, - "line_number": 104 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "3da541559918a808c2402bba5012f6c60b27661c", - "is_verified": false, - "line_number": 174 - }, - { - "type": "Secret Keyword", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/refine.test.ts", - "hashed_secret": "f1b699cc9af3eeb98e5de244ca7802ae38e77bae", - "is_verified": false, - "line_number": 480 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "1bd27b9be40be116abc3296dec857219d60ee841", - "is_verified": false, - "line_number": 177 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "9e0142b544733c8fafc385af848d4ff880562098", - "is_verified": false, - "line_number": 178 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "e4d0f04f03d9183f843c9d764592ba5bcd17f356", - "is_verified": false, - "line_number": 181 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "9b19b8d1522e95f19232c6ea0b61dc1b99390253", - "is_verified": false, - "line_number": 214 - }, - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "9bfdf8412034d68523c15f3f0e3dfa5d452cc270", - "is_verified": false, - "line_number": 221 - }, - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/string.test.ts", - "hashed_secret": "eff978d544a9cf5e5f55856f7ff928e57a00ae23", - "is_verified": false, - "line_number": 307 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/template-literal.test.ts": [ - { - "type": "Basic Auth Credentials", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/classic/tests/template-literal.test.ts", - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "is_verified": false, - "line_number": 644 - } - ], - "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/mini/tests/string.test.ts": [ - { - "type": "Base64 High Entropy String", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/mini/tests/string.test.ts", - "hashed_secret": "ca744435a5a71bd2d402d78b532f6418d3133376", - "is_verified": false, - "line_number": 206 - }, - { - "type": "JSON Web Token", - "filename": "node_modules/.pnpm/zod@3.25.76/node_modules/zod/src/v4/mini/tests/string.test.ts", - "hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134", - "is_verified": false, - "line_number": 289 - } - ], - "packages/shared/tsconfig.tsbuildinfo": [ - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "01a5dd1cdf7578d466e679ccb2552336d5362a4a", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "02989ac76a74e47b5cc6f084719fb31715b98243", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "0be16c83f218758c0d8ce801b9fbd42bf79fb660", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "0f27704c4615b1bbac5322141e9af4e5ee07624e", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "1073f645c57ebc20e6bf5cc62db8bc3513a05a60", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "130f2e4a54d4e6f28d88cc2aa9f3ff75ec291aa0", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "14b6993b8203a7959fec3e02533226e167363bfc", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "14cd2421400282c7de82e26433cb75d271e84997", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "164d540dddeb5e0bad7bc775f14937b5d4987a8a", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "18e0510c235115291ca135d93234a09b6914ea37", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "1c32674b6e225de7917e987d6ef1297a00294aa2", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "1f500f164e5d8b0785a7566443a85a401f79459e", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "21be5abf1cd575e11c0ad7900b9682a9ee142781", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "29f8d684618e0323a2ca61b6266e552d9fb5063a", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "2cbbc48fd7941eb08f2cdb96c87bf7d64f1b653f", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "342d67f2341f84514b2a52a50912b53ffee895f4", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "351c9e5b3c874256deedb068d73747ade7f1bf84", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "37a241fbc74d3713de28a58e26690bd8bfe52925", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "38a3a6b63b69498d48a97f2ec6c73377a5e6bb8f", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "3908e6db72766c3b5c9e3876dc6ff62945a9ede0", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "3da6812c9ba6be17565a0e165e64de0639f94249", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "3fffb186d7d69fe4b9155638f30f68364abe61c7", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "417b90d84bc584d28b5ed729745f55787ed0003b", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "528c8d2e2a52398ef6fe3cb5cc72419aecbad305", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "586cbb744926ea1795c1f2ccc2112dca368a6be9", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "5b6caaac7a60f69eb3a7fc372e63c0fc6374868d", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "5ba64519cdbcc13f2d406a597661083eebc63454", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "5d710081d5b6190d419a98721f5c339753d8b8c2", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "6ecdb67ca93bb79d42c64d467bddfd072e5ddded", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "7633df9d5d4646ace50db491eeb5d5a14dc50d47", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "76d54d5c054ef47c5af4a3b0f4e78d2fed63ffd6", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "78da1ca390b4c1d3395fab6ca542d689d4d19536", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "7ebf75d7e35e66684e72dcfe1bc244af7356911e", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "7f607b391a3ce0da177d550a98fc3084bf4253a7", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "8026697ce2971b80357fbe2bf158564711d6dd25", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "8043ae14830707fa51a7b2f18c5c3ed88d5871fd", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "893c551c545dcc379d83a38c9b803378bd470a7e", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "8f8ab8e62904cef07118ca9705adc777722bb800", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "8ff2fb78e9eeecec6f51ffa45912bcdbb14da4aa", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "969c47ddbd254bd76d48b683ff6a56bd646f5e0d", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "97b495d16fa86a0d4a80b8f11a5f9a6ebf86022c", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "9ddd7016fa1cdb6c074716723d9bc0075f5f363b", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "9e939c134890f5dffc0a098b4d836b3355a58c9b", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "a1922d8199b8ad982beb42460264a08176cad0cb", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "a3e8d1d4a64c25d5338344ea0bdd1c5258990ced", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "a7d2264d701b27d35e84fcde23735530b8044be2", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "ad2285c3516fb2cc445665b9c366e4cc3174e637", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "b268af1b19da38c60b38450c0b6a41023dbb4668", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "b299d107931784be8d38ce4d61eaa848fb76bc5c", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "b608e5eeb19e2d9d9d6b9380553a9fa4c863e625", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "be1ba535e5c56e49f784344dc076f17793fa85ca", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "becc6e4060d63f2f08587024f1946680f7df095b", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "c9acf78fd5b59574621d06ffc348a151810be286", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "cb222c8c4bb1ca24ec8e2e5fbaa8f602b87a1b2f", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "cf5e01090d6f372bc342f420d666ee240c7ee46d", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "d0265a3a03fd321a82353b08fc6be0490f0896e9", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "d1448b73a6dae41ad0148c682d1556a4bb382f8f", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "d1a361643294b556e8cc4b779cd390f143988400", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "d79c79387a25547c8f9054a9a4d22781100c78b3", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "e04ea79cc77fca500f3500b250bd5858ddcad7c4", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "e2abe5732f02e93db9c778194356b50f901fc193", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "e80366d275d375a3e50d681e7faf5f0df9f8a075", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "ea256b5681473852027bc180f38d43f9d9d3ad4a", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "ea42707865238a5c8caa7ad1e966173de3e6cd3c", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "ed7e1d6b82f20d474d330fa63a53b03816d398a9", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "f7bb8fc2488c9e2edac2e7bbec8d79406737da44", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "f8355330019453c99d6ca98fbca2312e27dc201f", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "fb2f68bb0c56022dc54f5e46f38a430fc92bd706", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "feb8e2efc67b3f662c0001e17f78aae7a9522083", - "is_verified": false, - "line_number": 1 - }, - { - "type": "Hex High Entropy String", - "filename": "packages/shared/tsconfig.tsbuildinfo", - "hashed_secret": "fef78b73a58154ca75a06043798a7df847f7bab7", - "is_verified": false, - "line_number": 1 - } - ], "pnpm-lock.yaml": [ { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d1b8345cd5758682c4e2be076930b6dee81a8f0a", "is_verified": false, - "line_number": 101 + "line_number": 104 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4fc407ff3fa666522e784402874b39ccaa9b9084", "is_verified": false, - "line_number": 107 + "line_number": 110 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "34fc2e926d119d522332afcf0b1e31be4943e728", "is_verified": false, - "line_number": 113 + "line_number": 116 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6e53b1d7147a431758aded05223f60a6cf8404b6", "is_verified": false, - "line_number": 119 + "line_number": 122 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "ee9277ef9d8d4012e1b5e779ec43d5b9ec480348", "is_verified": false, - "line_number": 125 + "line_number": 128 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "21094ab4fc5b3c4b172a28c6e96d474b60d8f176", "is_verified": false, - "line_number": 131 + "line_number": 134 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b51ddd35a554c659b500b4c1169692da4f6cee67", "is_verified": false, - "line_number": 137 + "line_number": 140 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "57902bee1f6a5e12ed03dd3b3281ab07318ff81f", "is_verified": false, - "line_number": 143 + "line_number": 146 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "552658965b8efb6ebaf095b54636a6d54c8e4a6b", "is_verified": false, - "line_number": 149 + "line_number": 152 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3cfe66e44a47be9aa1a2b2570d4e6ca4fe8646d6", "is_verified": false, - "line_number": 155 + "line_number": 158 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "04e50569b26a331d6327f95e0a43e04435017c25", "is_verified": false, - "line_number": 161 + "line_number": 164 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6e9116d6ceb830c0e81b752f03b594c04b867404", "is_verified": false, - "line_number": 167 + "line_number": 170 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f427b0533ef2217b7b65d4be9d69dfb98e234645", "is_verified": false, - "line_number": 173 + "line_number": 176 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "92eb7bfdfe82cc5019dea1ead34c876de720e71f", "is_verified": false, - "line_number": 179 + "line_number": 182 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3f10b09e053c0d12d409925cdbee129e15aee7ee", "is_verified": false, - "line_number": 185 + "line_number": 188 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f83beff54841a17222f2c5d542077e07f0a640ce", "is_verified": false, - "line_number": 191 + "line_number": 194 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7cb36fd100cc7d0102797bb6a79a28f2c4a2a33d", "is_verified": false, - "line_number": 197 + "line_number": 200 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "de1558a98424f61bb30fd681ab33ebe9ac162b93", "is_verified": false, - "line_number": 203 + "line_number": 206 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2acca17ade2dd33b015ab19d80c162e241749350", "is_verified": false, - "line_number": 209 + "line_number": 212 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "0609a7c3993cb0b98d835bd299b5e78674c1c4e6", "is_verified": false, - "line_number": 215 + "line_number": 218 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "970ba53b3d18d68bf94e8458ec9c1b6326188d4f", "is_verified": false, - "line_number": 221 + "line_number": 224 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7cd72661910d8f1eae72b0783a01c7dcdb990036", "is_verified": false, - "line_number": 227 + "line_number": 230 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5d012814b5566671037c067991ea81d19cd07cbf", "is_verified": false, - "line_number": 233 + "line_number": 236 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c5b024f5526693865d3af7324ab65fc3ab1605fa", "is_verified": false, - "line_number": 239 + "line_number": 242 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "e0ed8c59207e32883f7f1b4b33356054c4214245", "is_verified": false, - "line_number": 245 + "line_number": 248 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7ea3a0d38529d3159199bb46bcf538993729a4ca", "is_verified": false, - "line_number": 251 + "line_number": 254 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "fa4f8c78da34eeb842b7c58de563aa7feabcb7b9", "is_verified": false, - "line_number": 257 + "line_number": 260 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "abac0dd92435eb969522a0ad244a7d5d3bcf9c90", "is_verified": false, - "line_number": 263 + "line_number": 266 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "762142615ab1dc453cd4c6e0d16d9abff71f7c3b", "is_verified": false, - "line_number": 269 + "line_number": 272 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "039980936156bd5bc0de9e386f1e385a9bbabcf0", "is_verified": false, - "line_number": 275 + "line_number": 278 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6385b43929b2ca3cd3fc11ddc7c9429aa6799e95", "is_verified": false, - "line_number": 281 + "line_number": 284 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "ff2f515b75e908a3a079d6b0cf692f65bec13192", "is_verified": false, - "line_number": 287 + "line_number": 290 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3f729bd8163365c1bc85737b1a5091cb37d83829", "is_verified": false, - "line_number": 293 + "line_number": 296 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "43b4d7cc77f29c50ebc0ae65cdd5ae53c4610b89", "is_verified": false, - "line_number": 299 + "line_number": 302 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "00fbf776f031ec28f109bdb0502c86883d29ac01", "is_verified": false, - "line_number": 305 + "line_number": 308 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4080ae8ed6a6391c581edbf27618aa0806118784", "is_verified": false, - "line_number": 311 + "line_number": 314 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "afabc9199b55dca97a779220cf30689beace5333", "is_verified": false, - "line_number": 317 + "line_number": 320 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3e24f346b7ed723f027041976b3d2e7b555ebd90", "is_verified": false, - "line_number": 323 + "line_number": 326 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7cdd98d664bd97065578d2af7b793094d23fedb7", "is_verified": false, - "line_number": 329 + "line_number": 332 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2b88177306d91942e3df15d0361c1fd5125db60a", "is_verified": false, - "line_number": 335 + "line_number": 338 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "611d19d8a4d5842d0970db276cdd09ae44de3df6", "is_verified": false, - "line_number": 341 + "line_number": 344 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "68d8df9678250f3f17e3c6e65e8e29e1007cd5ba", "is_verified": false, - "line_number": 347 + "line_number": 350 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "20e89c354326f9aebacc5df3bcb782d7b36edf88", "is_verified": false, - "line_number": 353 + "line_number": 356 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a1d2a1836521ff0216663ecd5526c0a53ce86a4d", "is_verified": false, - "line_number": 359 + "line_number": 362 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "ff07375cb2a21e51b33412e3316544b3c5d575a1", "is_verified": false, - "line_number": 365 + "line_number": 368 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b1265b06c14c30da47639c2ed791f50c8d80227f", "is_verified": false, - "line_number": 371 + "line_number": 374 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c93372223d2b5bbe594d85bfc0d21dfafea217b5", "is_verified": false, - "line_number": 377 + "line_number": 380 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "17e8e3b6a6567490ad87c92962f2fe73df1a95e3", "is_verified": false, - "line_number": 383 + "line_number": 386 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6e1232ec19c19bb978ed3a5bf123312c5648df9d", "is_verified": false, - "line_number": 389 + "line_number": 392 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b9ed31d4313f86c359571fc1caeced011e1549c8", "is_verified": false, - "line_number": 395 + "line_number": 398 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5fd341ad5e6bff70186ba90c6b39ca49c19fe297", "is_verified": false, - "line_number": 401 + "line_number": 404 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9234d6da8ceb8786f9a95485ab027085c326afee", "is_verified": false, - "line_number": 407 + "line_number": 410 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5fe3acc13d078fe4f1dc5c153bdb8514f78c1dd9", "is_verified": false, - "line_number": 413 + "line_number": 416 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6ebe9d7b6feeca2cbb04503532b053496601ea4c", "is_verified": false, - "line_number": 416 + "line_number": 419 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4c8137bba4c60ac8c70aa9dc26f17b833b0485b5", "is_verified": false, - "line_number": 419 + "line_number": 422 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bf0f532d4fa6ce4da69534acc295afe5d9dce2d8", "is_verified": false, - "line_number": 422 + "line_number": 425 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "0a46ec56e14c6b0f3988c65531be78c66569c035", "is_verified": false, - "line_number": 425 + "line_number": 428 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "824b72098dc6947718d316f436bb00fbe3f3f3b5", "is_verified": false, - "line_number": 428 + "line_number": 431 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "11098cf4a6594cded115edc443cb1d6c38956f3b", "is_verified": false, - "line_number": 431 + "line_number": 434 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bd79cc98321f7be3a979a8ecf9deedc8aba70a27", "is_verified": false, - "line_number": 434 + "line_number": 437 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a250c23ee71fb585be959874180b87fc5565084e", "is_verified": false, - "line_number": 437 + "line_number": 440 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "0da9ffd747e36f3c422029e7099e27dd5ccb412c", "is_verified": false, - "line_number": 440 + "line_number": 443 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1b3495fbdeef2dee0dc3f2ca206965663474a3d7", "is_verified": false, - "line_number": 443 + "line_number": 446 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8733ba82d33885a92ca3009eb6ba61e505a1ee9a", "is_verified": false, - "line_number": 447 + "line_number": 450 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3e3522c83d724aa4133ee6bb6d627e4390be31a5", "is_verified": false, - "line_number": 450 + "line_number": 453 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9d1b9dbec9f048e048f4dd38591947ca7deff5dd", "is_verified": false, - "line_number": 453 + "line_number": 456 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f60c00cacddf514ad090fbde7005d8721adc0b89", "is_verified": false, - "line_number": 457 + "line_number": 460 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b0e9cbf320ebe74507bcdaae3f0b40740459a092", "is_verified": false, - "line_number": 460 + "line_number": 463 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "393b2680ecbbb743a86d0b44313313f5d77ff202", "is_verified": false, - "line_number": 463 + "line_number": 466 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "559cb512c616ae4934092a7ceb3d42239213543d", "is_verified": false, - "line_number": 467 + "line_number": 470 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "80baf094c85a8b814390721f28df4426791950e2", "is_verified": false, - "line_number": 470 + "line_number": 473 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "19c871b99cc8a8066f7c372cc935250508cdbf7e", "is_verified": false, - "line_number": 475 + "line_number": 478 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "66eb29da9a96876a8e1b7fefb901f6b582e14b33", "is_verified": false, - "line_number": 480 + "line_number": 483 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5ce412f8142bfcc2b11a375e1c91a3a54ca8c0ae", "is_verified": false, - "line_number": 485 + "line_number": 488 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3e47d4fda361e2553fee0d1f059b0b135fcce98f", "is_verified": false, - "line_number": 490 + "line_number": 493 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7ce2d9200e0e41b2ee19b821089b6a95a39bc509", "is_verified": false, - "line_number": 495 + "line_number": 498 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b68b16505cf49c5f3cb98af1b54893a1a79565a5", "is_verified": false, - "line_number": 500 + "line_number": 503 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b41be781eb3b0c4750e39d09dcdd6a3494f1f357", "is_verified": false, - "line_number": 506 + "line_number": 509 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f99a49bc745631a8b7085149e82a79811d9bac8c", "is_verified": false, - "line_number": 512 + "line_number": 515 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "edeb02a82bcc0b255ba89f276f37e4091792f4fe", "is_verified": false, - "line_number": 518 + "line_number": 521 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7691f9054b1626b357caca8a9f8e83eb8ac84def", "is_verified": false, - "line_number": 524 + "line_number": 527 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b77dfdeb5ffee23aff3b2f97ff640802ad415a3c", "is_verified": false, - "line_number": 530 + "line_number": 533 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "94297c922da678a24c4fc963af0da51d961d8fe5", "is_verified": false, - "line_number": 536 + "line_number": 539 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1f0eb8fb4434346c68f359042c9fc254c1c46be6", "is_verified": false, - "line_number": 542 + "line_number": 545 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5d67ae5d1c2f8a622e078f0d8d16670619aa561e", "is_verified": false, - "line_number": 548 + "line_number": 551 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "fee3efd07b8abcb9d734d6f324253508f7501156", "is_verified": false, - "line_number": 554 + "line_number": 557 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1380cb2734346cc00e41eb54cdd94860f4859e2c", "is_verified": false, - "line_number": 560 + "line_number": 563 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5aea3dce81939048d287d7761e40642490194d09", "is_verified": false, - "line_number": 566 + "line_number": 569 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "11487ba85b40245c0bb0e34846085b8714439652", "is_verified": false, - "line_number": 572 + "line_number": 575 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9f2824e8182be80a655c1164a0c7d043abe0b2e8", "is_verified": false, - "line_number": 578 + "line_number": 581 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "87bb0e1e3669074c5cda58de04798789e0eda61d", "is_verified": false, - "line_number": 583 + "line_number": 586 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5423261b835b9649ae476fc59e957f6cb03b2369", "is_verified": false, - "line_number": 588 + "line_number": 591 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c62e701dc37732b77d24e97d4676d597a1e1ce41", "is_verified": false, - "line_number": 593 + "line_number": 596 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "58a0c6f04ab904bada0f96e79f61f7633b8e8554", "is_verified": false, - "line_number": 598 + "line_number": 601 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5ac63bbb4857e2c672bef90951ed012b5e1a3099", "is_verified": false, - "line_number": 603 + "line_number": 606 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "0e08e31e43853476fc57d10643d8c871082c08b3", "is_verified": false, - "line_number": 608 + "line_number": 611 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b31d08ed4329a2b257e3183cdb4917a06ff76acf", "is_verified": false, - "line_number": 613 + "line_number": 616 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b74484fafbbaf80a55364e035669088e7fd44b6c", "is_verified": false, - "line_number": 621 + "line_number": 624 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7739c7a36e8b5c9759887d54c3d3a252d017cb71", "is_verified": false, - "line_number": 628 + "line_number": 631 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d4dda0583372eb865e22ea00ae160ceb315aa0df", "is_verified": false, - "line_number": 631 + "line_number": 634 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "904dae7e3147870781ad476afdbc281061d76e62", "is_verified": false, - "line_number": 634 + "line_number": 637 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4a96348ad16d0abe922e3e2c78b1b4d82a9b3f07", "is_verified": false, - "line_number": 637 + "line_number": 640 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5f411c7e6073b67aca1c9043e3e952322dc21d46", "is_verified": false, - "line_number": 640 + "line_number": 643 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "618a8148c9899b3b6bd69562f235038dc7953718", "is_verified": false, - "line_number": 643 + "line_number": 646 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5c4d2062f4b9170e2571cfe2b901592767edc7cd", "is_verified": false, - "line_number": 646 + "line_number": 649 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2a04ad8254d18f2f4403c9056e67951c1e0fb0a5", "is_verified": false, - "line_number": 649 + "line_number": 652 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a7655c0dea3997e8ee27a2090dc9eb749a7b1282", "is_verified": false, - "line_number": 660 + "line_number": 663 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2c684cbb0ceecbae320bff3152c0f2b1b3434c7e", "is_verified": false, - "line_number": 663 + "line_number": 666 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6ff1feade4ea98d27ec8f31fa2dbcfd3d2a5028f", "is_verified": false, - "line_number": 666 + "line_number": 669 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "359e9803b99c38d739e61ade83000c2ab5a22448", "is_verified": false, - "line_number": 669 + "line_number": 672 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b0af613d49499b2f6f2643ef7acf1a219e9e6fb6", "is_verified": false, - "line_number": 672 + "line_number": 675 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "86c936c2fd0b15334fb3e7e08ea42b385c42f7a1", "is_verified": false, - "line_number": 675 + "line_number": 678 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a3fde05f04dec549057c3104497d942072394189", "is_verified": false, - "line_number": 679 + "line_number": 682 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b2c03df0ed8f8caded3abab58c3b2e3b645dbb28", "is_verified": false, - "line_number": 682 + "line_number": 685 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4f6636587fecd2341ba754a447e6a26db011795f", "is_verified": false, - "line_number": 687 + "line_number": 690 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "07860d1f8563c118dfa14b8c27bfef9420e3f8c2", "is_verified": false, - "line_number": 695 + "line_number": 698 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5bb90e7e3d7847438b155c9fb564dfd279383855", "is_verified": false, - "line_number": 698 + "line_number": 701 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1c504c77e2b9f1ea0e1770e65673fd7f8b3f4c8f", "is_verified": false, - "line_number": 702 + "line_number": 705 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "6f5c4f8389922a6637a0b4fdb837095b494c0bfb", "is_verified": false, - "line_number": 706 + "line_number": 709 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "38604ae508f167b156742a5c072915272fb37857", "is_verified": false, - "line_number": 710 + "line_number": 713 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4a6acdb47bbd22c85e10baf5921ddbb3c09a787b", "is_verified": false, - "line_number": 713 + "line_number": 716 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "e0ed71a4c2836a6a251bef5e00b00401cfac286d", "is_verified": false, - "line_number": 717 + "line_number": 720 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7bb507ba2f47095177b03051a6340091be5871b2", "is_verified": false, - "line_number": 721 + "line_number": 724 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5389eb7ce46c53e5d6adc57d5bafb1180870b814", "is_verified": false, - "line_number": 724 + "line_number": 727 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9748716a465dd6d055354fd346c4cd105b7d39b1", "is_verified": false, - "line_number": 728 + "line_number": 731 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c56c76bc828483f5553df346fb2eaa6e3e6c4bba", "is_verified": false, - "line_number": 731 + "line_number": 734 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5620b727309eb0585715c051b3f1ad6560879967", "is_verified": false, - "line_number": 735 + "line_number": 738 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "fd40953175f0c99e010e94312afacb63e7f1a817", "is_verified": false, - "line_number": 739 + "line_number": 742 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8095985919187b5be33de4b775c7a5e7562aafee", "is_verified": false, - "line_number": 743 + "line_number": 746 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8ff61e34bccd3c9f85c8a24db9723d984fd74314", "is_verified": false, - "line_number": 746 + "line_number": 749 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5974b42acc3c558a08c734a45a10785534b5d382", "is_verified": false, - "line_number": 750 + "line_number": 753 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1dae660604ec052e4c8dfd54b0657636c412a22b", "is_verified": false, - "line_number": 754 + "line_number": 757 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f52956fa7c317746fde250d0f4e54d6115252cd4", "is_verified": false, - "line_number": 757 + "line_number": 760 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8f16039bc2ed9b93d8e319897b70cb25f25dfcc4", "is_verified": false, - "line_number": 761 + "line_number": 764 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "862951cd71d0412b5e52bae3e952725486a655b0", "is_verified": false, - "line_number": 765 + "line_number": 768 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "ab4bcd85dbb08e2c7721a4842f74653506829466", "is_verified": false, - "line_number": 769 + "line_number": 772 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d45062677e99f28b9a98f4b53e9af8f56b01bb10", "is_verified": false, - "line_number": 772 + "line_number": 775 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b4a9257558064dbd957e726d9d25d81b97837009", "is_verified": false, - "line_number": 781 + "line_number": 784 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c0c7aeed5e5a888b2aa3cdb739955fd27d25335e", "is_verified": false, - "line_number": 785 + "line_number": 788 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c5deff9c59d0e0419952da44431546620804d70e", "is_verified": false, - "line_number": 789 + "line_number": 792 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d031e18cc14e54a719197084af4cd6b2372fd005", "is_verified": false, - "line_number": 793 + "line_number": 796 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "183c0616018161acd77ce39914e9bb5a22fcae49", "is_verified": false, - "line_number": 797 + "line_number": 800 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "309db07fa3cab58e7ea5fc5ba8f629a4430fa6a6", "is_verified": false, - "line_number": 800 + "line_number": 803 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "fc231c807593551488e1df5cd5d488e39f7db93f", "is_verified": false, - "line_number": 803 + "line_number": 806 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d076e5a9f2245bcedf234f70abb7fa41d4d9f0dc", "is_verified": false, - "line_number": 806 + "line_number": 809 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bf4a0e0cb4a648f94a1ceff84d8070ab01b0df0e", "is_verified": false, - "line_number": 809 + "line_number": 812 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "cab616f3cdb6eb3c372039eeae16f83314439923", "is_verified": false, - "line_number": 814 + "line_number": 817 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "cc0394ae9ff7278ac1f8ba8305e06627798ae34b", "is_verified": false, - "line_number": 819 + "line_number": 822 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4a1a266072e5f401e1aa928a9bf6d94bfeab4806", "is_verified": false, - "line_number": 822 + "line_number": 825 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "50c2ef2e538e117e2c5cb97fd9678257c05daea1", "is_verified": false, - "line_number": 825 + "line_number": 828 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "763f4272f5426f2cb52dd90f1f6a490a4ce61418", "is_verified": false, - "line_number": 833 + "line_number": 836 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bdc1322162b3c2d06c4103afb50937bf6085ebf2", "is_verified": false, - "line_number": 836 + "line_number": 839 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3446aea3a08fd97b7eb1beac15a525d1b4586864", "is_verified": false, - "line_number": 840 + "line_number": 843 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "16d0c877fca994fd1c43bd7f131be967bf4f87b6", "is_verified": false, - "line_number": 844 + "line_number": 847 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "373eefae8f0bb627d355aa0997dbf702a2274642", "is_verified": false, - "line_number": 848 + "line_number": 851 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c7018ff5fd96eec2abbadb93bb97d56f00235687", "is_verified": false, - "line_number": 851 + "line_number": 854 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c0f64a532897bbd5497996fdfec7cfcd087540ce", "is_verified": false, - "line_number": 854 + "line_number": 857 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4e742e60616be1578b81769f2ffd9bef51586512", "is_verified": false, - "line_number": 857 + "line_number": 860 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5ffcc7770e283fe45a96c1ba2bc21dd7f38458b5", "is_verified": false, - "line_number": 860 + "line_number": 863 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "38a37f53e7403dabad025e1d953382e82ff53762", "is_verified": false, - "line_number": 863 + "line_number": 866 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a175423c144b95f8ef14eca365738012ae8ff166", "is_verified": false, - "line_number": 866 + "line_number": 869 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2f00e7db8ba09014a8f7ae078346fd4630c8ee54", "is_verified": false, - "line_number": 869 + "line_number": 872 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b3edf680cb58f88cd49833b666c6c1b310fd4c90", "is_verified": false, - "line_number": 872 + "line_number": 875 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "02031683c4d321f8660ff8b2d0258362940c8a6d", "is_verified": false, - "line_number": 875 + "line_number": 878 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "16fa3bfaeef78e32910c87baf9060e51490d09ad", "is_verified": false, - "line_number": 878 + "line_number": 881 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "74f497c18c464bd0d65adca16a8e96c0fafeefcb", "is_verified": false, - "line_number": 887 + "line_number": 890 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3aa0faf721de27687f7be4cc9ed4e61c745e6e44", "is_verified": false, - "line_number": 891 + "line_number": 894 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "d950cd8ef510429f57fb282e4a437321ca86158c", "is_verified": false, - "line_number": 895 + "line_number": 898 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3ad5ab41a177a3b1dbc7cc007170bfcc93c0607a", "is_verified": false, - "line_number": 900 + "line_number": 903 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5d204787c8c7979085337870c453871dbe65cb84", "is_verified": false, - "line_number": 903 + "line_number": 906 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4648471e6e277a4eb3eb85ed4ef695b6bfabe451", "is_verified": false, - "line_number": 909 + "line_number": 912 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9bad76463ceffd240ee9bd95c3faa98c0a4b94d0", "is_verified": false, - "line_number": 912 + "line_number": 915 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "82bb8edb4003308fc261a3cd2488be9862e99657", "is_verified": false, - "line_number": 916 + "line_number": 919 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "cf09cb791688fe019284bfdc362abc41918645a5", "is_verified": false, - "line_number": 919 + "line_number": 922 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9ecdd3b0214d99d66a71bf1e48cebbdd897db432", "is_verified": false, - "line_number": 922 + "line_number": 925 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "aea3a2f0dd7f8e8655ed2e6cf823ce09d0d537a4", "is_verified": false, - "line_number": 926 + "line_number": 929 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4e5e279b264f80f6302507f3bc02028118a5381f", "is_verified": false, - "line_number": 929 + "line_number": 932 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3e62a0c4062cf833f44b3d28c2df580a178a0ce7", "is_verified": false, - "line_number": 932 + "line_number": 935 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c61f6450dea4696f664cee46c1938e2353da53b9", "is_verified": false, - "line_number": 936 + "line_number": 939 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "1a9c505c27a3d51d07d5cd60f1cd51dccb1ce4e6", - "is_verified": false, - "line_number": 940 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "8d04b6573603b749b3e15f4a0d2a322aaf7a74d2", + "hashed_secret": "4f3bd376d121617c8bde1081ecca68ad1ca8b48c", "is_verified": false, "line_number": 943 }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "1a9c505c27a3d51d07d5cd60f1cd51dccb1ce4e6", + "is_verified": false, + "line_number": 947 + }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "8d04b6573603b749b3e15f4a0d2a322aaf7a74d2", + "is_verified": false, + "line_number": 950 + }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "e7c4ee17ab711302f98d915dd0b266cd2d1063e5", "is_verified": false, - "line_number": 946 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "74c6778d90507aa5b96f9aa8ace227ae46079c3d", - "is_verified": false, - "line_number": 949 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "4349ff4e19d7672f6b7397e5bf9ec7a64bc28e14", - "is_verified": false, "line_number": 953 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "3e2f7beb6f6a2204eb1ca56ae8ca7e9602ad13f3", + "hashed_secret": "74c6778d90507aa5b96f9aa8ace227ae46079c3d", "is_verified": false, "line_number": 956 }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "4349ff4e19d7672f6b7397e5bf9ec7a64bc28e14", + "is_verified": false, + "line_number": 960 + }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "3e2f7beb6f6a2204eb1ca56ae8ca7e9602ad13f3", + "is_verified": false, + "line_number": 963 + }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "73bc28172456bad6166fd9a576eb52082dc4dd3c", "is_verified": false, - "line_number": 959 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "dc1b9f847614c5a40208a767d4cc7cf0f9b2282a", - "is_verified": false, - "line_number": 962 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "1e2228f0d8e0fc2bc3b8740a8ff3d287006b9a38", - "is_verified": false, "line_number": 966 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "625c8e34a90184351c844c05950c45473933b7dc", + "hashed_secret": "dc1b9f847614c5a40208a767d4cc7cf0f9b2282a", "is_verified": false, "line_number": 969 }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "1e2228f0d8e0fc2bc3b8740a8ff3d287006b9a38", + "is_verified": false, + "line_number": 973 + }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "625c8e34a90184351c844c05950c45473933b7dc", + "is_verified": false, + "line_number": 976 + }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "31d6671bbf40210dfde8e313a9c03ab41489691d", "is_verified": false, - "line_number": 974 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "8ac8e759308be486fa9eb1fcadf99defd39eab96", - "is_verified": false, - "line_number": 978 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "e7142097a5cce8cfe60e9c080b88bbbeb28f2a7a", - "is_verified": false, "line_number": 981 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "1229dc2178fd4b24f6dcb957dbdc4dd4f592e26f", + "hashed_secret": "8ac8e759308be486fa9eb1fcadf99defd39eab96", "is_verified": false, "line_number": 985 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "805d9656080308c11cde7cb7f0310e12c7e60c48", + "hashed_secret": "e7142097a5cce8cfe60e9c080b88bbbeb28f2a7a", "is_verified": false, - "line_number": 989 + "line_number": 988 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "ca13874532c9df50a570a36576667e2bbd4383bc", + "hashed_secret": "1229dc2178fd4b24f6dcb957dbdc4dd4f592e26f", "is_verified": false, "line_number": 992 }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "805d9656080308c11cde7cb7f0310e12c7e60c48", + "is_verified": false, + "line_number": 996 + }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "ca13874532c9df50a570a36576667e2bbd4383bc", + "is_verified": false, + "line_number": 999 + }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "85c66cde4af421982424442e55d5b0a85e75b40e", "is_verified": false, - "line_number": 997 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "38c97b06ca380ec6b537fb959634cd6042e47cea", - "is_verified": false, - "line_number": 1001 - }, - { - "type": "Base64 High Entropy String", - "filename": "pnpm-lock.yaml", - "hashed_secret": "55159cc007aeaf5fbf0746c70b85d9ddc16db6dd", - "is_verified": false, "line_number": 1004 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "61ff5c8a702d8ffe28063c06487a3a5a0db2ed70", + "hashed_secret": "38c97b06ca380ec6b537fb959634cd6042e47cea", "is_verified": false, - "line_number": 1007 + "line_number": 1008 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "cf64476b50691518582d89769fcebde8862b0020", + "hashed_secret": "55159cc007aeaf5fbf0746c70b85d9ddc16db6dd", "is_verified": false, "line_number": 1011 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "9235bcf425e49c5749d9f52ed67b13717efda795", + "hashed_secret": "61ff5c8a702d8ffe28063c06487a3a5a0db2ed70", "is_verified": false, - "line_number": 1015 + "line_number": 1014 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "406d7e234572008768bde7f31b176a7a0f8da4f0", + "hashed_secret": "cf64476b50691518582d89769fcebde8862b0020", "is_verified": false, "line_number": 1018 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "4439cc784aca22e5cdf33ed6656f5b8b99eaa44d", + "hashed_secret": "9235bcf425e49c5749d9f52ed67b13717efda795", "is_verified": false, "line_number": 1022 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "84cbfec871cf2b178ab90fcc1f442fa369e99a02", + "hashed_secret": "406d7e234572008768bde7f31b176a7a0f8da4f0", "is_verified": false, "line_number": 1025 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "80eb677fae3a58bfd1df58e32807f8eccd8ca18d", + "hashed_secret": "4439cc784aca22e5cdf33ed6656f5b8b99eaa44d", "is_verified": false, "line_number": 1029 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "498226c66b0e41fceaff482c6cc115f1bc4abd6e", + "hashed_secret": "84cbfec871cf2b178ab90fcc1f442fa369e99a02", "is_verified": false, "line_number": 1032 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "635b865541a9b317d71b354dc07769e554004a0a", + "hashed_secret": "80eb677fae3a58bfd1df58e32807f8eccd8ca18d", "is_verified": false, "line_number": 1036 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "eeb22523a5f23b8e2f2839101e2a21df63062eef", + "hashed_secret": "498226c66b0e41fceaff482c6cc115f1bc4abd6e", "is_verified": false, "line_number": 1039 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "cf7ae21a07aec42c0047f67e1b0b7ecd28fc23b5", + "hashed_secret": "635b865541a9b317d71b354dc07769e554004a0a", "is_verified": false, "line_number": 1043 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "9fe5b3fda621da0e9b76aa653d894f94f8f58cd4", + "hashed_secret": "eeb22523a5f23b8e2f2839101e2a21df63062eef", "is_verified": false, - "line_number": 1047 + "line_number": 1046 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "f1d33d6aede0dfb7fe9978bebd04c76d861c98c3", + "hashed_secret": "cf7ae21a07aec42c0047f67e1b0b7ecd28fc23b5", "is_verified": false, "line_number": 1050 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "4f4dde0efe7acd336975cd25fc68e25347fd64ee", + "hashed_secret": "9fe5b3fda621da0e9b76aa653d894f94f8f58cd4", "is_verified": false, - "line_number": 1053 + "line_number": 1054 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "353aafcecdb8834ff13733ca486183ed2882e7ec", + "hashed_secret": "f1d33d6aede0dfb7fe9978bebd04c76d861c98c3", "is_verified": false, "line_number": 1057 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "7969827f4e081fc3ab6d578be9fe52cf55b34bef", + "hashed_secret": "4f4dde0efe7acd336975cd25fc68e25347fd64ee", "is_verified": false, "line_number": 1060 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "ac92f6ef74f09318d36f34716ed2f258b5e0924f", + "hashed_secret": "353aafcecdb8834ff13733ca486183ed2882e7ec", "is_verified": false, - "line_number": 1063 + "line_number": 1064 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", - "hashed_secret": "288c8b24d63adf108e603c52001b6412037a9edc", + "hashed_secret": "7969827f4e081fc3ab6d578be9fe52cf55b34bef", "is_verified": false, "line_number": 1067 }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "ac92f6ef74f09318d36f34716ed2f258b5e0924f", + "is_verified": false, + "line_number": 1070 + }, + { + "type": "Base64 High Entropy String", + "filename": "pnpm-lock.yaml", + "hashed_secret": "288c8b24d63adf108e603c52001b6412037a9edc", + "is_verified": false, + "line_number": 1074 + }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "36149fc78b01f35bca00b832a55a4ea4f21995ae", "is_verified": false, - "line_number": 1071 + "line_number": 1078 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4b07e969bf7c1a9efdf5eab7e13abaa484c49d38", "is_verified": false, - "line_number": 1075 + "line_number": 1082 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "5a485a4915f94231f9dc5b355ddda367442ba450", "is_verified": false, - "line_number": 1079 + "line_number": 1086 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "17df0cf1bffb39d85a2aea45c887f1998ffc48a8", "is_verified": false, - "line_number": 1083 + "line_number": 1090 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a6bc2cd23b205c0d88f94eef4d6c1268906d0670", "is_verified": false, - "line_number": 1086 + "line_number": 1093 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "19a998b1bf7031d19515cd35f049a7a6aa7dd1b3", "is_verified": false, - "line_number": 1090 + "line_number": 1097 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "ea4d705920dea9e9007f7ffd977007d97d93720a", "is_verified": false, - "line_number": 1094 + "line_number": 1101 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4a92c1257b67845f12260b454ba353a5919dec29", "is_verified": false, - "line_number": 1097 + "line_number": 1104 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7e42e0804bd25c31e53b2f0871fa2b3551dc66d9", "is_verified": false, - "line_number": 1102 + "line_number": 1109 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "dab00d860d09dd9092b16718edd82bb24a6a21e9", "is_verified": false, - "line_number": 1106 + "line_number": 1113 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "09d8666b35e6c586e3ac50ff958d10e8f3a12d3f", "is_verified": false, - "line_number": 1109 + "line_number": 1116 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7ecd16de4642448e5a002d0eb887796642d37c29", "is_verified": false, - "line_number": 1113 + "line_number": 1120 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f65cbf613806c65f44181f17817d02c7be05ceda", "is_verified": false, - "line_number": 1117 + "line_number": 1124 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2364d220157112e44b4d06ea9df8f2b9fb44069e", "is_verified": false, - "line_number": 1120 + "line_number": 1127 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "39ffec566bffcf8c829bbb54c2f3e06aadbccb15", "is_verified": false, - "line_number": 1123 + "line_number": 1130 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2fd4d093008863345a56756800819a01bf8e0451", "is_verified": false, - "line_number": 1128 + "line_number": 1135 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bae67d3ce231086fba18abc7365c94878f900c14", "is_verified": false, - "line_number": 1131 + "line_number": 1138 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3b7990b0f82bc9bc6c4ec02744f9c02e76aac827", "is_verified": false, - "line_number": 1134 + "line_number": 1141 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9072ebcbad57a1ae4256c5ae37c1e7c7ae5325de", "is_verified": false, - "line_number": 1138 + "line_number": 1145 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "33e224ae0061fa6dc855702e88cad5e948136009", "is_verified": false, - "line_number": 1142 + "line_number": 1149 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "e0c6ae09dd70fa25056d591ada0ad32df0dfe873", "is_verified": false, - "line_number": 1145 + "line_number": 1152 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "156a735a4c43b9c6b0c08f6b857738968fe588d4", "is_verified": false, - "line_number": 1149 + "line_number": 1156 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "336d02c1e7195c5237197b5884304099ab15c6ba", "is_verified": false, - "line_number": 1152 + "line_number": 1159 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "02757ec3c99c3192621db35f0eea3897cede465a", "is_verified": false, - "line_number": 1156 + "line_number": 1163 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b015b77432bd6d255596af7b2f552d8e8c91a7f7", "is_verified": false, - "line_number": 1160 + "line_number": 1167 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4dcc5c09923b9c0c9014f1f416f58aed8360e584", "is_verified": false, - "line_number": 1163 + "line_number": 1170 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "32026694f097ae0956b46d081f53c72d129a0e9d", "is_verified": false, - "line_number": 1167 + "line_number": 1174 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1ef51736be44df9a195f0a4ecc99642e7e006803", "is_verified": false, - "line_number": 1170 + "line_number": 1177 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "1be172b28420494a97b5bd6dc5d20d9b54d52047", "is_verified": false, - "line_number": 1173 + "line_number": 1180 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "3e536139add3f70bf34712d57cf490dc9c631553", "is_verified": false, - "line_number": 1176 + "line_number": 1183 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4035430d526a269d8e16277f9be0f9c6a7e695bd", "is_verified": false, - "line_number": 1180 + "line_number": 1187 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "01a928fe600e802e506f5354d0be5df023952b7d", "is_verified": false, - "line_number": 1183 + "line_number": 1190 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "612114aa542d50acb4e8481ff643adb46c6e71b3", "is_verified": false, - "line_number": 1191 + "line_number": 1198 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "11973b25b26c5ffab277f15a5f39da63518c061c", "is_verified": false, - "line_number": 1195 + "line_number": 1202 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2fbe8ab30e5355ea9d7538aec4d6c869562a0ed8", "is_verified": false, - "line_number": 1198 + "line_number": 1205 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a664083cd7ea977f953eb398c15a7391521e8c88", "is_verified": false, - "line_number": 1201 + "line_number": 1208 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "bcc923e3a3bbb5c5c7c2f2b5e17bda91f8076652", "is_verified": false, - "line_number": 1204 + "line_number": 1211 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "66022833f4701f45cff007311050911fe571487c", "is_verified": false, - "line_number": 1208 + "line_number": 1215 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "512b3e49cdd404e4e23779be697a6801e04255ab", "is_verified": false, - "line_number": 1212 + "line_number": 1219 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "b3f13048bf1127d22a091b20bef5f1fb485b94c2", "is_verified": false, - "line_number": 1216 + "line_number": 1223 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f50a9ae6c1f90c2adc6b60bbe3779ed40e14ca9e", "is_verified": false, - "line_number": 1220 + "line_number": 1227 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "a6d813aa7164341218d80a2b625ff1b254fa10c3", "is_verified": false, - "line_number": 1224 + "line_number": 1231 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "422f025608080feaba8cb1fbbb522deb3f43cdcc", "is_verified": false, - "line_number": 1228 + "line_number": 1235 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8239574b4263502316ae4af75858c8537b8f9dc2", "is_verified": false, - "line_number": 1233 + "line_number": 1240 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7c43a5a81cdfc2d174e64e7441e07b48f610be0e", "is_verified": false, - "line_number": 1238 + "line_number": 1245 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "735bd20202e59e618bfe941a5941731da477e7b6", "is_verified": false, - "line_number": 1241 + "line_number": 1248 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "32f11283bec656108388929b40993090be755520", "is_verified": false, - "line_number": 1244 + "line_number": 1251 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "4801a08438ed2a6af40afdf77d92cf8412cae7fb", "is_verified": false, - "line_number": 1249 + "line_number": 1256 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "10268f6f4f68752aa603c74f237e00cf940909a4", "is_verified": false, - "line_number": 1289 + "line_number": 1296 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "8ac9d9448e688e8f94e810f2c49fd9b728bd2041", "is_verified": false, - "line_number": 1329 + "line_number": 1336 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "7dbba2db5c8622d492abdd259dd9033ed5f205e2", "is_verified": false, - "line_number": 1337 + "line_number": 1344 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "f0257d02d23f53e799476af74cf0386375d4b6c2", "is_verified": false, - "line_number": 1365 + "line_number": 1372 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "95b02c02e7cb902e9603042bf77d2ce3b47d7dd1", "is_verified": false, - "line_number": 1370 + "line_number": 1377 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "c1a38efe10a08cb343b44ec85e4f991fa64e0dc8", "is_verified": false, - "line_number": 1375 + "line_number": 1382 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "77fb73a7cac9311a40dd4d7f73c5991ef9e79fb6", "is_verified": false, - "line_number": 1378 + "line_number": 1385 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "9b0596f2945cdeab0d6fb2407275942153f87d9c", "is_verified": false, - "line_number": 1390 + "line_number": 1397 }, { "type": "Base64 High Entropy String", "filename": "pnpm-lock.yaml", "hashed_secret": "2a6ec2710324e581e13c5bd7ce5f78fd563b3db0", "is_verified": false, - "line_number": 1393 + "line_number": 1400 } ] }, - "generated_at": "2026-04-28T18:52:08Z" + "generated_at": "2026-04-28T19:13:23Z" } diff --git a/packages/server/package.json b/packages/server/package.json index a130389..8aac4f7 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -17,6 +17,7 @@ "@fastify/websocket": "^11.0.0", "chess.js": "^1.4.0", "fastify": "^5.2.0", + "js-chess-engine": "^2.4.6", "pino": "^9.5.0", "ws": "^8.18.0", "zod": "^3.24.0" diff --git a/packages/server/src/bot/brain.ts b/packages/server/src/bot/brain.ts index 7366684..a7b5bae 100644 --- a/packages/server/src/bot/brain.ts +++ b/packages/server/src/bot/brain.ts @@ -25,6 +25,14 @@ export interface BrainInput { attemptHistory: AttemptHistoryEntry[]; drawOfferFromOpponent: boolean; ply: number; + /** + * Full position FEN. Set only in vanilla mode where `view` is already a + * full reveal — omitted in blind mode, since passing the FEN there would + * leak opponent positions and violate the view-filter invariant. Brains + * with an internal chess engine rely on this; brains that don't can + * ignore it. + */ + fen?: string; } export type BrainAction = diff --git a/packages/server/src/bot/casual-brain.ts b/packages/server/src/bot/casual-brain.ts index 8a4ffa2..d70dad4 100644 --- a/packages/server/src/bot/casual-brain.ts +++ b/packages/server/src/bot/casual-brain.ts @@ -1,4 +1,5 @@ -import type { BoardView, Color, PieceType, Square } from '@blind-chess/shared'; +import { Game as EngineGame } from 'js-chess-engine'; +import type { BoardView, Color, PieceType, PromotionType, Square } from '@blind-chess/shared'; import type { Brain, BrainAction, @@ -9,6 +10,13 @@ import type { interface CasualOpts { seed?: number; + /** + * Engine difficulty for vanilla mode (1-5; 1 is weakest). + * `js-chess-engine` level 1 plays at roughly beginner strength — + * crushes random moves but loses to a careful human. Higher levels + * raise both strength and per-move latency. + */ + level?: 1 | 2 | 3 | 4 | 5; } const PIECE_VALUE: Record = { @@ -18,10 +26,12 @@ const PIECE_VALUE: Record = { export class CasualBrain implements Brain { private color: Color = 'w'; private mode: 'blind' | 'vanilla' = 'blind'; + private level: 1 | 2 | 3 | 4 | 5; private rng: () => number; constructor(opts: CasualOpts = {}) { this.rng = mulberry32(opts.seed ?? Math.floor(Math.random() * 0xffffffff)); + this.level = opts.level ?? 2; } async init(args: BrainInitArgs): Promise { @@ -39,22 +49,24 @@ export class CasualBrain implements Brain { throw new Error('CasualBrain: zero candidates after exclusion'); } - const scored = filtered.map((c) => { - let score = this.scoreMove(c, input.view, input.ply); - // Promotion bias: prefer queen >> rook >> bishop >> knight - // Add before random tiebreak to ensure queen wins when tied. - if (c.promotion === 'q') score += 1000; - else if (c.promotion === 'r') score += 500; - else if (c.promotion === 'b') score += 100; - else if (c.promotion === 'n') score += 50; - return { - move: c, - score: score + this.rng() * 0.01, - }; - }); - scored.sort((a, b) => b.score - a.score); - const choice = scored[0]!.move; + // Vanilla mode: delegate to a real chess engine. The driver supplies + // a FEN only in vanilla mode, so this branch is naturally gated. + if (this.mode === 'vanilla' && input.fen) { + const engineMove = this.engineMove(input.fen, filtered); + if (engineMove) { + return { + type: 'commit', + from: engineMove.from, + to: engineMove.to, + promotion: engineMove.promotion, + }; + } + // Fall through to heuristic if the engine produced something we + // can't validate against the candidate list. + } + // Blind mode (or vanilla fallback): score-based heuristic. + const choice = this.heuristicPick(filtered, input.view, input.ply); return { type: 'commit', from: choice.from, @@ -63,6 +75,57 @@ export class CasualBrain implements Brain { }; } + /** + * Run js-chess-engine on the given FEN and return a candidate matching + * its choice, or null if no match was found. + */ + private engineMove(fen: string, candidates: CandidateMove[]): CandidateMove | null { + let result: { move: Record }; + try { + const g = new EngineGame(fen); + // randomness=30 picks among moves within 30 centipawns of best; this + // breaks threefold-repetition draws when the bot is clearly winning + // but doesn't see the conversion path. + result = g.ai({ level: this.level, play: false, randomness: 30 }) as { move: Record }; + } catch { + return null; + } + const entry = Object.entries(result.move ?? {})[0]; + if (!entry) return null; + const [fromUC, toUC] = entry; + const from = (fromUC as string).toLowerCase() as Square; + const to = (toUC as string).toLowerCase() as Square; + // Find a candidate matching this from-to. If the move is a promotion, + // js-chess-engine emits the destination square (e.g., {E7: 'E8'}) but + // doesn't separately surface the promotion piece — default to queen. + const matches = candidates.filter((c) => c.from === from && c.to === to); + if (matches.length === 0) return null; + const queen = matches.find((c) => c.promotion === 'q'); + if (queen) return queen; + return matches[0]!; + } + + /** + * Score-based fallback used for blind mode and any vanilla case where + * the engine's pick wasn't in the candidate list. Plays badly on purpose. + */ + private heuristicPick( + candidates: CandidateMove[], + view: BoardView, + ply: number, + ): CandidateMove { + const scored = candidates.map((c) => { + let score = this.scoreMove(c, view, ply); + if (c.promotion === 'q') score += 1000; + else if (c.promotion === 'r') score += 500; + else if (c.promotion === 'b') score += 100; + else if (c.promotion === 'n') score += 50; + return { move: c, score: score + this.rng() * 0.01 }; + }); + scored.sort((a, b) => b.score - a.score); + return scored[0]!.move; + } + private excludeRejected( candidates: CandidateMove[], history: BrainInput['attemptHistory'], @@ -74,43 +137,31 @@ export class CasualBrain implements Brain { private scoreMove(move: CandidateMove, view: BoardView, ply: number): number { let score = 0; - - // Capture proxy: destination not own-occupied. (In view, we only see own - // pieces in blind mode; if dest has a piece it's ours -> not a capture. - // If empty in view, may be empty or opponent — guess.) const destPiece = view.pieces[move.to]; if (!destPiece) score += 50; const piece = view.pieces[move.from]; - // Reachable when scoring tests pass minimal fixture views. In real play - // the candidate's `from` is always one of our pieces (since candidates - // came from `legalCandidates` over our own squares), but the early - // return keeps unit tests from needing full board fixtures. if (!piece) return score; const ownStartingRank = this.color === 'w' ? '1' : '8'; const ownPawnStartingRank = this.color === 'w' ? '2' : '7'; - // Development bonus for first 16 plies (8 moves per side). if (ply < 16 && (piece.type === 'n' || piece.type === 'b') && move.from[1] === ownStartingRank) { score += 30; } - // Center pawn bonus. if (piece.type === 'p' && move.from[1] === ownPawnStartingRank) { const file = move.from[0]; if (file === 'd' || file === 'e') score += 25; else if (file === 'c' || file === 'f') score += 10; } - // Rank-advance bonus toward opponent. const fromRank = parseInt(move.from[1]!, 10); const toRank = parseInt(move.to[1]!, 10); const advance = this.color === 'w' ? toRank - fromRank : fromRank - toRank; if (advance > 0) score += 15 * advance; - // Anti-shuffling: penalize moving major pieces from start before knights/bishops. if (move.from[1] === ownStartingRank && (piece.type === 'q' || piece.type === 'r')) { score -= 40; } @@ -119,8 +170,6 @@ export class CasualBrain implements Brain { } private acceptDraw(view: BoardView): boolean { - // Crude material count from own view only. Accept if "low material" - // (assume opponent symmetric). Decline if "high material". let own = 0; for (const sq of Object.keys(view.pieces) as Square[]) { const p = view.pieces[sq]; @@ -134,7 +183,6 @@ function moveKey(m: CandidateMove): string { return `${m.from}-${m.to}${m.promotion ?? ''}`; } -// Mulberry32 PRNG: seedable, fast, good enough for tiebreaks. function mulberry32(seed: number): () => number { let a = seed >>> 0; return function () { diff --git a/packages/server/src/bot/driver.ts b/packages/server/src/bot/driver.ts index b598fe2..3dd8d1e 100644 --- a/packages/server/src/bot/driver.ts +++ b/packages/server/src/bot/driver.ts @@ -115,6 +115,10 @@ export class BotDriver { attemptHistory, drawOfferFromOpponent: !!(this.game.drawOffer && this.game.drawOffer.from !== this.color), ply: this.game.chess.history().length, + // Vanilla mode: full reveal, FEN exposes nothing the brain can't already + // see. Blind mode: omit FEN so the engine path can't smuggle opponent + // positions past the view filter. + fen: this.game.mode === 'vanilla' ? this.game.chess.fen() : undefined, }; } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2605f98..b3c32f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,6 +57,9 @@ importers: fastify: specifier: ^5.2.0 version: 5.8.5 + js-chess-engine: + specifier: ^2.4.6 + version: 2.4.6 pino: specifier: ^9.5.0 version: 9.14.0 @@ -936,6 +939,10 @@ packages: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} + js-chess-engine@2.4.6: + resolution: {integrity: sha512-OKvWKICifXLjUilGzT5RstUv9iGpk04PjGpTyVT0lMlxX2HptoXZ2Q9hNicidnYjFcR7FHpnXFVwreDSF6a5Ng==} + engines: {node: '>=24'} + js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} @@ -2078,6 +2085,8 @@ snapshots: joycon@3.1.1: {} + js-chess-engine@2.4.6: {} + js-tokens@9.0.1: {} json-schema-ref-resolver@3.0.0: