From 47e1787f435827945d4cb479e89a7e5d4cff47f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:39:02 +0000 Subject: [PATCH] Bump the prisma group with 3 updates Bumps the prisma group with 3 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client), [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli). Updates `@prisma/client` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/client) Updates `@prisma/instrumentation` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/instrumentation) Updates `prisma` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/cli) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prisma - dependency-name: "@prisma/instrumentation" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prisma - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-patch dependency-group: prisma ... Signed-off-by: dependabot[bot] --- package-lock.json | 74 +++++++++++++++++++++-------------------------- package.json | 6 ++-- 2 files changed, 36 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index d41cc5ff..e90c66ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "@message-queue-toolkit/schemas": "^4.0.0", "@message-queue-toolkit/sns": "^18.0.1", "@message-queue-toolkit/sqs": "^17.2.0", - "@prisma/client": "^6.0.0", - "@prisma/instrumentation": "^6.0.0", + "@prisma/client": "^6.0.1", + "@prisma/instrumentation": "^6.0.1", "@scalar/fastify-api-reference": "^1.25.72", "@supercharge/promise-pool": "^3.2.0", "amqplib": "^0.10.5", @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "mockttp": "^3.15.5", "oas-validator": "^5.0.8", - "prisma": "^6.0.0", + "prisma": "^6.0.1", "prisma-lint": "^0.7.0", "ts-deepmerge": "^7.0.2", "tsx": "^4.19.2", @@ -2787,11 +2787,10 @@ } }, "node_modules/@prisma/client": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.0.0.tgz", - "integrity": "sha512-tOBhG35ozqZ/5Y6B0TNOa6cwULUW8ijXqBXcgb12bfozqf6eGMyGs+jphywCsj6uojv5lAZZnxVSoLMVebIP+g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.0.1.tgz", + "integrity": "sha512-60w7kL6bUxz7M6Gs/V+OWMhwy94FshpngVmOY05TmGD0Lhk+Ac0ZgtjlL6Wll9TD4G03t4Sq1wZekNVy+Xdlbg==", "hasInstallScript": true, - "license": "Apache-2.0", "engines": { "node": ">=18.18" }, @@ -2805,60 +2804,54 @@ } }, "node_modules/@prisma/debug": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.0.0.tgz", - "integrity": "sha512-eUjoNThlDXdyJ1iQ2d7U6aTVwm59EwvODb5zFVNJEokNoSiQmiYWNzZIwZyDmZ+j51j42/0iTaHIJ4/aZPKFRg==", - "devOptional": true, - "license": "Apache-2.0" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.0.1.tgz", + "integrity": "sha512-jQylgSOf7ibTVxqBacnAlVGvek6fQxJIYCQOeX2KexsfypNzXjJQSS2o5s+Mjj2Np93iSOQUaw6TvPj8syhG4w==", + "devOptional": true }, "node_modules/@prisma/engines": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.0.0.tgz", - "integrity": "sha512-ZZCVP3q22ifN6Ex6C8RIcTDBlRtMJS2H1ljV0knCiWNGArvvkEbE88W3uDdq/l4+UvyvHpGzdf9ZsCWSQR7ZQQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.0.1.tgz", + "integrity": "sha512-4hxzI+YQIR2uuDyVsDooFZGu5AtixbvM2psp+iayDZ4hRrAHo/YwgA17N23UWq7G6gRu18NvuNMb48qjP3DPQw==", "devOptional": true, "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { - "@prisma/debug": "6.0.0", + "@prisma/debug": "6.0.1", "@prisma/engines-version": "5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e", - "@prisma/fetch-engine": "6.0.0", - "@prisma/get-platform": "6.0.0" + "@prisma/fetch-engine": "6.0.1", + "@prisma/get-platform": "6.0.1" } }, "node_modules/@prisma/engines-version": { "version": "5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e", "resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e.tgz", "integrity": "sha512-JmIds0Q2/vsOmnuTJYxY4LE+sajqjYKhLtdOT6y4imojqv5d/aeVEfbBGC74t8Be1uSp0OP8lxIj2OqoKbLsfQ==", - "devOptional": true, - "license": "Apache-2.0" + "devOptional": true }, "node_modules/@prisma/fetch-engine": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.0.0.tgz", - "integrity": "sha512-j2m+iO5RDPRI7SUc7sHo8wX7SA4iTkJ+18Sxch8KinQM46YiCQD1iXKN6qU79C1Fliw5Bw/qDyTHaTsa3JMerA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.0.1.tgz", + "integrity": "sha512-T36bWFVGeGYYSyYOj9d+O9G3sBC+pAyMC+jc45iSL63/Haq1GrYjQPgPMxrEj9m739taXrupoysRedQ+VyvM/Q==", "devOptional": true, - "license": "Apache-2.0", "dependencies": { - "@prisma/debug": "6.0.0", + "@prisma/debug": "6.0.1", "@prisma/engines-version": "5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e", - "@prisma/get-platform": "6.0.0" + "@prisma/get-platform": "6.0.1" } }, "node_modules/@prisma/get-platform": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.0.0.tgz", - "integrity": "sha512-PS6nYyIm9g8C03E4y7LknOfdCw/t2KyEJxntMPQHQZCOUgOpF82Ma60mdlOD08w90I3fjLiZZ0+MadenR3naDQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.0.1.tgz", + "integrity": "sha512-zspC9vlxAqx4E6epMPMLLBMED2VD8axDe8sPnquZ8GOsn6tiacWK0oxrGK4UAHYzYUVuMVUApJbdXB2dFpLhvg==", "devOptional": true, - "license": "Apache-2.0", "dependencies": { - "@prisma/debug": "6.0.0" + "@prisma/debug": "6.0.1" } }, "node_modules/@prisma/instrumentation": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@prisma/instrumentation/-/instrumentation-6.0.0.tgz", - "integrity": "sha512-KxEer2yFKHqG8GiWKuvvWUCwSosGk824cONK0XynLUfUyWtI7C94ywvh9QTUubQ9getUvbFqA9kLFDr3BPbiYQ==", - "license": "Apache-2.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@prisma/instrumentation/-/instrumentation-6.0.1.tgz", + "integrity": "sha512-EmIdDIdd5Vu1qsUFKE7oOECY6N0dqdsuAXuL+AdV1cpC6JxhZoeXeMFqNbiurLAAFVlibu8lKv8DmutIqun9jA==", "dependencies": { "@opentelemetry/api": "^1.8", "@opentelemetry/instrumentation": "^0.49 || ^0.50 || ^0.51 || ^0.52.0 || ^0.53.0", @@ -9081,14 +9074,13 @@ } }, "node_modules/prisma": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/prisma/-/prisma-6.0.0.tgz", - "integrity": "sha512-RX7KtbW7IoEByf7MR32JK1PkVYLVYFqeODTtiIX3cqekq1aKdsF3Eud4zp2sUShMLjvdb5Jow0LbUjRq5LVxPw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/prisma/-/prisma-6.0.1.tgz", + "integrity": "sha512-CaMNFHkf+DDq8zq3X/JJsQ4Koy7dyWwwtOKibkT/Am9j/tDxcfbg7+lB1Dzhx18G/+RQCMgjPYB61bhRqteNBQ==", "devOptional": true, "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { - "@prisma/engines": "6.0.0" + "@prisma/engines": "6.0.1" }, "bin": { "prisma": "build/index.js" diff --git a/package.json b/package.json index 4f96bdac..b72e9aa5 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "@message-queue-toolkit/schemas": "^4.0.0", "@message-queue-toolkit/sns": "^18.0.1", "@message-queue-toolkit/sqs": "^17.2.0", - "@prisma/client": "^6.0.0", - "@prisma/instrumentation": "^6.0.0", + "@prisma/client": "^6.0.1", + "@prisma/instrumentation": "^6.0.1", "@scalar/fastify-api-reference": "^1.25.72", "@supercharge/promise-pool": "^3.2.0", "amqplib": "^0.10.5", @@ -94,7 +94,7 @@ "cross-env": "^7.0.3", "mockttp": "^3.15.5", "oas-validator": "^5.0.8", - "prisma": "^6.0.0", + "prisma": "^6.0.1", "prisma-lint": "^0.7.0", "ts-deepmerge": "^7.0.2", "tsx": "^4.19.2",