|
@ -40,7 +40,7 @@ |
|
|
"@nestjs/platform-express": "10.1.3", |
|
|
"@nestjs/platform-express": "10.1.3", |
|
|
"@nestjs/schedule": "3.0.2", |
|
|
"@nestjs/schedule": "3.0.2", |
|
|
"@nestjs/serve-static": "4.0.0", |
|
|
"@nestjs/serve-static": "4.0.0", |
|
|
"@prisma/client": "5.18.0", |
|
|
"@prisma/client": "5.19.0", |
|
|
"@simplewebauthn/browser": "9.0.1", |
|
|
"@simplewebauthn/browser": "9.0.1", |
|
|
"@simplewebauthn/server": "9.0.3", |
|
|
"@simplewebauthn/server": "9.0.3", |
|
|
"@stripe/stripe-js": "3.5.0", |
|
|
"@stripe/stripe-js": "3.5.0", |
|
@ -84,7 +84,7 @@ |
|
|
"passport": "0.7.0", |
|
|
"passport": "0.7.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-google-oauth20": "2.0.0", |
|
|
"passport-jwt": "4.0.1", |
|
|
"passport-jwt": "4.0.1", |
|
|
"prisma": "5.18.0", |
|
|
"prisma": "5.19.0", |
|
|
"reflect-metadata": "0.1.13", |
|
|
"reflect-metadata": "0.1.13", |
|
|
"rxjs": "7.5.6", |
|
|
"rxjs": "7.5.6", |
|
|
"stripe": "15.11.0", |
|
|
"stripe": "15.11.0", |
|
@ -9646,9 +9646,9 @@ |
|
|
"dev": true |
|
|
"dev": true |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/client": { |
|
|
"node_modules/@prisma/client": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.19.0.tgz", |
|
|
"integrity": "sha512-BWivkLh+af1kqC89zCJYkHsRcyWsM8/JHpsDMM76DjP3ZdEquJhXa4IeX+HkWPnwJ5FanxEJFZZDTWiDs/Kvyw==", |
|
|
"integrity": "sha512-CzOpau+q1kEWQyoQMvlnXIHqPvwmWbh48xZ4n8KWbAql0p8PC0BIgSTYW5ncxXa4JSEff0tcoxSZB874wDstdg==", |
|
|
"hasInstallScript": true, |
|
|
"hasInstallScript": true, |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"engines": { |
|
|
"engines": { |
|
@ -9664,48 +9664,48 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/debug": { |
|
|
"node_modules/@prisma/debug": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.19.0.tgz", |
|
|
"integrity": "sha512-f+ZvpTLidSo3LMJxQPVgAxdAjzv5OpzAo/eF8qZqbwvgi2F5cTOI9XCpdRzJYA0iGfajjwjOKKrVq64vkxEfUw==", |
|
|
"integrity": "sha512-+b/G0ubAZlrS+JSiDhXnYV5DF/aTJ3pinktkiV/L4TtLRLZO6SVGyFELgxBsicCTWJ2ZMu5vEV/jTtYCdjFTRA==", |
|
|
"license": "Apache-2.0" |
|
|
"license": "Apache-2.0" |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/engines": { |
|
|
"node_modules/@prisma/engines": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.19.0.tgz", |
|
|
"integrity": "sha512-ofmpGLeJ2q2P0wa/XaEgTnX/IsLnvSp/gZts0zjgLNdBhfuj2lowOOPmDcfKljLQUXMvAek3lw5T01kHmCG8rg==", |
|
|
"integrity": "sha512-UtW+0m4HYoRSSR3LoDGKF3Ud4BSMWYlLEt4slTnuP1mI+vrV3zaDoiAPmejdAT76vCN5UqnWURbkXxf66nSylQ==", |
|
|
"hasInstallScript": true, |
|
|
"hasInstallScript": true, |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@prisma/debug": "5.18.0", |
|
|
"@prisma/debug": "5.19.0", |
|
|
"@prisma/engines-version": "5.18.0-25.4c784e32044a8a016d99474bd02a3b6123742169", |
|
|
"@prisma/engines-version": "5.19.0-31.5fe21811a6ba0b952a3bc71400666511fe3b902f", |
|
|
"@prisma/fetch-engine": "5.18.0", |
|
|
"@prisma/fetch-engine": "5.19.0", |
|
|
"@prisma/get-platform": "5.18.0" |
|
|
"@prisma/get-platform": "5.19.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/engines-version": { |
|
|
"node_modules/@prisma/engines-version": { |
|
|
"version": "5.18.0-25.4c784e32044a8a016d99474bd02a3b6123742169", |
|
|
"version": "5.19.0-31.5fe21811a6ba0b952a3bc71400666511fe3b902f", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.18.0-25.4c784e32044a8a016d99474bd02a3b6123742169.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.19.0-31.5fe21811a6ba0b952a3bc71400666511fe3b902f.tgz", |
|
|
"integrity": "sha512-a/+LpJj8vYU3nmtkg+N3X51ddbt35yYrRe8wqHTJtYQt7l1f8kjIBcCs6sHJvodW/EK5XGvboOiwm47fmNrbgg==", |
|
|
"integrity": "sha512-GimI9aZIFy/yvvR11KfXRn3pliFn1QAkdebVlsXlnoh5uk0YhLblVmeYiHfsu+wDA7BeKqYT4sFfzg8mutzuWw==", |
|
|
"license": "Apache-2.0" |
|
|
"license": "Apache-2.0" |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/fetch-engine": { |
|
|
"node_modules/@prisma/fetch-engine": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.19.0.tgz", |
|
|
"integrity": "sha512-I/3u0x2n31rGaAuBRx2YK4eB7R/1zCuayo2DGwSpGyrJWsZesrV7QVw7ND0/Suxeo/vLkJ5OwuBqHoCxvTHpOg==", |
|
|
"integrity": "sha512-oOiPNtmJX0cP/ebu7BBEouJvCw8T84/MFD/Hf2zlqjxkK4ojl38bB9i9J5LAxotL6WlYVThKdxc7HqoWnPOhqQ==", |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@prisma/debug": "5.18.0", |
|
|
"@prisma/debug": "5.19.0", |
|
|
"@prisma/engines-version": "5.18.0-25.4c784e32044a8a016d99474bd02a3b6123742169", |
|
|
"@prisma/engines-version": "5.19.0-31.5fe21811a6ba0b952a3bc71400666511fe3b902f", |
|
|
"@prisma/get-platform": "5.18.0" |
|
|
"@prisma/get-platform": "5.19.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/@prisma/get-platform": { |
|
|
"node_modules/@prisma/get-platform": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.19.0.tgz", |
|
|
"integrity": "sha512-Tk+m7+uhqcKDgnMnFN0lRiH7Ewea0OEsZZs9pqXa7i3+7svS3FSCqDBCaM9x5fmhhkufiG0BtunJVDka+46DlA==", |
|
|
"integrity": "sha512-s9DWkZKnuP4Y8uy6yZfvqQ/9X3/+2KYf3IZUVZz5OstJdGBJrBlbmIuMl81917wp5TuK/1k2TpHNCEdpYLPKmg==", |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@prisma/debug": "5.18.0" |
|
|
"@prisma/debug": "5.19.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/@redis/bloom": { |
|
|
"node_modules/@redis/bloom": { |
|
@ -28829,19 +28829,22 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/prisma": { |
|
|
"node_modules/prisma": { |
|
|
"version": "5.18.0", |
|
|
"version": "5.19.0", |
|
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-5.18.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-5.19.0.tgz", |
|
|
"integrity": "sha512-+TrSIxZsh64OPOmaSgVPH7ALL9dfU0jceYaMJXsNrTkFHO7/3RANi5K2ZiPB1De9+KDxCWn7jvRq8y8pvk+o9g==", |
|
|
"integrity": "sha512-Pu7lUKpVyTx8cVwM26dYh8NdvMOkMnJXzE8L6cikFuR4JwyMU5NKofQkWyxJKlTT4fNjmcnibTvklV8oVMrn+g==", |
|
|
"hasInstallScript": true, |
|
|
"hasInstallScript": true, |
|
|
"license": "Apache-2.0", |
|
|
"license": "Apache-2.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@prisma/engines": "5.18.0" |
|
|
"@prisma/engines": "5.19.0" |
|
|
}, |
|
|
}, |
|
|
"bin": { |
|
|
"bin": { |
|
|
"prisma": "build/index.js" |
|
|
"prisma": "build/index.js" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=16.13" |
|
|
"node": ">=16.13" |
|
|
|
|
|
}, |
|
|
|
|
|
"optionalDependencies": { |
|
|
|
|
|
"fsevents": "2.3.3" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/prismjs": { |
|
|
"node_modules/prismjs": { |
|
|