Update dependency @sentry/integrations to ^7.88.0

This commit is contained in:
renovate[bot] 2023-12-14 21:09:56 +00:00
parent 602ad8256f
commit 00f82d23a1
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231121.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.87.0",
"@sentry/integrations": "^7.88.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
@ -2252,14 +2252,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.87.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.87.0.tgz",
"integrity": "sha512-xbyOQeyfG1sF2PBMIOz3c3i0Y3+8q4UlxoeOhpFe6Vpjek+I/g7onZT6YevT6cWG083cg+rS0VCgPQSUV2lxIw==",
"version": "7.88.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.88.0.tgz",
"integrity": "sha512-YBYPAtJeylMaaCmGntgiDpp1nk3IT6+FBXsmHxMdTKlrpt5ELj/jcc8gEgaRNeSBjx4Kv1OVzmZcYyWwEhkR4Q==",
"dev": true,
"dependencies": {
"@sentry/core": "7.87.0",
"@sentry/types": "7.87.0",
"@sentry/utils": "7.87.0",
"@sentry/core": "7.88.0",
"@sentry/types": "7.88.0",
"@sentry/utils": "7.88.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2267,34 +2267,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.87.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.87.0.tgz",
"integrity": "sha512-jkoXqK/nuYh8DYS+n7uaSuSIdw4HJemyRkXsWjAEPtEgD7taGMafZGbP5pl+XE38SE59jTBxmKnkUEZOFMgZGA==",
"version": "7.88.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.88.0.tgz",
"integrity": "sha512-Jzbb7dcwiCO7kI0a1w+32UzWxbEn2OcZWzp55QMEeAh6nZ/5CXhXwpuHi0tW7doPj+cJdmxMTMu9LqMVfdGkzQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.87.0",
"@sentry/utils": "7.87.0"
"@sentry/types": "7.88.0",
"@sentry/utils": "7.88.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.87.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.87.0.tgz",
"integrity": "sha512-w8jKFHq/Llupmr2FezmFgQsnm3y/CnqLjb7s6PstI78E409wrhH7p7oqX/OEuzccH1qNCNwes/3QKvPTRQDB4Q==",
"version": "7.88.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.88.0.tgz",
"integrity": "sha512-FvwvmX1pWAZKicPj4EpKyho8Wm+C4+r5LiepbbBF8oKwSPJdD2QV1fo/LWxsrzNxWOllFIVIXF5Ed3nPYQWpTw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.87.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.87.0.tgz",
"integrity": "sha512-7xgtPTnTNP/4IznFMFXxltuaXfLvzznrYCDMv9ny8EeUjJqlLX3CVA8Qq3YALsLCQCKcrGRARbAcd/EGG//w2w==",
"version": "7.88.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.88.0.tgz",
"integrity": "sha512-ukminfRmdBXTzk49orwJf3Lu3hR60ZRHjE2a4IXwYhyDT6JJgJqgsq1hzGXx0AyFfyS4WhfZ6QUBy7fu3BScZQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.87.0"
"@sentry/types": "7.88.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231121.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.87.0",
"@sentry/integrations": "^7.88.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",