build(deps): bump @sentry/browser from 6.4.1 to 6.5.0 in /web (#953)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.4.1 to 6.5.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.4.1...6.5.0)

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-06-01 09:27:49 +02:00 committed by GitHub
parent 6cd6224d2b
commit 7f1098ce9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 142 additions and 28 deletions

168
web/package-lock.json generated
View File

@ -24,7 +24,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@sentry/browser": "^6.4.1",
"@sentry/browser": "^6.5.0",
"@sentry/tracing": "^6.4.1",
"@types/chart.js": "^2.9.32",
"@types/codemirror": "5.60.0",
@ -2040,13 +2040,33 @@
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
},
"node_modules/@sentry/browser": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.4.1.tgz",
"integrity": "sha512-3cDud6GWutnJqcnheIq0lPNTsUJbrRLevQ+g1YfawVXFUxfmmY2bOsGd/Mxq17LxYeBHgKTitXv3DU1bsQ+WBQ==",
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.5.0.tgz",
"integrity": "sha512-n1e8hNKwuVP4bLqRK5J0DHFqnnnrbv6h6+Bc1eNRbf32/e6eZ3Cb36PTplqDCxwnMnnIEEowd5F4ZWeTLPPY3A==",
"dependencies": {
"@sentry/core": "6.4.1",
"@sentry/types": "6.4.1",
"@sentry/utils": "6.4.1",
"@sentry/core": "6.5.0",
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.0.tgz",
"integrity": "sha512-yQpTCIYxBsYT0GenqHNNKeXV8CSkkYlAxB1IGV2eac4IKC5ph5GW6TfDGwvlzQSQ297RsRmOSA8o3I5gGPd2yA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.0.tgz",
"integrity": "sha512-CcHuaQN6vRuAsIC+3sA23NmWLRmUN0x/HNQxk0DHJylvYQdEA0AUNoLXogykaXh6NrCx4DNq9yCQTNTSC3mFxg==",
"dependencies": {
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
@ -2059,14 +2079,60 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/core": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.4.1.tgz",
"integrity": "sha512-Lx13oTiP+Tjvm5VxulcCszNVd2S1wY4viSnr+ygq62ySVERR+t7uOZDSARZ0rZ259GwW6nkbMh9dDmD0d6VCGQ==",
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.5.0.tgz",
"integrity": "sha512-Hx/WvhM5bXcXqfIiz+505TjYYfPjQ8mrxby/EWl+L7dYUCyI/W6IZKTc/MoHlLuM+JPUW9c1bw/97TzbgTzaAA==",
"dependencies": {
"@sentry/hub": "6.4.1",
"@sentry/minimal": "6.4.1",
"@sentry/types": "6.4.1",
"@sentry/utils": "6.4.1",
"@sentry/hub": "6.5.0",
"@sentry/minimal": "6.5.0",
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.5.0.tgz",
"integrity": "sha512-vEChnLoozOJzEJoTUvaAsK/n7IHoQFx8P1TzQmnR+8XGZJZmGHG6bBXUH0iS2a9hhR1WkoEBeiL+t96R9uyf0A==",
"dependencies": {
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/minimal": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.5.0.tgz",
"integrity": "sha512-MT83ONaBhTCFUlDIQFpsG/lq3ZjGK7jwQ10qxGadSg1KW6EvtQRg+OBwULeQ7C+nNEAhseNrC/qomZMT8brncg==",
"dependencies": {
"@sentry/hub": "6.5.0",
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.0.tgz",
"integrity": "sha512-yQpTCIYxBsYT0GenqHNNKeXV8CSkkYlAxB1IGV2eac4IKC5ph5GW6TfDGwvlzQSQ297RsRmOSA8o3I5gGPd2yA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.0.tgz",
"integrity": "sha512-CcHuaQN6vRuAsIC+3sA23NmWLRmUN0x/HNQxk0DHJylvYQdEA0AUNoLXogykaXh6NrCx4DNq9yCQTNTSC3mFxg==",
"dependencies": {
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
},
"engines": {
@ -9621,16 +9687,30 @@
}
},
"@sentry/browser": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.4.1.tgz",
"integrity": "sha512-3cDud6GWutnJqcnheIq0lPNTsUJbrRLevQ+g1YfawVXFUxfmmY2bOsGd/Mxq17LxYeBHgKTitXv3DU1bsQ+WBQ==",
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.5.0.tgz",
"integrity": "sha512-n1e8hNKwuVP4bLqRK5J0DHFqnnnrbv6h6+Bc1eNRbf32/e6eZ3Cb36PTplqDCxwnMnnIEEowd5F4ZWeTLPPY3A==",
"requires": {
"@sentry/core": "6.4.1",
"@sentry/types": "6.4.1",
"@sentry/utils": "6.4.1",
"@sentry/core": "6.5.0",
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.0.tgz",
"integrity": "sha512-yQpTCIYxBsYT0GenqHNNKeXV8CSkkYlAxB1IGV2eac4IKC5ph5GW6TfDGwvlzQSQ297RsRmOSA8o3I5gGPd2yA=="
},
"@sentry/utils": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.0.tgz",
"integrity": "sha512-CcHuaQN6vRuAsIC+3sA23NmWLRmUN0x/HNQxk0DHJylvYQdEA0AUNoLXogykaXh6NrCx4DNq9yCQTNTSC3mFxg==",
"requires": {
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -9639,17 +9719,51 @@
}
},
"@sentry/core": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.4.1.tgz",
"integrity": "sha512-Lx13oTiP+Tjvm5VxulcCszNVd2S1wY4viSnr+ygq62ySVERR+t7uOZDSARZ0rZ259GwW6nkbMh9dDmD0d6VCGQ==",
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.5.0.tgz",
"integrity": "sha512-Hx/WvhM5bXcXqfIiz+505TjYYfPjQ8mrxby/EWl+L7dYUCyI/W6IZKTc/MoHlLuM+JPUW9c1bw/97TzbgTzaAA==",
"requires": {
"@sentry/hub": "6.4.1",
"@sentry/minimal": "6.4.1",
"@sentry/types": "6.4.1",
"@sentry/utils": "6.4.1",
"@sentry/hub": "6.5.0",
"@sentry/minimal": "6.5.0",
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.5.0.tgz",
"integrity": "sha512-vEChnLoozOJzEJoTUvaAsK/n7IHoQFx8P1TzQmnR+8XGZJZmGHG6bBXUH0iS2a9hhR1WkoEBeiL+t96R9uyf0A==",
"requires": {
"@sentry/types": "6.5.0",
"@sentry/utils": "6.5.0",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.5.0.tgz",
"integrity": "sha512-MT83ONaBhTCFUlDIQFpsG/lq3ZjGK7jwQ10qxGadSg1KW6EvtQRg+OBwULeQ7C+nNEAhseNrC/qomZMT8brncg==",
"requires": {
"@sentry/hub": "6.5.0",
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.0.tgz",
"integrity": "sha512-yQpTCIYxBsYT0GenqHNNKeXV8CSkkYlAxB1IGV2eac4IKC5ph5GW6TfDGwvlzQSQ297RsRmOSA8o3I5gGPd2yA=="
},
"@sentry/utils": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.0.tgz",
"integrity": "sha512-CcHuaQN6vRuAsIC+3sA23NmWLRmUN0x/HNQxk0DHJylvYQdEA0AUNoLXogykaXh6NrCx4DNq9yCQTNTSC3mFxg==",
"requires": {
"@sentry/types": "6.5.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -53,7 +53,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@sentry/browser": "^6.4.1",
"@sentry/browser": "^6.5.0",
"@sentry/tracing": "^6.4.1",
"@types/chart.js": "^2.9.32",
"@types/codemirror": "5.60.0",