From 41b5c4e8a926f03eaa302dc4dee15371e67939c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 06:34:41 +0000 Subject: [PATCH] fix: upgrade vinyl from 2.2.0 to 2.2.1 Snyk has created this PR to upgrade vinyl from 2.2.0 to 2.2.1. See this package in npm: https://www.npmjs.com/package/vinyl See this project in Snyk: https://app.snyk.io/org/jorrit/project/4b6a3c4b-f6a9-4a3d-bbfe-dcee933d2bf0?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4034db6..0902921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2960,9 +2960,9 @@ } }, "vinyl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", - "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", + "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", "requires": { "clone": "^2.1.1", "clone-buffer": "^1.0.0", diff --git a/package.json b/package.json index 625ea8d..985a567 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "event-stream": "^4.0.1", "plugin-error": "^1.0.1", "requirejs": "^2.3.6", - "vinyl": "^2.2.0" + "vinyl": "^2.2.1" }, "devDependencies": { "coveralls": "^3.1.0",