diff --git a/package-lock.json b/package-lock.json index 4f67d5a..9188242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claudette", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claudette", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.63.0", @@ -16,7 +16,7 @@ "chalk": "^4.1.2", "commander": "^14.0.1", "dotenv": "^17.2.2", - "lru-cache": "^11.2.1", + "lru-cache": "^11.2.2", "node-fetch": "^3.3.2", "openai": "^5.22.0", "ora": "^5.4.1", @@ -1624,9 +1624,9 @@ } }, "node_modules/lru-cache": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz", - "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz", + "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==", "license": "ISC", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 0b8f0da..5e9a8e5 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "chalk": "^4.1.2", "commander": "^14.0.1", "dotenv": "^17.2.2", - "lru-cache": "^11.2.1", + "lru-cache": "^11.2.2", "node-fetch": "^3.3.2", "openai": "^5.22.0", "ora": "^5.4.1",