From d7358409e4d7eff7837b41972a5fc5b32fd84046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:00:40 +0000 Subject: [PATCH] chore(deps): bump prisma from 5.5.2 to 5.7.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.5.2 to 5.7.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.7.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 57 +++++++++++++++++++++++++++++++++++++------------- 2 files changed, 43 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 5060e16..a63572a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.21", "log4js": "^6.6.1", "nodejs-base64": "^2.0.0", - "prisma": "5.5.2", + "prisma": "5.7.1", "prompts": "^2.4.2", "quote-api": "https://github.com/Clansty/quote-api/archive/8a47aa84e6920afd00fb8a2d56e816dbcb6c1283.tar.gz", "sharp": "^0.32.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74a2404..bbf4b84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: dependencies: '@prisma/client': specifier: 5.5.2 - version: 5.5.2(prisma@5.5.2) + version: 5.5.2(prisma@5.7.1) axios: specifier: ^0.27.2 version: 0.27.2 @@ -51,8 +51,8 @@ dependencies: specifier: ^2.0.0 version: 2.0.0 prisma: - specifier: 5.5.2 - version: 5.5.2 + specifier: 5.7.1 + version: 5.7.1 prompts: specifier: ^2.4.2 version: 2.4.2 @@ -541,7 +541,7 @@ packages: - supports-color dev: false - /@prisma/client@5.5.2(prisma@5.5.2): + /@prisma/client@5.5.2(prisma@5.7.1): resolution: {integrity: sha512-54XkqR8M+fxbzYqe+bIXimYnkkcGqgOh0dn0yWtIk6CQT4IUCAvNFNcQZwk2KqaLU+/1PHTSWrcHtx4XjluR5w==} engines: {node: '>=16.13'} requiresBuild: true @@ -552,16 +552,43 @@ packages: optional: true dependencies: '@prisma/engines-version': 5.5.1-1.aebc046ce8b88ebbcb45efe31cbe7d06fd6abc0a - prisma: 5.5.2 + prisma: 5.7.1 + dev: false + + /@prisma/debug@5.7.1: + resolution: {integrity: sha512-yrVSO/YZOxdeIxcBtZ5BaNqUfPrZkNsAKQIQg36cJKMxj/VYK3Vk5jMKkI+gQLl0KReo1YvX8GWKfV788SELjw==} dev: false /@prisma/engines-version@5.5.1-1.aebc046ce8b88ebbcb45efe31cbe7d06fd6abc0a: resolution: {integrity: sha512-O+qHFnZvAyOFk1tUco2/VdiqS0ym42a3+6CYLScllmnpbyiTplgyLt2rK/B9BTjYkSHjrgMhkG47S0oqzdIckA==} dev: false - /@prisma/engines@5.5.2: - resolution: {integrity: sha512-Be5hoNF8k+lkB3uEMiCHbhbfF6aj1GnrTBnn5iYFT7GEr3TsOEp1soviEcBR0tYCgHbxjcIxJMhdbvxALJhAqg==} + /@prisma/engines-version@5.7.1-1.0ca5ccbcfa6bdc81c003cf549abe4269f59c41e5: + resolution: {integrity: sha512-dIR5IQK/ZxEoWRBDOHF87r1Jy+m2ih3Joi4vzJRP+FOj5yxCwS2pS5SBR3TWoVnEK1zxtLI/3N7BjHyGF84fgw==} + dev: false + + /@prisma/engines@5.7.1: + resolution: {integrity: sha512-R+Pqbra8tpLP2cvyiUpx+SIKglav3nTCpA+rn6826CThviQ8yvbNG0s8jNpo51vS9FuZO3pOkARqG062vKX7uA==} requiresBuild: true + dependencies: + '@prisma/debug': 5.7.1 + '@prisma/engines-version': 5.7.1-1.0ca5ccbcfa6bdc81c003cf549abe4269f59c41e5 + '@prisma/fetch-engine': 5.7.1 + '@prisma/get-platform': 5.7.1 + dev: false + + /@prisma/fetch-engine@5.7.1: + resolution: {integrity: sha512-9ELauIEBkIaEUpMIYPRlh5QELfoC6pyHolHVQgbNxglaINikZ9w9X7r1TIePAcm05pCNp2XPY1ObQIJW5nYfBQ==} + dependencies: + '@prisma/debug': 5.7.1 + '@prisma/engines-version': 5.7.1-1.0ca5ccbcfa6bdc81c003cf549abe4269f59c41e5 + '@prisma/get-platform': 5.7.1 + dev: false + + /@prisma/get-platform@5.7.1: + resolution: {integrity: sha512-eDlswr3a1m5z9D/55Iyt/nZqS5UpD+DZ9MooBB3hvrcPhDQrcf9m4Tl7buy4mvAtrubQ626ECtb8c6L/f7rGSQ==} + dependencies: + '@prisma/debug': 5.7.1 dev: false /@tokenizer/token@0.3.0: @@ -1886,7 +1913,7 @@ packages: abab: 2.0.6 acorn: 8.11.2 acorn-globals: 6.0.0 - canvas: github.com/Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd + canvas: git/github.com+Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 @@ -2105,7 +2132,7 @@ packages: jsdom: '>=16.5.2' lottie-web: '>=5.7.8' dependencies: - canvas: github.com/Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd + canvas: git/github.com+Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd jsdom: 16.7.0(canvas@2.8.0) lottie-web: 5.12.2 dev: false @@ -2529,13 +2556,13 @@ packages: tunnel-agent: 0.6.0 dev: false - /prisma@5.5.2: - resolution: {integrity: sha512-WQtG6fevOL053yoPl6dbHV+IWgKo25IRN4/pwAGqcWmg7CrtoCzvbDbN9fXUc7QS2KK0LimHIqLsaCOX/vHl8w==} + /prisma@5.7.1: + resolution: {integrity: sha512-ekho7ziH0WEJvC4AxuJz+ewRTMskrebPcrKuBwcNzVDniYxx+dXOGcorNeIb9VEMO5vrKzwNYvhD271Ui2jnNw==} engines: {node: '>=16.13'} hasBin: true requiresBuild: true dependencies: - '@prisma/engines': 5.5.2 + '@prisma/engines': 5.7.1 dev: false /probe-image-size@7.2.3: @@ -3576,7 +3603,7 @@ packages: name: quote-api version: 0.12.2 dependencies: - canvas: github.com/Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd + canvas: git/github.com+Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd dotenv: 7.0.0 emoji-db: 14.0.1 jimp: 0.16.13 @@ -3602,8 +3629,8 @@ packages: - utf-8-validate dev: false - github.com/Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd: - resolution: {tarball: https://codeload.github.com/Automattic/node-canvas/tar.gz/198080580a0e3938c48daae357b88a1638a9ddcd} + git/github.com+Automattic/node-canvas/198080580a0e3938c48daae357b88a1638a9ddcd: + resolution: {commit: 198080580a0e3938c48daae357b88a1638a9ddcd, repo: git@github.com:Automattic/node-canvas.git, type: git} name: canvas version: 2.8.0 engines: {node: '>=6'}