mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update dependency @sentry/integrations to ^7.70.0
This commit is contained in:
parent
16fc66598e
commit
c50664d66e
2 changed files with 29 additions and 7 deletions
34
package-lock.json
generated
34
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@cloudflare/workers-types": "^4.20230914.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.7.1",
|
||||
"@sentry/integrations": "^7.69.0",
|
||||
"@sentry/integrations": "^7.70.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
||||
"@typescript-eslint/parser": "^6.7.2",
|
||||
|
@ -2117,13 +2117,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations": {
|
||||
"version": "7.69.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.69.0.tgz",
|
||||
"integrity": "sha512-FEFtFqXuCo9+L7bENZxFpEAlIODwHl6FyW/DwLfniy9jOXHU7BhP/oICLrFE5J7rh1gNY7N/8VlaiQr3hCnS/g==",
|
||||
"version": "7.70.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.70.0.tgz",
|
||||
"integrity": "sha512-ffIEuiElROzl4IpYX0O7vtPaadXVycPtyjq86YTHjd2TUFcYuQTPBm5UjEVE0/sSNNCdfWYxNThU/fVyq93l1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.69.0",
|
||||
"@sentry/utils": "7.69.0",
|
||||
"@sentry/types": "7.70.0",
|
||||
"@sentry/utils": "7.70.0",
|
||||
"localforage": "^1.8.1",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
|
@ -2131,6 +2131,28 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
||||
"version": "7.70.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.70.0.tgz",
|
||||
"integrity": "sha512-rY4DqpiDBtXSk4MDNBH3dwWqfPbNBI/9GA7Y5WJSIcObBtfBKp0fzYliHJZD0pgM7d4DPFrDn42K9Iiumgymkw==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
||||
"version": "7.70.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.70.0.tgz",
|
||||
"integrity": "sha512-0cChMH0lsGp+5I3D4wOHWwjFN19HVrGUs7iWTLTO5St3EaVbdeLbI1vFXHxMxvopbwgpeZafbreHw/loIdZKpw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.70.0",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node": {
|
||||
"version": "7.69.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.69.0.tgz",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@cloudflare/workers-types": "^4.20230914.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.7.1",
|
||||
"@sentry/integrations": "^7.69.0",
|
||||
"@sentry/integrations": "^7.70.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
||||
"@typescript-eslint/parser": "^6.7.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue