Skip to content

Conversation

web4ken
Copy link

@web4ken web4ken commented Aug 15, 2025

Motivation

  • Resolves a critical vulnerability.
  • Eliminates punycode deprecation warning.

Summary

  • Removed node-fetch dependency and related type definitions from package.json, package-lock.json, and yarn.lock.
  • Updated fetch utility to use the native fetch in Node.js.
  • Updated dependencies:
    • @types/node → 22.17.1
    • dotenv → 16.4.7
    • typescript → 5.9.2

Notes
Tested in Node.js v20+ environment.
No breaking changes to public API.

…kage-lock.json, and yarn.lock. Update fetch utility to use global fetch in Node.js environment
… to versions: @types/node (22.17.1), dotenv (16.4.7), and typescript (5.9.2). Also, update undici-types to version 6.21.0
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.

1 participant