web: bump @sentry/tracing from 7.22.0 to 7.23.0 in /web (#4132)

This commit is contained in:
dependabot[bot] 2022-12-02 09:48:14 +01:00 committed by GitHub
parent cf521eba5a
commit 48a234e86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 14 deletions

83
web/package-lock.json generated
View File

@ -36,7 +36,7 @@
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1", "@rollup/plugin-typescript": "^10.0.1",
"@sentry/browser": "^7.22.0", "@sentry/browser": "^7.22.0",
"@sentry/tracing": "^7.22.0", "@sentry/tracing": "^7.23.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/chart.js": "^2.9.37", "@types/chart.js": "^2.9.37",
@ -2982,13 +2982,46 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@sentry/tracing": { "node_modules/@sentry/tracing": {
"version": "7.22.0", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.22.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.23.0.tgz",
"integrity": "sha512-s68aSnrRaWQ+Z5oG9ozIegUkofZy9PwicuXYEPA8K/R30F1CVpHvDZ/3KlFnByl+aXTbAyLBQzN2sAObB5g4pQ==", "integrity": "sha512-sbwvf6gjLgUTkBwZQOV7RkZPah7KnnpeVcwnNl+vigq6FNgNtejz53FFCo6t4mNGZSerfWbEy/c3C1LMX9AaXw==",
"dependencies": { "dependencies": {
"@sentry/core": "7.22.0", "@sentry/core": "7.23.0",
"@sentry/types": "7.22.0", "@sentry/types": "7.23.0",
"@sentry/utils": "7.22.0", "@sentry/utils": "7.23.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/core": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.23.0.tgz",
"integrity": "sha512-oNLGsscSdMs1urCbpwe868NsoJWyeTOQXOm5w2e78yE7G6zm2Ra473NQio3lweaEvjQgSGpFyEfAn/3ubZbtPw==",
"dependencies": {
"@sentry/types": "7.23.0",
"@sentry/utils": "7.23.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.23.0.tgz",
"integrity": "sha512-fZ5XfVRswVZhKoCutQ27UpIHP16tvyc6ws+xq+njHv8Jg8gFBCoOxlJxuFhegD2xxylAn1aiSHNAErFWdajbpA==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.23.0.tgz",
"integrity": "sha512-ad/XXH03MfgDH/7N7FjKEOVaKrfQWdMaE0nCxZCr2RrvlitlmGQmPpms95epr1CpzSU3BDRImlILx6+TlrXOgg==",
"dependencies": {
"@sentry/types": "7.23.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -12453,16 +12486,40 @@
} }
}, },
"@sentry/tracing": { "@sentry/tracing": {
"version": "7.22.0", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.22.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.23.0.tgz",
"integrity": "sha512-s68aSnrRaWQ+Z5oG9ozIegUkofZy9PwicuXYEPA8K/R30F1CVpHvDZ/3KlFnByl+aXTbAyLBQzN2sAObB5g4pQ==", "integrity": "sha512-sbwvf6gjLgUTkBwZQOV7RkZPah7KnnpeVcwnNl+vigq6FNgNtejz53FFCo6t4mNGZSerfWbEy/c3C1LMX9AaXw==",
"requires": { "requires": {
"@sentry/core": "7.22.0", "@sentry/core": "7.23.0",
"@sentry/types": "7.22.0", "@sentry/types": "7.23.0",
"@sentry/utils": "7.22.0", "@sentry/utils": "7.23.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
"@sentry/core": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.23.0.tgz",
"integrity": "sha512-oNLGsscSdMs1urCbpwe868NsoJWyeTOQXOm5w2e78yE7G6zm2Ra473NQio3lweaEvjQgSGpFyEfAn/3ubZbtPw==",
"requires": {
"@sentry/types": "7.23.0",
"@sentry/utils": "7.23.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.23.0.tgz",
"integrity": "sha512-fZ5XfVRswVZhKoCutQ27UpIHP16tvyc6ws+xq+njHv8Jg8gFBCoOxlJxuFhegD2xxylAn1aiSHNAErFWdajbpA=="
},
"@sentry/utils": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.23.0.tgz",
"integrity": "sha512-ad/XXH03MfgDH/7N7FjKEOVaKrfQWdMaE0nCxZCr2RrvlitlmGQmPpms95epr1CpzSU3BDRImlILx6+TlrXOgg==",
"requires": {
"@sentry/types": "7.23.0",
"tslib": "^1.9.3"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -79,7 +79,7 @@
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1", "@rollup/plugin-typescript": "^10.0.1",
"@sentry/browser": "^7.22.0", "@sentry/browser": "^7.22.0",
"@sentry/tracing": "^7.22.0", "@sentry/tracing": "^7.23.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/chart.js": "^2.9.37", "@types/chart.js": "^2.9.37",