updating @types/node to Node 20

This commit is contained in:
Federico Builes
2024-01-22 07:54:40 +01:00
parent b658b91622
commit 935098a950
2 changed files with 13 additions and 5 deletions
+12 -4
View File
@@ -26,7 +26,7 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@types/node": "^16.18.70",
"@types/node": "^20",
"@types/spdx-expression-parse": "^3.0.4",
"@types/spdx-satisfies": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
@@ -2089,9 +2089,12 @@
}
},
"node_modules/@types/node": {
"version": "16.18.70",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.70.tgz",
"integrity": "sha512-8eIk20G5VVVQNZNouHjLA2b8utE2NvGybLjMaF4lyhA9uhGwnmXF8o+icdXKGSQSNANJewXva/sFUoZLwAaYAg=="
"version": "20.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
"integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/semver": {
"version": "7.5.5",
@@ -7646,6 +7649,11 @@
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
},
"node_modules/universal-github-app-jwt": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-1.1.2.tgz",
+1 -1
View File
@@ -42,7 +42,7 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@types/node": "^16.18.70",
"@types/node": "^20",
"@types/spdx-expression-parse": "^3.0.4",
"@types/spdx-satisfies": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",