@depup/sentry__node 10.47.0-depup.0 → 10.47.0-depup.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,9 +14,15 @@ npm install @depup/sentry__node
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@sentry/node](https://www.npmjs.com/package/@sentry/node) @ 10.47.0 |
17
- | Processed | 2026-03-31 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @prisma/instrumentation | 7.6.0 | ^7.7.0 |
20
26
 
21
27
  ---
22
28
 
package/changes.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-03-31T12:26:22.005Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "@prisma/instrumentation": {
4
+ "from": "7.6.0",
5
+ "to": "^7.7.0"
6
+ }
7
+ },
8
+ "timestamp": "2026-04-07T16:31:11.810Z",
9
+ "totalUpdated": 1
5
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/sentry__node",
3
- "version": "10.47.0-depup.0",
3
+ "version": "10.47.0-depup.1",
4
4
  "description": "Sentry Node SDK using OpenTelemetry for performance instrumentation (with updated dependencies)",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
@@ -93,7 +93,7 @@
93
93
  "@opentelemetry/resources": "^2.6.1",
94
94
  "@opentelemetry/sdk-trace-base": "^2.6.1",
95
95
  "@opentelemetry/semantic-conventions": "^1.40.0",
96
- "@prisma/instrumentation": "7.6.0",
96
+ "@prisma/instrumentation": "^7.7.0",
97
97
  "@fastify/otel": "0.18.0",
98
98
  "@sentry/core": "10.47.0",
99
99
  "@sentry/node-core": "10.47.0",
@@ -137,11 +137,16 @@
137
137
  "patched"
138
138
  ],
139
139
  "depup": {
140
- "changes": {},
141
- "depsUpdated": 0,
140
+ "changes": {
141
+ "@prisma/instrumentation": {
142
+ "from": "7.6.0",
143
+ "to": "^7.7.0"
144
+ }
145
+ },
146
+ "depsUpdated": 1,
142
147
  "originalPackage": "@sentry/node",
143
148
  "originalVersion": "10.47.0",
144
- "processedAt": "2026-03-31T12:26:28.475Z",
149
+ "processedAt": "2026-04-07T16:31:20.191Z",
145
150
  "smokeTest": "passed"
146
151
  }
147
152
  }