@types/node 25.2.3 → 25.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. node/README.md +1 -1
  2. node/package.json +3 -3
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 10 Feb 2026 14:48:58 GMT
11
+ * Last updated: Thu, 19 Feb 2026 00:56:10 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "25.2.3",
3
+ "version": "25.3.0",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -147,9 +147,9 @@
147
147
  },
148
148
  "scripts": {},
149
149
  "dependencies": {
150
- "undici-types": "~7.16.0"
150
+ "undici-types": "~7.18.0"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "8b755d23bb0d24c0d68b2add771cb66e2226b9633549b6f9c190a2a5f9831395",
153
+ "typesPublisherContentHash": "a19f9d8a20f4c05e503d3ed972a84b1b5aae749a0628d95d2aefe902cff79797",
154
154
  "typeScriptVersion": "5.2"
155
155
  }