diff --git a/package-lock.json b/package-lock.json index 722ee039..0dbf83d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "image-size": "1.0.2", "image-to-ascii": "3.0.13", "lodash": "4.17.21", - "lru-cache": "10.0.0", + "lru-cache": "10.1.0", "mime-types": "2.1.35", "node-fetch": "2.6.11", "p-limit": "3.1.0", @@ -11563,9 +11563,9 @@ "dev": true }, "node_modules/lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", + "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index 88bc3976..93d9d2b1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "image-size": "1.0.2", "image-to-ascii": "3.0.13", "lodash": "4.17.21", - "lru-cache": "10.0.0", + "lru-cache": "10.1.0", "mime-types": "2.1.35", "node-fetch": "2.6.11", "p-limit": "3.1.0",