Update dependency @sentry/integrations to ^7.78.0

This commit is contained in:
renovate[bot] 2023-11-08 13:43:46 +00:00
parent 245138bff5
commit 08b52375ed
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.77.0",
"@sentry/integrations": "^7.78.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
@ -2118,20 +2118,54 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.77.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.77.0.tgz",
"integrity": "sha512-P055qXgBHeZNKnnVEs5eZYLdy6P49Zr77A1aWJuNih/EenzMy922GOeGy2mF6XYrn1YJSjEwsNMNsQkcvMTK8Q==",
"version": "7.78.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.78.0.tgz",
"integrity": "sha512-h5D2CqM3KPD5hcDFBSsaVGUz95QDuEaKU9juhb96os5zpg5c3VfSWE+u9CuABXu+cXS5+TVfffVrZ+A+YFo+Rg==",
"dev": true,
"dependencies": {
"@sentry/core": "7.77.0",
"@sentry/types": "7.77.0",
"@sentry/utils": "7.77.0",
"@sentry/core": "7.78.0",
"@sentry/types": "7.78.0",
"@sentry/utils": "7.78.0",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.78.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.78.0.tgz",
"integrity": "sha512-cf8U+1cNkIK14KC5ySXtzu4RW5Veto3lqkS95Rbl4ExUsrVsfansFNH63j6Bvu7UbJlBRK67uf6Ug2GBbUBUIg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.78.0",
"@sentry/utils": "7.78.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.78.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.78.0.tgz",
"integrity": "sha512-XNyu6EFTrXmKlVgKHOxGdBJ6Aw7BnMBWtptr5TPOQJ4kh+rP+4DB3I6nafcSSUbIsO+hBVgBpj0J8R3Ps86CMQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.78.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.78.0.tgz",
"integrity": "sha512-vxPZaMTthMgEgKvlkuqD9rQuQ4Q8fsWAuOuzeuwUbrVCBIeM/WpmyjUUx4ozy6axNGXSXGE4CzrEQUNv3+t9kQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.78.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.77.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.77.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.77.0",
"@sentry/integrations": "^7.78.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",