Skip to content

Commit

Permalink
Update Axios (#1913)
Browse files Browse the repository at this point in the history
* update axios

* update axios to latest

* remove unnecessary dependency

* remove axios

this is not needed here

* remove axios

* reset sha integrities
  • Loading branch information
nagilson authored Aug 14, 2024
1 parent 76d021e commit c2c90e5
Show file tree
Hide file tree
Showing 11 changed files with 1,342 additions and 3,327 deletions.
20 changes: 10 additions & 10 deletions sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ util-deprecate@^1.0.1:
"@types/shelljs" "^0.8.9"
"@types/vscode" "1.74.0"
"@vscode/sudo-prompt" "^9.3.1"
axios "^1.7.2"
axios "^1.7.4"
axios-cache-interceptor "^1.5.3"
axios-retry "^3.4.0"
chai "4.3.4"
Expand All @@ -1823,7 +1823,7 @@ util-deprecate@^1.0.1:
run-script-os "^1.1.6"
semver "^7.6.2"
shelljs "^0.8.5"
typescript "4.4.4"
typescript "^5.5.4"
vscode-extension-telemetry "^0.4.3"
vscode-test "^1.6.1"
optionalDependencies:
Expand All @@ -1835,7 +1835,7 @@ util-deprecate@^1.0.1:
dependencies:
"@types/chai-as-promised" "^7.1.8"
"@vscode/test-electron" "^2.3.9"
axios "^1.3.4"
axios "^1.7.4"
axios-cache-interceptor "^1.0.1"
axios-retry "^3.4.0"
chai "4.3.4"
Expand All @@ -1846,7 +1846,7 @@ util-deprecate@^1.0.1:
rimraf "3.0.2"
shelljs "^0.8.5"
ts-loader "^9.5.1"
typescript "4.4.4"
typescript "^5.5.4"
vscode-dotnet-runtime-library "file:../vscode-dotnet-runtime-library"
webpack-permissions-plugin "^1.0.9"

Expand All @@ -1861,7 +1861,7 @@ util-deprecate@^1.0.1:
"@types/rimraf" "3.0.2"
"@types/vscode" "1.74.0"
"@vscode/test-electron" "^2.3.9"
axios "^1.3.4"
axios "^1.7.4"
axios-cache-interceptor "^1.0.1"
axios-retry "^3.4.0"
chai "4.3.4"
Expand Down
Loading

0 comments on commit c2c90e5

Please sign in to comment.