Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
deps: Bump sentry-cli to 1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Sep 23, 2020
1 parent 171d06a commit 64973c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"name": "@sentry/webpack-plugin",
"description": "Official webpack plugin for Sentry",
"keywords": [
"sentry",
"sentry-cli",
"webpack",
"source-map"
],
"keywords": ["sentry", "sentry-cli", "webpack", "source-map"],
"author": "Sentry",
"version": "1.12.1",
"license": "MIT",
Expand All @@ -18,7 +13,7 @@
"node": ">= 8"
},
"dependencies": {
"@sentry/cli": "^1.55.0"
"@sentry/cli": "^1.58.0"
},
"devDependencies": {
"codecov": "^3.5.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class SentryCliPlugin {
project: this.options.project,
authToken: this.options.authToken,
url: this.options.url,
vcsRemote: this.options.vcsRemote,
});

if (this.isDryRun()) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^13.0.0"

"@sentry/cli@^1.55.0":
version "1.55.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.55.0.tgz#0da95cd9491e11da52b15796bded72480f69591b"
integrity sha512-LOpM69Kvfaossq92wgP8cg3+0XBc9lg76udH4OdmpSZhtavS/qxWedBsnTicaT//7rQUNZBUnTPOpmCYnpGEIA==
"@sentry/cli@^1.58.0":
version "1.58.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.58.0.tgz#b1609f10e71539951499866502b13bf3a270fe79"
integrity sha512-bUBKBYyKVzjNhQpAfPJ3XAvAyNNvrD2Rtpo6B0MR3Okw3prdLFgv9Ta8TN19IXT7u9w13B2EdMnNA6dQDtrD4g==
dependencies:
https-proxy-agent "^5.0.0"
mkdirp "^0.5.5"
Expand Down

0 comments on commit 64973c9

Please sign in to comment.