Update dependency @sentry/integrations to ^7.81.0

This commit is contained in:
renovate[bot] 2023-11-20 14:37:25 +00:00
parent 9348a7876f
commit a9b9f65145
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.1",
"@sentry/integrations": "^7.80.1",
"@sentry/integrations": "^7.81.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
@ -2129,20 +2129,54 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.80.1.tgz",
"integrity": "sha512-9C+CBwgFZZUkBYLrPTHaDr3kyknfSs0ejF/00RucvPZjiUPoxfslnh4IjWnN90ELEy2u09kcJY+dTCFVKd0UPQ==",
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.81.0.tgz",
"integrity": "sha512-CF2YaQC7IPai17p+i4bChWp0O1H/jrXkBlTmHjGG0fBAAQflPevglYp4qMn0V9/erX8lBo3MseimGwtAxbG7dA==",
"dev": true,
"dependencies": {
"@sentry/core": "7.80.1",
"@sentry/types": "7.80.1",
"@sentry/utils": "7.80.1",
"@sentry/core": "7.81.0",
"@sentry/types": "7.81.0",
"@sentry/utils": "7.81.0",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.81.0.tgz",
"integrity": "sha512-FCAKlqo9Z6fku69bkahw1AN+eBfAgRgOL1RpBLZgyG7YBW12vtSkHb5SDvZZTkm541Fo3hhepUTLtX0qmpA4yw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.81.0",
"@sentry/utils": "7.81.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.81.0.tgz",
"integrity": "sha512-rbYNYSSrrnwNndC7S+eVT84GRLEyCZNh9oXUQqzgSD6ngXCZ0xFJW6si75uv/XQBWIw4rkj9xfRcy8DU0Tj4fg==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.81.0.tgz",
"integrity": "sha512-yC9IvfeVbG4dygi4b+iUUMHp9xeHJfCn6XLbqjJVfq3xjAzBGHgfrpw6fYPNyTljXKb6CTiSXSqaNaQJE4CkPA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.81.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.80.1.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.1",
"@sentry/integrations": "^7.80.1",
"@sentry/integrations": "^7.81.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",