Update dependency @sentry/integrations to ^7.69.0

This commit is contained in:
renovate[bot] 2023-09-13 11:33:52 +00:00
parent dabe538f35
commit 300b11ed65
2 changed files with 29 additions and 7 deletions

34
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20230904.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.68.0",
"@sentry/integrations": "^7.69.0",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
@ -2117,13 +2117,13 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.68.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.68.0.tgz",
"integrity": "sha512-kCY+rD2QD9YAatx9rFT7ndxCTigP10lWTX1qZHNKZBZqr38SvsaD3tyVpbXVPjaFR1tnpuH0osWAjY/gyjFhlw==",
"version": "7.69.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.69.0.tgz",
"integrity": "sha512-FEFtFqXuCo9+L7bENZxFpEAlIODwHl6FyW/DwLfniy9jOXHU7BhP/oICLrFE5J7rh1gNY7N/8VlaiQr3hCnS/g==",
"dev": true,
"dependencies": {
"@sentry/types": "7.68.0",
"@sentry/utils": "7.68.0",
"@sentry/types": "7.69.0",
"@sentry/utils": "7.69.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.69.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.69.0.tgz",
"integrity": "sha512-zPyCox0mzitzU6SIa1KIbNoJAInYDdUpdiA+PoUmMn2hFMH1llGU/cS7f4w/mAsssTlbtlBi72RMnWUCy578bw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.69.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.69.0.tgz",
"integrity": "sha512-4eBixe5Y+0EGVU95R4NxH3jkkjtkE4/CmSZD4In8SCkWGSauogePtq6hyiLsZuP1QHdpPb9Kt0+zYiBb2LouBA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.69.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.68.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.68.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20230904.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.68.0",
"@sentry/integrations": "^7.69.0",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",