Skip to content

Commit

Permalink
Merge pull request #405 from che-incubator/upgrade-axios
Browse files Browse the repository at this point in the history
Upgrade axios version
  • Loading branch information
RomanNikitenko authored Aug 27, 2024
2 parents 70df51e + c06ea8f commit 236a4c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion code/extensions/che-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@devfile/api": "^2.3.0-1723034342",
"axios": "^1.7.0",
"axios": "^1.7.4",
"@kubernetes/client-node": "^0.21.0",
"fs-extra": "^11.2.0",
"inversify": "^6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions code/extensions/che-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -856,10 +856,10 @@ axios@^0.24.0:
dependencies:
follow-redirects "^1.14.4"

axios@^1.7.0:
version "1.7.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
axios@^1.7.4:
version "1.7.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/extensions/che-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"vscode-nls": "^5.0.0",
"axios": "^1.7.0",
"@eclipse-che/che-devworkspace-generator": "7.89.0-next-784dff2",
"axios": "^1.7.4",
"@eclipse-che/che-devworkspace-generator": "7.90.0-1a2253f",
"https": "^1.0.0",
"js-yaml": "^4.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions code/extensions/che-remote/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@
node-fetch "^2.6.0"
url-parse "^1.4.3"

"@eclipse-che/che-devworkspace-generator@7.89.0-next-784dff2":
version "7.89.0-next-784dff2"
resolved "https://registry.yarnpkg.com/@eclipse-che/che-devworkspace-generator/-/che-devworkspace-generator-7.89.0-next-784dff2.tgz#3ed9aa348712e78e100d1c4445ca146430ed5576"
integrity sha512-Mqkxw2VJB+p4B5QH5fXAU+Q68gXfaY2TphodqHxLHwAW0zBpLqyPTYbAwVk4ESUzy6BLXrSktYXJ3AA5ZIjrMg==
"@eclipse-che/che-devworkspace-generator@7.90.0-1a2253f":
version "7.90.0-1a2253f"
resolved "https://registry.yarnpkg.com/@eclipse-che/che-devworkspace-generator/-/che-devworkspace-generator-7.90.0-1a2253f.tgz#feb8657a8524c3194a35bda9626acc724c0842f7"
integrity sha512-jp3NVkF2JH0hjwfPMiLF7S9Rd2LW4WYzuz7Gr5N9/FPSUqhjksd9ihDpAIvxw5FiheSR8ptbsP6T31/qmhGhdg==
dependencies:
"@devfile/api" "2.3.0-1721400636"
axios "^1.7.0"
axios "^1.7.4"
fs-extra "^11.2.0"
inversify "^6.0.2"
js-yaml "^4.0.0"
Expand Down Expand Up @@ -825,10 +825,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios@^1.7.0:
version "1.7.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
axios@^1.7.4:
version "1.7.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 236a4c0

Please sign in to comment.