Update dependency @sentry/integrations to ^7.93.0

This commit is contained in:
renovate[bot] 2024-01-10 14:25:48 +00:00
parent 5911c136d7
commit d65372da27
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231218.0", "@cloudflare/workers-types": "^4.20231218.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2", "@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.92.0", "@sentry/integrations": "^7.93.0",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1", "@typescript-eslint/parser": "^6.18.1",
@ -2341,20 +2341,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.92.0", "version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.92.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.93.0.tgz",
"integrity": "sha512-9OT4i9b0Ge5sP3rCV8yYqoPp3BKcB9wjddW7sG0w88va32F0UWMKk4gmprtwgPYM0+u5AS/TTAVichRVRj+I1Q==", "integrity": "sha512-uGQ8+DiqUr6SbhdJJHyIqDJ6kHnFuSv8nZWtj2tJ1I8q8u8MX8t8Om6R/R4ap45gCkWg/zqZq7B+gQV6TYewjQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.92.0", "@sentry/core": "7.93.0",
"@sentry/types": "7.92.0", "@sentry/types": "7.93.0",
"@sentry/utils": "7.92.0", "@sentry/utils": "7.93.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.93.0.tgz",
"integrity": "sha512-vZQSUiDn73n+yu2fEcH+Wpm4GbRmtxmnXnYCPgM6IjnXqkVm3awWAkzrheADblx3kmxrRiOlTXYHw9NTWs56fg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.93.0",
"@sentry/utils": "7.93.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.93.0.tgz",
"integrity": "sha512-UnzUccNakhFRA/esWBWP+0v7cjNg+RilFBQC03Mv9OEMaZaS29zSbcOGtRzuFOXXLBdbr44BWADqpz3VW0XaNw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.93.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.93.0.tgz",
"integrity": "sha512-Iovj7tUnbgSkh/WrAaMrd5UuYjW7AzyzZlFDIUrwidsyIdUficjCG2OIxYzh76H6nYIx9SxewW0R54Q6XoB4uA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.93.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.92.0", "version": "7.92.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.92.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.92.0.tgz",

View file

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