Update dependency @sentry/integrations to ^7.106.1

This commit is contained in:
renovate[bot] 2024-03-11 22:54:40 +00:00
parent 919b776b16
commit 2d3bbeae9c
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240222.0", "@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3", "@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.106.0", "@sentry/integrations": "^7.106.1",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/parser": "^7.2.0",
@ -2535,13 +2535,13 @@
} }
}, },
"node_modules/@sentry/core": { "node_modules/@sentry/core": {
"version": "7.106.0", "version": "7.106.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.106.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.106.1.tgz",
"integrity": "sha512-Dc13XtnyFaXup2E4vCbzuG0QKAVjrJBk4qfGwvSJaTuopEaEWBs2MpK6hRzFhsz9S3T0La7c1F/62NptvTUWsQ==", "integrity": "sha512-cwCd66wkbutXCI8j14JLkyod9RHtqSNfzGpx/ieBE+N786jX+Yj1DiaZJ6ZYjKQpnToipFnacEakCd9Vc9oePA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.106.0", "@sentry/types": "7.106.1",
"@sentry/utils": "7.106.0" "@sentry/utils": "7.106.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
@ -2562,14 +2562,14 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.106.0", "version": "7.106.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.106.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.106.1.tgz",
"integrity": "sha512-vvd2pO5S55Zpr1y4TL5KgyqIF94S4h4E9OezQoE0wlbzSd3EDIWblHcfKoBJUBMUxxgfE1dQ84BlSmfVlI7t6Q==", "integrity": "sha512-2wIDaHGWE5QOnTAkQe5itH32K3gcZ5rluAWxcq+hG+xZd7JA6EDGnDEMHieGweFbkYazBteSE8qaxjDUAGYYJA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.106.0", "@sentry/core": "7.106.1",
"@sentry/types": "7.106.0", "@sentry/types": "7.106.1",
"@sentry/utils": "7.106.0", "@sentry/utils": "7.106.1",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
@ -2577,21 +2577,21 @@
} }
}, },
"node_modules/@sentry/types": { "node_modules/@sentry/types": {
"version": "7.106.0", "version": "7.106.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.1.tgz",
"integrity": "sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==", "integrity": "sha512-g3OcyAHGugBwkQP4fZYCCZqF2ng9K7yQc9FVngKq/y7PwHm84epXdYYGDGgfQOIC1d5/GMaPxmzI5IIrZexzkg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/utils": { "node_modules/@sentry/utils": {
"version": "7.106.0", "version": "7.106.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.1.tgz",
"integrity": "sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==", "integrity": "sha512-NIeuvB9MeDwrObbi6W5xRrNTcQj8klVvwWWYQB0zotY/LDjyl+c+cZzUshFOxBTp9ljVnYzWqZ7J8x/i4baj7w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.106.0" "@sentry/types": "7.106.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240222.0", "@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3", "@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.106.0", "@sentry/integrations": "^7.106.1",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/parser": "^7.2.0",