Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 30, 2025

This PR updates several dependencies to their latest compatible versions and resolves security vulnerabilities identified by npm audit.

Changes Made

Updated the following dependencies:

  • @prisma/adapter-pg: 6.12.0 → 6.13.0
  • @prisma/client: 6.12.0 → 6.13.0
  • ldapts: 8.0.8 → 8.0.9
  • prisma: 6.12.0 → 6.13.0

Security Improvements

  • Fixed low severity vulnerability in brace-expansion dependency
  • npm audit now reports 0 vulnerabilities (previously had 1 low severity issue)

Verification

  • All critical dependencies can be imported successfully
  • StandardJS linting passes without issues
  • All dependencies are confirmed to be at their latest versions
  • No breaking changes detected in the updated packages

The updates were performed using npm-check-updates and npm audit fix to ensure compatibility and security best practices.

Fixes #303.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • binaries.prisma.sh
    • Triggering command: node scripts/postinstall.js (dns block)
    • Triggering command: node /home/REDACTED/work/passweaver-api/passweaver-api/node_modules/.bin/prisma -v (dns block)
    • Triggering command: node /home/REDACTED/work/passweaver-api/passweaver-api/node_modules/.bin/prisma generate (dns block)
  • checkpoint.prisma.io
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/passweaver-api/passweaver-api/node_modules/prisma/build/child {"product":"prisma","version":"6.13.0","cli_install_type":"local","information":"","local_timestamp":"2025-07-30T09:56:24Z","project_hash":"f2586843","cli_path":"/home/REDACTED/work/passweaver-api/passweaver-api/node_modules/.bin/prisma","cli_path_hash":"03fe9afa","endpoint":"REDACTED","disable":false,"arch":"x64","os":"linux","node_version":"v20.19.4","ci":true,"ci_name":"GitHub Actions","command":"generate","schema_providers":["postgresql"],"schema_preview_features":["driverAdapters","queryCompiler","relationJoins"],"schema_generators_providers":["prisma-client-js"],"cache_file":"/home/REDACTED/.cache/checkpoint-nodejs/prisma-03fe9afa","cache_duration":43200000,"remind_duration":172800000,"force":false,"timeout":5000,"unref":true,"child_path":"/home/REDACTED/work/passweaver-api/passweaver-api/node_modules/prisma/build/child","client_event_id":"","previous_client_event_id":"","check_if_update_available":true} (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: steunix <3736185+steunix@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies Update dependencies to latest versions and fix security vulnerabilities Jul 30, 2025
Copilot AI requested a review from steunix July 30, 2025 09:58
Copilot finished work on behalf of steunix July 30, 2025 09:58
@steunix steunix marked this pull request as ready for review July 30, 2025 11:00
@steunix steunix merged commit 1bdab29 into main Jul 30, 2025
6 checks passed
@steunix steunix deleted the copilot/fix-303 branch July 30, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies

2 participants