From 23364bb542efdb1e72c8efb031c09bfe4a911a58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:17:24 +0900 Subject: [PATCH 1/2] chore(deps): bump @sentry/browser from 6.0.4 to 6.1.0 (#195) Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.0.4...6.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 43 +++++++------------------------------------ 2 files changed, 8 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 7c32646..3100b8c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "@sentry/browser": "^6.0.4", + "@sentry/browser": "^6.1.0", "@sentry/integrations": "^6.0.4", "@sentry/node": "^6.1.0", "@sentry/webpack-plugin": "^1.14.0", diff --git a/yarn.lock b/yarn.lock index 2964e1b..8917c0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -781,14 +781,14 @@ resolved "https://registry.yarnpkg.com/@opentelemetry/context-base/-/context-base-0.14.0.tgz#c67fc20a4d891447ca1a855d7d70fa79a3533001" integrity sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw== -"@sentry/browser@^6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.0.4.tgz#f31c0a9e7b22638cff9da70aa96c7934a18a2059" - integrity sha512-DrlH53IPNZmW6XWT0Za7vGtIyKpm45An662xvXavI8LQQH0qhPU9mb7NcvecwDfs6jXEV2w5Y8rKjuu/J4QxAA== +"@sentry/browser@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.1.0.tgz#0e18a07b44bebed729bcf842af33203e388e2053" + integrity sha512-t3y2TLXDWgvfknyH8eKj/9mghJfSEqItFyp74zPu1Src6kOPjkd4Sa7o4+bdkNgA8dIIOrDAhRUbB2sq4sWMCA== dependencies: - "@sentry/core" "6.0.4" - "@sentry/types" "6.0.4" - "@sentry/utils" "6.0.4" + "@sentry/core" "6.1.0" + "@sentry/types" "6.1.0" + "@sentry/utils" "6.1.0" tslib "^1.9.3" "@sentry/cli@^1.58.0": @@ -802,17 +802,6 @@ progress "^2.0.3" proxy-from-env "^1.1.0" -"@sentry/core@6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.0.4.tgz#b8d41528309531335407efd9785206aa020b2271" - integrity sha512-5+Xnk3jb0nkKYvgBV/kKWUqrNsNeM38r98ZRqfHrl69WoSrv+ynTsj8gn0tZO+VvhxUDRLOYvDha+QZgkYZt/w== - dependencies: - "@sentry/hub" "6.0.4" - "@sentry/minimal" "6.0.4" - "@sentry/types" "6.0.4" - "@sentry/utils" "6.0.4" - tslib "^1.9.3" - "@sentry/core@6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.1.0.tgz#7dd4584dcaf2188a78b94b766068342e6ee65229" @@ -824,15 +813,6 @@ "@sentry/utils" "6.1.0" tslib "^1.9.3" -"@sentry/hub@6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.0.4.tgz#b13eac8fe4d4822dc4f997a415e9cfe8cc52fbd9" - integrity sha512-gutuxH8M3CdElSbwqNq9G29MiNuGsPESB22w4k4wx+pc632bi6w0v53+BLjGO6wh2EMfHVWptgAYmojEk5yKQg== - dependencies: - "@sentry/types" "6.0.4" - "@sentry/utils" "6.0.4" - tslib "^1.9.3" - "@sentry/hub@6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.1.0.tgz#fb22734c91c9d68564737996bf28b7e032e3d8ee" @@ -852,15 +832,6 @@ localforage "^1.8.1" tslib "^1.9.3" -"@sentry/minimal@6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.0.4.tgz#5a08ac6b0899fa5db409b1a5b888740f769cb6a5" - integrity sha512-COL0tjznrCaatOPH2eGgT1Y9vUUKJw+W0srCn5V1dHgRu3t00rGFXrcyOXQmHfEWmBaagt9lXEJCFaN7yMucVQ== - dependencies: - "@sentry/hub" "6.0.4" - "@sentry/types" "6.0.4" - tslib "^1.9.3" - "@sentry/minimal@6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.1.0.tgz#b3abf76d93b95477a3c1029db810818bdc56845f" From 692d6cc19a095e5edbbf5d3889561f2432e9671f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 12:32:25 +0900 Subject: [PATCH 2/2] chore(deps): bump @sentry/integrations from 6.0.4 to 6.1.0 (#196) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.0.4...6.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 25 ++++++------------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 3100b8c..e023c05 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", "@sentry/browser": "^6.1.0", - "@sentry/integrations": "^6.0.4", + "@sentry/integrations": "^6.1.0", "@sentry/node": "^6.1.0", "@sentry/webpack-plugin": "^1.14.0", "@types/twemoji": "^12.1.1", diff --git a/yarn.lock b/yarn.lock index 8917c0f..f8e89ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,13 +822,13 @@ "@sentry/utils" "6.1.0" tslib "^1.9.3" -"@sentry/integrations@^6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.0.4.tgz#20820b97a38fd53d1dc571c73e5decbcd2fded82" - integrity sha512-Z55rzkGZefFQ/cvHvddMzMnmOb6RotOMXghRy0bm++SIcnYmHnbnecMLNZtZ/49yMi4ZOsfFuuf4h4E4uxzJ4Q== +"@sentry/integrations@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.1.0.tgz#4b08b21a0b3f7bb797f4a190a8906b80bcb48cf9" + integrity sha512-4KaqQvcdfcIoUcaqgCqAFC4z4pTQrRc3kDiOaF+0qnOxdTNZcfkREkfWQVPxGu0Lw++qKLD7rfJIERU7qemAGg== dependencies: - "@sentry/types" "6.0.4" - "@sentry/utils" "6.0.4" + "@sentry/types" "6.1.0" + "@sentry/utils" "6.1.0" localforage "^1.8.1" tslib "^1.9.3" @@ -867,24 +867,11 @@ "@sentry/utils" "6.1.0" tslib "^1.9.3" -"@sentry/types@6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.0.4.tgz#762949dc4ba25f4071c405f67ddc28c84b6dc08f" - integrity sha512-VqmnhJPpPmsu4gMzSZw8UHgYlP1QSikMZ5X6E3q6zwmbWu+2oniQHD6xGB6PXv6uTo5zg2NseQEiWnEjJRUYWw== - "@sentry/types@6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.1.0.tgz#5f9379229423ca1325acf6709e95687180f67132" integrity sha512-kIaN52Fw5K+2mKRaHE2YluJ+F/qMGSUzZXIFDNdC6OUMXQ4TM8gZTrITXs8CLDm7cK8iCqFCtzKOjKK6KyOKAg== -"@sentry/utils@6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.0.4.tgz#92ed5c114c633b8b59ae6fae70bd8bbfc88e302f" - integrity sha512-UOAz5p5IIntmIcmX04Cjk7l7+EwnuBn2S/rhNN92I1vDCaL010OmUZOHGHJExoXBE75zVh/LDssAPQTKXo0F+g== - dependencies: - "@sentry/types" "6.0.4" - tslib "^1.9.3" - "@sentry/utils@6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.1.0.tgz#52e3d7050983e685d3a48f9d2efa1e6eb4ae3e6d"