mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Update dependency @sentry/integrations to ^7.89.0
This commit is contained in:
parent
d962921248
commit
8aea0d5905
2 changed files with 42 additions and 8 deletions
48
package-lock.json
generated
48
package-lock.json
generated
|
@ -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.88.0",
|
||||
"@sentry/integrations": "^7.89.0",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||
"@typescript-eslint/parser": "^6.15.0",
|
||||
|
@ -2274,20 +2274,54 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations": {
|
||||
"version": "7.88.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.88.0.tgz",
|
||||
"integrity": "sha512-YBYPAtJeylMaaCmGntgiDpp1nk3IT6+FBXsmHxMdTKlrpt5ELj/jcc8gEgaRNeSBjx4Kv1OVzmZcYyWwEhkR4Q==",
|
||||
"version": "7.89.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.89.0.tgz",
|
||||
"integrity": "sha512-vj0cXuTkePSMNPHNmIbDEZABriqf4NnjWkwvvOTqFeJWGOg7HiG7FucXi22OdbNcCcN2D6UShbFQOAwL0z2l5Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.88.0",
|
||||
"@sentry/types": "7.88.0",
|
||||
"@sentry/utils": "7.88.0",
|
||||
"@sentry/core": "7.89.0",
|
||||
"@sentry/types": "7.89.0",
|
||||
"@sentry/utils": "7.89.0",
|
||||
"localforage": "^1.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.89.0",
|
||||
"@sentry/utils": "7.89.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==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.89.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node": {
|
||||
"version": "7.88.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.88.0.tgz",
|
||||
|
|
|
@ -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.88.0",
|
||||
"@sentry/integrations": "^7.89.0",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||
"@typescript-eslint/parser": "^6.15.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue