@types/node 20.8.8 → 20.8.9

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, 24 Oct 2023 01:35:22 GMT
11
+ * Last updated: Wed, 25 Oct 2023 17:45:39 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": "20.8.8",
3
+ "version": "20.8.9",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -222,9 +222,9 @@
222
222
  },
223
223
  "scripts": {},
224
224
  "dependencies": {
225
- "undici-types": "~5.25.1"
225
+ "undici-types": "~5.26.4"
226
226
  },
227
- "typesPublisherContentHash": "e357ca3bf322ba0af26efb0a6a1be3069910e43a0bcc1f327e3415ecaf66dd08",
227
+ "typesPublisherContentHash": "e270b1ec6520966a2cb0578fa33386344f78258bc0bd109a3e4b315d052e2b62",
228
228
  "typeScriptVersion": "4.5",
229
229
  "nonNpm": true
230
230
  }