From 16e3a9cb3db9529e311268f73cb597e932219d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 06:27:13 -0700 Subject: [PATCH] Bump axios from 0.21.4 to 0.22.0 in /desktop (#2940) Summary: Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.22.0.
Release notes

Sourced from axios's releases.

v0.22.0

0.22.0 (October 01, 2021)

Fixes and Functionality:

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

Changelog

Sourced from axios's changelog.

0.22.0 (October 01, 2021)

Fixes and Functionality:

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=0.21.4&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2940 Reviewed By: passy Differential Revision: D31390489 Pulled By: jknoxville fbshipit-source-id: 3abea61aaa89e2320b81af78a3d6d02018c5f158 --- desktop/app/package.json | 2 +- desktop/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index e5ee83dcd..c99c6a722 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -27,7 +27,7 @@ "antd": "4.16.8", "archiver": "^5.0.2", "async-mutex": "^0.3.2", - "axios": "^0.21.2", + "axios": "^0.22.0", "cbuffer": "^2.2.0", "console-feed": "^3.2.2", "crc32": "^0.2.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4100c90c9..0cbdb60ec 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -4232,7 +4232,7 @@ axe-core@^4.0.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.0.tgz#6594db4ee62f78be79e32a7295d21b099b60668d" integrity sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg== -axios@^0.18.0, axios@^0.21.1, axios@^0.21.2: +axios@^0.18.0, axios@^0.21.1, axios@^0.22.0: version "0.21.4" resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==