|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
"@nestjs/platform-express": "10.1.3",
|
|
|
|
|
"@nestjs/schedule": "3.0.2",
|
|
|
|
|
"@nestjs/serve-static": "4.0.0",
|
|
|
|
|
"@prisma/client": "6.0.1",
|
|
|
|
|
"@prisma/client": "6.1.0",
|
|
|
|
|
"@simplewebauthn/browser": "9.0.1",
|
|
|
|
|
"@simplewebauthn/server": "9.0.3",
|
|
|
|
|
"@stripe/stripe-js": "5.4.0",
|
|
|
|
@ -150,7 +150,7 @@
|
|
|
|
|
"nx": "20.3.0",
|
|
|
|
|
"prettier": "3.4.2",
|
|
|
|
|
"prettier-plugin-organize-attributes": "1.0.0",
|
|
|
|
|
"prisma": "6.0.1",
|
|
|
|
|
"prisma": "6.1.0",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"replace-in-file": "7.0.1",
|
|
|
|
@ -9143,9 +9143,9 @@
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@prisma/client": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-60w7kL6bUxz7M6Gs/V+OWMhwy94FshpngVmOY05TmGD0Lhk+Ac0ZgtjlL6Wll9TD4G03t4Sq1wZekNVy+Xdlbg==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-AbQYc5+EJKm1Ydfq3KxwcGiy7wIbm4/QbjCKWWoNROtvy7d6a3gmAGkKjK0iUCzh+rHV8xDhD5Cge8ke/kiy5Q==",
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"engines": {
|
|
|
|
@ -9161,53 +9161,53 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@prisma/debug": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-jQylgSOf7ibTVxqBacnAlVGvek6fQxJIYCQOeX2KexsfypNzXjJQSS2o5s+Mjj2Np93iSOQUaw6TvPj8syhG4w==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-0himsvcM4DGBTtvXkd2Tggv6sl2JyUYLzEGXXleFY+7Kp6rZeSS3hiTW9mwtUlXrwYbJP6pwlVNB7jYElrjWUg==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@prisma/engines": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-4hxzI+YQIR2uuDyVsDooFZGu5AtixbvM2psp+iayDZ4hRrAHo/YwgA17N23UWq7G6gRu18NvuNMb48qjP3DPQw==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-GnYJbCiep3Vyr1P/415ReYrgJUjP79fBNc1wCo7NP6Eia0CzL2Ot9vK7Infczv3oK7JLrCcawOSAxFxNFsAERQ==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@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/debug": "6.1.0",
|
|
|
|
|
"@prisma/engines-version": "6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959",
|
|
|
|
|
"@prisma/fetch-engine": "6.1.0",
|
|
|
|
|
"@prisma/get-platform": "6.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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==",
|
|
|
|
|
"version": "6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959.tgz",
|
|
|
|
|
"integrity": "sha512-PdJqmYM2Fd8K0weOOtQThWylwjsDlTig+8Pcg47/jszMuLL9iLIaygC3cjWJLda69siRW4STlCTMSgOjZzvKPQ==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@prisma/fetch-engine": {
|
|
|
|
|
"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==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-asdFi7TvPlEZ8CzSZ/+Du5wZ27q6OJbRSXh+S8ISZguu+S9KtS/gP7NeXceZyb1Jv1SM1S5YfiCv+STDsG6rrg==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@prisma/debug": "6.0.1",
|
|
|
|
|
"@prisma/engines-version": "5.23.0-27.5dbef10bdbfb579e07d35cc85fb1518d357cb99e",
|
|
|
|
|
"@prisma/get-platform": "6.0.1"
|
|
|
|
|
"@prisma/debug": "6.1.0",
|
|
|
|
|
"@prisma/engines-version": "6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959",
|
|
|
|
|
"@prisma/get-platform": "6.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@prisma/get-platform": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-zspC9vlxAqx4E6epMPMLLBMED2VD8axDe8sPnquZ8GOsn6tiacWK0oxrGK4UAHYzYUVuMVUApJbdXB2dFpLhvg==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-ia8bNjboBoHkmKGGaWtqtlgQOhCi7+f85aOkPJKgNwWvYrT6l78KgojLekE8zMhVk0R9lWcifV0Pf8l3/15V0Q==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@prisma/debug": "6.0.1"
|
|
|
|
|
"@prisma/debug": "6.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@redis/bloom": {
|
|
|
|
@ -28501,14 +28501,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/prisma": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-CaMNFHkf+DDq8zq3X/JJsQ4Koy7dyWwwtOKibkT/Am9j/tDxcfbg7+lB1Dzhx18G/+RQCMgjPYB61bhRqteNBQ==",
|
|
|
|
|
"version": "6.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-6.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-aFI3Yi+ApUxkwCJJwyQSwpyzUX7YX3ihzuHNHOyv4GJg3X5tQsmRaJEnZ+ZyfHpMtnyahhmXVfbTZ+lS8ZtfKw==",
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@prisma/engines": "6.0.1"
|
|
|
|
|
"@prisma/engines": "6.1.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"prisma": "build/index.js"
|
|
|
|
|