From 0b463381085b0baa36c96266fda6653696d6818e Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 11 Feb 2023 12:10:34 +0000 Subject: [PATCH] [Snyk] Upgrade axios-retry from 3.3.1 to 3.4.0 (#2438) fix: upgrade axios-retry from 3.3.1 to 3.4.0 Snyk has created this PR to upgrade axios-retry from 3.3.1 to 3.4.0. See this package in npm: https://www.npmjs.com/package/axios-retry See this project in Snyk: https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr --- gui/velociraptor/package-lock.json | 16 ++++++++-------- gui/velociraptor/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index 3ce46bbf949..654a26ef8b8 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -17,8 +17,8 @@ "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.6", "ace-builds": "1.14.0", - "axios": "^1.2.3", - "axios-retry": "3.3.1", + "axios": ">=1.2.3", + "axios-retry": "^3.4.0", "bootstrap": "^4.6.2", "classnames": "^2.3.2", "csv-parse": "4.16.3", @@ -3827,9 +3827,9 @@ } }, "node_modules/axios-retry": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.3.1.tgz", - "integrity": "sha512-RohAUQTDxBSWLFEnoIG/6bvmy8l3TfpkclgStjl5MDCMBDgapAWCmr1r/9harQfWC8bzLC8job6UcL1A1Yc+/Q==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.4.0.tgz", + "integrity": "sha512-VdgaP+gHH4iQYCCNUWF2pcqeciVOdGrBBAYUfTY+wPcO5Ltvp/37MLFNCmJKo7Gj3SHvCSdL8ouI1qLYJN3liA==", "dependencies": { "@babel/runtime": "^7.15.4", "is-retry-allowed": "^2.2.0" @@ -15787,9 +15787,9 @@ } }, "axios-retry": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.3.1.tgz", - "integrity": "sha512-RohAUQTDxBSWLFEnoIG/6bvmy8l3TfpkclgStjl5MDCMBDgapAWCmr1r/9harQfWC8bzLC8job6UcL1A1Yc+/Q==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.4.0.tgz", + "integrity": "sha512-VdgaP+gHH4iQYCCNUWF2pcqeciVOdGrBBAYUfTY+wPcO5Ltvp/37MLFNCmJKo7Gj3SHvCSdL8ouI1qLYJN3liA==", "requires": { "@babel/runtime": "^7.15.4", "is-retry-allowed": "^2.2.0" diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 5576a568d05..3a81a5eb83c 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -14,7 +14,7 @@ "@popperjs/core": "^2.11.6", "ace-builds": "1.14.0", "axios": ">=1.2.3", - "axios-retry": "3.3.1", + "axios-retry": "3.4.0", "bootstrap": "^4.6.2", "classnames": "^2.3.2", "csv-parse": "4.16.3",