mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Update dependency @sentry/integrations to ^7.75.0
This commit is contained in:
parent
bfa1818414
commit
12b22a0ec7
2 changed files with 43 additions and 10 deletions
51
package-lock.json
generated
51
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@cloudflare/workers-types": "^4.20231016.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.74.1",
|
||||
"@sentry/integrations": "^7.75.0",
|
||||
"@types/jest": "^29.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
|
@ -2120,16 +2120,49 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations": {
|
||||
"version": "7.74.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.74.1.tgz",
|
||||
"integrity": "sha512-Q7chPehHpHB4WOQ1J/X6NiN2ptiqJMmxtL+6wHumzIAyrjup3c9XekR83qEs8zpqYJAlb/4MUlwd9fPbkhGXnQ==",
|
||||
"version": "7.75.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.75.0.tgz",
|
||||
"integrity": "sha512-dnKZvPJBj+KiOIteYJEVuZcB3Hcd6NYdQ3xJhGk5FD4+gGOHTF+8kMdBC6q+Rnkyc63IB0vPRMhhs/T5XbWByg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.74.1",
|
||||
"@sentry/types": "7.74.1",
|
||||
"@sentry/utils": "7.74.1",
|
||||
"localforage": "^1.8.1",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
"@sentry/core": "7.75.0",
|
||||
"@sentry/types": "7.75.0",
|
||||
"@sentry/utils": "7.75.0",
|
||||
"localforage": "^1.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
|
||||
"version": "7.75.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.75.0.tgz",
|
||||
"integrity": "sha512-vXg3cdJgwzP24oTS9zFCgLW4MgTkMZqXx+ESRq7gTD9qJTpcmAmYT+Ckmvebg8K6DBThV6+0v61r50na2+XdrA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.75.0",
|
||||
"@sentry/utils": "7.75.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
||||
"version": "7.75.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.75.0.tgz",
|
||||
"integrity": "sha512-xG8OLADxG7HpGhMxrF4v4tKq/v/gqmLsTZ858R51pz0xCWM8SK6ZSWOKudkAGBIpRjI6RUHMnkBtRAN2aKDOkQ==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
||||
"version": "7.75.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.75.0.tgz",
|
||||
"integrity": "sha512-UHWKeevhUNRp+mAWDbMVFOMgseoq8t/xFgdUywO/2PC14qZKRBH+0k1BKoNkp5sOzDT06ETj2w6wYoYhy6i+dA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.75.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@cloudflare/workers-types": "^4.20231016.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.74.1",
|
||||
"@sentry/integrations": "^7.75.0",
|
||||
"@types/jest": "^29.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue