From 50b6576ffb96c1c1481432b56adf73f68cf55feb Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Tue, 24 Dec 2024 02:39:13 +0100 Subject: [PATCH] fix: downgrade prisma version to 6.0.1 --- package.json | 4 +-- pnpm-lock.yaml | 70 +++++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index aced9d8..3a543a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@fastify/session": "^11.0.2", "@fastify/static": "^8.0.3", "@fastify/view": "^10.0.1", - "@prisma/client": "^6.1.0", + "@prisma/client": "^6.0.1", "@sentry/node": "^8.45.1", "@sentry/profiling-node": "^8.47.0", "fastify": "^5.2.0", @@ -30,7 +30,7 @@ "liquidjs": "^10.19.0", "megalodon": "^10.0.7", "node-html-parser": "^6.1.13", - "prisma": "^6.1.0", + "prisma": "^6.0.1", "sharp": "^0.33.5", "toad-scheduler": "^3.0.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15f893f..a52e2a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 '@prisma/client': - specifier: ^6.1.0 - version: 6.1.0(prisma@6.1.0) + specifier: ^6.0.1 + version: 6.0.1(prisma@6.0.1) '@sentry/node': specifier: ^8.45.1 version: 8.45.1 @@ -60,8 +60,8 @@ importers: specifier: ^6.1.13 version: 6.1.13 prisma: - specifier: ^6.1.0 - version: 6.1.0 + specifier: ^6.0.1 + version: 6.0.1 sharp: specifier: ^0.33.5 version: 0.33.5 @@ -623,8 +623,8 @@ packages: resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} engines: {node: '>=12'} - '@prisma/client@6.1.0': - resolution: {integrity: sha512-AbQYc5+EJKm1Ydfq3KxwcGiy7wIbm4/QbjCKWWoNROtvy7d6a3gmAGkKjK0iUCzh+rHV8xDhD5Cge8ke/kiy5Q==} + '@prisma/client@6.0.1': + resolution: {integrity: sha512-60w7kL6bUxz7M6Gs/V+OWMhwy94FshpngVmOY05TmGD0Lhk+Ac0ZgtjlL6Wll9TD4G03t4Sq1wZekNVy+Xdlbg==} engines: {node: '>=18.18'} peerDependencies: prisma: '*' @@ -632,20 +632,20 @@ packages: prisma: optional: true - '@prisma/debug@6.1.0': - resolution: {integrity: sha512-0himsvcM4DGBTtvXkd2Tggv6sl2JyUYLzEGXXleFY+7Kp6rZeSS3hiTW9mwtUlXrwYbJP6pwlVNB7jYElrjWUg==} + '@prisma/debug@6.0.1': + resolution: {integrity: sha512-jQylgSOf7ibTVxqBacnAlVGvek6fQxJIYCQOeX2KexsfypNzXjJQSS2o5s+Mjj2Np93iSOQUaw6TvPj8syhG4w==} - '@prisma/engines-version@6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959': - resolution: {integrity: sha512-PdJqmYM2Fd8K0weOOtQThWylwjsDlTig+8Pcg47/jszMuLL9iLIaygC3cjWJLda69siRW4STlCTMSgOjZzvKPQ==} + '@prisma/engines-version@5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e': + resolution: {integrity: sha512-JmIds0Q2/vsOmnuTJYxY4LE+sajqjYKhLtdOT6y4imojqv5d/aeVEfbBGC74t8Be1uSp0OP8lxIj2OqoKbLsfQ==} - '@prisma/engines@6.1.0': - resolution: {integrity: sha512-GnYJbCiep3Vyr1P/415ReYrgJUjP79fBNc1wCo7NP6Eia0CzL2Ot9vK7Infczv3oK7JLrCcawOSAxFxNFsAERQ==} + '@prisma/engines@6.0.1': + resolution: {integrity: sha512-4hxzI+YQIR2uuDyVsDooFZGu5AtixbvM2psp+iayDZ4hRrAHo/YwgA17N23UWq7G6gRu18NvuNMb48qjP3DPQw==} - '@prisma/fetch-engine@6.1.0': - resolution: {integrity: sha512-asdFi7TvPlEZ8CzSZ/+Du5wZ27q6OJbRSXh+S8ISZguu+S9KtS/gP7NeXceZyb1Jv1SM1S5YfiCv+STDsG6rrg==} + '@prisma/fetch-engine@6.0.1': + resolution: {integrity: sha512-T36bWFVGeGYYSyYOj9d+O9G3sBC+pAyMC+jc45iSL63/Haq1GrYjQPgPMxrEj9m739taXrupoysRedQ+VyvM/Q==} - '@prisma/get-platform@6.1.0': - resolution: {integrity: sha512-ia8bNjboBoHkmKGGaWtqtlgQOhCi7+f85aOkPJKgNwWvYrT6l78KgojLekE8zMhVk0R9lWcifV0Pf8l3/15V0Q==} + '@prisma/get-platform@6.0.1': + resolution: {integrity: sha512-zspC9vlxAqx4E6epMPMLLBMED2VD8axDe8sPnquZ8GOsn6tiacWK0oxrGK4UAHYzYUVuMVUApJbdXB2dFpLhvg==} '@prisma/instrumentation@5.19.1': resolution: {integrity: sha512-VLnzMQq7CWroL5AeaW0Py2huiNKeoMfCH3SUxstdzPrlWQi6UQ9UrfcbUkNHlVFqOMacqy8X/8YtE0kuKDpD9w==} @@ -2241,8 +2241,8 @@ packages: resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==} engines: {node: '>=18'} - prisma@6.1.0: - resolution: {integrity: sha512-aFI3Yi+ApUxkwCJJwyQSwpyzUX7YX3ihzuHNHOyv4GJg3X5tQsmRaJEnZ+ZyfHpMtnyahhmXVfbTZ+lS8ZtfKw==} + prisma@6.0.1: + resolution: {integrity: sha512-CaMNFHkf+DDq8zq3X/JJsQ4Koy7dyWwwtOKibkT/Am9j/tDxcfbg7+lB1Dzhx18G/+RQCMgjPYB61bhRqteNBQ==} engines: {node: '>=18.18'} hasBin: true @@ -3398,30 +3398,30 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@prisma/client@6.1.0(prisma@6.1.0)': + '@prisma/client@6.0.1(prisma@6.0.1)': optionalDependencies: - prisma: 6.1.0 + prisma: 6.0.1 - '@prisma/debug@6.1.0': {} + '@prisma/debug@6.0.1': {} - '@prisma/engines-version@6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959': {} + '@prisma/engines-version@5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e': {} - '@prisma/engines@6.1.0': + '@prisma/engines@6.0.1': dependencies: - '@prisma/debug': 6.1.0 - '@prisma/engines-version': 6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959 - '@prisma/fetch-engine': 6.1.0 - '@prisma/get-platform': 6.1.0 + '@prisma/debug': 6.0.1 + '@prisma/engines-version': 5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e + '@prisma/fetch-engine': 6.0.1 + '@prisma/get-platform': 6.0.1 - '@prisma/fetch-engine@6.1.0': + '@prisma/fetch-engine@6.0.1': dependencies: - '@prisma/debug': 6.1.0 - '@prisma/engines-version': 6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959 - '@prisma/get-platform': 6.1.0 + '@prisma/debug': 6.0.1 + '@prisma/engines-version': 5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e + '@prisma/get-platform': 6.0.1 - '@prisma/get-platform@6.1.0': + '@prisma/get-platform@6.0.1': dependencies: - '@prisma/debug': 6.1.0 + '@prisma/debug': 6.0.1 '@prisma/instrumentation@5.19.1': dependencies: @@ -5040,9 +5040,9 @@ snapshots: dependencies: parse-ms: 4.0.0 - prisma@6.1.0: + prisma@6.0.1: dependencies: - '@prisma/engines': 6.1.0 + '@prisma/engines': 6.0.1 optionalDependencies: fsevents: 2.3.3