fix(deps): update sentry-javascript monorepo to v7.31.1 (#2973)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2973 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
14466bf9b7
commit
da26ec7f1c
@ -53,8 +53,8 @@
|
||||
"@infectoone/vue-ganttastic": "2.1.3",
|
||||
"@intlify/unplugin-vue-i18n": "0.8.1",
|
||||
"@kyvg/vue3-notification": "2.8.0",
|
||||
"@sentry/tracing": "7.31.0",
|
||||
"@sentry/vue": "7.31.0",
|
||||
"@sentry/tracing": "7.31.1",
|
||||
"@sentry/vue": "7.31.1",
|
||||
"@types/is-touch-device": "1.0.0",
|
||||
"@types/lodash.clonedeep": "4.5.7",
|
||||
"@types/sortablejs": "1.15.0",
|
||||
|
70
pnpm-lock.yaml
generated
70
pnpm-lock.yaml
generated
@ -16,8 +16,8 @@ specifiers:
|
||||
'@intlify/unplugin-vue-i18n': 0.8.1
|
||||
'@kyvg/vue3-notification': 2.8.0
|
||||
'@rushstack/eslint-patch': 1.2.0
|
||||
'@sentry/tracing': 7.31.0
|
||||
'@sentry/vue': 7.31.0
|
||||
'@sentry/tracing': 7.31.1
|
||||
'@sentry/vue': 7.31.1
|
||||
'@types/codemirror': 5.60.6
|
||||
'@types/dompurify': 2.4.0
|
||||
'@types/flexsearch': 0.7.3
|
||||
@ -106,8 +106,8 @@ dependencies:
|
||||
'@infectoone/vue-ganttastic': 2.1.3_dayjs@1.11.7+vue@3.2.45
|
||||
'@intlify/unplugin-vue-i18n': 0.8.1_vue-i18n@9.2.2
|
||||
'@kyvg/vue3-notification': 2.8.0_vue@3.2.45
|
||||
'@sentry/tracing': 7.31.0
|
||||
'@sentry/vue': 7.31.0_vue@3.2.45
|
||||
'@sentry/tracing': 7.31.1
|
||||
'@sentry/vue': 7.31.1_vue@3.2.45
|
||||
'@types/is-touch-device': 1.0.0
|
||||
'@types/lodash.clonedeep': 4.5.7
|
||||
'@types/sortablejs': 1.15.0
|
||||
@ -3518,68 +3518,68 @@ packages:
|
||||
- zenObservable
|
||||
dev: true
|
||||
|
||||
/@sentry/browser/7.31.0:
|
||||
resolution: {integrity: sha512-1ui2rbR6lNPXUOZOCLpa2+YZXhx0AbPgBD/RoC/OHVus3sAs+CyyMR1wBzmI5H3ZhA5jwwzelh4ivt+gQZ24rw==}
|
||||
/@sentry/browser/7.31.1:
|
||||
resolution: {integrity: sha512-Rg9F61S1tz1Dv3iUyyGP26bxoi7WJAG2+f2fBbSmFuJ+JTH4Jvu2/F1bBig8Dz01ejzVhbNSUUCfoDhSvksIsQ==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@sentry/core': 7.31.0
|
||||
'@sentry/replay': 7.31.0
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/utils': 7.31.0
|
||||
'@sentry/core': 7.31.1
|
||||
'@sentry/replay': 7.31.1
|
||||
'@sentry/types': 7.31.1
|
||||
'@sentry/utils': 7.31.1
|
||||
tslib: 1.14.1
|
||||
dev: false
|
||||
|
||||
/@sentry/core/7.31.0:
|
||||
resolution: {integrity: sha512-IZS1MZznyBOPw7UEpZwq3t3aaaVhFB+r3KM4JYFSJRr7Ky9TjldXA3hadNUTztjYGgEC3u8kB9jXoRvNXM2hqA==}
|
||||
/@sentry/core/7.31.1:
|
||||
resolution: {integrity: sha512-quaNU6z8jabmatBTDi28Wpff2yzfWIp/IU4bbi2QOtEiCNT+TQJXqlRTRMu9xLrX7YzyKCL5X2gbit/85lyWUg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/utils': 7.31.0
|
||||
'@sentry/types': 7.31.1
|
||||
'@sentry/utils': 7.31.1
|
||||
tslib: 1.14.1
|
||||
dev: false
|
||||
|
||||
/@sentry/replay/7.31.0:
|
||||
resolution: {integrity: sha512-/Vb/EcAdvb9zZbNyaAaYjaHXK9XWDoo2lFf7A6DfV+yVf4yaHHraex3pAv0mNs/99LNr55V5eIiwMGhkfeDORg==}
|
||||
/@sentry/replay/7.31.1:
|
||||
resolution: {integrity: sha512-sLArvwZn6IwA/bASctyhxN7LhdCXJvMmyTynRfmk7pzuNzBMc5CNlHeIsDpHrfQuH53IKicvl6cHnHyclu5DSA==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
'@sentry/core': 7.31.0
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/utils': 7.31.0
|
||||
'@sentry/core': 7.31.1
|
||||
'@sentry/types': 7.31.1
|
||||
'@sentry/utils': 7.31.1
|
||||
dev: false
|
||||
|
||||
/@sentry/tracing/7.31.0:
|
||||
resolution: {integrity: sha512-p/b9sOw2wwcDLp8p0bJ0oetgeEB1q/ueZaXDeBeSh+3GNKx6J4S3pcFpbMXDK8d2Ayd3P9Gvrm7y9Hc2ueJteg==}
|
||||
/@sentry/tracing/7.31.1:
|
||||
resolution: {integrity: sha512-kW6vNwddp2Ycq2JfTzveUEIRF9YQwvl7L6BBoOZt9oVnYlsPipEeyU2Q277LatHldr8hDo2tbz/vz2BQjO5GSw==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@sentry/core': 7.31.0
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/utils': 7.31.0
|
||||
'@sentry/core': 7.31.1
|
||||
'@sentry/types': 7.31.1
|
||||
'@sentry/utils': 7.31.1
|
||||
tslib: 1.14.1
|
||||
dev: false
|
||||
|
||||
/@sentry/types/7.31.0:
|
||||
resolution: {integrity: sha512-nFqo7wyMnapdSEdw1MD+cavDtD9x5QQmh/bwLEOb/euM0cHFJHYyD7CveY/mQng4HyEVWY+DCtX/7E3GcQ7Bdw==}
|
||||
/@sentry/types/7.31.1:
|
||||
resolution: {integrity: sha512-1uzr2l0AxEnxUX/S0EdmXUQ15/kDsam8Nbdw4Gai8SU764XwQgA/TTjoewVP597CDI/AHKan67Y630/Ylmkx9w==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/@sentry/utils/7.31.0:
|
||||
resolution: {integrity: sha512-B1KkvdfwlaqM7sDp3/yk2No7WsbMuLEywGRVOLzXeTqTLSBRBWyyYIudqPtx2LDds9anlUHj21zs9FKY+S3eiA==}
|
||||
/@sentry/utils/7.31.1:
|
||||
resolution: {integrity: sha512-ZsIPq29aNdP9q3R7qIzJhZ9WW+4DzE9g5SfGwx3UjTIxoRRBfdUJUbf7S+LKEdvCkKbyoDt6FLt5MiSJV43xBA==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/types': 7.31.1
|
||||
tslib: 1.14.1
|
||||
dev: false
|
||||
|
||||
/@sentry/vue/7.31.0_vue@3.2.45:
|
||||
resolution: {integrity: sha512-1ss2xrnrxZV25YLtDI6wYb7W4optyC2EmIZZa796ZAxDElbaAXJHTeUsgPPvq2SpHIJkXoWzul6KSYyNkNzqZw==}
|
||||
/@sentry/vue/7.31.1_vue@3.2.45:
|
||||
resolution: {integrity: sha512-Frt48GRorCzk8i7CXS22anE6DLTBLL4SpowA0o3f/ksfFKWgjUSAPSmlCJ19xVNeFtXX30dO9i4P1Xzy3ZXoQw==}
|
||||
engines: {node: '>=8'}
|
||||
peerDependencies:
|
||||
vue: 2.x || 3.x
|
||||
dependencies:
|
||||
'@sentry/browser': 7.31.0
|
||||
'@sentry/core': 7.31.0
|
||||
'@sentry/types': 7.31.0
|
||||
'@sentry/utils': 7.31.0
|
||||
'@sentry/browser': 7.31.1
|
||||
'@sentry/core': 7.31.1
|
||||
'@sentry/types': 7.31.1
|
||||
'@sentry/utils': 7.31.1
|
||||
tslib: 1.14.1
|
||||
vue: 3.2.45
|
||||
dev: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user