diff --git a/javascript-example/express-app-html-response/package-lock.json b/javascript-example/express-app-html-response/package-lock.json index 686c41a..575ab0a 100644 --- a/javascript-example/express-app-html-response/package-lock.json +++ b/javascript-example/express-app-html-response/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "openai": "^4.41.0" + "openai": "^4.42.0" } }, "node_modules/@types/node": { @@ -629,9 +629,10 @@ } }, "node_modules/openai": { - "version": "4.41.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.41.0.tgz", - "integrity": "sha512-fiV+RvUGRW+PXxycqeDYuOwsL3TxNqT/LcM6vlqyLz9ACmfSUGg1qviQrHuuNKL7gFOvfzgEJRVVFdqmv/sjxg==", + "version": "4.42.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.42.0.tgz", + "integrity": "sha512-xbiQQ2YNqdkE6cHqeWKa7lsAvdYfgp84XiNFOVkAMa6+9KpmOL4hCWCRR6e6I/clpaens/T9XeLVtyC5StXoRw==", + "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/javascript-example/express-app-html-response/package.json b/javascript-example/express-app-html-response/package.json index cd69053..21db9b0 100644 --- a/javascript-example/express-app-html-response/package.json +++ b/javascript-example/express-app-html-response/package.json @@ -11,6 +11,6 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "openai": "^4.41.0" + "openai": "^4.42.0" } }