[] Add @types/node dependency

This commit is contained in:
FIameCaster 2023-10-22 23:22:04 +02:00
parent fda412acd8
commit 36b3f616fc
2 changed files with 6 additions and 8 deletions

13
package-lock.json generated
View file

@ -17,6 +17,7 @@
"uuid": "^9.0.1" "uuid": "^9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.8.7",
"@types/uuid": "^9.0.5", "@types/uuid": "^9.0.5",
"@types/web": "^0.0.117", "@types/web": "^0.0.117",
"ts-standard": "^12.0.2", "ts-standard": "^12.0.2",
@ -729,12 +730,10 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.8.4", "version": "20.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz",
"integrity": "sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==", "integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==",
"dev": true, "dev": true,
"optional": true,
"peer": true,
"dependencies": { "dependencies": {
"undici-types": "~5.25.1" "undici-types": "~5.25.1"
} }
@ -5807,9 +5806,7 @@
"version": "5.25.3", "version": "5.25.3",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
"integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==", "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==",
"dev": true, "dev": true
"optional": true,
"peer": true
}, },
"node_modules/universalify": { "node_modules/universalify": {
"version": "2.0.0", "version": "2.0.0",

View file

@ -14,6 +14,7 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^20.8.7",
"@types/uuid": "^9.0.5", "@types/uuid": "^9.0.5",
"@types/web": "^0.0.117", "@types/web": "^0.0.117",
"ts-standard": "^12.0.2", "ts-standard": "^12.0.2",