From 91aafa6ccaf83a92276699d489e75396c10870e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 13:27:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9cd60e..778bad1 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "@types/node": "^12.x", "chai": "^4.x", "dtslint": "^3.x", - "eslint": "^6.x", + "eslint": "^9.0.0", "eslint-config-google": "^0.14.x", - "mocha": "^7.x", + "mocha": "^10.6.0", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", "sinon": "^9.x"