From 5c38b067490ca008eccc07e8c97cb99fa82d1cca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 12:41:29 +0000 Subject: [PATCH] fix: upgrade etch from 0.9.0 to 0.14.1 Snyk has created this PR to upgrade etch from 0.9.0 to 0.14.1. See this package in npm: https://www.npmjs.com/package/etch See this project in Snyk: https://app.snyk.io/org/sue.rocha/project/f43d8f5a-1504-4fc5-a05a-30e64f794c32?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/deprecation-cop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deprecation-cop/package.json b/packages/deprecation-cop/package.json index 6329b8cc51c..49641d7305f 100644 --- a/packages/deprecation-cop/package.json +++ b/packages/deprecation-cop/package.json @@ -9,7 +9,7 @@ "atom": ">0.50.0" }, "dependencies": { - "etch": "0.9.0", + "etch": "0.14.1", "fs-plus": "^3.0.0", "grim": "^2.0.1", "marked": "^0.3.6",