Update dependency @sentry/integrations to ^7.102.0

This commit is contained in:
renovate[bot] 2024-02-20 13:20:00 +00:00
parent 1efc7f7b2c
commit d9076faa0f
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240208.0", "@cloudflare/workers-types": "^4.20240208.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.1", "@sentry/esbuild-plugin": "^2.14.1",
"@sentry/integrations": "^7.101.1", "@sentry/integrations": "^7.102.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2", "@typescript-eslint/parser": "^7.0.2",
@ -2578,20 +2578,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.101.1", "version": "7.102.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.101.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.102.0.tgz",
"integrity": "sha512-0kk6773Lg2Pa1cUmK1VtxaLLAmpIXcT3qYPlYxRXZQJEUpGcjZZ704V7i8SFLhJSsHkXrL/sAGSyM1p+NDF+QA==", "integrity": "sha512-WW7DiAcihi+Fya2YrB6lEUzDAIPuO23wDm4tLJ9vQpMw4LaTj/XkulITTXFI7XLJLzs5Eks9pIfZJdmKrqjchA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.101.1", "@sentry/core": "7.102.0",
"@sentry/types": "7.101.1", "@sentry/types": "7.102.0",
"@sentry/utils": "7.101.1", "@sentry/utils": "7.102.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.102.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.102.0.tgz",
"integrity": "sha512-GO9eLOSBK1waW4AD0wDXAreaNqXFQ1MPQZrkKcN+GJYEFhJK1+u+MSV7vO5Fs/rIfaTZIZ2jtEkxSSAOucE8EQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.102.0",
"@sentry/utils": "7.102.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.102.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.102.0.tgz",
"integrity": "sha512-FPfFBP0x3LkPARw1/6cWySLq1djIo8ao3Qo2KNBeE9CHdq8bsS1a8zzjJLuWG4Ww+wieLP8/lY3WTgrCz4jowg==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.102.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.102.0.tgz",
"integrity": "sha512-cp5KCRe0slOVMwG4iP2Z4UajQkjryRTiFskZ5H7Q3X9R5voM8+DAhiDcIW88GL9NxqyUrAJOjmKdeLK2vM+bdA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.102.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.101.1", "version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.101.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.101.1.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240208.0", "@cloudflare/workers-types": "^4.20240208.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.1", "@sentry/esbuild-plugin": "^2.14.1",
"@sentry/integrations": "^7.101.1", "@sentry/integrations": "^7.102.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2", "@typescript-eslint/parser": "^7.0.2",