mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-07 03:20:55 +01:00
chore(deps): update dependency @sentry/integrations to ^7.77.0
This commit is contained in:
parent
c152e143be
commit
ec00ff973f
2 changed files with 57 additions and 8 deletions
63
package-lock.json
generated
63
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.76.0",
|
||||
"@sentry/integrations": "^7.77.0",
|
||||
"@types/jest": "^29.5.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
|
@ -2117,19 +2117,54 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations": {
|
||||
"version": "7.76.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.76.0.tgz",
|
||||
"integrity": "sha512-4ea0PNZrGN9wKuE/8bBCRrxxw4Cq5T710y8rhdKHAlSUpbLqr/atRF53h8qH3Fi+ec0m38PB+MivKem9zUwlwA==",
|
||||
"version": "7.77.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.77.0.tgz",
|
||||
"integrity": "sha512-P055qXgBHeZNKnnVEs5eZYLdy6P49Zr77A1aWJuNih/EenzMy922GOeGy2mF6XYrn1YJSjEwsNMNsQkcvMTK8Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.76.0",
|
||||
"@sentry/types": "7.76.0",
|
||||
"@sentry/utils": "7.76.0",
|
||||
"@sentry/core": "7.77.0",
|
||||
"@sentry/types": "7.77.0",
|
||||
"@sentry/utils": "7.77.0",
|
||||
"localforage": "^1.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
|
||||
"version": "7.77.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.77.0.tgz",
|
||||
"integrity": "sha512-Tj8oTYFZ/ZD+xW8IGIsU6gcFXD/gfE+FUxUaeSosd9KHwBQNOLhZSsYo/tTVf/rnQI/dQnsd4onPZLiL+27aTg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.77.0",
|
||||
"@sentry/utils": "7.77.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
||||
"version": "7.77.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.77.0.tgz",
|
||||
"integrity": "sha512-nfb00XRJVi0QpDHg+JkqrmEBHsqBnxJu191Ded+Cs1OJ5oPXEW6F59LVcBScGvMqe+WEk1a73eH8XezwfgrTsA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
||||
"version": "7.77.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.77.0.tgz",
|
||||
"integrity": "sha512-NmM2kDOqVchrey3N5WSzdQoCsyDkQkiRxExPaNI2oKQ/jMWHs9yt0tSy7otPBcXs0AP59ihl75Bvm1tDRcsp5g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.77.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node": {
|
||||
"version": "7.76.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.76.0.tgz",
|
||||
|
@ -6862,6 +6897,20 @@
|
|||
"@sentry/utils": "7.76.0"
|
||||
}
|
||||
},
|
||||
"node_modules/toucan-js/node_modules/@sentry/integrations": {
|
||||
"version": "7.76.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.76.0.tgz",
|
||||
"integrity": "sha512-4ea0PNZrGN9wKuE/8bBCRrxxw4Cq5T710y8rhdKHAlSUpbLqr/atRF53h8qH3Fi+ec0m38PB+MivKem9zUwlwA==",
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.76.0",
|
||||
"@sentry/types": "7.76.0",
|
||||
"@sentry/utils": "7.76.0",
|
||||
"localforage": "^1.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/tr46": {
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.76.0",
|
||||
"@sentry/integrations": "^7.77.0",
|
||||
"@types/jest": "^29.5.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue