fix(deps): update sentry-javascript monorepo to v7.9.0 (#2224)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2224 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
5b8d142abb
commit
985f379845
2 changed files with 46 additions and 46 deletions
|
@ -20,8 +20,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@github/hotkey": "2.0.1",
|
"@github/hotkey": "2.0.1",
|
||||||
"@kyvg/vue3-notification": "2.3.6",
|
"@kyvg/vue3-notification": "2.3.6",
|
||||||
"@sentry/tracing": "7.8.1",
|
"@sentry/tracing": "7.9.0",
|
||||||
"@sentry/vue": "7.8.1",
|
"@sentry/vue": "7.9.0",
|
||||||
"@types/is-touch-device": "1.0.0",
|
"@types/is-touch-device": "1.0.0",
|
||||||
"@types/sortablejs": "1.13.0",
|
"@types/sortablejs": "1.13.0",
|
||||||
"@vueuse/core": "9.1.0",
|
"@vueuse/core": "9.1.0",
|
||||||
|
|
88
yarn.lock
88
yarn.lock
|
@ -1918,67 +1918,67 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
any-observable "^0.3.0"
|
any-observable "^0.3.0"
|
||||||
|
|
||||||
"@sentry/browser@7.8.1":
|
"@sentry/browser@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.8.1.tgz#ca91c80a5da745e1b5379bc215100ba4660bac29"
|
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.9.0.tgz#eb9aeebfd5fb758e484ebdc6ab420a2a620219bb"
|
||||||
integrity sha512-9JuagYqHyaZu/4RqyxrAgEHo71oV592XBuUKC33gajCVKWbyG3mNqudSMoHtdM1DrV9REZ4Elha7zFaE2cJX6g==
|
integrity sha512-R0/EatdSBPZ+orsD5Mu/Gq8XmEfr/KCzJv05S35GVPDkIgczIJ2AYlHgchnEO0m63jDFyWLzUteQmPZ3pao9PQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/core" "7.8.1"
|
"@sentry/core" "7.9.0"
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
"@sentry/utils" "7.8.1"
|
"@sentry/utils" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/core@7.8.1":
|
"@sentry/core@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.8.1.tgz#d11ba7c97766d1e47edf697dbfd47fe4041477d9"
|
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.9.0.tgz#fb9308e067a4b5794eb49f8bac303bb9c627b1a9"
|
||||||
integrity sha512-PRivbdIzApi/gSixAxozhOBTylSVdw/9VxaStYHd7JJGhs36KXkV8ylpbCmYO4ap7/Ue9/slzwpvPOJJzmzAgA==
|
integrity sha512-WVGd2hV7Clcpl7/GL8LsRr4Zk9o/7o4rZHfs1Qed5lMRNYcxiMwucC1CYILVpJqVfY+8vIRP9v9Ss9ta2VUikw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/hub" "7.8.1"
|
"@sentry/hub" "7.9.0"
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
"@sentry/utils" "7.8.1"
|
"@sentry/utils" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/hub@7.8.1":
|
"@sentry/hub@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.8.1.tgz#bc255c6b8e99a3333e737f189c984c715df504aa"
|
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.9.0.tgz#29d4c796006282a20e5f78a1bb156d8f5eacd772"
|
||||||
integrity sha512-AxwyGyS9Lp4XsURu4t8opa5vZ+NAB6I/n+B/Uix3YZea9z8jdWYAu9vsXSizOrtxekc/i7ZN4bnlNgXVHix0iA==
|
integrity sha512-KzPbGCB5mONgsXEzqHy6uOaOuqLnhmFmSpGg+M03J6UJnJaNM7nrNp80MhStmjLMq6whEYVE07DrMAn3+iaQdg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
"@sentry/utils" "7.8.1"
|
"@sentry/utils" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/tracing@7.8.1":
|
"@sentry/tracing@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.8.1.tgz#6368e7e90a43389cd583e77de7e28d5ca6f88bf9"
|
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.9.0.tgz#0cbbf5b61ee76b934d2e4160a0ad3daf0001237b"
|
||||||
integrity sha512-orNVCsMtQUKhvh7GmyJzjOhU6oT7lC7TRT7tTRlyXQVrUmfJZsthmBtyfrTC7QWJ9vXQ0mB4jab8kMT3xE4ltg==
|
integrity sha512-X4HQ7jjP7qyc4saCtq31kLqQzcBpRNifE9KccgEbNXAkKoMrg5F22oUlfN2EcEWy0vm1C23juseDsOSSMXAM+A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/hub" "7.8.1"
|
"@sentry/hub" "7.9.0"
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
"@sentry/utils" "7.8.1"
|
"@sentry/utils" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/types@7.8.1":
|
"@sentry/types@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.8.1.tgz#c00a1ed02ad8f69d3b94fcda91e2d24e0bb3492a"
|
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.9.0.tgz#8fa952865fda76f7c7c7fc6c84043979a22043ae"
|
||||||
integrity sha512-LOoaeBXVI23Kh5SpIbxSRiJ6+eYZXVOFyPFH1T1mGBj95LPwRMqOdg0lUTmFJGBKbDGDB/YNjNnu1kQ7GrXBXw==
|
integrity sha512-VGnUgELVMpGJCYW1triO+5XSyaPjB2Zu6esUgbb8iJ5bi+OWtxklixXgwhdaTb0FDzmRL/T/pckmrIuBTLySHQ==
|
||||||
|
|
||||||
"@sentry/utils@7.8.1":
|
"@sentry/utils@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.8.1.tgz#5d8a7e1c8d834de608ad834cf648d5291c62ba39"
|
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.9.0.tgz#497c41efe1b32974208ca68570e42c853b874f77"
|
||||||
integrity sha512-isUZjft4HWTOk1Z58KFJ/zzXeFtIJgP82CkYQlW464ZR2WCqPHYlXXXRWZpOHOfMnrf+gWeX9WAGS9rTAdhiSg==
|
integrity sha512-4f9TZvAVopgG7Lp1TcPSekSX1Ashk68Et4T8Y+60EVX5se19i0hpytbHWWwrXSrb3w0KpGANk0byoZkdaTgkYA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/vue@7.8.1":
|
"@sentry/vue@7.9.0":
|
||||||
version "7.8.1"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-7.8.1.tgz#e2beb0d3e38f2a3ed277099b8a70c749369816b3"
|
resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-7.9.0.tgz#63752b08ef6e3313f0828080641f6df0b9ceef61"
|
||||||
integrity sha512-vFIyqBmg/ldkNr4fmvUNms5r9HaXG645QoUsNtJYJxCXe9bUx+cVara3fKENHXYqHlpE+prx83XVP331TQNr5w==
|
integrity sha512-oHTNc31xfOqxASEQXzZ9LxN2cbKlhQNuaLQZEG4W/3mEWwJM/TLwd/0pWQPUmUQDuQlxTb56hEqCbaCPNTOPqw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/browser" "7.8.1"
|
"@sentry/browser" "7.9.0"
|
||||||
"@sentry/core" "7.8.1"
|
"@sentry/core" "7.9.0"
|
||||||
"@sentry/types" "7.8.1"
|
"@sentry/types" "7.9.0"
|
||||||
"@sentry/utils" "7.8.1"
|
"@sentry/utils" "7.9.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sideway/address@^4.1.3":
|
"@sideway/address@^4.1.3":
|
||||||
|
|
Loading…
Reference in a new issue