Update dependency @sentry/integrations to ^7.83.0

This commit is contained in:
renovate[bot] 2023-11-28 19:03:21 +00:00
parent 5cacc35763
commit 683cf9cc73
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", "@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.82.0", "@sentry/integrations": "^7.83.0",
"@types/jest": "^29.5.10", "@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1", "@typescript-eslint/parser": "^6.13.1",
@ -2252,14 +2252,14 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.82.0", "version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.82.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.83.0.tgz",
"integrity": "sha512-dLfLG7W+mNK7tyyIdoJc0eBd/vmboyBprQgnusbFFZeTgf7NjEjI4gk/VNFZp/EhZ+G6lLu/UJxttx/2QtSCYg==", "integrity": "sha512-KyptWUyg/Z+3qN1dBDDVcNNUzIwWpCO3mfiToV20LSeA+e/NS4IWTtsZKo2mqvoQQ/4QKcrMj7NbF5iOjKckaQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.82.0", "@sentry/core": "7.83.0",
"@sentry/types": "7.82.0", "@sentry/types": "7.83.0",
"@sentry/utils": "7.82.0", "@sentry/utils": "7.83.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
@ -2267,34 +2267,34 @@
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": { "node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.82.0", "version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.82.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.83.0.tgz",
"integrity": "sha512-Wc+AYPzDIgFbuKkyYd/8tFm4E8CQboDkxefsz26N66CU1Ueqlk0RA8nVbzhbklhO/SuPJeR+fVOOx1spXYoybg==", "integrity": "sha512-fglvpw8aWM6nWXzCjAVXIMTiTEAQ9G9b85IpDd/7L8fuwaFTPQAUSJXupF2PfbpQ3FUYbJt80dxshbERVJG8vQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.82.0", "@sentry/types": "7.83.0",
"@sentry/utils": "7.82.0" "@sentry/utils": "7.83.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/types": { "node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.82.0", "version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.82.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.83.0.tgz",
"integrity": "sha512-mWiSaWXas2zAyO7Kt5Eb9/W2vEiDiTw56NGRjKWsZnmKyl9bK3Mnxuk0TR7M6F+q8OoAFZPK1rECnyGIcb0fqQ==", "integrity": "sha512-Bd+zJcy8p1VgCfQqUprmUaw0QPWUV+GmCt6zJRHrHTb2pwLahXv6sHJvQ8F8Va6S7Keuy088U+kHzUFGQLMZMQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/utils": { "node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.82.0", "version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.82.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.83.0.tgz",
"integrity": "sha512-Tba4yemyePW+bwKO/UR5/hlY3CBuBWc/PiKMLLfE6VNhFgZN/Ei9T/Wfp2ld/ANhfC0imqSd2iCv2rUuDPNRpQ==", "integrity": "sha512-7SrZtgAn3pHFBqSSvV/VL0CWTBQ7VenJjok4+WGWd6/FhP3fKrEEd9rjVTUb2Pzq9WLJJYzdvxAG8RlggG+H4g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.82.0" "@sentry/types": "7.83.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"

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.82.0", "@sentry/integrations": "^7.83.0",
"@types/jest": "^29.5.10", "@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1", "@typescript-eslint/parser": "^6.13.1",