diff --git a/package-lock.json b/package-lock.json index 5abd494..0ba44f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "clipboardy": "^2.3.0", - "colors": "^1.4.0", + "colors": "^1.4.2", "copy-paste": "^1.3.0", "fs": "0.0.1-security", "mal-scraper": "^2.11.2", @@ -253,9 +253,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.2.tgz", + "integrity": "sha512-5QhJWPFZqkKIieXJPpCprdOytvH7v0AGWpu9K2jZ4LWkGg3dVBNoYPgGGRpEsc0jb8Boy0ElYrdjH9uXfhRSqw==", "engines": { "node": ">=0.1.90" } @@ -276,8 +276,7 @@ "resolved": "https://registry.npmjs.org/copy-paste/-/copy-paste-1.3.0.tgz", "integrity": "sha1-p+bEocKP3t8rCB5yuX3y75X0ce0=", "dependencies": { - "iconv-lite": "^0.4.8", - "sync-exec": "~0.6.x" + "iconv-lite": "^0.4.8" }, "optionalDependencies": { "sync-exec": "~0.6.x" @@ -434,8 +433,7 @@ "esprima": "^4.0.1", "estraverse": "^4.2.0", "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" + "optionator": "^0.8.1" }, "bin": { "escodegen": "bin/escodegen.js", @@ -1916,9 +1914,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.2.tgz", + "integrity": "sha512-5QhJWPFZqkKIieXJPpCprdOytvH7v0AGWpu9K2jZ4LWkGg3dVBNoYPgGGRpEsc0jb8Boy0ElYrdjH9uXfhRSqw==" }, "combined-stream": { "version": "1.0.8", diff --git a/package.json b/package.json index acc9549..27751fd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "clipboardy": "^2.3.0", - "colors": "^1.4.0", + "colors": "^1.4.2", "copy-paste": "^1.3.0", "fs": "0.0.1-security", "mal-scraper": "^2.11.2",