Update dependency @sentry/integrations to ^7.90.0

This commit is contained in:
renovate[bot] 2023-12-20 15:47:46 +00:00
parent c4cf3736f7
commit 2d7b61c4e5
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231218.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.89.0",
"@sentry/integrations": "^7.90.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
@ -2274,14 +2274,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.89.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.89.0.tgz",
"integrity": "sha512-vj0cXuTkePSMNPHNmIbDEZABriqf4NnjWkwvvOTqFeJWGOg7HiG7FucXi22OdbNcCcN2D6UShbFQOAwL0z2l5Q==",
"version": "7.90.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.90.0.tgz",
"integrity": "sha512-Eba1gbXkh08Ov/DuI/oQdi8a17lE0XMTkw2RtPrrvBWkYjdwEE0eI6Ls23BemTqm3+JNzTCPBzuJwdUq3yWbnw==",
"dev": true,
"dependencies": {
"@sentry/core": "7.89.0",
"@sentry/types": "7.89.0",
"@sentry/utils": "7.89.0",
"@sentry/core": "7.90.0",
"@sentry/types": "7.90.0",
"@sentry/utils": "7.90.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2289,34 +2289,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.89.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.89.0.tgz",
"integrity": "sha512-aU3wfZ+tyFi4T06fOH3z5xnTyMzwvzyEohYOmnQnDrqNgvDzjWkyeUzWse9FaFiut8lBN9O+Pd2H0ucPBMPEhQ==",
"version": "7.90.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.90.0.tgz",
"integrity": "sha512-HolpdHjULCwehKPWHR6IPQM0NBjmORhlBU7FtCh/e8TtSkZ9ztPsuofNBomMS1+mdbL+yxOIc9KUYEl0zRfeAQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.89.0",
"@sentry/utils": "7.89.0"
"@sentry/types": "7.90.0",
"@sentry/utils": "7.90.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.89.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.89.0.tgz",
"integrity": "sha512-5Rqt6vIP652p01ypUaEIrELjsHF0vUnzj/JFz+i7nXv6w77GPpNzeIlMYdnauBIgJhLUvYCTQaOPV9GhgZhc4g==",
"version": "7.90.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.90.0.tgz",
"integrity": "sha512-dA0Mtba5jYlcQ6xBsGILZuFq4NGrWLfr2ys036z2JE4H1+3PxOVERlD3Di7p+WKYM5gjFw10Hn3EgUV979E3dA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.89.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.89.0.tgz",
"integrity": "sha512-t6qDQajdAjZ6LPraAWO00ZjvDbNH82DoVGV/2o4C5MBPCutJGTGyWIpI2tliYPZPPx+3C2m5L757zh1dCzrgUg==",
"version": "7.90.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.90.0.tgz",
"integrity": "sha512-6BpqAzONm/HQbdlL4TY2W2vBSmaG/eVvwUaHoz0wB49EkWwpF6j/SO9Kb/XkiA/qp9GoJVXpnGBFQLPx7kv/Yw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.89.0"
"@sentry/types": "7.90.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231218.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.89.0",
"@sentry/integrations": "^7.90.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",