diff --git a/.all-contributorsrc b/.all-contributorsrc index 1677a8e2..f86cf3d9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -415,6 +415,15 @@ "contributions": [ "doc" ] + }, + { + "login": "cypherbits", + "name": "cypherbits", + "avatar_url": "https://avatars.githubusercontent.com/u/10424900?v=4", + "profile": "https://github.com/cypherbits", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index a18824f0..5709c079 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Dominic Yin

💻
Brandon Rothweiler

🎨
Logic Machine

📖 +
cypherbits

📖 diff --git a/package.json b/package.json index a34f9d5d..76907d02 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@angular/platform-browser-dynamic": "^12.0.0", "@fortawesome/fontawesome-free": "^5.15.3", "@ng-bootstrap/ng-bootstrap": "^10.0.0", - "@sentry/cli": "^1.64.2", + "@sentry/cli": "^1.67.1", "@sentry/electron": "^2.5.1", "@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@types/electron-config": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index 731e34fc..1d4f79a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -236,10 +236,10 @@ "@sentry/utils" "6.7.1" tslib "^1.9.3" -"@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== +"@sentry/cli@^1.67.1": + version "1.67.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.67.1.tgz#0ae0a892851913083e31f64c7b0ffcdf9f59da58" + integrity sha512-TKPBC/mMaC6EageH3s4QM4PVr/QFSfgRuGqfc7cAzRRLnMLTvXsvxlEkVnRGCDglvSru0/NwHf1XSv/Z084zkQ== dependencies: https-proxy-agent "^5.0.0" mkdirp "^0.5.5"