diff --git a/package-lock.json b/package-lock.json index fbfb37f..6719335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "iconv-lite": "0.6.3", "plugin-error": "1.0.1", - "through2": "3.0.1" + "through2": "3.0.2" }, "devDependencies": { "event-stream": "3.3.4", @@ -1503,9 +1503,10 @@ } }, "node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" }, "node_modules/is-binary-path": { "version": "2.1.0", @@ -3322,10 +3323,12 @@ "dev": true }, "node_modules/through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz", + "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", + "license": "MIT", "dependencies": { + "inherits": "^2.0.4", "readable-stream": "2 || 3" } }, diff --git a/package.json b/package.json index c2aa0c2..fc80239 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "iconv-lite": "0.6.3", "plugin-error": "1.0.1", - "through2": "3.0.1" + "through2": "3.0.2" }, "devDependencies": { "event-stream": "3.3.4",