build(deps): bump @sentry/tracing from 6.14.3 to 6.15.0 in /web (#1806)

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.14.3 to 6.15.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.14.3...6.15.0)

---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-17 09:38:02 +01:00 committed by GitHub
parent 0aeedb3ad8
commit f6aa85e340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 96 additions and 16 deletions

110
web/package-lock.json generated
View File

@ -29,7 +29,7 @@
"@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0", "@rollup/plugin-typescript": "^8.3.0",
"@sentry/browser": "^6.14.3", "@sentry/browser": "^6.14.3",
"@sentry/tracing": "^6.14.3", "@sentry/tracing": "^6.15.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.1.1", "@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/chart.js": "^2.9.34", "@types/chart.js": "^2.9.34",
@ -2434,14 +2434,60 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@sentry/tracing": { "node_modules/@sentry/tracing": {
"version": "6.14.3", "version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.14.3.tgz", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.15.0.tgz",
"integrity": "sha512-laFayAxpO/dQL3K3ZcSjtaqJkSf70DH1hHJ8Oiiic0c/xBxh38WSx8yu3TMrbfka5MVIuMNlkq1Gi+SC+moe4w==", "integrity": "sha512-V5unvX8qNEfdawX+m2n0jKgmH/YR2ItWZLH+3UevBTptO+xyfvRtpgGXYWUCo3iGvFgWb1C+iIC7LViR9rTvBg==",
"dependencies": { "dependencies": {
"@sentry/hub": "6.14.3", "@sentry/hub": "6.15.0",
"@sentry/minimal": "6.14.3", "@sentry/minimal": "6.15.0",
"@sentry/types": "6.14.3", "@sentry/types": "6.15.0",
"@sentry/utils": "6.14.3", "@sentry/utils": "6.15.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/hub": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.15.0.tgz",
"integrity": "sha512-cUbHPeG6kKpGBaEMgbTWeU03Y1Up5T3urGF+cgtrn80PmPYYSUPvVvWlZQWPb8CJZ1yQ0gySWo5RUTatBFrEHA==",
"dependencies": {
"@sentry/types": "6.15.0",
"@sentry/utils": "6.15.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/minimal": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.15.0.tgz",
"integrity": "sha512-7RJIvZsjBa1qFUfMrAzQsWdfZT6Gm4t6ZTYfkpsXPBA35hkzglKbBrhhsUvkxGIhUGw/PiCUqxBUjcmzQP0vfg==",
"dependencies": {
"@sentry/hub": "6.15.0",
"@sentry/types": "6.15.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.15.0.tgz",
"integrity": "sha512-zBw5gPUsofXUSpS3ZAXqRNedLRBvirl3sqkj2Lez7X2EkKRgn5D8m9fQIrig/X3TsKcXUpijDW5Buk5zeCVzJA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.15.0.tgz",
"integrity": "sha512-gnhKKyFtnNmKWjDizo7VKD0/Vx8cgW1lCusM6WI7jy2jlO3bQA0+Dzgmr4mIReZ74mq4VpOd2Vfrx7ZldW1DMw==",
"dependencies": {
"@sentry/types": "6.15.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -10261,17 +10307,51 @@
} }
}, },
"@sentry/tracing": { "@sentry/tracing": {
"version": "6.14.3", "version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.14.3.tgz", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.15.0.tgz",
"integrity": "sha512-laFayAxpO/dQL3K3ZcSjtaqJkSf70DH1hHJ8Oiiic0c/xBxh38WSx8yu3TMrbfka5MVIuMNlkq1Gi+SC+moe4w==", "integrity": "sha512-V5unvX8qNEfdawX+m2n0jKgmH/YR2ItWZLH+3UevBTptO+xyfvRtpgGXYWUCo3iGvFgWb1C+iIC7LViR9rTvBg==",
"requires": { "requires": {
"@sentry/hub": "6.14.3", "@sentry/hub": "6.15.0",
"@sentry/minimal": "6.14.3", "@sentry/minimal": "6.15.0",
"@sentry/types": "6.14.3", "@sentry/types": "6.15.0",
"@sentry/utils": "6.14.3", "@sentry/utils": "6.15.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
"@sentry/hub": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.15.0.tgz",
"integrity": "sha512-cUbHPeG6kKpGBaEMgbTWeU03Y1Up5T3urGF+cgtrn80PmPYYSUPvVvWlZQWPb8CJZ1yQ0gySWo5RUTatBFrEHA==",
"requires": {
"@sentry/types": "6.15.0",
"@sentry/utils": "6.15.0",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.15.0.tgz",
"integrity": "sha512-7RJIvZsjBa1qFUfMrAzQsWdfZT6Gm4t6ZTYfkpsXPBA35hkzglKbBrhhsUvkxGIhUGw/PiCUqxBUjcmzQP0vfg==",
"requires": {
"@sentry/hub": "6.15.0",
"@sentry/types": "6.15.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.15.0.tgz",
"integrity": "sha512-zBw5gPUsofXUSpS3ZAXqRNedLRBvirl3sqkj2Lez7X2EkKRgn5D8m9fQIrig/X3TsKcXUpijDW5Buk5zeCVzJA=="
},
"@sentry/utils": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.15.0.tgz",
"integrity": "sha512-gnhKKyFtnNmKWjDizo7VKD0/Vx8cgW1lCusM6WI7jy2jlO3bQA0+Dzgmr4mIReZ74mq4VpOd2Vfrx7ZldW1DMw==",
"requires": {
"@sentry/types": "6.15.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

@ -64,7 +64,7 @@
"@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0", "@rollup/plugin-typescript": "^8.3.0",
"@sentry/browser": "^6.14.3", "@sentry/browser": "^6.14.3",
"@sentry/tracing": "^6.14.3", "@sentry/tracing": "^6.15.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.1.1", "@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/chart.js": "^2.9.34", "@types/chart.js": "^2.9.34",