diff --git a/package-lock.json b/package-lock.json index bc0569a4..3d1ab0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "image-size": "1.0.2", "image-to-ascii": "3.2.0", "lodash": "4.17.21", - "lru-cache": "10.1.0", + "lru-cache": "10.2.1", "mime-types": "2.1.35", "node-fetch": "2.7.0", "p-limit": "3.1.0", @@ -11812,9 +11812,9 @@ "dev": true }, "node_modules/lru-cache": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", - "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz", + "integrity": "sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==", "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index 9dd83367..5ba58489 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "image-size": "1.0.2", "image-to-ascii": "3.2.0", "lodash": "4.17.21", - "lru-cache": "10.1.0", + "lru-cache": "10.2.1", "mime-types": "2.1.35", "node-fetch": "2.7.0", "p-limit": "3.1.0",