From 1b8d251a633be3acc9dac61a81afc3c32b9d357b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:00:13 +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-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e21b294..3bbeb8d 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ "@eslint/js": "^9.16.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/npm": "^12.0.1", + "@semantic-release/npm": "^13.0.0", "@types/http-proxy": "^1.17.15", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "commitlint": "^19.6.0", - "eslint": "^9.16.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.13.0", @@ -54,7 +54,7 @@ "nodemon": "^3.1.7", "prettier": "3.4.2", "rimraf": "^6.0.1", - "semantic-release": "^24.2.0", + "semantic-release": "^25.0.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.7.2",