diff --git a/package.json b/package.json index 8cc6725..8ba8848 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Brandon Gallagher", "license": "ISC", "dependencies": { - "axios": "^1.3.3", + "axios": "^1.4.0", "discord.js": "^14.8.0", "fs": "0.0.1-security", "torrent-search-api": "git+https://github.com/brandongallagher1999/torrent-search-api.git", diff --git a/yarn.lock b/yarn.lock index b433f64..5d67647 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1661,10 +1661,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -axios@*, axios@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" - integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== +axios@*, axios@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" + integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"