fix(deps): update sentry-javascript monorepo to v6.17.3 (#1457)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1457 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
3ff4f3516f
commit
198c97af57
2 changed files with 55 additions and 55 deletions
|
@ -20,8 +20,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@github/hotkey": "1.6.1",
|
"@github/hotkey": "1.6.1",
|
||||||
"@kyvg/vue3-notification": "2.3.4",
|
"@kyvg/vue3-notification": "2.3.4",
|
||||||
"@sentry/tracing": "6.17.2",
|
"@sentry/tracing": "6.17.3",
|
||||||
"@sentry/vue": "6.17.2",
|
"@sentry/vue": "6.17.3",
|
||||||
"@types/is-touch-device": "1.0.0",
|
"@types/is-touch-device": "1.0.0",
|
||||||
"@vue/compat": "3.2.29",
|
"@vue/compat": "3.2.29",
|
||||||
"@vueuse/core": "7.5.5",
|
"@vueuse/core": "7.5.5",
|
||||||
|
|
106
yarn.lock
106
yarn.lock
|
@ -2559,79 +2559,79 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
any-observable "^0.3.0"
|
any-observable "^0.3.0"
|
||||||
|
|
||||||
"@sentry/browser@6.17.2":
|
"@sentry/browser@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.17.2.tgz#8e794b846f43a341068c83420918d896683d903e"
|
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.17.3.tgz#53a869ed9471448c27242ca6ea1ad49ce7f2ae3d"
|
||||||
integrity sha512-4Ow5z9GxK5dG9+stBNKb7s6NoxE4wgEcHRmO66QTK4gH2NNmzV4R/aaZ7iDoS/lD86sH0M86jm76dpg9uiJPmw==
|
integrity sha512-UElPk6/Q/78eL8tHGHy080uHVQAuieWXlSMSzrJMVNa+vwXPwEeyL+WbPtKkND2jGwdODjg+pSj960RqhIv+ig==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/core" "6.17.2"
|
"@sentry/core" "6.17.3"
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
"@sentry/utils" "6.17.2"
|
"@sentry/utils" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/core@6.17.2":
|
"@sentry/core@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.2.tgz#f218920f269ccdbaee20a092bbc90a71a007cc88"
|
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.3.tgz#44375d8e9f4857bb630d7aebaecc97cfe42052df"
|
||||||
integrity sha512-Uew0CNMr+QvowrF4EJYjOUgHep/sZJ3l5zevPEELugIgqWBodd+ZDCV3fQFR7cr6KOqx1rMgVrgcKIkLl0l+RA==
|
integrity sha512-h7WgrNL0RVlr8Dceh97ZiXNdmEumDutpoqFijjiX4x72IiC6zSaVD4IsqrdGln+v8iJ3l3lX44HHqzubDub1OQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/hub" "6.17.2"
|
"@sentry/hub" "6.17.3"
|
||||||
"@sentry/minimal" "6.17.2"
|
"@sentry/minimal" "6.17.3"
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
"@sentry/utils" "6.17.2"
|
"@sentry/utils" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/hub@6.17.2":
|
"@sentry/hub@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.2.tgz#d92accada845fa21fff1b2b491d3c6964851693b"
|
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.3.tgz#9c75f0ce486cfed0635f48c875d92f655c1e5710"
|
||||||
integrity sha512-CMi6jU920bTwRTmGHjP4u8toOx4gm1dsx+rsxvp+FKzqRwpwoyi9mOw8oEYERVzaqaYceGdFylyRUrjdf0f77g==
|
integrity sha512-TDxv8nRvk45xvfQg6zs8GYzQzgo0EMhI3wjQZLiNfW2rzybKmIwVp2x3O4PAc3WPzwg4bYNgSAkYKVlHmYjRCg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
"@sentry/utils" "6.17.2"
|
"@sentry/utils" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/minimal@6.17.2":
|
"@sentry/minimal@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.2.tgz#3b482a0d76aa33b6c9441dd21acbcc3a113e5120"
|
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.3.tgz#3e9f0b017f639776c9eaa58694b9be3f03429c78"
|
||||||
integrity sha512-Cdh+iM6QhLKfxwUWWP4mk2K7+EsQj4tuF2dGQke4Zcbp7zQ7wbcMruUcZHiZfvg5kiSYxwNVkH7cXMzcO7AJsg==
|
integrity sha512-zvGGfHNNA92Lqx6P8ZwOUkmRmAiQl0AQFRXl9So1Ayq9bJRnFLJZv4YFVnp2wE4HXYIlfBYb51+GlGB5LIuPmw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/hub" "6.17.2"
|
"@sentry/hub" "6.17.3"
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/tracing@6.17.2":
|
"@sentry/tracing@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.17.2.tgz#437337071fdeffa319746905b3706518b099ec6b"
|
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.17.3.tgz#b3841ad3fb1c7df1e21521da0d99c1496038a970"
|
||||||
integrity sha512-oWY2Ga+5D5f90utvfF2Y0eQvme+eS768ZWjR+klRYgZWoY8r1v8uWwWsvroYU1g+h6X0G/xh3giFjsdOWtRENw==
|
integrity sha512-GnHugxw5qkWwYmeQbbrswuWpb0bpYqyJr/dO25QQOCwp+cckQrvBYTMC8zGJG10u94O4el0lQaQnNFz9WF3r6g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/hub" "6.17.2"
|
"@sentry/hub" "6.17.3"
|
||||||
"@sentry/minimal" "6.17.2"
|
"@sentry/minimal" "6.17.3"
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
"@sentry/utils" "6.17.2"
|
"@sentry/utils" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/types@6.17.2":
|
"@sentry/types@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.2.tgz#4dde3423db5953e798b19ed29618c28fc7bf2e30"
|
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.3.tgz#c5b9bba8111ff26b26c4a056e2a083905e03e7dd"
|
||||||
integrity sha512-UrFLRDz5mn253O8k/XftLxoldF+NyZdkqKLGIQmST5HEVr7ub9nQJ4Y5ZFA3zJYWpraaW8faIbuw+pgetC8hmQ==
|
integrity sha512-0AXCjYcfl8Vx26GfyLY4rBQ78Lyt1oND3UozTTMaVXlcKYIjzV+f7TOo5IZx+Kbr6EGUNDLdpA4xfbkWdW/1NA==
|
||||||
|
|
||||||
"@sentry/utils@6.17.2":
|
"@sentry/utils@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.2.tgz#e8044e753b47f86068053c8d79e4ae61a39b6732"
|
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.3.tgz#a3c4c35e18ffb304356288213797c47c2bfdce08"
|
||||||
integrity sha512-ePWtO44KJQwUULOiU86fa1WU3Ird2TH0i39gqB2d3zNS3QyVp9qPlzSdPKSPJ9LdgadzBHw7ikEuE+GY8JTrhA==
|
integrity sha512-6/2awDIeHSj0JgiC7DDdV1lxvLmf+/BisWhw09dKvmhVQB3ADvQZbohjUgM+Qam5zE0xmZAfQhvuDwC41W8Wnw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/vue@6.17.2":
|
"@sentry/vue@6.17.3":
|
||||||
version "6.17.2"
|
version "6.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-6.17.2.tgz#1e90900ffa5803bfbd8bd6447f05b52437d613dc"
|
resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-6.17.3.tgz#aa5c1d81ec27ca3b1723a50a4c228977e7c8840f"
|
||||||
integrity sha512-GYxAb+KFLLX2Kvudy6LlBZFrgAY5xsHFuPEi2Uq8LMb5rktOpoUG9IDtej2QXh+G8xIlxJBJct7gveHdwAAPYA==
|
integrity sha512-bGk1Ir7+3XyGqawMATwUTC8fj0iR/XMRVyTjwzOJ/tyAf5nQeMEkaGE2qLxjOJ6l8GfH0ck1Mr7pPbMPLLnqLg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/browser" "6.17.2"
|
"@sentry/browser" "6.17.3"
|
||||||
"@sentry/core" "6.17.2"
|
"@sentry/core" "6.17.3"
|
||||||
"@sentry/minimal" "6.17.2"
|
"@sentry/minimal" "6.17.3"
|
||||||
"@sentry/types" "6.17.2"
|
"@sentry/types" "6.17.3"
|
||||||
"@sentry/utils" "6.17.2"
|
"@sentry/utils" "6.17.3"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sideway/address@^4.1.0":
|
"@sideway/address@^4.1.0":
|
||||||
|
|
Loading…
Reference in a new issue