From 02da9baa4b2b0d2bc70278fc39534765550c2c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 03:52:13 -0800 Subject: [PATCH] Bump axios from 0.21.0 to 0.21.1 in /desktop (#1811) Summary: Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
Release notes

Sourced from axios's releases.

v0.21.1

0.21.1 (December 21, 2020)

Fixes and Functionality:

Internal and Tests:

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.21.1 (December 21, 2020)

Fixes and Functionality:

Internal and Tests:

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.0&new-version=0.21.1)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts).
Pull Request resolved: https://github.com/facebook/flipper/pull/1811 Reviewed By: mweststrate Differential Revision: D25804193 Pulled By: passy fbshipit-source-id: a3040f4927690a27893bf972e180a7f257f6cc54 --- desktop/app/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 0e6923245..378a3126f 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -23,7 +23,7 @@ "antd": "^4.9.1", "archiver": "^5.0.2", "async-mutex": "^0.2.6", - "axios": "^0.21.0", + "axios": "^0.21.1", "console-feed": "^3.1.10", "deep-equal": "^2.0.1", "expand-tilde": "^2.0.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index e3cac5dd3..31d6ffa96 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -3477,10 +3477,10 @@ axios@^0.18.0: follow-redirects "1.5.10" is-buffer "^2.0.2" -axios@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca" - integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw== +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: follow-redirects "^1.10.0"