Update dependency @sentry/integrations to ^7.94.1

This commit is contained in:
renovate[bot] 2024-01-19 17:14:38 +00:00
parent 303774eff0
commit d538b05e8b
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240117.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.93.0",
"@sentry/integrations": "^7.94.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
@ -2341,20 +2341,54 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.93.0.tgz",
"integrity": "sha512-uGQ8+DiqUr6SbhdJJHyIqDJ6kHnFuSv8nZWtj2tJ1I8q8u8MX8t8Om6R/R4ap45gCkWg/zqZq7B+gQV6TYewjQ==",
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.94.1.tgz",
"integrity": "sha512-Fw7OxLlGkrVAVO9WtBJezrb5IxxItCTuefv2IfKku+A5EhHtH1AhXYjQynmt0TLLYIUlyBWiatpOngBzS2wSxw==",
"dev": true,
"dependencies": {
"@sentry/core": "7.93.0",
"@sentry/types": "7.93.0",
"@sentry/utils": "7.93.0",
"@sentry/core": "7.94.1",
"@sentry/types": "7.94.1",
"@sentry/utils": "7.94.1",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.94.1.tgz",
"integrity": "sha512-4sjiMnkbGpv9O98YHVZe7fHNwwdYl+zLoCOoEOadtrJ1EYYvnK/MSixN2HJF7g/0s22xd4xY958QyNIRVR+Iiw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.94.1",
"@sentry/utils": "7.94.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.94.1.tgz",
"integrity": "sha512-A7CdEXFSgGyWv2BT2p9cAvJfb+dypvOtsY8ZvZvdPLUa7kqCV7ndhURUqKjvMBzsL2GParHn3ehDTl2eVc7pvA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.94.1.tgz",
"integrity": "sha512-gQ2EaMpUU1gGH3S+iqpog9gkXbCo8tlhGYA9a5FUtEtER3D3OAlp8dGFwClwzWDAwzjdLT1+X55zmEptU1cP/A==",
"dev": true,
"dependencies": {
"@sentry/types": "7.94.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.93.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240117.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.93.0",
"@sentry/integrations": "^7.94.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",