diff options
author | bobzel <zzzman@gmail.com> | 2023-12-15 11:21:50 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-15 11:21:50 -0500 |
commit | ce0f427181bcd0b6fe8caa719105b1b4b2201c65 (patch) | |
tree | d4eaf3dd6e662c505c0367639b70472cc548571b | |
parent | 0f2a9cce8286ca069ce7a7bf20fd05abc50acf22 (diff) |
from last
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 6496b4184..cf308c977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14611,9 +14611,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz", - "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", + "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, "dependencies": { "array-includes": "^3.1.7", @@ -14632,7 +14632,7 @@ "object.groupby": "^1.0.1", "object.values": "^1.1.7", "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" @@ -24744,9 +24744,9 @@ } }, "node_modules/openai": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.21.0.tgz", - "integrity": "sha512-HT0Jm2iGI5+Maq7Da/DPTeIAxNvpa5pamkhlNnJJAqJgVjaFDvMUBjGhFJoVohkYWwZjM9oSyfSC0eoVNPioaQ==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.22.0.tgz", + "integrity": "sha512-HrRx5pvkeG5H8ihaI8GmG1ls+H2pkLaFewIFmvh9Dnwz9GNcGQS6CSh5PjgalnYxE5Vu9jvz2ikRgw8xhOFweg==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", |