chore(deps): bump @sentry/node from 7.111.0 to 7.112.1 (#15351)

* chore(deps): bump @sentry/node from 7.111.0 to 7.112.1

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.111.0 to 7.112.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.112.1/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.111.0...7.112.1)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-23 22:28:04 +00:00 committed by GitHub
parent cda1aa0fbf
commit bfd08b97eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 50 additions and 23 deletions

View File

@ -55,7 +55,7 @@
"@hono/zod-openapi": "0.11.0",
"@notionhq/client": "2.2.15",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.111.0",
"@sentry/node": "7.112.1",
"@tonyrl/rand-user-agent": "2.0.60",
"aes-js": "3.1.2",
"art-template": "4.13.2",

View File

@ -21,8 +21,8 @@ dependencies:
specifier: 2.2.3
version: 2.2.3
'@sentry/node':
specifier: 7.111.0
version: 7.111.0
specifier: 7.112.1
version: 7.112.1
'@tonyrl/rand-user-agent':
specifier: 2.0.60
version: 2.0.60
@ -2665,43 +2665,54 @@ packages:
selderee: 0.11.0
dev: false
/@sentry-internal/tracing@7.111.0:
resolution: {integrity: sha512-CgXly8rsdu4loWVKi2RqpInH3C2cVBuaYsx4ZP5IJpzSinsUAMyyr3Pc0PZzCyoVpBBXGBGj/4HhFsY3q6Z0Vg==}
/@sentry-internal/tracing@7.112.1:
resolution: {integrity: sha512-pZVIOB6+t4HlgU3mCRtIbvo//t8uQY9tnBjbJJ2nEv8nTu8A7/dZ5ebrLOWStV3bNp/+uCqLuLuuimJeNNn6vQ==}
engines: {node: '>=8'}
dependencies:
'@sentry/core': 7.111.0
'@sentry/types': 7.111.0
'@sentry/utils': 7.111.0
'@sentry/core': 7.112.1
'@sentry/types': 7.112.1
'@sentry/utils': 7.112.1
dev: false
/@sentry/core@7.111.0:
resolution: {integrity: sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==}
/@sentry/core@7.112.1:
resolution: {integrity: sha512-ZhOxt4sZVLqHurWqIY1ExWYZ20ViFTbqgW2GdJGHz4XwJhBln0ZVpHD+tKXy3GBEY+2Ee4qoqHi6tDrFgPvJqw==}
engines: {node: '>=8'}
dependencies:
'@sentry/types': 7.111.0
'@sentry/utils': 7.111.0
'@sentry/types': 7.112.1
'@sentry/utils': 7.112.1
dev: false
/@sentry/node@7.111.0:
resolution: {integrity: sha512-bTLZNETT7W89HEk04rwsch02KSpu++Yec/BEyM3AxUNY+ZQ9ZLL/lrNZuCwbe7fURpKoZrvGAhxpPjgs5UcB9w==}
/@sentry/integrations@7.112.1:
resolution: {integrity: sha512-jIgXT+ahUS7zmhDMAzsgQHCNA6ZwZAp0Bwjoz0tcuGzNcv7mOCnjHz5YooJVQgXuREV653RmEuGGTklrpn6S2w==}
engines: {node: '>=8'}
dependencies:
'@sentry-internal/tracing': 7.111.0
'@sentry/core': 7.111.0
'@sentry/types': 7.111.0
'@sentry/utils': 7.111.0
'@sentry/core': 7.112.1
'@sentry/types': 7.112.1
'@sentry/utils': 7.112.1
localforage: 1.10.0
dev: false
/@sentry/types@7.111.0:
resolution: {integrity: sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==}
/@sentry/node@7.112.1:
resolution: {integrity: sha512-4nGqP133jDNgPADJMR+pTroo9TTYyrXuGVI1RO2lhZpLbRu7ksR6hgsQE00+0L/EhPM4IiW75iwwHePFwqWY6A==}
engines: {node: '>=8'}
dependencies:
'@sentry-internal/tracing': 7.112.1
'@sentry/core': 7.112.1
'@sentry/integrations': 7.112.1
'@sentry/types': 7.112.1
'@sentry/utils': 7.112.1
dev: false
/@sentry/types@7.112.1:
resolution: {integrity: sha512-5dLIxWZfCXH5kExrsWc+R6loMr3RR6OQuonVNL3Fa8Dw37Q7aExCrjRmocOHeQKhHwNBd3QhYm7phjnbxS6Oaw==}
engines: {node: '>=8'}
dev: false
/@sentry/utils@7.111.0:
resolution: {integrity: sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==}
/@sentry/utils@7.112.1:
resolution: {integrity: sha512-/AMGDD6OMvT2cpfL5KuDC10oTS8yOt7BAPomXJNS/xn1TRcEEEZ1TWbYZiGT5ijggQEL1OXSojpeQU8XEW8dcQ==}
engines: {node: '>=8'}
dependencies:
'@sentry/types': 7.111.0
'@sentry/types': 7.112.1
dev: false
/@sinclair/typebox@0.27.8:
@ -6017,6 +6028,10 @@ packages:
socks: 2.8.3
dev: false
/immediate@3.0.6:
resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==}
dev: false
/import-fresh@3.3.0:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
engines: {node: '>=6'}
@ -6593,6 +6608,12 @@ packages:
resolution: {integrity: sha512-O6O6/fsG5jiUVbvdgT7YX3xY3uIadR6wEZ7+vy9u7PKHAlSEB6blvC1o5pHBjgsi95Uo0aiBBdkyFecj6jtb7A==}
dev: false
/lie@3.1.1:
resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==}
dependencies:
immediate: 3.0.6
dev: false
/lilconfig@3.0.0:
resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==}
engines: {node: '>=14'}
@ -6646,6 +6667,12 @@ packages:
pkg-types: 1.0.3
dev: true
/localforage@1.10.0:
resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==}
dependencies:
lie: 3.1.1
dev: false
/locate-path@5.0.0:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}