build(deps): bump @sentry/browser from 6.14.1 to 6.14.3 in /web (#1784)

This commit is contained in:
dependabot[bot] 2021-11-12 08:29:22 +01:00 committed by GitHub
parent c815d24806
commit 9f7d1466e9
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

@ -28,7 +28,7 @@
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@sentry/browser": "^6.14.1",
"@sentry/browser": "^6.14.3",
"@sentry/tracing": "^6.14.1",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
@ -2359,13 +2359,33 @@
}
},
"node_modules/@sentry/browser": {
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.14.1.tgz",
"integrity": "sha512-xOrKt6jT6rGhJDVwUtHtD/lLrCOEDNYCtLAh8SoJH7jE0JRSI7WK0UDPQ56M8z3II11lEw3F0TOXoK1rZ9BdrQ==",
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.14.3.tgz",
"integrity": "sha512-qp4K+XNYNWQxO1U6gvf6VgOMmI0JKCsvx1pKu7X4ZK7sGHmMgfwj7lukpxsqXZvDop8RxUI8/1KJ0azUsHlpAQ==",
"dependencies": {
"@sentry/core": "6.14.1",
"@sentry/types": "6.14.1",
"@sentry/utils": "6.14.1",
"@sentry/core": "6.14.3",
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.14.3.tgz",
"integrity": "sha512-GuyqvjQ/N0hIgAjGD1Rn0aQ8kpLBBsImk+Aoh7YFhnvXRhCNkp9N8BuXTfC/uMdMshcWa1OFik/udyjdQM3EJA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.14.3.tgz",
"integrity": "sha512-jsCnclEsR2sV9aHMuaLA5gvxSa0xV4Sc6IJCJ81NTTdb/A5fFbteFBbhuISGF9YoFW1pwbpjuTA6+efXwvLwNQ==",
"dependencies": {
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
@ -2378,14 +2398,60 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/core": {
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.14.1.tgz",
"integrity": "sha512-x2MOax+adphal0ytBsvQukwN5mcxZzb5zsPZ1YWzewQk3BY+2T/DFo50iVpaWdUXsJL2FtoZVVgtpTmf+/3JPw==",
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.14.3.tgz",
"integrity": "sha512-3yHmYZzkXlOqPi/CGlNhb2RzXFvYAryBhrMJV26KJ9ULJF8r4OJ7TcWlupDooGk6Knmq8GQML58OApUvYi8IKg==",
"dependencies": {
"@sentry/hub": "6.14.1",
"@sentry/minimal": "6.14.1",
"@sentry/types": "6.14.1",
"@sentry/utils": "6.14.1",
"@sentry/hub": "6.14.3",
"@sentry/minimal": "6.14.3",
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.14.3.tgz",
"integrity": "sha512-ZRWLHcAcv4oZAbpSwvCkXlaa1rVFDxcb9lxo5/5v5n6qJq2IG5Z+bXuT2DZlIHQmuCuqRnFSwuBjmBXY7OTHaw==",
"dependencies": {
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/minimal": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.14.3.tgz",
"integrity": "sha512-2KNOJuhBpMICoOgdxX56UcO9vGdxCw5mNGYdWvJdKrMwRQr7mC+Fc9lTuTbrYTj6zkfklj2lbdDc3j44Rg787A==",
"dependencies": {
"@sentry/hub": "6.14.3",
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.14.3.tgz",
"integrity": "sha512-GuyqvjQ/N0hIgAjGD1Rn0aQ8kpLBBsImk+Aoh7YFhnvXRhCNkp9N8BuXTfC/uMdMshcWa1OFik/udyjdQM3EJA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.14.3.tgz",
"integrity": "sha512-jsCnclEsR2sV9aHMuaLA5gvxSa0xV4Sc6IJCJ81NTTdb/A5fFbteFBbhuISGF9YoFW1pwbpjuTA6+efXwvLwNQ==",
"dependencies": {
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
},
"engines": {
@ -10190,16 +10256,30 @@
}
},
"@sentry/browser": {
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.14.1.tgz",
"integrity": "sha512-xOrKt6jT6rGhJDVwUtHtD/lLrCOEDNYCtLAh8SoJH7jE0JRSI7WK0UDPQ56M8z3II11lEw3F0TOXoK1rZ9BdrQ==",
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.14.3.tgz",
"integrity": "sha512-qp4K+XNYNWQxO1U6gvf6VgOMmI0JKCsvx1pKu7X4ZK7sGHmMgfwj7lukpxsqXZvDop8RxUI8/1KJ0azUsHlpAQ==",
"requires": {
"@sentry/core": "6.14.1",
"@sentry/types": "6.14.1",
"@sentry/utils": "6.14.1",
"@sentry/core": "6.14.3",
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.14.3.tgz",
"integrity": "sha512-GuyqvjQ/N0hIgAjGD1Rn0aQ8kpLBBsImk+Aoh7YFhnvXRhCNkp9N8BuXTfC/uMdMshcWa1OFik/udyjdQM3EJA=="
},
"@sentry/utils": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.14.3.tgz",
"integrity": "sha512-jsCnclEsR2sV9aHMuaLA5gvxSa0xV4Sc6IJCJ81NTTdb/A5fFbteFBbhuISGF9YoFW1pwbpjuTA6+efXwvLwNQ==",
"requires": {
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -10208,17 +10288,51 @@
}
},
"@sentry/core": {
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.14.1.tgz",
"integrity": "sha512-x2MOax+adphal0ytBsvQukwN5mcxZzb5zsPZ1YWzewQk3BY+2T/DFo50iVpaWdUXsJL2FtoZVVgtpTmf+/3JPw==",
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.14.3.tgz",
"integrity": "sha512-3yHmYZzkXlOqPi/CGlNhb2RzXFvYAryBhrMJV26KJ9ULJF8r4OJ7TcWlupDooGk6Knmq8GQML58OApUvYi8IKg==",
"requires": {
"@sentry/hub": "6.14.1",
"@sentry/minimal": "6.14.1",
"@sentry/types": "6.14.1",
"@sentry/utils": "6.14.1",
"@sentry/hub": "6.14.3",
"@sentry/minimal": "6.14.3",
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.14.3.tgz",
"integrity": "sha512-ZRWLHcAcv4oZAbpSwvCkXlaa1rVFDxcb9lxo5/5v5n6qJq2IG5Z+bXuT2DZlIHQmuCuqRnFSwuBjmBXY7OTHaw==",
"requires": {
"@sentry/types": "6.14.3",
"@sentry/utils": "6.14.3",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.14.3.tgz",
"integrity": "sha512-2KNOJuhBpMICoOgdxX56UcO9vGdxCw5mNGYdWvJdKrMwRQr7mC+Fc9lTuTbrYTj6zkfklj2lbdDc3j44Rg787A==",
"requires": {
"@sentry/hub": "6.14.3",
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.14.3.tgz",
"integrity": "sha512-GuyqvjQ/N0hIgAjGD1Rn0aQ8kpLBBsImk+Aoh7YFhnvXRhCNkp9N8BuXTfC/uMdMshcWa1OFik/udyjdQM3EJA=="
},
"@sentry/utils": {
"version": "6.14.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.14.3.tgz",
"integrity": "sha512-jsCnclEsR2sV9aHMuaLA5gvxSa0xV4Sc6IJCJ81NTTdb/A5fFbteFBbhuISGF9YoFW1pwbpjuTA6+efXwvLwNQ==",
"requires": {
"@sentry/types": "6.14.3",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -63,7 +63,7 @@
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@sentry/browser": "^6.14.1",
"@sentry/browser": "^6.14.3",
"@sentry/tracing": "^6.14.1",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",