From 540e1daea11f3b5b4589bf2a5871085420ae8086 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 13:03:59 +0000 Subject: [PATCH 1/2] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- script/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/package.json b/script/package.json index dc432840e13..61949d7ef25 100644 --- a/script/package.json +++ b/script/package.json @@ -16,7 +16,7 @@ "electron-link": "^0.6.0", "electron-mksnapshot": "^11.0.1", "electron-packager": "^15.1.0", - "eslint": "^9.0.0", + "eslint": "^10.0.0", "eslint-config-prettier": "^4.2.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.2", @@ -46,7 +46,7 @@ "season": "5.3.0", "semver": "5.3.0", "simple-git": "^2.7.0", - "stylelint": "^13.0.0", + "stylelint": "^13.7.0", "stylelint-config-standard": "^18.1.0", "sync-request": "3.0.1", "tello": "1.2.0", From 063d9056923feff9bff37cc1684bdb56ff134665 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 13:09:15 +0000 Subject: [PATCH 2/2] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295