From 09d5a12b423e89996f53db1d3ce70ef1ad41a426 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:07:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AXIOS-15965856 - https://snyk.io/vuln/SNYK-JS-AXIOS-15969258 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298055 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298058 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298095 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298130 - https://snyk.io/vuln/SNYK-JS-AXIOS-16298162 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299478 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299819 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299904 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299921 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299923 - https://snyk.io/vuln/SNYK-JS-AXIOS-16299925 - https://snyk.io/vuln/SNYK-JS-AXIOS-16417750 - https://snyk.io/vuln/SNYK-JS-AXIOS-17111060 - https://snyk.io/vuln/SNYK-JS-AXIOS-17111062 - https://snyk.io/vuln/SNYK-JS-AXIOS-17111079 - https://snyk.io/vuln/SNYK-JS-AXIOS-17111081 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-FLATTED-15518041 - https://snyk.io/vuln/SNYK-JS-FLATTED-15700433 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 - https://snyk.io/vuln/SNYK-JS-NESTJSCORE-15682556 - https://snyk.io/vuln/SNYK-JS-NESTJSCORE-15920868 - https://snyk.io/vuln/SNYK-JS-PICOMATCH-15765511 - https://snyk.io/vuln/SNYK-JS-PICOMATCH-15765513 - https://snyk.io/vuln/SNYK-JS-TMP-16881240 - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 565fca8..2a98609 100644 --- a/package.json +++ b/package.json @@ -33,22 +33,22 @@ "node": ">=10.0.0" }, "dependencies": { - "axios": "1.13.5" + "axios": "1.16.0" }, "homepage": "https://github.com/circlefin/circle-nodejs-sdk#readme", "publishConfig": { "registry": "https://registry.npmjs.com/" }, "devDependencies": { - "@commitlint/cli": "^17.0.3", + "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^17.0.3", - "@openapitools/openapi-generator-cli": "^2.5.1", + "@openapitools/openapi-generator-cli": "^2.31.1", "@types/jest": "^28.1.7", "@types/mustache": "^4.2.1", "@types/node": "^14.14.14", "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^8.0.1", - "eslint-config-standard-with-typescript": "^22.0.0", + "eslint": "^9.26.0", + "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0",