mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
Update dependency @sentry/integrations to ^7.105.0
This commit is contained in:
parent
3f9ef91a42
commit
85da01d42d
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.20240222.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.2",
|
||||
"@sentry/integrations": "^7.104.0",
|
||||
"@sentry/integrations": "^7.105.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
||||
"@typescript-eslint/parser": "^7.1.1",
|
||||
|
@ -2535,13 +2535,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/core": {
|
||||
"version": "7.104.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.104.0.tgz",
|
||||
"integrity": "sha512-XPndD6IGQGd07/EntvYVzOWQUo/Gd7L3DwYFeEKeBv6ByWjbBNmVZFRhU0GPPsCHKyW9yMU9OO9diLSS4ijsRg==",
|
||||
"version": "7.105.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.105.0.tgz",
|
||||
"integrity": "sha512-5xsaTG6jZincTeJUmZomlv20mVRZUEF1U/g89lmrSOybyk2+opEnB1JeBn4ODwnvmSik8r2QLr6/RiYlaxRJCg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.104.0",
|
||||
"@sentry/utils": "7.104.0"
|
||||
"@sentry/types": "7.105.0",
|
||||
"@sentry/utils": "7.105.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
@ -2562,14 +2562,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations": {
|
||||
"version": "7.104.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.104.0.tgz",
|
||||
"integrity": "sha512-heZGds3bz2ZscH8s1a2bDsEYDyA7VXvV2dJeonG2QZAki2PvtaJqSfyTeVp/BlrpOxrI56BOVcZdu9yCFGC3eQ==",
|
||||
"version": "7.105.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.105.0.tgz",
|
||||
"integrity": "sha512-AgzecTkF0o+C4svbroMGA+cW5LRnfFSoJnzF5ltUB67hnX906amlwbOvdkKD3MugYO02nRSjF/eEi26E1HACMA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.104.0",
|
||||
"@sentry/types": "7.104.0",
|
||||
"@sentry/utils": "7.104.0",
|
||||
"@sentry/core": "7.105.0",
|
||||
"@sentry/types": "7.105.0",
|
||||
"@sentry/utils": "7.105.0",
|
||||
"localforage": "^1.8.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -2577,21 +2577,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/types": {
|
||||
"version": "7.104.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.104.0.tgz",
|
||||
"integrity": "sha512-5bs0xe0+GZR4QBm9Nrqw59o0sv3kBtCosrZDVxBru/dQbrfnB+/kVorvuM0rV3+coNITTKcKDegSZmK1d2uOGQ==",
|
||||
"version": "7.105.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.105.0.tgz",
|
||||
"integrity": "sha512-80o0KMVM+X2Ym9hoQxvJetkJJwkpCg7o6tHHFXI+Rp7fawc2iCMTa0IRQMUiSkFvntQLYIdDoNNuKdzz2PbQGA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/utils": {
|
||||
"version": "7.104.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.104.0.tgz",
|
||||
"integrity": "sha512-ZVg+xZirI9DlOi0NegNVocswdh/8p6QkzlQzDQY2LP2CC6JQdmwi64o0S4rPH4YIHNKQJTpIjduoxeKgd1EO5g==",
|
||||
"version": "7.105.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.105.0.tgz",
|
||||
"integrity": "sha512-YVAV0c2KLM8+VZCicQ/E/P2+J9Vs0hGhrXwV7w6ZEAtvxrg4oF270toL1WRhvcaf8JO4J1v4V+LuU6Txs4uEeQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.104.0"
|
||||
"@sentry/types": "7.105.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@cloudflare/workers-types": "^4.20240222.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.2",
|
||||
"@sentry/integrations": "^7.104.0",
|
||||
"@sentry/integrations": "^7.105.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
||||
"@typescript-eslint/parser": "^7.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue