From d3843ec657eebfd0c803229548703b03b784f09e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:47:45 +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 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9cd60e..6aaf9ce 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.26.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"