chore(deps): bump the npm_and_yarn group across 2 directories with 11 updates#160
Closed
dependabot[bot] wants to merge 206 commits into
Closed
chore(deps): bump the npm_and_yarn group across 2 directories with 11 updates#160dependabot[bot] wants to merge 206 commits into
dependabot[bot] wants to merge 206 commits into
Conversation
… references in user-facing docs
Ensure critical fraud-prevention and policy text remains visible on small screens by tightening overflow and wrap rules. Increase dark-surface label/footnote font floors and contrast to reduce misread risk for security-relevant claims and disclosures.
…ce docs Security: adds schema-validated integration payloads to reduce ingestion ambiguity and keeps restrictive proprietary licensing to prevent unauthorized redistribution.
Add partnership collateral, demo UI, and webhook simulation scripts for the 2026-03-06 Vanta integration call. Security: add strict HTTP security headers in vercel.api.json and reduce dependency attack surface by removing unused PDF and desktop notifier packages from production web dependencies.
Remove the Deed_Shield git submodule from repository tracking and clean up stale documentation references to the old submodule layout. Security: reduces repository complexity and eliminates stale path references that could cause incorrect operational/security evidence mapping during audits.
chore(security): bump Fastify to 5.8.1 to remediate CVE-2026-3419
feat: complete MVP10 registry hardening artifacts
chore(governance): import db security docs and validation tests
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.3 to 17.4.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.3...v17.4.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrismaz11 <chrismaz11@me.com>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.1.0 to 29.1.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v26.1.0...v29.1.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrismaz11 <chrismaz11@me.com>
Bumps the cargo group with 1 update in the /circuits/non_mem_gadget directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrismaz11 <chrismaz11@me.com>
* chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: unblock PR checks by hardening review and consistency gates * ci: use node 20.20.2 and localize repo-consistency scans --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chris <chris@chriss-MacBook-Neo.local> Co-authored-by: chrismaz11 <chrismaz11@me.com>
* ci: unblock PR checks by hardening review and consistency gates * security: reduce code scanning findings in workflows and API key hashing * security: add .secrets/ to .gitignore to prevent private key exposure * fix: align test suite to current API contract and auth env naming * fix: restore accidentally deleted .gitignore entries * feat(epc): EPC integration foundation — OAuth2, transaction model, origin endpoint, webhook receiver, credential storage, 19/19 tests passing * merge: resolve master conflicts for EPC foundation Agent-Logs-Url: https://github.com/TrustSignal-dev/TrustSignal/sessions/dd19a24a-8ea9-4b0b-9cef-f07d4c19924b Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com> * chore: align setup-node pin comments Agent-Logs-Url: https://github.com/TrustSignal-dev/TrustSignal/sessions/dd19a24a-8ea9-4b0b-9cef-f07d4c19924b Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com> * Potential fix for pull request finding 'CodeQL / Use of password hash with insufficient computational effort' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * fix(epc): address PR #150 review comments - credentials.ts: add AUTH_TAG_LENGTH guard in decryptCredential - origin.ts: use Prisma P2002 error code instead of brittle message match - webhook.ts: import Prisma; add P2002 catch to handle concurrent duplicate deliveries - schema.prisma: add @unique to EpcWebhookLog.elliSignature - migration.sql: add UNIQUE INDEX on EpcWebhookLog.elliSignature - server.ts: capture raw body via addContentTypeParser before JSON parse so HMAC verification in webhook handler uses exact bytes - tests/epc/origin.test.ts: update duplicate test to throw PrismaClientKnownRequestError P2002 All 19 EPC tests passing. UNIQUE index applied to Supabase. * fix(lint): suppress no-explicit-any for Fastify rawBody and fix import order in origin test --------- Co-authored-by: chris <chris@chriss-MacBook-Neo.local> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
- Added CredentialFraudCNN training and compilation pipeline in ml/credential_zkml/ - Updated packages/core/src/zkml/index.ts to support the new model ID and artifacts - Expanded apps/api/src/server.ts feature extraction to 3076 dimensions - Added small ZK artifacts (vk, compiled) to ml/zkml/ - Ignored large proving keys (.pk) in .gitignore
- Integrated RFC 3161 TSA timestamping into receipt issuance - Updated Prisma schema with tsaToken and tsaUrl fields - Updated V2 response mapper to include TSA metadata - Bypassed PostgreSQL-specific schema assertion for local dev compatibility
Implements the full hybrid architecture with all 9 corrections applied: Standard Verification produces the binding compliance decision (ALLOW/FLAG/BLOCK). Independent Fraud Scan runs as a completely separate pipeline — its result is advisory only and NEVER modifies verification.decision, .reasons, or .checks. Key changes: - API (server.ts): fraud_scan Zod opt-in field, FraudScanResult type, RISK_ENGINE_VERSION constant, gated by TenantConfig.fraudScanEnabled (+ dev-mode bypass), issueReceiptRecord accepts fraudScan struct - Response mapper (v2ReceiptMapper.ts): standard_verification + fraud_scan sub-objects; backward-compat fraudRisk alias retained - discard_audit_log: extractorVersion and vectorSimilarity now populated from the fraud scan result (were null) - Core types (packages/core/src/types.ts): FraudScan, StandardVerification types; fraudScan? on UnsignedReceiptPayload - Prisma: TenantConfig model + migration; DiscardAuditLog + RLS migration - New service: apps/api/src/services/tenantConfig.ts - New package: packages/trustsignal-extractor — ExtractorClient with full typed hybrid request/response shapes - SDK (sdk/index.ts): StandardVerification, FraudScan types; VerifyInput and VerifyResponse updated for hybrid contract - Setup CLI (trustsignal-setup): Step 5 fraud scan prompt; config.json includes fraudScanEnabled; summary prints scan status - Docs: wiki/API-Overview.md hybrid model section with request/response examples - Tests: v2-integration.test.ts opts in to fraud scan, asserts all hybrid fields - e2e script: prints standard_verification + fraud_scan in step 1 output Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… updates Bumps the npm_and_yarn group with 1 update in the /apps/api directory: [brace-expansion](https://github.com/juliangruber/brace-expansion). Bumps the npm_and_yarn group with 4 updates in the /trustsignal-c1 directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [next](https://github.com/vercel/next.js), [cookie](https://github.com/jshttp/cookie) and [braces](https://github.com/micromatch/braces). Updates `brace-expansion` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6) Updates `brace-expansion` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6) Updates `@babel/runtime` from 7.7.2 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime) Updates `next` from 9.3.3 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v9.3.3...v15.5.18) Removes `cookie` Updates `next` from 9.3.3 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v9.3.3...v15.5.18) Updates `uuid` from 3.4.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.4.0...v14.0.0) Updates `next` from 9.3.3 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v9.3.3...v15.5.18) Updates `@babel/runtime` from 7.7.2 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime) Updates `braces` from 2.3.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits/3.0.3) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) Updates `mermaid` from 11.12.2 to 11.15.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.2...mermaid@11.15.0) Updates `micromatch` from 3.1.10 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@3.1.10...4.0.8) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) Updates `postcss` from 7.0.21 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.21...8.4.31) Updates `uuid` from 3.4.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 5.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.28.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cookie dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.28.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: mermaid dependency-version: 11.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: micromatch dependency-version: 4.0.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.4.31 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
Unable to deploy a commit from a private repository on your GitHub organization to the Christopher Marziani's projects team on Vercel, which is currently on the Hobby plan. In order to deploy, you can:
To read more about collaboration on Vercel, click here. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Deployment failed with the following error: |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the /apps/api directory: brace-expansion.
Bumps the npm_and_yarn group with 4 updates in the /trustsignal-c1 directory: @babel/runtime, next, cookie and braces.
Updates
brace-expansionfrom 5.0.5 to 5.0.6Commits
46317b55.0.6c0b095bMerge commit from forkec56020Bump picomatch from 4.0.3 to 4.0.4 (#93)Updates
brace-expansionfrom 5.0.5 to 5.0.6Commits
46317b55.0.6c0b095bMerge commit from forkec56020Bump picomatch from 4.0.3 to 4.0.4 (#93)Updates
@babel/runtimefrom 7.7.2 to 7.28.4Release notes
Sourced from @babel/runtime's releases.
... (truncated)
Commits
35055e3v7.28.4ef155f5v7.28.3cac0ff4v7.28.2f68ac51chore: Avoid CITGM errors (#17382)baa4cb8v7.27.67d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.3Updates
nextfrom 9.3.3 to 15.5.18Release notes
Sourced from next's releases.
... (truncated)
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Removes
cookieUpdates
nextfrom 9.3.3 to 15.5.18Release notes
Sourced from next's releases.
... (truncated)
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Updates
uuidfrom 3.4.0 to 14.0.0Release notes
Sourced from uuid's releases.
... (truncated)
Changelog
Sourced from uuid's changelog.
... (truncated)
Commits
7c1ea08chore(main): release 14.0.0 (#926)3d2c5b0Merge commit from forkf2c235ffix!: expectcryptoto be global everywhere (requires node@20+) (#935)529ef08chore: upgrade TypeScript and fixup types (#927)086fd79chore: update dependencies (#933)dc4ddb8feat!: drop node@18 support (#934)0f1f9c9chore: switch to Biome for parsing and linting (#932)e2879e6chore: use maintained version of npm-run-all (#930)ffa3138fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)0423d49docs: remove obsolete v1 option notes (#915)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
nextfrom 9.3.3 to 15.5.18Release notes
Sourced from next's releases.
... (truncated)
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Updates
@babel/runtimefrom 7.7.2 to 7.28.4Release notes
Sourced from @babel/runtime's releases.
... (truncated)
Commits
35055e3v7.28.4ef155f5v7.28.3cac0ff4v7.28.2f68ac51chore: Avoid CITGM errors (#17382)baa4cb8v7.27.67d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.3Updates
bracesfrom 2.3.2 to 3.0.3Changelog
Sourced from braces's changelog.
Commits
Updates
lodashfrom 4.17.23 to 4.18.1Release notes
Sourced from lodash's releases.
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)Updates
mermaidfrom 11.12.2 to 11.15.0Release notes
Sourced from mermaid's releases.