From 7cac9a3a8fb69e7d3e1efce30cfd64af88c64859 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 15:19:06 +0000 Subject: [PATCH] fix: Migration/MigrationV3V4/Node/custom-recognizer-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../MigrationV3V4/Node/custom-recognizer-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migration/MigrationV3V4/Node/custom-recognizer-example/package.json b/Migration/MigrationV3V4/Node/custom-recognizer-example/package.json index 3ea8b1eac7..805d3e6195 100644 --- a/Migration/MigrationV3V4/Node/custom-recognizer-example/package.json +++ b/Migration/MigrationV3V4/Node/custom-recognizer-example/package.json @@ -21,7 +21,7 @@ "restify": "~8.3.3" }, "devDependencies": { - "eslint": "^6.0.1", + "eslint": "^9.15.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^9.1.0",