Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5.17.0 (#11001)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@prisma/client](https://www.prisma.io)
([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client))
| [`5.15.1` ->
`5.17.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.15.1/5.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@prisma%2fclient/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@prisma%2fclient/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@prisma%2fclient/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@prisma%2fclient/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@prisma/internals](https://www.prisma.io)
([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/internals))
| [`5.15.1` ->
`5.17.0`](https://renovatebot.com/diffs/npm/@prisma%2finternals/5.15.1/5.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@prisma%2finternals/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@prisma%2finternals/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@prisma%2finternals/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@prisma%2finternals/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [prisma](https://www.prisma.io)
([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli)) |
[`5.15.1` ->
`5.17.0`](https://renovatebot.com/diffs/npm/prisma/5.15.1/5.17.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prisma/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prisma/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prisma/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prisma/5.15.1/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prisma/prisma (@&#8203;prisma/client)</summary>

### [`v5.17.0`](https://togithub.com/prisma/prisma/releases/tag/5.17.0)

[Compare
Source](https://togithub.com/prisma/prisma/compare/5.16.2...5.17.0)

🌟 **Help us spread the word about Prisma by starring the repo or
[tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@&#8203;prisma%20release%20v5.17.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.17.0)
about the release.** 🌟

##### Highlights

##### VSCode extension improvements

We’re happy to introduce some cool new features that will make your
experience with the Prisma VSCode extension even better!

**Find references across schema files**

The ability to hop between references of a given symbol is really useful
in application code and now with the introduction of multi-file schema,
we think it’s the perfect time to bring this feature to the VSCode
extension!

With the 5.17.0 release, you’ll now have the ability to use the native
“find references” feature to find any usage of a given symbol


![references](https://togithub.com/user-attachments/assets/b7d82584-2be7-4db6-bfd9-4dbe46f9e865)

**Added context on hover**

When hovering over a symbol that references a view, type, enum, or any
other block with multiple values, you’ll now see a handy pop out that
shows what is in that block at a glance.


![image](https://togithub.com/user-attachments/assets/b0dbc818-374b-4b6d-bda5-974d66efca65)

**Additional quick fixes**

We’ve taken some fixes made by the `prisma format` cli command and made
them quick fixes available to the VSCode Extension. Now, when you have
forget a back relation or relation scalar field, you’ll now see in real
time what is wrong and have the option to fix it via the extension.

![image
(1)](https://togithub.com/user-attachments/assets/931e8dff-2b1e-4da7-bd17-5b844d12804e)

##### QueryRaw performance improvements

We’ve changed the response format of `queryRaw` to decrease its average
size which reduces serialization CPU overhead.

When querying large data sets, we expect you to see improved memory
usage and up to 2x performance improvements.

##### Fixes and improvements

##### Prisma Client

- [Remove or change `This is the 10th instance of Prisma Client being
started. Make sure this is intentional.`
warning](https://togithub.com/prisma/prisma/issues/23736)

##### Prisma

- [Prisma generate option --allow-no-models doesn't
work.](https://togithub.com/prisma/prisma/issues/24737)

##### Language tools (e.g. VS Code)

- [LSP Rename incorrectly maps field name and appends
character](https://togithub.com/prisma/language-tools/issues/1771)

##### Credits

Huge thanks to [@&#8203;key-moon](https://togithub.com/key-moon),
[@&#8203;pranayat](https://togithub.com/pranayat),
[@&#8203;yubrot](https://togithub.com/yubrot),
[@&#8203;skyzh](https://togithub.com/skyzh) for helping!

### [`v5.16.2`](https://togithub.com/prisma/prisma/releases/tag/5.16.2)

[Compare
Source](https://togithub.com/prisma/prisma/compare/5.16.1...5.16.2)

Today, we are issuing the 5.16.2 patch release to fix an issue in Prisma
client.

#### Fix in Prisma Client

- [nextjs app deployed to vercel edge can't import prisma WASM modul
](https://togithub.com/prisma/prisma/issues/24673)

### [`v5.16.1`](https://togithub.com/prisma/prisma/releases/tag/5.16.1)

[Compare
Source](https://togithub.com/prisma/prisma/compare/5.16.0...5.16.1)

Today, we are issuing the 5.16.1 patch release to fix an issue in Prisma
client.

#### Fix in Prisma Client

- [dotenv loading issue with PrismaClient
](https://togithub.com/prisma/prisma/issues/24634)
- [Prisma Seed Script Fails After Upgrading to v5.16.0 (DATABASE_URL
Error)](https://togithub.com/prisma/prisma/issues/24658)

### [`v5.16.0`](https://togithub.com/prisma/prisma/releases/tag/5.16.0)

[Compare
Source](https://togithub.com/prisma/prisma/compare/5.15.1...5.16.0)

🌟 **Help us spread the word about Prisma by starring the repo or
[tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@&#8203;prisma%20release%20v5.16.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.16.0)
about the release.** 🌟

##### **Highlights**

##### Omit model fields globally

With Prisma ORM 5.16.0 we’re more than happy to announce that we’re
expanding the `omitApi` Preview feature to also include the ability to
**omit fields globally**.

When the Preview feature is enabled, you’re able to define fields to
omit when instantiating Prisma Client.

```tsx
const prisma = new PrismaClient({
  omit: {
    user: {
      // make sure that password is never queried.
      password: true,
    },
  },
});
```

You’re also able to omit fields from multiple models and multiple fields
from the same model

```tsx
const prisma = new PrismaClient({
  omit: {
    user: { 
      // make sure that password and internalId are never queried.
      password: true,
      internalId: true,
    },
    post: {
      secretkey: true,
    },
  },
});
```

With both local and global `omit`, you now have the flexibility to
completely remove sensitive fields while also tailoring individual
queries. If you need the ability to generally omit a field except in a
specific query, you can also overwrite a global omit locally

```tsx
const prisma = new PrismaClient({
  omit: {
    user: { 
      // password is omitted globally.
      password: true,
    },
  },
});

const userWithPassword = await prisma.user.findUnique({
  omit: { password: false }, // omit now false, so password is returned
  where: { id: 1 },
});
```

##### Changes to `prismaSchemaFolder`

In `5.15.0` we released the `prismaSchemaFolder` Preview feature,
allowing you to create multiple Prisma Schema files in a `prisma/schema`
directory. We’ve gotten [a lot of great
feedback](https://togithub.com/prisma/prisma/discussions/24413) and are
really excited with how the community has been using the feature.

To continue improving our multi-file schema support, **we have a few
breaking changes** to the `prismaSchemaFolder` feature:

- When using relative paths in Prisma Schema files with the
`prismaSchemaFolder` feature, a path is now relative to the file it is
defined in rather than relative to the `prisma/schema` folder. This
means that if you have a generator block in
`/project/prisma/schema/config/generator.prisma` with an `output` of
`./foo` the output will be resolved to
`/project/prisma/schema/config/foo` rather than `/project/prisma/foo`.
The path to a SQLite file will be resolved in the same manner.
- We realized that during migration many people would have
`prisma/schema` as well as `prisma/schema.prisma`. Our initial
implementation looked for a `.prisma` file first and would ignore the
`schema` folder if it exists. This is now an error.

##### Changes to `fullTextSearch`

In order to improve our full-text search implementation **we have made a
breaking change** to the `fullTextSearch` Preview feature.

Previously, when the feature was enabled we updated the
`<Model>OrderByWithRelationInput` TypeScript type with the
`<Model>OrderByWithRelationAndSearchRelevanceInput` type. However, we
have noted that there are no cases where relational ordering is needed
but search relevance is not. Thus, we have decided to remove the
`<Model>OrderByWithRelationAndSearchRelevanceInput` naming and only use
the `<Model>OrderByWithRelationInput` naming.

##### Fixes and improvements

##### Prisma

- [Wrong Parameterized Types Sent for SQL Server
Queries](https://togithub.com/prisma/prisma/issues/17565)
- [`Prisma has no exported member named OrderByWithRelationInput. Did
you mean
OrderByWithAggregationInput?`](https://togithub.com/prisma/prisma/issues/21017)
- [\[Driver Adapters\]: missing provider compatibility
validation](https://togithub.com/prisma/prisma/issues/21864)
- [Disable "Start using Prisma Client" hint logs on `prisma
generate`](https://togithub.com/prisma/prisma/issues/22513)
- [Deploying prisma to CloudFlare pages using Nuxt/Nitro and
node-postgres (pg) is using the wrong(vercel) wasm
path](https://togithub.com/prisma/prisma/issues/23500)
- [`@prisma/adapter-pg` modifies node-postgres global type
parsers](https://togithub.com/prisma/prisma/issues/23505)
- [@&#8203;prisma/adapter-d1 is failing with an import error when called
inside vitest tests](https://togithub.com/prisma/prisma/issues/23911)
- [`db pull` fails with `[libs\user-facing-errors\src\quaint.rs:136:18]
internal error: entered unreachable code` on invalid
credentials](https://togithub.com/prisma/prisma/issues/24268)

##### Language tools (e.g. VS Code)

- [Make prisma-fmt logs to work with language
server](https://togithub.com/prisma/language-tools/issues/1193)
- [Spans and positions get shifted out of sync when schema includes
multibyte
characters](https://togithub.com/prisma/language-tools/issues/1308)
- [VSCode extension panics when opening an empty prisma
schema](https://togithub.com/prisma/language-tools/issues/1760)

##### Prisma Engines

- [\[DA\] Planetscale engine tests:
one2m_mix_required_writable_readable](https://togithub.com/prisma/prisma-engines/issues/4482)
- [\[DA\] Planetscale engine tests:
apply_number_ops](https://togithub.com/prisma/prisma-engines/issues/4485)

##### Credits

Huge thanks to [@&#8203;key-moon](https://togithub.com/key-moon),
[@&#8203;pranayat](https://togithub.com/pranayat),
[@&#8203;yubrot](https://togithub.com/yubrot),
[@&#8203;skyzh](https://togithub.com/skyzh),
[@&#8203;brian-dlee](https://togithub.com/brian-dlee),
[@&#8203;mydea](https://togithub.com/mydea),
[@&#8203;nickcarnival](https://togithub.com/nickcarnival),
[@&#8203;eruditmorina](https://togithub.com/eruditmorina),
[@&#8203;nzakas](https://togithub.com/nzakas),
[@&#8203;gutyerrez](https://togithub.com/gutyerrez),
[@&#8203;avallete](https://togithub.com/avallete),
[@&#8203;ceddy4395](https://togithub.com/ceddy4395),
[@&#8203;Kayoshi-dev](https://togithub.com/Kayoshi-dev),
[@&#8203;yehonatanz](https://togithub.com/yehonatanz) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent eee1c1d commit e3432a3
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.8",
"@prisma/client": "5.15.1",
"@prisma/client": "5.17.0",
"@whatwg-node/fetch": "0.9.17",
"cookie": "0.6.0",
"core-js": "3.37.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.8",
"@prisma/internals": "5.15.1",
"@prisma/internals": "5.17.0",
"@redwoodjs/cli-helpers": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.37.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@prisma/client": "5.15.1",
"@prisma/client": "5.17.0",
"@redwoodjs/framework-tools": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/yargs": "17.0.32",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@opentelemetry/resources": "1.22.0",
"@opentelemetry/sdk-trace-node": "1.22.0",
"@opentelemetry/semantic-conventions": "1.22.0",
"@prisma/internals": "5.15.1",
"@prisma/internals": "5.17.0",
"@redwoodjs/api-server": "workspace:*",
"@redwoodjs/cli-helpers": "workspace:*",
"@redwoodjs/fastify-web": "workspace:*",
Expand Down Expand Up @@ -70,7 +70,7 @@
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "3.3.3",
"prisma": "5.15.1",
"prisma": "5.17.0",
"prompts": "2.4.2",
"rimraf": "5.0.9",
"semver": "7.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.8",
"@prisma/client": "5.15.1",
"@prisma/client": "5.17.0",
"@redwoodjs/project-config": "workspace:*",
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@prisma/internals": "5.15.1",
"@prisma/internals": "5.17.0",
"esbuild": "0.21.3",
"vitest": "1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.8",
"@prisma/internals": "5.15.1",
"@prisma/internals": "5.17.0",
"@redwoodjs/project-config": "workspace:*",
"@types/line-column": "1.0.2",
"camelcase": "6.3.0",
Expand Down
142 changes: 71 additions & 71 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6396,104 +6396,104 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/client@npm:5.15.1"
"@prisma/client@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/client@npm:5.17.0"
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: 10c0/41585e049958306e621977b32127adf1143b58af289e2e04e6e921e51d5b26ec999667f8e669d4c1e5549eecc5c83104f029c8f208d26bdacc983bdd04a307e4
checksum: 10c0/cc6c5e9bfbc2f9a01fdf73e009c42298b8a9fea8c9b19db0089cad84a9ee94c3bb6f66f53f1e2f4b32b3506706bf16d23a8e3bcb4619a8bc76d0812a8382ae63
languageName: node
linkType: hard

"@prisma/debug@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/debug@npm:5.15.1"
checksum: 10c0/cd31012ce643af1b16b8337ea5edc61043598f065fe039d333189ec588727016a6e403ae2c946c2baaeba8f0d2662fd919d3ea4ea0a1ad87ce8731b6f8d4305e
"@prisma/debug@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/debug@npm:5.17.0"
checksum: 10c0/10aca89c8cd3a96c7f1153792110f33d96d1875e4af807002b9ca061eda255b1aa21e757b9e7a1690ac0676fb2312c441191cdb357acf45617dd658678984053
languageName: node
linkType: hard

"@prisma/engines-version@npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3":
version: 5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3
resolution: "@prisma/engines-version@npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
checksum: 10c0/3e363f05888b0257d76957309dd45108fd29706bffdd55528a3d539dd2cfa66ffb8c5e867381a755a76d887022c2734ea8683d1a65c0becb3ac8df3951efcded
"@prisma/engines-version@npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053":
version: 5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053
resolution: "@prisma/engines-version@npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
checksum: 10c0/164b4cd6965da770bcd085fa0596466b092060d19eb8a4ba3402e66bd9b2e813cae417eeca99422b66a3a05a65cfe6d0e0339083b53644acf553ac138693232d
languageName: node
linkType: hard

"@prisma/engines@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/engines@npm:5.15.1"
"@prisma/engines@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/engines@npm:5.17.0"
dependencies:
"@prisma/debug": "npm:5.15.1"
"@prisma/engines-version": "npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
"@prisma/fetch-engine": "npm:5.15.1"
"@prisma/get-platform": "npm:5.15.1"
checksum: 10c0/c3c5103631dfc33d545f70a35795b1fe94263e4604069b25ff73e9601503af1873ffce7845e65c5bdc5316a58a4337d5b5dbba789b552d8299becae2c7fc32bd
"@prisma/debug": "npm:5.17.0"
"@prisma/engines-version": "npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
"@prisma/fetch-engine": "npm:5.17.0"
"@prisma/get-platform": "npm:5.17.0"
checksum: 10c0/b1d48c39fbe16680947685960be615894ccc1a2ca40263fc6d1ac4599e3100f2f31e71b02bd000c0f3269cd045f38817dfbddd37fefcb8a4dec6155a6df48e2f
languageName: node
linkType: hard

"@prisma/fetch-engine@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/fetch-engine@npm:5.15.1"
"@prisma/fetch-engine@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/fetch-engine@npm:5.17.0"
dependencies:
"@prisma/debug": "npm:5.15.1"
"@prisma/engines-version": "npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
"@prisma/get-platform": "npm:5.15.1"
checksum: 10c0/884acedce32324274696939611fa862056105aa90f839a42198eb7f7574ef8158c0f9f32211e511578f07bc9c2d6a53489b698f4333a836c82d4200e85ac5da2
"@prisma/debug": "npm:5.17.0"
"@prisma/engines-version": "npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
"@prisma/get-platform": "npm:5.17.0"
checksum: 10c0/b5c554e8a637871fd6497e656d67e649d9eea3a06be325b68a686b707c78d200ba9ba20bd76b0a3408e5cb78f6e34bab535ce161174273db377353a01368806e
languageName: node
linkType: hard

"@prisma/generator-helper@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/generator-helper@npm:5.15.1"
"@prisma/generator-helper@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/generator-helper@npm:5.17.0"
dependencies:
"@prisma/debug": "npm:5.15.1"
checksum: 10c0/86ee9b35f63e8bc9ec99127ab286ef2b8631215956f1a49e67be106e124f97569d867970380b2a854d5a5af1b812c89e7c4979fa2984e7e540c99e36ea7a1fa4
"@prisma/debug": "npm:5.17.0"
checksum: 10c0/edf1c8a8ea34fb86a8836aa5b2a933fb1bae949bdede17f2f153de2db27f8c523595518a92f791047fd994701c15c4a0847c448dd4349aa892d5dd3a1ffab7b4
languageName: node
linkType: hard

"@prisma/get-platform@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/get-platform@npm:5.15.1"
"@prisma/get-platform@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/get-platform@npm:5.17.0"
dependencies:
"@prisma/debug": "npm:5.15.1"
checksum: 10c0/9eeb60e38dcac9b85332a532d0b9fb0c3171ce265567a84027373d95b753d975087b871cfedba2913139b98c83a8839573bb40fd3ef8c686688e0ec2be4a9bdc
"@prisma/debug": "npm:5.17.0"
checksum: 10c0/8687736c6e18737e29544bc1f98653b75b4dcb85c1ffe02686da100e843bb30041dd9d00146a2178517d34b783a650c8b76bdde5029d1675bd28c2be6ee6565a
languageName: node
linkType: hard

"@prisma/internals@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/internals@npm:5.15.1"
dependencies:
"@prisma/debug": "npm:5.15.1"
"@prisma/engines": "npm:5.15.1"
"@prisma/fetch-engine": "npm:5.15.1"
"@prisma/generator-helper": "npm:5.15.1"
"@prisma/get-platform": "npm:5.15.1"
"@prisma/prisma-schema-wasm": "npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
"@prisma/schema-files-loader": "npm:5.15.1"
"@prisma/internals@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/internals@npm:5.17.0"
dependencies:
"@prisma/debug": "npm:5.17.0"
"@prisma/engines": "npm:5.17.0"
"@prisma/fetch-engine": "npm:5.17.0"
"@prisma/generator-helper": "npm:5.17.0"
"@prisma/get-platform": "npm:5.17.0"
"@prisma/prisma-schema-wasm": "npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
"@prisma/schema-files-loader": "npm:5.17.0"
arg: "npm:5.0.2"
prompts: "npm:2.4.2"
checksum: 10c0/44fefad10bdc64727bcc3d21535e450b5165e4d18410da467247a2e9fdf19522bdeed2a66b60d710724fbd21a57f1db5f05afdf6f8249d5eb23f7e9063395133
checksum: 10c0/d58227bb50e96c48fbc698e811a9be38e0dc47d9050677c263d1d2549a26ba76c31d6635a64c5946adbfc1fc15c6a08a96f15ee145d5e7b1b97d9fd02fc2f2af
languageName: node
linkType: hard

"@prisma/prisma-schema-wasm@npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3":
version: 5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3
resolution: "@prisma/prisma-schema-wasm@npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
checksum: 10c0/a10d5de677c48ce0f540b1d83cb1481c29e124bb16d9976c437fdabb76e4178effabcf1b392f3a687a9544bb2845e161259a31f47ef24be9a192b69b7c271d0e
"@prisma/prisma-schema-wasm@npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053":
version: 5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053
resolution: "@prisma/prisma-schema-wasm@npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
checksum: 10c0/4beecf2482efc6e13e902af6210d838a1414947ac972714744462a439e6e8fe07222b19761337511ecc178dc723d7c9db728c3c9034132a565ade5562ed555f9
languageName: node
linkType: hard

"@prisma/schema-files-loader@npm:5.15.1":
version: 5.15.1
resolution: "@prisma/schema-files-loader@npm:5.15.1"
"@prisma/schema-files-loader@npm:5.17.0":
version: 5.17.0
resolution: "@prisma/schema-files-loader@npm:5.17.0"
dependencies:
"@prisma/prisma-schema-wasm": "npm:5.15.1-1.5675a3182f972f1a8f31d16eee6abf4fd54910e3"
"@prisma/prisma-schema-wasm": "npm:5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cde053"
fs-extra: "npm:11.1.1"
checksum: 10c0/0526275a60bbdb65aebeb1b5ae934f30f1d80a48b63fbd082826dc7c7f49a9735311ec064f960b6ab1886934b20eaccab5ee5abaee818fc6d35adc81e95b873e
checksum: 10c0/a53adda5b5dbe0a3c1f0756186bbf440e3d9aa3b9bd24035536e5d91a57e4108160ea6e75df4ad44faf0e0df8ca1f763035ef054a2a70df8e0bd6f3ba9be8980
languageName: node
linkType: hard

Expand Down Expand Up @@ -7269,7 +7269,7 @@ __metadata:
"@babel/cli": "npm:7.24.8"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@prisma/client": "npm:5.15.1"
"@prisma/client": "npm:5.17.0"
"@types/aws-lambda": "npm:8.10.141"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/memjs": "npm:1"
Expand Down Expand Up @@ -7522,7 +7522,7 @@ __metadata:
"@babel/cli": "npm:7.24.8"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@prisma/internals": "npm:5.15.1"
"@prisma/internals": "npm:5.17.0"
"@redwoodjs/cli-helpers": "workspace:*"
"@simplewebauthn/browser": "npm:7.4.0"
"@simplewebauthn/typescript-types": "npm:7.4.0"
Expand Down Expand Up @@ -7844,7 +7844,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/cli-data-migrate@workspace:packages/cli-packages/dataMigrate"
dependencies:
"@prisma/client": "npm:5.15.1"
"@prisma/client": "npm:5.17.0"
"@redwoodjs/babel-config": "workspace:*"
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
Expand Down Expand Up @@ -7929,7 +7929,7 @@ __metadata:
"@opentelemetry/resources": "npm:1.22.0"
"@opentelemetry/sdk-trace-node": "npm:1.22.0"
"@opentelemetry/semantic-conventions": "npm:1.22.0"
"@prisma/internals": "npm:5.15.1"
"@prisma/internals": "npm:5.17.0"
"@redwoodjs/api-server": "workspace:*"
"@redwoodjs/cli-helpers": "workspace:*"
"@redwoodjs/fastify-web": "workspace:*"
Expand Down Expand Up @@ -7967,7 +7967,7 @@ __metadata:
pluralize: "npm:8.0.0"
portfinder: "npm:1.0.32"
prettier: "npm:3.3.3"
prisma: "npm:5.15.1"
prisma: "npm:5.17.0"
prompts: "npm:2.4.2"
rimraf: "npm:5.0.9"
semver: "npm:7.6.3"
Expand Down Expand Up @@ -8491,8 +8491,8 @@ __metadata:
"@babel/cli": "npm:7.24.8"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@prisma/client": "npm:5.15.1"
"@prisma/internals": "npm:5.15.1"
"@prisma/client": "npm:5.17.0"
"@prisma/internals": "npm:5.17.0"
"@redwoodjs/project-config": "workspace:*"
core-js: "npm:3.37.1"
esbuild: "npm:0.21.3"
Expand Down Expand Up @@ -8547,7 +8547,7 @@ __metadata:
"@babel/cli": "npm:7.24.8"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@prisma/internals": "npm:5.15.1"
"@prisma/internals": "npm:5.17.0"
"@redwoodjs/project-config": "workspace:*"
"@types/fs-extra": "npm:11.0.4"
"@types/line-column": "npm:1.0.2"
Expand Down Expand Up @@ -25112,14 +25112,14 @@ __metadata:
languageName: node
linkType: hard

"prisma@npm:5.15.1":
version: 5.15.1
resolution: "prisma@npm:5.15.1"
"prisma@npm:5.17.0":
version: 5.17.0
resolution: "prisma@npm:5.17.0"
dependencies:
"@prisma/engines": "npm:5.15.1"
"@prisma/engines": "npm:5.17.0"
bin:
prisma: build/index.js
checksum: 10c0/12a07ad5709799400201617302a27ae9795ae2f99124b2b4f11d78ad2547170da76876c80e844d456edfde029731a5fe6285066472cd74e419db6828cfba6b46
checksum: 10c0/30546a8576ffadf66d6f34cd833e25e21eec99847db92c4d88f6c9dbbc401abbd3f699f9e0f0dbcd9d5229ccba47c6aadb42ba6cd6e29afb7335689c7257c964
languageName: node
linkType: hard

Expand Down

0 comments on commit e3432a3

Please sign in to comment.