Skip to content

Commit

Permalink
chore(deps-dev): bump @sentry/node from 5.12.4 to 5.13.1 (#4158)
Browse files Browse the repository at this point in the history
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.12.4 to 5.13.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@5.12.4...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 28, 2020
1 parent d91cda8 commit 87b01bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@glimmer/tracking": "^1.0.0",
"@sentry/browser": "^5.13.0",
"@sentry/integrations": "^5.13.0",
"@sentry/node": "^5.12.4",
"@sentry/node": "^5.13.1",
"@types/ember": "^3.1.1",
"@types/ember-data": "^3.1.9",
"@types/ember-qunit": "^3.4.7",
Expand Down
81 changes: 17 additions & 64 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1232,29 +1232,19 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@sentry/apm@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.12.4.tgz#b4b95b20766b1f8cda2e8e52a13bf62110ce7e5c"
integrity sha512-CpoGSPtZg1+9bDstnFReNQ80sgaxmacgYxoCafD++cQ61GxjM6oGl9TlTDGUwMHpFiTZHWIsswxEwD1Y1PWukw==
"@sentry/apm@5.13.1":
version "5.13.1"
resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.13.1.tgz#152a7a54b06f344112477cb376e8554860a6af86"
integrity sha512-be6M8/TOA/K7jQNZEm1YC0Y9+LdM0jyX5LMwy9NWwhneE6Iq8xvsU/pYZByj6+AAs0tIpiFd9QFxFKNUtKIRUQ==
dependencies:
"@sentry/browser" "5.12.4"
"@sentry/hub" "5.12.4"
"@sentry/minimal" "5.12.4"
"@sentry/types" "5.12.4"
"@sentry/utils" "5.12.4"
tslib "^1.9.3"

"@sentry/browser@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.12.4.tgz#6eb41ea1440161787f2312e4d2544167858c4cd7"
integrity sha512-D74LtB9sevPpYgczYsbKTcx7IdCxHPuv5JxD9YQfzNmpCzBiwlUGqr3u03SdVOwmdVrzfRLjxO+vYPe071zjbA==
dependencies:
"@sentry/core" "5.12.4"
"@sentry/browser" "5.13.0"
"@sentry/hub" "5.13.0"
"@sentry/minimal" "5.13.0"
"@sentry/types" "5.12.4"
"@sentry/utils" "5.12.4"
"@sentry/utils" "5.13.0"
tslib "^1.9.3"

"@sentry/browser@^5.13.0":
"@sentry/browser@5.13.0", "@sentry/browser@^5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.13.0.tgz#399b0a09d6603726d787b746bcc70659010bc50c"
integrity sha512-adiW9gG/gCrl6FQAA6Fk8osXMHxP3pYltszRK0mr55O7GcTC8RQNI3mEW/YuQV9IySUL8dFWQ0v8n0lfssHf/A==
Expand All @@ -1264,17 +1254,6 @@
"@sentry/utils" "5.13.0"
tslib "^1.9.3"

"@sentry/core@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.12.4.tgz#d50cebe6af425be425ed5830b3b579de2b9c8251"
integrity sha512-n4ZQxqq78GhYMeY2hiP0pn9Z+/2/yNfXwxnh4o59qagD/NfUe5wj4l8cwMvzFn5I7gy0xmUp3BkJrwsZlAYfUw==
dependencies:
"@sentry/hub" "5.12.4"
"@sentry/minimal" "5.12.4"
"@sentry/types" "5.12.4"
"@sentry/utils" "5.12.4"
tslib "^1.9.3"

"@sentry/core@5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.13.0.tgz#144beb2d48b53244774a7fd809f9b5b672920971"
Expand All @@ -1286,15 +1265,6 @@
"@sentry/utils" "5.13.0"
tslib "^1.9.3"

"@sentry/hub@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.12.4.tgz#eba014c38670528fb9f48a3d71299a498795395e"
integrity sha512-x0IGqTXgjRQrrLbjkjYa2qbwSa6dFejM3F29cpwjD7yp87MVkmDy/S7LwFFsjThOzsHXsjQxmPlQB8nu4sIOXw==
dependencies:
"@sentry/types" "5.12.4"
"@sentry/utils" "5.12.4"
tslib "^1.9.3"

"@sentry/hub@5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.13.0.tgz#f48e3e4e273f40316391cd6190e22ea69cb20c7e"
Expand All @@ -1313,15 +1283,6 @@
"@sentry/utils" "5.13.0"
tslib "^1.9.3"

"@sentry/minimal@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.12.4.tgz#fde8ca4f6f52b49c676a66e42fc0d1ac6fad1d50"
integrity sha512-/cDkibXPIXYjboMZ4nSytJmpR/QIT1d0i9qxqlZh4vwsb2mrGdU9KxNvR6G3AXTQNybehm6TGewPo8rGz1GJQQ==
dependencies:
"@sentry/hub" "5.12.4"
"@sentry/types" "5.12.4"
tslib "^1.9.3"

"@sentry/minimal@5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.13.0.tgz#ee906191e3c2a1f7d0925fbfa0a4e96261013764"
Expand All @@ -1331,16 +1292,16 @@
"@sentry/types" "5.12.4"
tslib "^1.9.3"

"@sentry/node@^5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.12.4.tgz#f0f88e28d0e34bc0f63a61594beb94cdd88d3e93"
integrity sha512-X8UxFt6g/MBAgy9OQL7arg2+r0l9Rr6iqDQmW+U32G50Dy3uh8i0U6zwMLUh2twNeQqsMldqXGacw2qxnOEVSQ==
"@sentry/node@^5.13.1":
version "5.13.1"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.13.1.tgz#41d2eec02bc718a0f5aa59698635242d585470f2"
integrity sha512-6/HaewN2kX0za3LncYwp6nlvm/6i0S0/D/HO7VDHMSpc8z/8/Em6xTZy7hLV3phosMoLIa5P3CRXvLVybBTrpg==
dependencies:
"@sentry/apm" "5.12.4"
"@sentry/core" "5.12.4"
"@sentry/hub" "5.12.4"
"@sentry/apm" "5.13.1"
"@sentry/core" "5.13.0"
"@sentry/hub" "5.13.0"
"@sentry/types" "5.12.4"
"@sentry/utils" "5.12.4"
"@sentry/utils" "5.13.0"
cookie "^0.3.1"
https-proxy-agent "^4.0.0"
lru_map "^0.3.3"
Expand All @@ -1351,14 +1312,6 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.12.4.tgz#6e52639bc3b4e136e9a0da5385890f8f78bb7697"
integrity sha512-JoN3YIp7Z+uxUZArj2B6NcEoXFQDhd0kqO0QpfiHZyg4Dhx2/E2aHuVx0H6Fndk+60iEZSECaCBXe2MOPo4fqA==

"@sentry/utils@5.12.4":
version "5.12.4"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.12.4.tgz#f62491a90843cdd01f2ee197c11ca0a7c382c10a"
integrity sha512-7ISjK+AH676NXtW5n2/MHxEPS0Y2cpIXqJppg7ReVvCFNKHGovKmK4d5yXcP+AoEJt84in3A8D5Y3BONdpjWHQ==
dependencies:
"@sentry/types" "5.12.4"
tslib "^1.9.3"

"@sentry/utils@5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.13.0.tgz#6463e53b6178dbbd3b90e671517cbca82744b055"
Expand Down

0 comments on commit 87b01bd

Please sign in to comment.