From c6721eae3b1b6308c09264f9e3d30b2606504706 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:44:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6371a0bfbd0..d0994441fae 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "autocomplete-snippets": "https://www.atom.io/api/packages/autocomplete-snippets/versions/1.12.1/tarball", "autoflow": "file:packages/autoflow", "autosave": "https://www.atom.io/api/packages/autosave/versions/0.24.6/tarball", - "babel-core": "5.8.38", + "babel-core": "6.2.0", "background-tips": "https://www.atom.io/api/packages/background-tips/versions/0.28.0/tarball", "base16-tomorrow-dark-theme": "file:packages/base16-tomorrow-dark-theme", "base16-tomorrow-light-theme": "file:packages/base16-tomorrow-light-theme", @@ -70,7 +70,7 @@ "git-diff": "file:packages/git-diff", "git-utils": "5.7.1", "github": "https://www.atom.io/api/packages/github/versions/0.36.10/tarball", - "glob": "^7.1.1", + "glob": "^9.0.0", "go-to-line": "file:packages/go-to-line", "grammar-selector": "file:packages/grammar-selector", "grim": "2.0.3",