Review #25 [8f0fg] #1
Annotations
1 warning
|
pullfrog
» installNodeDependencies: `pnpm i --frozen-lockfile` failed:
Scope: all 7 workspace projects
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with <ROOT>/apps/server/package.json
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
Failure reason:
specifiers in the lockfile ({"@kalen/a2a-router":"workspace:*","@kalen/identity":"workspace:*","@kalen/mcp-gateway":"workspace:*","@kalen/shared":"workspace:*","@nestjs/common":"^10.4.0","@nestjs/config":"^3.3.0","@nestjs/core":"^10.4.0","@nestjs/jwt":"^10.2.0","@nestjs/passport":"^10.0.3","@nestjs/platform-express":"^10.4.0","@nestjs/platform-socket.io":"^10.4.0","@nestjs/swagger":"^7.4.0","@nestjs/typeorm":"^10.0.2","@nestjs/websockets":"^10.4.0","@simplewebauthn/server":"^13.0.0","better-sqlite3":"^12.10.0","class-transformer":"^0.5.1","class-validator":"^0.14.1","joi":"^18.2.1","jose":"^5.9.0","passport":"^0.7.0","passport-jwt":"^4.0.1","pg":"^8.13.0","reflect-metadata":"^0.2.2","rxjs":"^7.8.1","socket.io":"^4.8.0","typeorm":"^0.3.20","uuid":"^10.0.0","@nestjs/cli":"^10.4.0","@nestjs/schematics":"^10.2.0","@nestjs/testing":"^10.4.0","@types/express":"^5.0.0","@types/node":"^22.0.0","@types/passport-jwt":"^4.0.1","@types/uuid":"^10.0.0","typescript":"^5.7.0"}) don't match specs in package.json ({"@nestjs/cli":"^10.4.0","@nestjs/schematics":"^10.2.0","@nestjs/testing":"^10.4.0","@types/better-sqlite3":"^7.6.13","@types/express":"^5.0.0","@types/node":"^22.0.0","@types/passport-jwt":"^4.0.1","@types/uuid":"^10.0.0","typescript":"^5.7.0","@kalen/a2a-router":"workspace:*","@kalen/identity":"workspace:*","@kalen/mcp-gateway":"workspace:*","@kalen/shared":"workspace:*","@nestjs/common":"^10.4.0","@nestjs/config":"^3.3.0","@nestjs/core":"^10.4.0","@nestjs/jwt":"^10.2.0","@nestjs/passport":"^10.0.3","@nestjs/platform-express":"^10.4.0","@nestjs/platform-socket.io":"^10.4.0","@nestjs/swagger":"^7.4.0","@nestjs/typeorm":"^10.0.2","@nestjs/websockets":"^10.4.0","@simplewebauthn/server":"^13.0.0","better-sqlite3":"^12.10.0","class-transformer":"^0.5.1","class-validator":"^0.14.1","joi":"^18.2.1","jose":"^5.9.0","passport":"^0.7.0","passport-jwt":"^4.0.1","pg":"^8.13.0","reflect-metadata":"^0.2.2","rxjs":"^7.8.1","socket.io":"^4.8.0","typeorm":"^0.3.20","uuid":"^10.0.0"})
(node:2337) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
|