Update dependency @sentry/integrations to ^7.82.0

This commit is contained in:
renovate[bot] 2023-11-28 01:07:54 +00:00
parent b7b3a75298
commit 824e8f97cc
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231121.0", "@cloudflare/workers-types": "^4.20231121.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.81.1", "@sentry/integrations": "^7.82.0",
"@types/jest": "^29.5.10", "@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0", "@typescript-eslint/parser": "^6.13.0",
@ -2252,20 +2252,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.81.1", "version": "7.82.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.81.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.82.0.tgz",
"integrity": "sha512-DN5ONn0/LX5HHVPf1EBGHFssIZaZmLgkqUIeMqCNYBpB4DiOrJANnGwTcWKDPphqhdPxjnPv9AGRLaU0PdvvZQ==", "integrity": "sha512-dLfLG7W+mNK7tyyIdoJc0eBd/vmboyBprQgnusbFFZeTgf7NjEjI4gk/VNFZp/EhZ+G6lLu/UJxttx/2QtSCYg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.81.1", "@sentry/core": "7.82.0",
"@sentry/types": "7.81.1", "@sentry/types": "7.82.0",
"@sentry/utils": "7.81.1", "@sentry/utils": "7.82.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.82.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.82.0.tgz",
"integrity": "sha512-Wc+AYPzDIgFbuKkyYd/8tFm4E8CQboDkxefsz26N66CU1Ueqlk0RA8nVbzhbklhO/SuPJeR+fVOOx1spXYoybg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.82.0",
"@sentry/utils": "7.82.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.82.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.82.0.tgz",
"integrity": "sha512-mWiSaWXas2zAyO7Kt5Eb9/W2vEiDiTw56NGRjKWsZnmKyl9bK3Mnxuk0TR7M6F+q8OoAFZPK1rECnyGIcb0fqQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.82.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.82.0.tgz",
"integrity": "sha512-Tba4yemyePW+bwKO/UR5/hlY3CBuBWc/PiKMLLfE6VNhFgZN/Ei9T/Wfp2ld/ANhfC0imqSd2iCv2rUuDPNRpQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.82.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.81.1", "version": "7.81.1",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.81.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.81.1.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231121.0", "@cloudflare/workers-types": "^4.20231121.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.81.1", "@sentry/integrations": "^7.82.0",
"@types/jest": "^29.5.10", "@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0", "@typescript-eslint/parser": "^6.13.0",