diff --git a/package-lock.json b/package-lock.json index a88ee6884..a9042a932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adguard/hostlist-compiler": "^2.1.0", "@sindresorhus/slugify": "^3.0.0", - "axios": "1.19.0", + "axios": "1.20.0", "fs-extra": "^11.3.6" } }, @@ -275,9 +275,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index cd247241f..5451e9b3d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@adguard/hostlist-compiler": "^2.1.0", "@sindresorhus/slugify": "^3.0.0", - "axios": "1.19.0", + "axios": "1.20.0", "fs-extra": "^11.3.6" }, "resolutions": {