From bb477c02ed04f1cdbc5d8735d3c626c09ffadea5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Apr 2021 00:35:51 +0000 Subject: [PATCH] fix: upgrade memfs from 3.2.0 to 3.2.1 Snyk has created this PR to upgrade memfs from 3.2.0 to 3.2.1. See this package in npm: https://www.npmjs.com/package/memfs See this project in Snyk: https://app.snyk.io/org/j-vin-b8w/project/eb18f4cc-28bc-4690-a5bc-9f8c1462d7ef?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19bd5a9d..33a7a157 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "husky": "^5.1.3", "jest": "^26.6.3", "lint-staged": "^10.5.4", - "memfs": "^3.2.0", + "memfs": "^3.2.1", "npm-run-all": "^4.1.5", "pinst": "^2.1.6", "posthtml": "^0.15.1",