From 6f0cd9639af34f66cf156e6a1e9cb7748a7b8384 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 10:14:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c3670e..faa4716 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@semantic-release/changelog": "^3.0.2", "@semantic-release/commit-analyzer": "^6.1.0", "@semantic-release/git": "^7.0.8", - "@semantic-release/npm": "^5.1.8", + "@semantic-release/npm": "^7.1.0", "@semantic-release/release-notes-generator": "^7.1.4", "@types/fs-extra": "^5.1.0", "@types/lodash": "^4.14.132", @@ -94,7 +94,7 @@ "conventional-changelog": "^3.1.3", "conventional-changelog-cli": "^2.1.0", "esbuild": "^0.8.39", - "eslint": "^6.6.0", + "eslint": "^9.26.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsdoc": "^17.1.1", "eslint-plugin-no-null": "^1.0.2", @@ -106,7 +106,7 @@ "koa-router": "^7.4.0", "koa-static": "^5.0.0", "mdgator": "^1.1.2", - "mocha": "^6.1.4", + "mocha": "^10.6.0", "nyc": "^14.1.1", "rimraf": "^2.6.3", "source-map-support": "^0.5.12",