[chore] Update package - @node/types (#707)

Match node types lib to TypeScript version.
This commit is contained in:
filtered
2025-03-05 02:42:50 +11:00
committed by GitHub
parent b63ef93bb7
commit 40137176f3
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.1.0",
"@types/node": "^22.13.9",
"eslint": "^9.21.0",
"eslint-plugin-antfu": "^3.1.0",
"eslint-plugin-jsdoc": "^50.6.3",
@@ -1537,13 +1537,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz",
"integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==",
"version": "22.13.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.13.0"
"undici-types": "~6.20.0"
}
},
"node_modules/@types/normalize-package-data": {
@@ -5368,9 +5368,9 @@
"license": "MIT"
},
"node_modules/undici-types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"dev": true,
"license": "MIT"
},

View File

@@ -48,7 +48,7 @@
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.1.0",
"@types/node": "^22.13.9",
"eslint": "^9.21.0",
"eslint-plugin-antfu": "^3.1.0",
"eslint-plugin-jsdoc": "^50.6.3",