mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore(deps): bump @sentry/browser from 6.0.2 to 6.0.4 (#186)
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.0.2 to 6.0.4. - [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.2...6.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae2d7982bf
commit
c31bf99970
@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.2",
|
||||
"@sentry/browser": "^6.0.2",
|
||||
"@sentry/browser": "^6.0.4",
|
||||
"@sentry/node": "^6.0.3",
|
||||
"@sentry/webpack-plugin": "^1.14.0",
|
||||
"@types/cookie": "^0.4.0",
|
||||
|
||||
84
yarn.lock
84
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.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.0.2.tgz#6e886ccd2067291d242adae7d4ba2560a8fa0e08"
|
||||
integrity sha512-Vkww+P7qYhhYp4+elYQ2UjbDNFzOLC0tWaegjA6ohXHewiCWio5byySLxPAwj2gfLIXwIuf5Ud21njZHg7FSIQ==
|
||||
"@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==
|
||||
dependencies:
|
||||
"@sentry/core" "6.0.2"
|
||||
"@sentry/types" "6.0.2"
|
||||
"@sentry/utils" "6.0.2"
|
||||
"@sentry/core" "6.0.4"
|
||||
"@sentry/types" "6.0.4"
|
||||
"@sentry/utils" "6.0.4"
|
||||
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.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.0.2.tgz#8cb2aa69130b809c438593da433254da1a20543f"
|
||||
integrity sha512-7v9tiHRYxDT1WxVNQJc+K4s9T2m++0I+ERrTx4fx5vRzTZrtS9nDjpbiLGonGZaV6Lv2houZUp4uLVNU3vtOQw==
|
||||
dependencies:
|
||||
"@sentry/hub" "6.0.2"
|
||||
"@sentry/minimal" "6.0.2"
|
||||
"@sentry/types" "6.0.2"
|
||||
"@sentry/utils" "6.0.2"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/core@6.0.3":
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.0.3.tgz#620cb32365a11eac75497bed281bd52b9f0bb359"
|
||||
@ -824,13 +813,15 @@
|
||||
"@sentry/utils" "6.0.3"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/hub@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.0.2.tgz#6bb33b072bef6bf9ad50599f19f9674438717cb8"
|
||||
integrity sha512-/rByl+ak5Ni6xTSfzIcJqKaaErJbDw0kXgNlHGPRQ4bM5hjDDuKbdykMk4J6BfPWt2dfwe13P25bIjz9M3a7kw==
|
||||
"@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/types" "6.0.2"
|
||||
"@sentry/utils" "6.0.2"
|
||||
"@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/hub@6.0.3":
|
||||
@ -842,13 +833,13 @@
|
||||
"@sentry/utils" "6.0.3"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/minimal@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.0.2.tgz#09b3e9f67329090da713860e40560f77ad4afc48"
|
||||
integrity sha512-wrSTTIvDsRCXbNcfha/fjkP7Mj1xzNHzGeBRMRlNg3T+nYZSrs5SihVTXT/gcABhO5PpWu8EXbMpv0bAahaEGw==
|
||||
"@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/hub" "6.0.2"
|
||||
"@sentry/types" "6.0.2"
|
||||
"@sentry/types" "6.0.4"
|
||||
"@sentry/utils" "6.0.4"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/minimal@6.0.3":
|
||||
@ -860,6 +851,15 @@
|
||||
"@sentry/types" "6.0.3"
|
||||
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/node@^6.0.3":
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-6.0.3.tgz#f41e707db710fd7c48e3bffdf05c8edeec95cbe9"
|
||||
@ -886,23 +886,15 @@
|
||||
"@sentry/utils" "6.0.3"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/types@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.0.2.tgz#8c1f6b5bc41708b5d6133847988752d9d184b237"
|
||||
integrity sha512-aDUJuOe0MsqjDzx6dUTS6xXe+gNjYuZTHUuUB7EpihzoHGre7gUN3/WCCghiR4OJ703fxyl24cex6vDboZJLvg==
|
||||
|
||||
"@sentry/types@6.0.3":
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.0.3.tgz#a1ef6d6b2ac2a9201e3e4a894db6ecf7ceb5b27c"
|
||||
integrity sha512-266aBQbk9AGedhG2dzXshWbn23LYLElXqlI74DLku48UrU2v7TGKdyik/8/nfOfquCoRSp0GFGYHbItwU124XQ==
|
||||
|
||||
"@sentry/utils@6.0.2":
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.0.2.tgz#ffa53e7f6873683a5aa8a50f5fcb391ca37ffab4"
|
||||
integrity sha512-X2hAFMkfht4GzdtqrjuVJfK07af5r6h2BfYJGSS/XYa8KBVlDGAtvffP9uYuNWUoLxr+Vrc+ePrPoi4xCREcDQ==
|
||||
dependencies:
|
||||
"@sentry/types" "6.0.2"
|
||||
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/utils@6.0.3":
|
||||
version "6.0.3"
|
||||
@ -912,6 +904,14 @@
|
||||
"@sentry/types" "6.0.3"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@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/webpack-plugin@^1.14.0":
|
||||
version "1.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.14.0.tgz#58c51efdee731e3366dc2b40ca8eb7424b395e44"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user