diff --git a/package-lock.json b/package-lock.json index 635e7efa..fbc7e4d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "graphql": "16.8.1", "graphql-tag": "2.12.6", "image-size": "1.2.0", - "image-to-ascii": "3.2.0", + "image-to-ascii": "3.2.1", "lodash": "4.17.21", "lru-cache": "10.4.3", "mime-types": "2.1.35", @@ -8752,9 +8752,10 @@ } }, "node_modules/image-to-ascii": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/image-to-ascii/-/image-to-ascii-3.2.0.tgz", - "integrity": "sha512-qbjPd7CCC713mNKYsyeBxHVTxe88cJuc4og2f1LbS88shbiJBbEO9sPqhtSn8n/mTgiCGUq1IPd9c0Jy3wfCjA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/image-to-ascii/-/image-to-ascii-3.2.1.tgz", + "integrity": "sha512-UY00ZRWxvRaZm6Sb4Z+8E3u70eKGe68xOt5F2Xb6B3o8F6PpVVeJ/9j1/EIHvyqf2pV69C6TI0WGeD9+z4wQ0A==", + "license": "MIT", "dependencies": { "asciify-pixel-matrix": "^1.0.14", "compute-size": "^1.0.13", diff --git a/package.json b/package.json index a93b5a1f..c6344b4e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "graphql": "16.8.1", "graphql-tag": "2.12.6", "image-size": "1.2.0", - "image-to-ascii": "3.2.0", + "image-to-ascii": "3.2.1", "lodash": "4.17.21", "lru-cache": "10.4.3", "mime-types": "2.1.35",