From 9444d9abca2e034036dd30a9979f775fbe2928d3 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 15 Sep 2020 14:36:45 +0200 Subject: [PATCH] chore: Upgrade "write-file-atomic" to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1fef3066d3b..f1299434367a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "type": "^2.1.0", "untildify": "^3.0.3", "uuid": "^8.3.0", - "write-file-atomic": "^2.4.3", + "write-file-atomic": "^3.0.3", "yaml-ast-parser": "0.0.43", "yargs-parser": "^18.1.3" },