From f641d9fb16bfc95605c74af8e4b55ee8814d3559 Mon Sep 17 00:00:00 2001 From: Prismo <52275815+prisma-bot@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:15:07 +0100 Subject: [PATCH] chore(deps): update engines to 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 (#16120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joël Galeran --- packages/client/package.json | 2 +- packages/engines/package.json | 2 +- packages/fetch-engine/package.json | 2 +- packages/internals/package.json | 2 +- packages/migrate/package.json | 2 +- packages/migrate/src/__tests__/DbPull.test.ts | 228 +++++++++--------- .../__snapshots__/DbPull.test.ts.snap | 50 ---- pnpm-lock.yaml | 102 ++++---- 8 files changed, 170 insertions(+), 220 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 030d2d916365..9ae09dde176c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -149,7 +149,7 @@ } }, "dependencies": { - "@prisma/engines-version": "4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad" + "@prisma/engines-version": "4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30" }, "sideEffects": false } diff --git a/packages/engines/package.json b/packages/engines/package.json index 43e628dd8d36..8d3e3e119b06 100644 --- a/packages/engines/package.json +++ b/packages/engines/package.json @@ -8,7 +8,7 @@ "author": "Tim Suchanek ", "devDependencies": { "@prisma/debug": "workspace:*", - "@prisma/engines-version": "4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad", + "@prisma/engines-version": "4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30", "@prisma/fetch-engine": "workspace:*", "@prisma/get-platform": "workspace:*", "@swc/core": "1.3.14", diff --git a/packages/fetch-engine/package.json b/packages/fetch-engine/package.json index ea0c3a97405d..e236d8044be7 100644 --- a/packages/fetch-engine/package.json +++ b/packages/fetch-engine/package.json @@ -15,7 +15,7 @@ "bugs": "https://github.com/prisma/prisma/issues", "enginesOverride": {}, "devDependencies": { - "@prisma/engines-version": "4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad", + "@prisma/engines-version": "4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30", "@swc/core": "1.3.14", "@swc/jest": "0.2.23", "@types/jest": "28.1.8", diff --git a/packages/internals/package.json b/packages/internals/package.json index 217e541f289f..7b5f6ce60867 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -45,7 +45,7 @@ "@prisma/fetch-engine": "workspace:*", "@prisma/generator-helper": "workspace:*", "@prisma/get-platform": "workspace:*", - "@prisma/prisma-fmt-wasm": "4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad", + "@prisma/prisma-fmt-wasm": "4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30", "archiver": "5.3.1", "arg": "5.0.2", "chalk": "4.1.2", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 8d4f2bd00c7f..4ad0cdbe8038 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -17,7 +17,7 @@ "version": "latest" }, "devDependencies": { - "@prisma/engines-version": "4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad", + "@prisma/engines-version": "4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30", "@prisma/generator-helper": "workspace:*", "@prisma/internals": "workspace:*", "@swc/core": "1.3.14", diff --git a/packages/migrate/src/__tests__/DbPull.test.ts b/packages/migrate/src/__tests__/DbPull.test.ts index 457db1c53e7b..43db470668be 100644 --- a/packages/migrate/src/__tests__/DbPull.test.ts +++ b/packages/migrate/src/__tests__/DbPull.test.ts @@ -170,20 +170,20 @@ describe('common/sqlite', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/reintrospection.prisma + - Introspecting based on datasource defined in prisma/reintrospection.prisma - ✔ Introspected 3 models and wrote them into prisma/reintrospection.prisma in XXXms - - *** WARNING *** + ✔ Introspected 3 models and wrote them into prisma/reintrospection.prisma in XXXms + + *** WARNING *** - These models were enriched with \`@@map\` information taken from the previous Prisma schema. - - Model "AwesomeUser" - - Model "AwesomeNewPost" - - Model "AwesomeProfile" + These models were enriched with \`@@map\` information taken from the previous Prisma schema. + - Model "AwesomeNewPost" + - Model "AwesomeProfile" + - Model "AwesomeUser" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.fs.read('prisma/reintrospection.prisma')).toMatchInlineSnapshot(` @@ -240,14 +240,14 @@ describe('common/sqlite', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // These models were enriched with \`@@map\` information taken from the previous Prisma schema. - // - Model "AwesomeUser" - // - Model "AwesomeNewPost" - // - Model "AwesomeProfile" - // - `) + // *** WARNING *** + // + // These models were enriched with \`@@map\` information taken from the previous Prisma schema. + // - Model "AwesomeNewPost" + // - Model "AwesomeProfile" + // - Model "AwesomeUser" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) @@ -404,13 +404,13 @@ describe('common/sqlite', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/invalid.prisma + - Introspecting based on datasource defined in prisma/invalid.prisma - ✔ Introspected 3 models and wrote them into prisma/invalid.prisma in XXXms - - Run prisma generate to generate Prisma Client. + ✔ Introspected 3 models and wrote them into prisma/invalid.prisma in XXXms + + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.fs.read('prisma/invalid.prisma')).toMatchSnapshot() @@ -504,11 +504,11 @@ describe('postgresql', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/using-dotenv.prisma + - Introspecting based on datasource defined in prisma/using-dotenv.prisma - ✖ Introspecting based on datasource defined in prisma/using-dotenv.prisma + ✖ Introspecting based on datasource defined in prisma/using-dotenv.prisma - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) }) @@ -723,7 +723,7 @@ describe('postgresql-multi-schema', () => { expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) - test('datasource property `schemas=["base", "transactional"]` should succeed', async () => { + test.failing('datasource property `schemas=["base", "transactional"]` should succeed', async () => { ctx.fixture('introspection/postgresql-multi-schema') const introspect = new DbPull() const result = introspect.parse(['--print', '--schema', 'with-schemas-in-datasource-2-values.prisma']) @@ -1172,20 +1172,20 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/no-model.prisma + - Introspecting based on datasource defined in prisma/no-model.prisma - ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/no-model.prisma in XXXms + ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/no-model.prisma in XXXms + + *** WARNING *** - *** WARNING *** - - The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - - Model "users", field: "numberOrString1", chosen data type: "Json" - - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + - Model "users", field: "numberOrString1", chosen data type: "Json" + - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1203,20 +1203,20 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/schema.prisma + - Introspecting based on datasource defined in prisma/schema.prisma - ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + + *** WARNING *** - *** WARNING *** - - The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - - Model "users", field: "numberOrString1", chosen data type: "Json" - - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + - Model "users", field: "numberOrString1", chosen data type: "Json" + - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1266,14 +1266,14 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - // - Model "users", field: "numberOrString1", chosen data type: "Json" - // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - // - `) + // *** WARNING *** + // + // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + // - Model "users", field: "numberOrString1", chosen data type: "Json" + // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1309,12 +1309,12 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - // - Model "users", field: "numberOrString1", chosen data type: "Json" - // - `) + // *** WARNING *** + // + // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + // - Model "users", field: "numberOrString1", chosen data type: "Json" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1358,13 +1358,13 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - // - Model "users", field: "numberOrString1", chosen data type: "Json" - // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - // - `) + // *** WARNING *** + // + // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + // - Model "users", field: "numberOrString1", chosen data type: "Json" + // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1383,20 +1383,20 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/schema.prisma + - Introspecting based on datasource defined in prisma/schema.prisma - ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + + *** WARNING *** - *** WARNING *** - - The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - - Model "users", field: "numberOrString1", chosen data type: "Json" - - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + - Model "users", field: "numberOrString1", chosen data type: "Json" + - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1446,14 +1446,14 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - // - Model "users", field: "numberOrString1", chosen data type: "Json" - // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - // - `) + // *** WARNING *** + // + // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + // - Model "users", field: "numberOrString1", chosen data type: "Json" + // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1468,14 +1468,14 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['console.info'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['console.error'].mock.calls.join('\n')).toMatchInlineSnapshot(` - // *** WARNING *** - // - // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - // - Model "users", field: "numberOrString1", chosen data type: "Json" - // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - // - `) + // *** WARNING *** + // + // The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + // - Model "users", field: "numberOrString1", chosen data type: "Json" + // - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + // - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + // + `) expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1495,20 +1495,20 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting + - Introspecting - ✔ Introspected 1 model and 2 embedded documents and wrote them into schema.prisma in XXXms + ✔ Introspected 1 model and 2 embedded documents and wrote them into schema.prisma in XXXms + + *** WARNING *** - *** WARNING *** - - The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - - Model "users", field: "numberOrString1", chosen data type: "Json" - - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + - Model "users", field: "numberOrString1", chosen data type: "Json" + - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) @@ -1526,20 +1526,20 @@ describeIf(process.platform !== 'win32' && !isMacOrWindowsCI)('MongoDB', () => { expect(ctx.mocked['process.stdout.write'].mock.calls.join('\n')).toMatchInlineSnapshot(` - - Introspecting based on datasource defined in prisma/schema.prisma + - Introspecting based on datasource defined in prisma/schema.prisma - ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + ✔ Introspected 1 model and 2 embedded documents and wrote them into prisma/schema.prisma in XXXms + + *** WARNING *** - *** WARNING *** - - The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. - - Model "users", field: "numberOrString1", chosen data type: "Json" - - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" - - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" + The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type. + - Model "users", field: "numberOrString1", chosen data type: "Json" + - Type "UsersHobbies", field: "numberOrString2", chosen data type: "Json" + - Type "UsersHobbiesObjects", field: "numberOrString3", chosen data type: "Json" - Run prisma generate to generate Prisma Client. + Run prisma generate to generate Prisma Client. - `) + `) expect(ctx.mocked['process.stderr.write'].mock.calls.join('\n')).toMatchInlineSnapshot(``) }) diff --git a/packages/migrate/src/__tests__/__snapshots__/DbPull.test.ts.snap b/packages/migrate/src/__tests__/__snapshots__/DbPull.test.ts.snap index 89c50ac0cab9..ab17eeda0b90 100644 --- a/packages/migrate/src/__tests__/__snapshots__/DbPull.test.ts.snap +++ b/packages/migrate/src/__tests__/__snapshots__/DbPull.test.ts.snap @@ -718,56 +718,6 @@ model some_table { exports[`postgresql-multi-schema --url with \`?schema=does-not-exist\` should error with with P4001, empty database 1`] = ``; -exports[`postgresql-multi-schema datasource property \`schemas=["base", "transactional"]\` should succeed 2`] = ` -generator client { - provider = "prisma-client-js" - previewFeatures = ["multiSchema"] -} - -datasource db { - provider = "postgres" - url = env("TEST_POSTGRES_URI_MIGRATE") - schemas = ["base", "transactional"] -} - -model User { - id String @id - email String - Post Post[] - - @@schema("base") -} - -model some_table { - id String @id(map: "User_pkey2") - email String - other_some_table some_table[] @relation("some_tableTosome_table") - - @@schema("base") -} - -model Post { - id String @id - title String - authorId String - User User @relation(fields: [authorId], references: [id]) - - @@schema("transactional") -} - -model some_table { - id String @id(map: "Post_pkey2") - title String - authorId String - some_table some_table @relation("some_tableTosome_table", fields: [authorId], references: [id], map: "Post_authorId_fkey2") - - @@schema("transactional") -} - - -// introspectionSchemaVersion: NonPrisma, -`; - exports[`postgresql-multi-schema datasource property \`schemas=["base"]\` should succeed 2`] = ` generator client { provider = "prisma-client-js" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 680c59f96e74..a0cb1b76c29e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -233,7 +233,7 @@ importers: '@prisma/debug': workspace:* '@prisma/engine-core': workspace:* '@prisma/engines': workspace:* - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/fetch-engine': workspace:* '@prisma/generator-helper': workspace:* '@prisma/get-platform': workspace:* @@ -301,7 +301,7 @@ importers: yeoman-generator: 5.7.0 yo: 4.3.0 dependencies: - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 devDependencies: '@faker-js/faker': 7.6.0 '@fast-check/jest': 1.3.1_@jest+globals@28.1.3 @@ -458,7 +458,7 @@ importers: packages/engines: specifiers: '@prisma/debug': workspace:* - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/fetch-engine': workspace:* '@prisma/get-platform': workspace:* '@swc/core': 1.3.14 @@ -470,7 +470,7 @@ importers: typescript: 4.8.4 devDependencies: '@prisma/debug': link:../debug - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/fetch-engine': link:../fetch-engine '@prisma/get-platform': link:../get-platform '@swc/core': 1.3.14 @@ -484,7 +484,7 @@ importers: packages/fetch-engine: specifiers: '@prisma/debug': workspace:* - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/get-platform': workspace:* '@swc/core': 1.3.14 '@swc/jest': 0.2.23 @@ -530,7 +530,7 @@ importers: temp-dir: 2.0.0 tempy: 1.0.1 devDependencies: - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@swc/core': 1.3.14 '@swc/jest': 0.2.23_@swc+core@1.3.14 '@types/jest': 28.1.8 @@ -679,7 +679,7 @@ importers: '@prisma/fetch-engine': workspace:* '@prisma/generator-helper': workspace:* '@prisma/get-platform': workspace:* - '@prisma/prisma-fmt-wasm': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/prisma-fmt-wasm': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@swc/core': 1.2.204 '@swc/jest': 0.2.23 '@types/jest': 28.1.8 @@ -736,7 +736,7 @@ importers: '@prisma/fetch-engine': link:../fetch-engine '@prisma/generator-helper': link:../generator-helper '@prisma/get-platform': link:../get-platform - '@prisma/prisma-fmt-wasm': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/prisma-fmt-wasm': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 archiver: 5.3.1 arg: 5.0.2 chalk: 4.1.2 @@ -791,7 +791,7 @@ importers: packages/migrate: specifiers: '@prisma/debug': workspace:* - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/generator-helper': workspace:* '@prisma/get-platform': workspace:* '@prisma/internals': workspace:* @@ -846,7 +846,7 @@ importers: strip-indent: 3.0.0 ts-pattern: 4.0.5 devDependencies: - '@prisma/engines-version': 4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad + '@prisma/engines-version': 4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30 '@prisma/generator-helper': link:../generator-helper '@prisma/internals': link:../internals '@swc/core': 1.3.14 @@ -959,15 +959,15 @@ packages: dev: false optional: true - /@aws-sdk/client-cognito-identity/3.201.0: - resolution: {integrity: sha512-FOqsL5YAYKnS/liVSpZtVt5QRDjZdK8w6NC/ZujlgwlzwOnqSFSKEKsS8oiLHMF3AQUZOJwNqOmLznzWBzL8/A==} + /@aws-sdk/client-cognito-identity/3.202.0: + resolution: {integrity: sha512-PebtNMe214k8ueVtC12SaXHgtfdBpGsbxg81nkGddzesYLhqsBIKlcAyI+ZotrXU50NJ8+rEzxslNleLZ0NI+w==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/client-sts': 3.201.0 + '@aws-sdk/client-sts': 3.202.0 '@aws-sdk/config-resolver': 3.201.0 - '@aws-sdk/credential-provider-node': 3.201.0 + '@aws-sdk/credential-provider-node': 3.202.0 '@aws-sdk/fetch-http-handler': 3.201.0 '@aws-sdk/hash-node': 3.201.0 '@aws-sdk/invalid-dependency': 3.201.0 @@ -993,7 +993,7 @@ packages: '@aws-sdk/util-body-length-node': 3.201.0 '@aws-sdk/util-defaults-mode-browser': 3.201.0 '@aws-sdk/util-defaults-mode-node': 3.201.0 - '@aws-sdk/util-endpoints': 3.201.0 + '@aws-sdk/util-endpoints': 3.202.0 '@aws-sdk/util-user-agent-browser': 3.201.0 '@aws-sdk/util-user-agent-node': 3.201.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -1004,8 +1004,8 @@ packages: dev: false optional: true - /@aws-sdk/client-sso/3.201.0: - resolution: {integrity: sha512-pX9pM4W1unYNsuYFqCE1Ngbfr32iSg2DIGt9+2kBGpVcYa6gY99xRXgv8lM21u+sWttnuBAy7zQ0uM//KFWPKQ==} + /@aws-sdk/client-sso/3.202.0: + resolution: {integrity: sha512-c0impiZUbJeB5AdyZyER81tsqF9bxxaEz6p2LYkTn62NWVXPWEUo/1CHQRj36MUzorz1xiWKIN0NPgK6GBJkPQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 @@ -1035,7 +1035,7 @@ packages: '@aws-sdk/util-body-length-node': 3.201.0 '@aws-sdk/util-defaults-mode-browser': 3.201.0 '@aws-sdk/util-defaults-mode-node': 3.201.0 - '@aws-sdk/util-endpoints': 3.201.0 + '@aws-sdk/util-endpoints': 3.202.0 '@aws-sdk/util-user-agent-browser': 3.201.0 '@aws-sdk/util-user-agent-node': 3.201.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -1046,14 +1046,14 @@ packages: dev: false optional: true - /@aws-sdk/client-sts/3.201.0: - resolution: {integrity: sha512-FLxLB8yZZh1adHeipg12vnUenQkN1OJx2O+tlbapRFR09X8nLqkFJnD81jITfxM/JIazigX5DI1iU5OeJAqY7w==} + /@aws-sdk/client-sts/3.202.0: + resolution: {integrity: sha512-WGRFzODig8+cZR903q3fa7OAzGigSuzD9AoK+ybefQa7bxSuhT2ous4GNPOJz9WYWvugEPyrJu8vbG35IoF1ZQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 '@aws-sdk/config-resolver': 3.201.0 - '@aws-sdk/credential-provider-node': 3.201.0 + '@aws-sdk/credential-provider-node': 3.202.0 '@aws-sdk/fetch-http-handler': 3.201.0 '@aws-sdk/hash-node': 3.201.0 '@aws-sdk/invalid-dependency': 3.201.0 @@ -1080,7 +1080,7 @@ packages: '@aws-sdk/util-body-length-node': 3.201.0 '@aws-sdk/util-defaults-mode-browser': 3.201.0 '@aws-sdk/util-defaults-mode-node': 3.201.0 - '@aws-sdk/util-endpoints': 3.201.0 + '@aws-sdk/util-endpoints': 3.202.0 '@aws-sdk/util-user-agent-browser': 3.201.0 '@aws-sdk/util-user-agent-node': 3.201.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -1104,11 +1104,11 @@ packages: dev: false optional: true - /@aws-sdk/credential-provider-cognito-identity/3.201.0: - resolution: {integrity: sha512-rgFqG6tr7h46Qkk2TJz3H1bGPnOZeefqO3KCAkSNDLn2BMhBXWDtu3kEB8Wi9w6rKGEkCH2Uq18jpH1oXLluqQ==} + /@aws-sdk/credential-provider-cognito-identity/3.202.0: + resolution: {integrity: sha512-W/Z4Zf05Yw5ya5SU1UO6xz/OZtxCzMMQmmb71eAHWsh/LIlJ9A3IFsAnAveG7eISTpFjMadT7n6mfsYt/eWgoQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-cognito-identity': 3.201.0 + '@aws-sdk/client-cognito-identity': 3.202.0 '@aws-sdk/property-provider': 3.201.0 '@aws-sdk/types': 3.201.0 tslib: 2.4.0 @@ -1139,13 +1139,13 @@ packages: dev: false optional: true - /@aws-sdk/credential-provider-ini/3.201.0: - resolution: {integrity: sha512-86hfDnmIJqDVBu0rbPr0sKhmh+2oiRoIyYnwiwe9E3sallPEb2sRwfb8ivcSkMbbg0kH7pzQsdbcz7D9fXCffw==} + /@aws-sdk/credential-provider-ini/3.202.0: + resolution: {integrity: sha512-d0kiYMpGzAq3EBXgEJ1SdeoMXVf3lk6NKHDi/Gy8LB03sZqgc5cY4XFCnY3cqE3DNWWZNR26M4j/KiA0LIjAVA==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.201.0 '@aws-sdk/credential-provider-imds': 3.201.0 - '@aws-sdk/credential-provider-sso': 3.201.0 + '@aws-sdk/credential-provider-sso': 3.202.0 '@aws-sdk/credential-provider-web-identity': 3.201.0 '@aws-sdk/property-provider': 3.201.0 '@aws-sdk/shared-ini-file-loader': 3.201.0 @@ -1156,15 +1156,15 @@ packages: dev: false optional: true - /@aws-sdk/credential-provider-node/3.201.0: - resolution: {integrity: sha512-5+1iFRZWgkFc2hr4+C1A6BHStXxKQ907lSaRzP0KcrKf42vIPcisP+GLQEM1Yhj21VxtoPQUyK7fgVpGwlqwPA==} + /@aws-sdk/credential-provider-node/3.202.0: + resolution: {integrity: sha512-/uHNs3c1O3oFpH7z9nnpjyg8NKNyRbNxUDIHkuHkNSUUKXpfBisDX6TMbD4VcflGuNdkbT+8spkw5vsE8ox3ig==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.201.0 '@aws-sdk/credential-provider-imds': 3.201.0 - '@aws-sdk/credential-provider-ini': 3.201.0 + '@aws-sdk/credential-provider-ini': 3.202.0 '@aws-sdk/credential-provider-process': 3.201.0 - '@aws-sdk/credential-provider-sso': 3.201.0 + '@aws-sdk/credential-provider-sso': 3.202.0 '@aws-sdk/credential-provider-web-identity': 3.201.0 '@aws-sdk/property-provider': 3.201.0 '@aws-sdk/shared-ini-file-loader': 3.201.0 @@ -1186,11 +1186,11 @@ packages: dev: false optional: true - /@aws-sdk/credential-provider-sso/3.201.0: - resolution: {integrity: sha512-j+uzSEioHz+4JKtlhU1qBSU9TnaQ2pdjvFHffRmixsrfHuIIvJB+u17Bx7KIOM5ayGobMVAB4mvSsmVRyNQvow==} + /@aws-sdk/credential-provider-sso/3.202.0: + resolution: {integrity: sha512-EBUY/qKboJwy3qxPHiD/LAnhzga4xR1p++QMoxg2BKgkgwlvGb23lYGr5DSCNhdtJj5o165YZDbGYH+PKn2NVw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso': 3.201.0 + '@aws-sdk/client-sso': 3.202.0 '@aws-sdk/property-provider': 3.201.0 '@aws-sdk/shared-ini-file-loader': 3.201.0 '@aws-sdk/types': 3.201.0 @@ -1210,21 +1210,21 @@ packages: dev: false optional: true - /@aws-sdk/credential-providers/3.201.0: - resolution: {integrity: sha512-tz5NmXJ0y1i6dC+eUAhmyO5UF0eCCTstEJ8ZUG6VXLsbn1sa5PxfvI2pEWCIqvDJFPdlLTI2HZAMlAUu98SAiw==} + /@aws-sdk/credential-providers/3.202.0: + resolution: {integrity: sha512-CQVSlKh+V4X3tWv+6IJFB8Io89bwErQSP6m7pGynrwH37dr0jg04A5WQQt+l8tRX8NSteVYrAyxebefLnWMTyA==} engines: {node: '>=14.0.0'} requiresBuild: true dependencies: - '@aws-sdk/client-cognito-identity': 3.201.0 - '@aws-sdk/client-sso': 3.201.0 - '@aws-sdk/client-sts': 3.201.0 - '@aws-sdk/credential-provider-cognito-identity': 3.201.0 + '@aws-sdk/client-cognito-identity': 3.202.0 + '@aws-sdk/client-sso': 3.202.0 + '@aws-sdk/client-sts': 3.202.0 + '@aws-sdk/credential-provider-cognito-identity': 3.202.0 '@aws-sdk/credential-provider-env': 3.201.0 '@aws-sdk/credential-provider-imds': 3.201.0 - '@aws-sdk/credential-provider-ini': 3.201.0 - '@aws-sdk/credential-provider-node': 3.201.0 + '@aws-sdk/credential-provider-ini': 3.202.0 + '@aws-sdk/credential-provider-node': 3.202.0 '@aws-sdk/credential-provider-process': 3.201.0 - '@aws-sdk/credential-provider-sso': 3.201.0 + '@aws-sdk/credential-provider-sso': 3.202.0 '@aws-sdk/credential-provider-web-identity': 3.201.0 '@aws-sdk/property-provider': 3.201.0 '@aws-sdk/shared-ini-file-loader': 3.201.0 @@ -1577,8 +1577,8 @@ packages: dev: false optional: true - /@aws-sdk/util-endpoints/3.201.0: - resolution: {integrity: sha512-EbXtjhdHfyEgDHrfduEmukMLls0cEamJ5VlUX5u1gPXHuT7Ju78+t6ig3BnMnmhaePIO5voNC+gZU5J29g+6cg==} + /@aws-sdk/util-endpoints/3.202.0: + resolution: {integrity: sha512-sNees5uDp7nfEbvzaA1DAHqoEvEb9ZOkdNH5gcj/FMBETbr00YtsuXsTZogTHQsX/otRTiudZBE3iH7R4SLSAQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.201.0 @@ -3194,8 +3194,8 @@ packages: resolution: {integrity: sha512-FGBx/Qd09lMaqQcogCHyYrFEpTx4cAjeS+48lMIR12z7LdH+zofGDVQSubN59nL6IpubfKqTeIDu9rNO28iHVA==} engines: {node: '>=14'} - /@prisma/engines-version/4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad: - resolution: {integrity: sha512-eqb3I+lYLdLn75XuJ++hRGZjB8Yujv9bJ9gs+7j3bsyX/X2Ttma13qkdYtG/U/7MP+bteFXS/a3kMZbZJ5QzBA==} + /@prisma/engines-version/4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30: + resolution: {integrity: sha512-Gng5oH553uFt9OB7JuaYxSnIY3l8r1MGjhBgEX4WrPT9QmJmHPN4DyZswXmgyDOVZcQ09NOev6/joTw32O1EGg==} /@prisma/mini-proxy/0.2.0: resolution: {integrity: sha512-jwaPkbGftRKg6EZBkDNTkeIdYH//v7ra3MpFoKndnuNaUgkbdCLl39m0rHi9IiyMZqWdw9112SgUsiBmcbrWeg==} @@ -3203,8 +3203,8 @@ packages: hasBin: true dev: true - /@prisma/prisma-fmt-wasm/4.6.0-45.33bb4e7668c8e0a93b37c01ed5e5edc2a7d7f6ad: - resolution: {integrity: sha512-VKARbXrOxTNbSaCEek1/khqz01GBqU3CxH+Mk20xaBtfgApwUxPsYSEiGwg/H+mG7HLntsmxNKbozFOC3aiyNQ==} + /@prisma/prisma-fmt-wasm/4.6.0-47.1dc0d30a41a535a367548dbab79c319956499e30: + resolution: {integrity: sha512-hVyrJ3N+NOVTbjIm10loA6OWjv6AcIj8sGb3PuJZcCKscs7CHCtc2+Xui9V5bc5a3hVzrIeH7lTrNbwCAnMInw==} dev: false /@prisma/studio-common/0.476.0: @@ -10643,7 +10643,7 @@ packages: mongodb-connection-string-url: 2.5.4 socks: 2.7.1 optionalDependencies: - '@aws-sdk/credential-providers': 3.201.0 + '@aws-sdk/credential-providers': 3.202.0 saslprep: 1.0.3 transitivePeerDependencies: - aws-crt