Update dependency @sentry/integrations to ^7.109.0

This commit is contained in:
renovate[bot] 2024-03-28 23:19:25 +00:00
parent c1a6a0aa6a
commit cdcd3fd03d
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240320.1", "@cloudflare/workers-types": "^4.20240320.1",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.16.0", "@sentry/esbuild-plugin": "^2.16.0",
"@sentry/integrations": "^7.108.0", "@sentry/integrations": "^7.109.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1", "@typescript-eslint/parser": "^7.3.1",
@ -2530,13 +2530,13 @@
} }
}, },
"node_modules/@sentry/core": { "node_modules/@sentry/core": {
"version": "7.108.0", "version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.108.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.109.0.tgz",
"integrity": "sha512-I/VNZCFgLASxHZaD0EtxZRM34WG9w2gozqgrKGNMzAymwmQ3K9g/1qmBy4e6iS3YRptb7J5UhQkZQHrcwBbjWQ==", "integrity": "sha512-xwD4U0IlvvlE/x/g/W1I8b4Cfb16SsCMmiEuBf6XxvAa3OfWBxKoqLifb3GyrbxMC4LbIIZCN/SvLlnGJPgszA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.108.0", "@sentry/types": "7.109.0",
"@sentry/utils": "7.108.0" "@sentry/utils": "7.109.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
@ -2557,14 +2557,14 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.108.0", "version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.108.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.109.0.tgz",
"integrity": "sha512-b/WbK1f3x2rQ4aJJSA4VSwpBXrXFm1Nzrca3Y9qW0MI1wjZEYsDDrh9m6ulLdVBl4YDc2VqYp1COwU/NjuHlog==", "integrity": "sha512-8GwPFlUu4rB1Dx3e9tc3gCMmzC5Bd5lzThhg3tMBmzCCEp7UeA4u7eUuKJ5g49vjdznPDRG2p3PcRsApFZNPSg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.108.0", "@sentry/core": "7.109.0",
"@sentry/types": "7.108.0", "@sentry/types": "7.109.0",
"@sentry/utils": "7.108.0", "@sentry/utils": "7.109.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
@ -2572,21 +2572,21 @@
} }
}, },
"node_modules/@sentry/types": { "node_modules/@sentry/types": {
"version": "7.108.0", "version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.108.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.109.0.tgz",
"integrity": "sha512-bKtHITmBN3kqtqE5eVvL8mY8znM05vEodENwRpcm6TSrrBjC2RnwNWVwGstYDdHpNfFuKwC8mLY9bgMJcENo8g==", "integrity": "sha512-egCBnDv3YpVFoNzRLdP0soVrxVLCQ+rovREKJ1sw3rA2/MFH9WJ+DZZexsX89yeAFzy1IFsCp7/dEqudusml6g==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/utils": { "node_modules/@sentry/utils": {
"version": "7.108.0", "version": "7.109.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.108.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.109.0.tgz",
"integrity": "sha512-a45yEFD5qtgZaIFRAcFkG8C8lnDzn6t4LfLXuV4OafGAy/3ZAN3XN8wDnrruHkiUezSSANGsLg3bXaLW/JLvJw==", "integrity": "sha512-3RjxMOLMBwZ5VSiH84+o/3NY2An4Zldjz0EbfEQNRY9yffRiCPJSQiCJID8EoylCFOh/PAhPimBhqbtWJxX6iw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.108.0" "@sentry/types": "7.109.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240320.1", "@cloudflare/workers-types": "^4.20240320.1",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.16.0", "@sentry/esbuild-plugin": "^2.16.0",
"@sentry/integrations": "^7.108.0", "@sentry/integrations": "^7.109.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1", "@typescript-eslint/parser": "^7.3.1",