From f05b7db4674c716852c9d6f6df941687fda0f83e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:02:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7fbfafa1d0..1dc52652f2b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "autocomplete-snippets": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23", "autoflow": "file:packages/autoflow", "autosave": "git+https://github.com/atom/autosave.git#129cbb9", - "babel-core": "5.8.38", + "babel-core": "6.9.0", "background-tips": "git+https://github.com/atom/background-tips.git#e54189c", "base16-tomorrow-dark-theme": "file:packages/base16-tomorrow-dark-theme", "base16-tomorrow-light-theme": "file:packages/base16-tomorrow-light-theme",