diff --git a/package.json b/package.json index 2c7ebd30dc..0794bc874a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@sentry/vue": "^7.11.1", "@toast-ui/editor": "^2.3.1", "ajv": "^8.12.0", - "axios": "^1.4.0", + "axios": "^1.6.1", "broadcast-channel": "^5.1.0", "codemirror": "5.58.2", "core-js": "^3.25.1", diff --git a/yarn.lock b/yarn.lock index 5552789e1b..6351512588 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3750,10 +3750,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -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== +axios@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"