Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^25.9.0",
"@types/node": "^25.9.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

Does @types/node version 25.9.1 exist on npm?

💡 Result:

No—@types/node 25.9.1 does not appear to exist on npm (as of 2026-05-20). The official npm package page for @types/node shows available 25.x versions (e.g., 25.7.0, 25.6.0–25.6.2, 25.5.0–25.5.2, 25.4.0, 25.3.0–25.3.5) but does not list a 25.9.1 version [1][2].

Citations:


Replace @types/node version with a valid release.

Version 25.9.1 does not exist on npm. Use an available version such as 25.7.0 or 25.6.2 instead.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 79, The package.json dependency entry for "`@types/node`"
uses an invalid version "25.9.1"; update the version string for the
"`@types/node`" dependency to a valid published release (for example "25.7.0" or
"25.6.2") in package.json so npm/yarn can resolve it—locate the "`@types/node`"
key in package.json and replace the version specifier accordingly, then run your
install to verify.

"@vitest/coverage-v8": "^4.1.6",
"conventional-changelog": "^7.1.0",
"husky": "^9.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,10 @@
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz"
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==

"@types/node@^25.9.0":
version "25.9.0"
resolved "https://registry.npmjs.org/@types/node/-/node-25.9.0.tgz"
integrity sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==
"@types/node@^25.9.1":
version "25.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.1.tgz#3bda556db500ae4319c08e7fc9ab94f19013ba0b"
integrity sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==
dependencies:
undici-types ">=7.24.0 <7.24.7"

Expand Down