diff --git a/package-lock.json b/package-lock.json index 3996719..c5bf6fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octokit/rest": "^19.0.13", "@types/ssh2-streams": "^0.1.9", - "axios": "^1.5.0", + "axios": "^1.6.3", "jsonpath": "^1.1.1", "jsonpath-plus": "^7.2.0", "node-ssh": "^13.1.0", @@ -2141,9 +2141,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", + "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index d072079..9bd41a6 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "dependencies": { "@octokit/rest": "^19.0.13", "@types/ssh2-streams": "^0.1.9", - "axios": "^1.5.0", + "axios": "^1.6.3", "jsonpath": "^1.1.1", "jsonpath-plus": "^7.2.0", "node-ssh": "^13.1.0",