web: bump @sentry/tracing from 7.43.0 to 7.44.1 in /web (#5022)

This commit is contained in:
dependabot[bot] 2023-03-21 12:00:18 +01:00 committed by GitHub
parent 34ce85fcd1
commit 1352ed7e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 14 deletions

70
web/package-lock.json generated
View File

@ -36,7 +36,7 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@sentry/browser": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@sentry/tracing": "^7.44.1",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/chart.js": "^2.9.37",
@ -2927,6 +2927,58 @@
"node": ">= 8.0.0"
}
},
"node_modules/@sentry-internal/tracing": {
"version": "7.44.1",
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.44.1.tgz",
"integrity": "sha512-oSDyP9hD0Df35U9LPNpXYmaIjRMEVQxNUdco30uwrPsaO5I2thVNURn8H1OokU1M1D5aIeK1SjqSV91U3U1llA==",
"dependencies": {
"@sentry/core": "7.44.1",
"@sentry/types": "7.44.1",
"@sentry/utils": "7.44.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry-internal/tracing/node_modules/@sentry/core": {
"version": "7.44.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.44.1.tgz",
"integrity": "sha512-MiDQ7cGPrWMvvnU1pszSNak4DuH7RnPS/WLVKPJDBh1paozA9bPaxRRfJu0BGtw0BV1pRoTP2CQyp0AHdNaHow==",
"dependencies": {
"@sentry/types": "7.44.1",
"@sentry/utils": "7.44.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry-internal/tracing/node_modules/@sentry/types": {
"version": "7.44.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.44.1.tgz",
"integrity": "sha512-g0vlu7EdphUv7x0p/r1t7kjh1kNCoSMmK2G6FQCfGH2cr1AMcOAKF5iFxTN2dv0Ap3glLQPgid0bRyqcQAlCBw==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry-internal/tracing/node_modules/@sentry/utils": {
"version": "7.44.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.44.1.tgz",
"integrity": "sha512-KfgfyurxBMFUBBPmYUPH2L46wT1nf5CbBq1wP/7D1p3EKwspb13ubK7VbxC779+JeSHqtGNOeWfY1jl1/8XBYg==",
"dependencies": {
"@sentry/types": "7.44.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry-internal/tracing/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/browser": {
"version": "7.43.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.43.0.tgz",
@ -2979,24 +3031,16 @@
}
},
"node_modules/@sentry/tracing": {
"version": "7.43.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.43.0.tgz",
"integrity": "sha512-Mld2AyV8xYnRLYbDWvDy8PlGcln3h5JsUx6ScQGOxnFTmCQR50Tldtzq50VDs2fv6xH0+YrL/UIyjxCDc7EXzQ==",
"version": "7.44.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.44.1.tgz",
"integrity": "sha512-HC39/KTuzw3DQ46J952cYZ+NONaq6ghgGn5IxWHhG/Dv4u9YeFbMxhJYCdtMWOoXsw0fEkAWiGR+u4Ts7T88Tg==",
"dependencies": {
"@sentry/core": "7.43.0",
"@sentry/types": "7.43.0",
"@sentry/utils": "7.43.0",
"tslib": "^1.9.3"
"@sentry-internal/tracing": "7.44.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/types": {
"version": "7.43.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.43.0.tgz",

View File

@ -80,7 +80,7 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@sentry/browser": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@sentry/tracing": "^7.44.1",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/chart.js": "^2.9.37",