mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-05-04 10:43:49 +01:00
Update dependency @sentry/integrations to ^7.90.0
This commit is contained in:
parent
c4cf3736f7
commit
2d7b61c4e5
2 changed files with 20 additions and 20 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
||||||
"@cloudflare/workers-types": "^4.20231218.0",
|
"@cloudflare/workers-types": "^4.20231218.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.10.2",
|
"@sentry/esbuild-plugin": "^2.10.2",
|
||||||
"@sentry/integrations": "^7.89.0",
|
"@sentry/integrations": "^7.90.0",
|
||||||
"@types/jest": "^29.5.11",
|
"@types/jest": "^29.5.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||||
"@typescript-eslint/parser": "^6.15.0",
|
"@typescript-eslint/parser": "^6.15.0",
|
||||||
|
@ -2274,14 +2274,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/integrations": {
|
"node_modules/@sentry/integrations": {
|
||||||
"version": "7.89.0",
|
"version": "7.90.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.89.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.90.0.tgz",
|
||||||
"integrity": "sha512-vj0cXuTkePSMNPHNmIbDEZABriqf4NnjWkwvvOTqFeJWGOg7HiG7FucXi22OdbNcCcN2D6UShbFQOAwL0z2l5Q==",
|
"integrity": "sha512-Eba1gbXkh08Ov/DuI/oQdi8a17lE0XMTkw2RtPrrvBWkYjdwEE0eI6Ls23BemTqm3+JNzTCPBzuJwdUq3yWbnw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/core": "7.89.0",
|
"@sentry/core": "7.90.0",
|
||||||
"@sentry/types": "7.89.0",
|
"@sentry/types": "7.90.0",
|
||||||
"@sentry/utils": "7.89.0",
|
"@sentry/utils": "7.90.0",
|
||||||
"localforage": "^1.8.1"
|
"localforage": "^1.8.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -2289,34 +2289,34 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
|
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
|
||||||
"version": "7.89.0",
|
"version": "7.90.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.89.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.90.0.tgz",
|
||||||
"integrity": "sha512-aU3wfZ+tyFi4T06fOH3z5xnTyMzwvzyEohYOmnQnDrqNgvDzjWkyeUzWse9FaFiut8lBN9O+Pd2H0ucPBMPEhQ==",
|
"integrity": "sha512-HolpdHjULCwehKPWHR6IPQM0NBjmORhlBU7FtCh/e8TtSkZ9ztPsuofNBomMS1+mdbL+yxOIc9KUYEl0zRfeAQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/types": "7.89.0",
|
"@sentry/types": "7.90.0",
|
||||||
"@sentry/utils": "7.89.0"
|
"@sentry/utils": "7.90.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
||||||
"version": "7.89.0",
|
"version": "7.90.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.89.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.90.0.tgz",
|
||||||
"integrity": "sha512-5Rqt6vIP652p01ypUaEIrELjsHF0vUnzj/JFz+i7nXv6w77GPpNzeIlMYdnauBIgJhLUvYCTQaOPV9GhgZhc4g==",
|
"integrity": "sha512-dA0Mtba5jYlcQ6xBsGILZuFq4NGrWLfr2ys036z2JE4H1+3PxOVERlD3Di7p+WKYM5gjFw10Hn3EgUV979E3dA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
||||||
"version": "7.89.0",
|
"version": "7.90.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.89.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.90.0.tgz",
|
||||||
"integrity": "sha512-t6qDQajdAjZ6LPraAWO00ZjvDbNH82DoVGV/2o4C5MBPCutJGTGyWIpI2tliYPZPPx+3C2m5L757zh1dCzrgUg==",
|
"integrity": "sha512-6BpqAzONm/HQbdlL4TY2W2vBSmaG/eVvwUaHoz0wB49EkWwpF6j/SO9Kb/XkiA/qp9GoJVXpnGBFQLPx7kv/Yw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/types": "7.89.0"
|
"@sentry/types": "7.90.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"@cloudflare/workers-types": "^4.20231218.0",
|
"@cloudflare/workers-types": "^4.20231218.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.10.2",
|
"@sentry/esbuild-plugin": "^2.10.2",
|
||||||
"@sentry/integrations": "^7.89.0",
|
"@sentry/integrations": "^7.90.0",
|
||||||
"@types/jest": "^29.5.11",
|
"@types/jest": "^29.5.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||||
"@typescript-eslint/parser": "^6.15.0",
|
"@typescript-eslint/parser": "^6.15.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue