Skip to content

Commit

Permalink
Use @nosferatu500/textract to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko655 committed Mar 5, 2022
1 parent ae4178d commit a83fb80
Show file tree
Hide file tree
Showing 3 changed files with 2,275 additions and 1,656 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { TextLintEngine } = require('textlint');
const { exec } = require('child_process');
const util = require('util');
const path = require('path');
const textract = require('textract');
const textract = require('@nosferatu500/textract');
const { execFilePath, resourceFilePath } = require('./lib/binaries');

const configDirPath = resourceFilePath('textlint_config');
Expand Down
Loading

0 comments on commit a83fb80

Please sign in to comment.