From 58710cfdbedfccf7f2c84d90a50899d23eeea072 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 04:32:05 +0000 Subject: [PATCH] Bump @sentry/cli from 1.63.1 to 1.64.2 Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 1.63.1 to 1.64.2. - [Release notes](https://github.com/getsentry/sentry-cli/releases) - [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-cli/compare/1.63.1...1.64.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21461705..87d36a44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@sentry/cli": "^1.63.1", + "@sentry/cli": "^1.64.2", "@sentry/electron": "^2.4.0", "@terminus-term/to-string-loader": "1.1.7-beta.1", "@types/electron-config": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index 9584b017..ecdfa068 100644 --- a/yarn.lock +++ b/yarn.lock @@ -145,14 +145,15 @@ "@sentry/utils" "5.27.6" tslib "^1.9.3" -"@sentry/cli@^1.63.1": - version "1.63.1" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.63.1.tgz#306a0591190432574082d4ce4a72363201972461" - integrity sha512-qksIcrnObkGvtubs1FmW4EMXLo7R43Dobgzuxnyoebo1Y5KfRLziiw6H+ux8D4c1Nui4SuvDGDq0ObAfO5oE6Q== +"@sentry/cli@^1.64.2": + version "1.64.2" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.64.2.tgz#38a68d31692675061fdedd27d4006a249bc915a9" + integrity sha512-hBF8cswn878W7YqAgeg/vcQ51BgtpeiklGV6Q5MEXqGXtbjaKTBYBcKTkhzpkkcUtTu5bFkVcdGzVtpl4oBe+g== dependencies: https-proxy-agent "^5.0.0" mkdirp "^0.5.5" node-fetch "^2.6.0" + npmlog "^4.1.2" progress "^2.0.3" proxy-from-env "^1.1.0" -- GitLab