@depup/prisma 7.5.0-depup.3 → 7.5.0-depup.4

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/changes.json +22 -0
  3. package/package.json +14 -11
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/prisma
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [prisma](https://www.npmjs.com/package/prisma) @ 7.5.0 |
17
- | Processed | 2026-03-16 |
17
+ | Processed | 2026-03-19 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 4 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/prisma
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @prisma/dev | 0.20.0 | ^0.22.0 |
26
- | @prisma/studio-core | 0.21.1 | ^0.25.1 |
25
+ | @prisma/dev | 0.20.0 | ^0.22.2 |
26
+ | @prisma/studio-core | 0.21.1 | ^0.26.0 |
27
27
  | mysql2 | 3.15.3 | ^3.20.0 |
28
28
  | postgres | 3.4.7 | ^3.4.8 |
29
29
 
package/changes.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "bumped": {
3
+ "@prisma/dev": {
4
+ "from": "0.20.0",
5
+ "to": "^0.22.2"
6
+ },
7
+ "@prisma/studio-core": {
8
+ "from": "0.21.1",
9
+ "to": "^0.26.0"
10
+ },
11
+ "mysql2": {
12
+ "from": "3.15.3",
13
+ "to": "^3.20.0"
14
+ },
15
+ "postgres": {
16
+ "from": "3.4.7",
17
+ "to": "^3.4.8"
18
+ }
19
+ },
20
+ "timestamp": "2026-03-19T04:48:55.072Z",
21
+ "totalUpdated": 4
22
+ }
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
- "version": "7.5.0-depup.3",
2
+ "version": "7.5.0-depup.4",
3
3
  "name": "@depup/prisma",
4
- "description": "[DepUp] Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
4
+ "description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one. (with updated dependencies)",
5
5
  "keywords": [
6
- "depup",
7
- "dependency-bumped",
8
- "updated-deps",
9
6
  "prisma",
7
+ "depup",
8
+ "updated-dependencies",
9
+ "security",
10
+ "latest",
11
+ "patched",
10
12
  "CLI",
11
13
  "ORM",
12
14
  "Prisma",
@@ -62,7 +64,8 @@
62
64
  "runtime/llhttp",
63
65
  "prisma-client",
64
66
  "preinstall",
65
- "scripts/preinstall-entry.js"
67
+ "scripts/preinstall-entry.js",
68
+ "changes.json"
66
69
  ],
67
70
  "pkg": {
68
71
  "assets": [
@@ -171,8 +174,8 @@
171
174
  "@prisma/migrate": "7.5.0"
172
175
  },
173
176
  "dependencies": {
174
- "@prisma/dev": "^0.22.0",
175
- "@prisma/studio-core": "^0.25.1",
177
+ "@prisma/dev": "^0.22.2",
178
+ "@prisma/studio-core": "^0.26.0",
176
179
  "mysql2": "^3.20.0",
177
180
  "postgres": "^3.4.8",
178
181
  "@prisma/config": "7.5.0",
@@ -206,11 +209,11 @@
206
209
  "changes": {
207
210
  "@prisma/dev": {
208
211
  "from": "0.20.0",
209
- "to": "^0.22.0"
212
+ "to": "^0.22.2"
210
213
  },
211
214
  "@prisma/studio-core": {
212
215
  "from": "0.21.1",
213
- "to": "^0.25.1"
216
+ "to": "^0.26.0"
214
217
  },
215
218
  "mysql2": {
216
219
  "from": "3.15.3",
@@ -224,7 +227,7 @@
224
227
  "depsUpdated": 4,
225
228
  "originalPackage": "prisma",
226
229
  "originalVersion": "7.5.0",
227
- "processedAt": "2026-03-16T16:40:17.317Z",
230
+ "processedAt": "2026-03-19T04:49:23.925Z",
228
231
  "smokeTest": "failed"
229
232
  }
230
233
  }