From c7aac55dc3ef86a594cb7eef77c33ddcbaf750a4 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 28 Apr 2023 03:15:21 +0200 Subject: [PATCH] [Snyk] Upgrade axios from 1.3.4 to 1.3.5 (#2650) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade axios from 1.3.4 to 1.3.5.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-04-05.
Release notes
Package name: axios from axios GitHub release notes
Commit messages
Package name: axios
  • 4af78a7 chore(release): v1.3.5 (#5634)
  • a56c866 fix(params): re-added the ability to set the function as `paramsSerializer` config; (#5633)
  • e7decef fix(headers): fixed isValidHeaderName to support full list of allowed characters; (#5584)
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?pkg=axios&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) --- gui/velociraptor/package-lock.json | 14 +++++++------- gui/velociraptor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index af142fcbaa..3dd078a135 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.7", "ace-builds": "1.16.0", - "axios": ">=1.2.6", + "axios": "^1.3.5", "axios-retry": "3.4.0", "bootstrap": "^4.6.2", "classnames": "^2.3.2", @@ -2109,9 +2109,9 @@ } }, "node_modules/axios": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz", - "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz", + "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -12558,9 +12558,9 @@ "dev": true }, "axios": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz", - "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz", + "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 385a490a98..a037a990c2 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -12,7 +12,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.7", - "axios": ">=1.2.6", + "axios": ">=1.3.5", "ace-builds": "1.16.0", "axios-retry": "3.4.0", "bootstrap": "^4.6.2",