diff --git a/scripts/package.json b/scripts/package.json index fcefae62162..10d66758e98 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -9,7 +9,7 @@ "author": "Joost De Cock (https://github.com/joostdecock)", "license": "MIT", "dependencies": { - "axios": "^1.3.2", + "axios": "^1.6.0", "chalk": "^5.2.0", "glob": "^8.0.3", "i18n": "^0.15.1", diff --git a/scripts/yarn.lock b/scripts/yarn.lock index 1d6799491f5..b94c3578275 100644 --- a/scripts/yarn.lock +++ b/scripts/yarn.lock @@ -84,10 +84,10 @@ asynckit@^0.4.0: resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.3.2: - version "1.3.2" - resolved "https://registry.npmjs.org/axios/-/axios-1.3.2.tgz" - integrity sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"