Update dependency @sentry/integrations to ^7.103.0

This commit is contained in:
renovate[bot] 2024-02-27 11:15:53 +00:00
parent 29ae13ffce
commit 4c199bafcd
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.2",
"@sentry/integrations": "^7.102.1",
"@sentry/integrations": "^7.103.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
@ -2535,13 +2535,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.102.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.102.1.tgz",
"integrity": "sha512-QjY+LSP3du3J/C8x/FfEbRxgZgsWd0jfTJ4P7s9f219I1csK4OeBMC3UA1HwEa0pY/9OF6H/egW2CjOcMM5Pdg==",
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.103.0.tgz",
"integrity": "sha512-LCI+PIDoF/RLqN41fNXum3ilmS6ukni6L7t38vSdibbe2G0804EbPLtOIpv2PkS8E6CFuRW5zOb+8OwEAAtZWw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.102.1",
"@sentry/utils": "7.102.1"
"@sentry/types": "7.103.0",
"@sentry/utils": "7.103.0"
},
"engines": {
"node": ">=8"
@ -2562,14 +2562,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.102.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.102.1.tgz",
"integrity": "sha512-Its3Ru6xCAqpaLE3cTxW/b91js2SIFoXa8LWtQDJ7tmTdwPAbT8Pij1F4bOhhaqLYbjLtCXGl/NR2cffsiRLww==",
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.103.0.tgz",
"integrity": "sha512-jS1vQqBBF776xFpht4xS5cJRztbpskFELeZX57pELzy/J7PNjbO0/oypP1qK7budMxxkazJhkcNwJw9eUFT0pg==",
"dev": true,
"dependencies": {
"@sentry/core": "7.102.1",
"@sentry/types": "7.102.1",
"@sentry/utils": "7.102.1",
"@sentry/core": "7.103.0",
"@sentry/types": "7.103.0",
"@sentry/utils": "7.103.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2577,21 +2577,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.102.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.102.1.tgz",
"integrity": "sha512-htKorf3t/D0XYtM7foTcmG+rM47rDP6XdbvCcX5gBCuCYlzpM1vqCt2rl3FLktZC6TaIpFRJw1TLfx6m+x5jdA==",
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.103.0.tgz",
"integrity": "sha512-NCvKyx8d2AGBQKPARrJemZmZ16DiMo688OEikZg4BbvFNDUzK5Egm2BH0vfLDhbNkU19o3maJowrYo42m8r9Zw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.102.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.102.1.tgz",
"integrity": "sha512-+8WcFjHVV/HROXSAwMuUzveElBFC43EiTG7SNEBNgOUeQzQVTmbUZXyTVgLrUmtoWqvnIxCacoLxtZo1o67kdg==",
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.103.0.tgz",
"integrity": "sha512-phkUJt3F0UOkVq+M4GfdAh2ewI3ASrNiJddx9aO7GnT0aDwwVBHZltnqt95qgAB8W+BipTSt1dAh8yUbbq1Ceg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.102.1"
"@sentry/types": "7.103.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.2",
"@sentry/integrations": "^7.102.1",
"@sentry/integrations": "^7.103.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",