From f91cbfd6544dddf4d5a955f8afccc9e7ed154c4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Apr 2021 02:19:55 +0000 Subject: [PATCH] fix: upgrade fs from 0.0.1-security to 0.0.2 Snyk has created this PR to upgrade fs from 0.0.1-security to 0.0.2. See this package in npm: https://www.npmjs.com/package/fs See this project in Snyk: https://app.snyk.io/org/mrhegemon/project/c14bc408-06a6-4fea-831f-b9a6dbb5e6a6?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 b7126d0..290e194 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "deep-equal": "^2.0.1", "express": "^4.17.1", "express-graphql": "^0.9.0", - "fs": "0.0.1-security", + "fs": "0.0.2", "glob": "^7.1.2", "graphql": "^14.5.8", "graphql-compose": "~7.9.0",