diff --git a/package.json b/package.json index 6d7f230..8cd464f 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ }, "dependencies": { "@(-.-)/env": "0.3.2", - "@prisma/client": "4.16.0", + "@prisma/client": "4.16.1", "discord.js": "14.11.0", "dotenv": "16.3.1", "humanize-ms": "1.2.1", "node-cron": "3.0.2", - "prisma": "4.16.0", + "prisma": "4.16.1", "toml": "3.0.0", "unzalgo": "3.0.0", "zod": "3.21.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47f33bf..dc40a01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: 0.3.2 version: 0.3.2(zod@3.21.4) '@prisma/client': - specifier: 4.16.0 - version: 4.16.0(prisma@4.16.0) + specifier: 4.16.1 + version: 4.16.1(prisma@4.16.1) discord.js: specifier: 14.11.0 version: 14.11.0 @@ -24,8 +24,8 @@ dependencies: specifier: 3.0.2 version: 3.0.2 prisma: - specifier: 4.16.0 - version: 4.16.0 + specifier: 4.16.1 + version: 4.16.1 toml: specifier: 3.0.0 version: 3.0.0 @@ -858,8 +858,8 @@ packages: dev: true optional: true - /@prisma/client@4.16.0(prisma@4.16.0): - resolution: {integrity: sha512-CBD+5IdZPiavhLkQokvsz1uz4r9ppixaqY/ajybWs4WXNnsDVMBKEqN3BiPzpSo79jiy22VKj/67pqt4VwIg9w==} + /@prisma/client@4.16.1(prisma@4.16.1): + resolution: {integrity: sha512-CoDHu7Bt+NuDo40ijoeHP79EHtECsPBTy3yte5Yo3op8TqXt/kV0OT5OrsWewKvQGKFMHhYQ+ePed3zzjYdGAw==} engines: {node: '>=14.17'} requiresBuild: true peerDependencies: @@ -869,15 +869,15 @@ packages: optional: true dependencies: '@prisma/engines-version': 4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c - prisma: 4.16.0 + prisma: 4.16.1 dev: false /@prisma/engines-version@4.16.0-66.b20ead4d3ab9e78ac112966e242ded703f4a052c: resolution: {integrity: sha512-tMWAF/qF00fbUH1HB4Yjmz6bjh7fzkb7Y3NRoUfMlHu6V+O45MGvqwYxqwBjn1BIUXkl3r04W351D4qdJjrgvA==} dev: false - /@prisma/engines@4.16.0: - resolution: {integrity: sha512-M6XoMRXnqL0rqZGQS8ZpNiHYG4G1fKBdoqW/oBtHnr1in5UYgerZqal3CXchmd6OBD/770PE9dtjQuqcilZJUA==} + /@prisma/engines@4.16.1: + resolution: {integrity: sha512-gpZG0kGGxfemgvK/LghHdBIz+crHkZjzszja94xp4oytpsXrgt/Ice82MvPsWMleVIniKuARrowtsIsim0PFJQ==} requiresBuild: true dev: false @@ -3096,13 +3096,13 @@ packages: react-is: 17.0.2 dev: true - /prisma@4.16.0: - resolution: {integrity: sha512-kSCwbTm3LCephyGfZMJYqBXpPJXdJStg5xwfzeFmR5C05zfkOURK9pQpJF6uUQvFWm3lI9ZMSNkObmFkAPnB+g==} + /prisma@4.16.1: + resolution: {integrity: sha512-C2Xm7yxHxjFjjscBEW4tmoraPHH/Vyu/A0XABdbaFtoiOZARsxvOM7rwc2iZ0qVxbh0bGBGBWZUSXO/52/nHBQ==} engines: {node: '>=14.17'} hasBin: true requiresBuild: true dependencies: - '@prisma/engines': 4.16.0 + '@prisma/engines': 4.16.1 dev: false /punycode@2.3.0: