From 7f6cf729d253c9cdd7a9bee880ad2cbc8adb1d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 08:53:55 -0700 Subject: [PATCH] Bump electron-devtools-installer from 3.1.1 to 3.2.0 in /desktop (#2465) Summary: Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) from 3.1.1 to 3.2.0.
Release notes

Sourced from electron-devtools-installer's releases.

v3.2.0

3.2.0 (2021-04-18)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron-devtools-installer&package-manager=npm_and_yarn&previous-version=3.1.1&new-version=3.2.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/2465 Reviewed By: mweststrate Differential Revision: D29132886 Pulled By: priteshrnandgaonkar fbshipit-source-id: 928dd5949baa9adcace4206f322b099e86ef5301 --- desktop/static/package.json | 2 +- desktop/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/desktop/static/package.json b/desktop/static/package.json index f76f3f653..8c7553ea8 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -5,7 +5,7 @@ "private": true, "license": "MIT", "dependencies": { - "electron-devtools-installer": "^3.1.1", + "electron-devtools-installer": "^3.2.0", "fix-path": "^3.0.0", "mac-ca": "^1.0.6", "mkdirp": "^1.0.4", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 0e0d241a4..fed6fab6a 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -6246,13 +6246,14 @@ electron-builder@22.11.1: update-notifier "^5.1.0" yargs "^16.2.0" -electron-devtools-installer@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.1.1.tgz#7b56c8c86475c5e4e10de6917d150c53c9ceb55e" - integrity sha512-g2D4J6APbpsiIcnLkFMyKZ6bOpEJ0Ltcc2m66F7oKUymyGAt628OWeU9nRZoh1cNmUs/a6Cls2UfOmsZtE496Q== +electron-devtools-installer@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz#acc48d24eb7033fe5af284a19667e73b78d406d0" + integrity sha512-t3UczsYugm4OAbqvdImMCImIMVdFzJAHgbwHpkl5jmfu1izVgUcP/mnrPqJIpEeCK1uZGpt+yHgWEN+9EwoYhQ== dependencies: rimraf "^3.0.2" semver "^7.2.1" + tslib "^2.1.0" unzip-crx-3 "^0.2.0" electron-publish@22.11.1: