mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update dependency @sentry/integrations to ^7.101.0
This commit is contained in:
parent
6e67c4a984
commit
a6e401f0aa
2 changed files with 42 additions and 8 deletions
48
package-lock.json
generated
48
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
||||||
"@cloudflare/workers-types": "^4.20240208.0",
|
"@cloudflare/workers-types": "^4.20240208.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.14.0",
|
"@sentry/esbuild-plugin": "^2.14.0",
|
||||||
"@sentry/integrations": "^7.100.1",
|
"@sentry/integrations": "^7.101.0",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||||
"@typescript-eslint/parser": "^6.21.0",
|
"@typescript-eslint/parser": "^6.21.0",
|
||||||
|
@ -2578,20 +2578,54 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/integrations": {
|
"node_modules/@sentry/integrations": {
|
||||||
"version": "7.100.1",
|
"version": "7.101.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.100.1.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.101.0.tgz",
|
||||||
"integrity": "sha512-RUyZHcsN3Plc8G4hJN3BCMdbwS8ljUY3E3iLjzucA4HroBsGk5AMc6n7Pp/QqFIRgxrPjKEgA52Wgy5Nq6dSvw==",
|
"integrity": "sha512-vLebp9VpZL6jt++eL+1O06sEXrhqRsLk0qbDsJbuagJhNu12TTlH93t5wBpKmBi+xqCr+SzgeYYEHBYOjyyHVw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/core": "7.100.1",
|
"@sentry/core": "7.101.0",
|
||||||
"@sentry/types": "7.100.1",
|
"@sentry/types": "7.101.0",
|
||||||
"@sentry/utils": "7.100.1",
|
"@sentry/utils": "7.101.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.101.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.101.0.tgz",
|
||||||
|
"integrity": "sha512-dRNrNV5OLGARkOGgxJsVDhA98Pev5G1LVJcud5E83cRg49BCUx2riqEtDP6iIS1nvem6cApkSnLC1kvl/T5/Cw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@sentry/types": "7.101.0",
|
||||||
|
"@sentry/utils": "7.101.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
|
||||||
|
"version": "7.101.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.101.0.tgz",
|
||||||
|
"integrity": "sha512-YC+ltO/AlbEyJHjCUYQ4is1HcDT2zSMuLkIAcyQmK7fUdlGT4iR5sfENriY9ZopYHgjPdJKfhI8ohScam7zp/A==",
|
||||||
|
"dev": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
||||||
|
"version": "7.101.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.101.0.tgz",
|
||||||
|
"integrity": "sha512-px1NUkCLsD9UKLE4W4DghpyzmAVHgYhskrjRt30ubyUKqlggtHkOXRvS8MjuWowR/i0wF0GuTCbU9StBd7JMrw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@sentry/types": "7.101.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@sentry/node": {
|
"node_modules/@sentry/node": {
|
||||||
"version": "7.100.1",
|
"version": "7.100.1",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.100.1.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.100.1.tgz",
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"@cloudflare/workers-types": "^4.20240208.0",
|
"@cloudflare/workers-types": "^4.20240208.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.14.0",
|
"@sentry/esbuild-plugin": "^2.14.0",
|
||||||
"@sentry/integrations": "^7.100.1",
|
"@sentry/integrations": "^7.101.0",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||||
"@typescript-eslint/parser": "^6.21.0",
|
"@typescript-eslint/parser": "^6.21.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue