From 75669b4ccdd3f8cf76346f06d13f6708b9cef91a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 04:23:08 +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/quead/project/3a8ba9c2-4c72-4cc8-a0ef-e384b446a647?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 5c5f93d..cb148c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "fs": "0.0.1-security", + "fs": "0.0.2", "socket.io": "^2.2.0" } }