From 21b1bd031c91dabc51bcd83259423e396d6e3500 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Feb 2022 08:20:36 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.1 to 0.25.0 Snyk has created this PR to upgrade axios from 0.21.1 to 0.25.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/cimok2000/project/2a4ebe1e-7c0c-4952-8fc6-088ba924d446?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69ddb8a..9f2860c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -254,11 +254,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", + "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.7" } }, "balanced-match": { @@ -551,9 +551,9 @@ "dev": true }, "follow-redirects": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", - "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==" + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" }, "fs.realpath": { "version": "1.0.0", diff --git a/package.json b/package.json index 602b6f7..e9096a3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "repository": "git://github.com/cimok2000/FOAAS.git", "license": "ISC", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.25.0", "dotenv": "^10.0.0", "ts-node": "^10.1.0", "typescript": "^4.3.5"