build(deps): bump @sentry/browser from 6.6.0 to 6.7.0 in /web (#1019)

This commit is contained in:
dependabot[bot] 2021-06-15 08:55:05 +02:00 committed by GitHub
parent d45a292652
commit f0493f418b
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.6.0",
"@sentry/browser": "^6.7.0",
"@sentry/tracing": "^6.6.0",
"@types/chart.js": "^2.9.32",
"@types/codemirror": "5.60.0",
@ -2314,13 +2314,33 @@
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
},
"node_modules/@sentry/browser": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.6.0.tgz",
"integrity": "sha512-+FBGintTWlO/war3umfyHw2KoodWQFkMbMaudrkHfDgr2aRj8VAF7uWCW9V4XFT5Q7d1fMDvyUWG2C+SyPDBug==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.7.0.tgz",
"integrity": "sha512-sZvy2fxHjHXPdlaz8Ax02BeUbdILRv6a4i9FvMHvgSBeDiAVRIS+ihBhJAqziNOqwwXYThCSPKcCYGyTTncrVw==",
"dependencies": {
"@sentry/core": "6.6.0",
"@sentry/types": "6.6.0",
"@sentry/utils": "6.6.0",
"@sentry/core": "6.7.0",
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.7.0.tgz",
"integrity": "sha512-5pKv0yJEOnkjy3J3eiGaM1CD2+p3rXkctJa8loZH7QgY7mJgUTKpozO3YymUmGjblthlrbuhH+5wUIBnVF60Bg==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.7.0.tgz",
"integrity": "sha512-K6s9svqOF4TT4AwvlDdiV9ZSGStSnf64s8KH1DNqwu5EZULvXvg0kbqgi6ZJTDHcchbnwHm7hLMNfuw95Aqi4Q==",
"dependencies": {
"@sentry/types": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
@ -2333,14 +2353,60 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/core": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.6.0.tgz",
"integrity": "sha512-EjdeT6paAdxAZgfsVCB8wneahQF3nAUt9GxOJxaOBUv8BSc3HQ/svcTU3RU7k8YsP26PseEOIsedaxsEVZ+7og==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.7.0.tgz",
"integrity": "sha512-1TzDQIsS71a+6T1o3+NPyIgsTc37wdGh7cKZ8DRQ4bsML7MAkBV/LJeTVbXa0S9xha1v9v/oPindnHX5vBLJbg==",
"dependencies": {
"@sentry/hub": "6.6.0",
"@sentry/minimal": "6.6.0",
"@sentry/types": "6.6.0",
"@sentry/utils": "6.6.0",
"@sentry/hub": "6.7.0",
"@sentry/minimal": "6.7.0",
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.7.0.tgz",
"integrity": "sha512-8e1IF6v8OIjuZVsolBAFoHhY0fEolsWwmZzm9k5N1wXWRbu4gpLHnCtDw47u2O9CFYr+b//bNXjmsA+DTckPkw==",
"dependencies": {
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/minimal": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.7.0.tgz",
"integrity": "sha512-q0SX2t1+6c8TSe8nI4+EsWc8+kSsKiGhoGo2tN2OTk4EXKCYEsEEDqB9iu7md5StmtmrO3UnRiYwT7JV8QGOeg==",
"dependencies": {
"@sentry/hub": "6.7.0",
"@sentry/types": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.7.0.tgz",
"integrity": "sha512-5pKv0yJEOnkjy3J3eiGaM1CD2+p3rXkctJa8loZH7QgY7mJgUTKpozO3YymUmGjblthlrbuhH+5wUIBnVF60Bg==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.7.0.tgz",
"integrity": "sha512-K6s9svqOF4TT4AwvlDdiV9ZSGStSnf64s8KH1DNqwu5EZULvXvg0kbqgi6ZJTDHcchbnwHm7hLMNfuw95Aqi4Q==",
"dependencies": {
"@sentry/types": "6.7.0",
"tslib": "^1.9.3"
},
"engines": {
@ -9803,16 +9869,30 @@
}
},
"@sentry/browser": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.6.0.tgz",
"integrity": "sha512-+FBGintTWlO/war3umfyHw2KoodWQFkMbMaudrkHfDgr2aRj8VAF7uWCW9V4XFT5Q7d1fMDvyUWG2C+SyPDBug==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.7.0.tgz",
"integrity": "sha512-sZvy2fxHjHXPdlaz8Ax02BeUbdILRv6a4i9FvMHvgSBeDiAVRIS+ihBhJAqziNOqwwXYThCSPKcCYGyTTncrVw==",
"requires": {
"@sentry/core": "6.6.0",
"@sentry/types": "6.6.0",
"@sentry/utils": "6.6.0",
"@sentry/core": "6.7.0",
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.7.0.tgz",
"integrity": "sha512-5pKv0yJEOnkjy3J3eiGaM1CD2+p3rXkctJa8loZH7QgY7mJgUTKpozO3YymUmGjblthlrbuhH+5wUIBnVF60Bg=="
},
"@sentry/utils": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.7.0.tgz",
"integrity": "sha512-K6s9svqOF4TT4AwvlDdiV9ZSGStSnf64s8KH1DNqwu5EZULvXvg0kbqgi6ZJTDHcchbnwHm7hLMNfuw95Aqi4Q==",
"requires": {
"@sentry/types": "6.7.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -9821,17 +9901,51 @@
}
},
"@sentry/core": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.6.0.tgz",
"integrity": "sha512-EjdeT6paAdxAZgfsVCB8wneahQF3nAUt9GxOJxaOBUv8BSc3HQ/svcTU3RU7k8YsP26PseEOIsedaxsEVZ+7og==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.7.0.tgz",
"integrity": "sha512-1TzDQIsS71a+6T1o3+NPyIgsTc37wdGh7cKZ8DRQ4bsML7MAkBV/LJeTVbXa0S9xha1v9v/oPindnHX5vBLJbg==",
"requires": {
"@sentry/hub": "6.6.0",
"@sentry/minimal": "6.6.0",
"@sentry/types": "6.6.0",
"@sentry/utils": "6.6.0",
"@sentry/hub": "6.7.0",
"@sentry/minimal": "6.7.0",
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.7.0.tgz",
"integrity": "sha512-8e1IF6v8OIjuZVsolBAFoHhY0fEolsWwmZzm9k5N1wXWRbu4gpLHnCtDw47u2O9CFYr+b//bNXjmsA+DTckPkw==",
"requires": {
"@sentry/types": "6.7.0",
"@sentry/utils": "6.7.0",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.7.0.tgz",
"integrity": "sha512-q0SX2t1+6c8TSe8nI4+EsWc8+kSsKiGhoGo2tN2OTk4EXKCYEsEEDqB9iu7md5StmtmrO3UnRiYwT7JV8QGOeg==",
"requires": {
"@sentry/hub": "6.7.0",
"@sentry/types": "6.7.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.7.0.tgz",
"integrity": "sha512-5pKv0yJEOnkjy3J3eiGaM1CD2+p3rXkctJa8loZH7QgY7mJgUTKpozO3YymUmGjblthlrbuhH+5wUIBnVF60Bg=="
},
"@sentry/utils": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.7.0.tgz",
"integrity": "sha512-K6s9svqOF4TT4AwvlDdiV9ZSGStSnf64s8KH1DNqwu5EZULvXvg0kbqgi6ZJTDHcchbnwHm7hLMNfuw95Aqi4Q==",
"requires": {
"@sentry/types": "6.7.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.6.0",
"@sentry/browser": "^6.7.0",
"@sentry/tracing": "^6.6.0",
"@types/chart.js": "^2.9.32",
"@types/codemirror": "5.60.0",