Update dependency @sentry/integrations to ^7.110.0

This commit is contained in:
renovate[bot] 2024-04-11 19:48:26 +00:00
parent 992aa8c302
commit 6e7b1d35af
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240405.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.109.0",
"@sentry/integrations": "^7.110.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
@ -2530,13 +2530,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.109.0.tgz",
"integrity": "sha512-xwD4U0IlvvlE/x/g/W1I8b4Cfb16SsCMmiEuBf6XxvAa3OfWBxKoqLifb3GyrbxMC4LbIIZCN/SvLlnGJPgszA==",
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.110.0.tgz",
"integrity": "sha512-g4suCQO94mZsKVaAbyD1zLFC5YSuBQCIPHXx9fdgtfoPib7BWjWWePkllkrvsKAv4u8Oq05RfnKOhOMRHpOKqg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.109.0",
"@sentry/utils": "7.109.0"
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0"
},
"engines": {
"node": ">=8"
@ -2557,14 +2557,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.109.0.tgz",
"integrity": "sha512-8GwPFlUu4rB1Dx3e9tc3gCMmzC5Bd5lzThhg3tMBmzCCEp7UeA4u7eUuKJ5g49vjdznPDRG2p3PcRsApFZNPSg==",
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.110.0.tgz",
"integrity": "sha512-cWpEGMTyX1XO4jb0NXMh1thkkiSajM5ydE/ceAdxmG9V7gv7E1pREK8P1NeVvzvjZ67z+uVWYbgYwXxd4eqZ/A==",
"dev": true,
"dependencies": {
"@sentry/core": "7.109.0",
"@sentry/types": "7.109.0",
"@sentry/utils": "7.109.0",
"@sentry/core": "7.110.0",
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2572,21 +2572,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.109.0.tgz",
"integrity": "sha512-egCBnDv3YpVFoNzRLdP0soVrxVLCQ+rovREKJ1sw3rA2/MFH9WJ+DZZexsX89yeAFzy1IFsCp7/dEqudusml6g==",
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.110.0.tgz",
"integrity": "sha512-DqYBLyE8thC5P5MuPn+sj8tL60nCd/f5cerFFPcudn5nJ4Zs1eI6lKlwwyHYTEu5c4KFjCB0qql6kXfwAHmTyA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.109.0.tgz",
"integrity": "sha512-3RjxMOLMBwZ5VSiH84+o/3NY2An4Zldjz0EbfEQNRY9yffRiCPJSQiCJID8EoylCFOh/PAhPimBhqbtWJxX6iw==",
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.110.0.tgz",
"integrity": "sha512-VBsdLLN+5tf73fhf/Cm7JIsUJ6y9DkJj8h4I6Mxx0rszrvOyH6S5px40K+V4jdLBzMEvVinC7q2Cbf1YM18BSw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.109.0"
"@sentry/types": "7.110.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240405.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.109.0",
"@sentry/integrations": "^7.110.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",