From d5da013dcf7bfa8db6685b1c0b52b34e772bb6b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Aug 2020 03:48:33 +0000 Subject: [PATCH] fix: upgrade axios from 0.19.0 to 0.19.2 Snyk has created this PR to upgrade axios from 0.19.0 to 0.19.2. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/techcoderx/project/e4eb5018-ac49-46e0-b28e-75146ea07c7f?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0650b10..a98cd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -358,12 +358,11 @@ "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" }, "axios": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz", - "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", "requires": { - "follow-redirects": "1.5.10", - "is-buffer": "^2.0.2" + "follow-redirects": "1.5.10" } }, "balanced-match": { @@ -1614,11 +1613,6 @@ } } }, - "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" - }, "is-ci": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", diff --git a/package.json b/package.json index 28195cd..d1b3dbf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "techcoderx", "dependencies": { "async": "^2.6.2", - "axios": "^0.19.0", + "axios": "^0.19.2", "discord.js": "^11.5.1", "fs": "0.0.1-security", "ipfs-http-client": "^29.1.1",