From 9ab2c904a709471dfe86acc957c0df654bad04d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 01:33:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7fbfafa1d0..27ad258c0b6 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "markdown-preview": "git+https://github.com/atom/markdown-preview.git#c6df136", "metrics": "git+https://github.com/atom/metrics.git#d35d034", "minimatch": "^3.0.3", - "mocha": "6.2.3", + "mocha": "10.6.0", "mocha-junit-reporter": "2.0.0", "mocha-multi-reporters": "^1.1.4", "mock-spawn": "^0.2.6", @@ -148,7 +148,7 @@ "semver": "7.3.2", "service-hub": "^0.7.4", "settings-view": "git+https://github.com/atom/settings-view.git#94418d6", - "sinon": "9.2.1", + "sinon": "16.1.2", "snippets": "git+https://github.com/atom/snippets.git#e8e6b89", "solarized-dark-syntax": "file:packages/solarized-dark-syntax", "solarized-light-syntax": "file:packages/solarized-light-syntax",