diff --git a/package-lock.json b/package-lock.json index 26cff10..0ef12fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@types/mocha": "10.0.10", "@types/mongodb": "4.0.7", "@types/mongoose": "5.11.97", - "@types/node": "18.7.6", + "@types/node": "24.5.2", "@types/sinon": "10.0.20", "chai": "4.3.4", "chai-autoload-plugins": "0.1.0", @@ -1164,6 +1164,16 @@ "node": ">=18.0.0" } }, + "node_modules/@ibm-cloud/watsonx-ai/node_modules/@types/node": { + "version": "18.19.127", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.127.tgz", + "integrity": "sha512-gSjxjrnKXML/yo0BO099uPixMqfpJU0TKYjpfLU7TrtA2WWDki412Np/RSTPRil1saKBhvVVKzVx/p/6p94nVA==", + "license": "MIT", + "peer": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, "node_modules/@inquirer/external-editor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.2.tgz", @@ -3614,10 +3624,13 @@ "peer": true }, "node_modules/@types/node": { - "version": "18.7.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.6.tgz", - "integrity": "sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==", - "license": "MIT" + "version": "24.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", + "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~7.12.0" + } }, "node_modules/@types/node-fetch": { "version": "2.6.13", @@ -3630,6 +3643,12 @@ "form-data": "^4.0.4" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", + "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "license": "MIT" + }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", diff --git a/package.json b/package.json index c59d017..b06c80f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/mocha": "10.0.10", "@types/mongodb": "4.0.7", "@types/mongoose": "5.11.97", - "@types/node": "18.7.6", + "@types/node": "24.5.2", "@types/sinon": "10.0.20", "chai": "4.3.4", "chai-autoload-plugins": "0.1.0",