diff --git a/leaky-ships/package.json b/leaky-ships/package.json
index 15a69df..77a2b00 100644
--- a/leaky-ships/package.json
+++ b/leaky-ships/package.json
@@ -19,7 +19,7 @@
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
"@next-auth/prisma-adapter": "^1.0.6",
"@next/font": "13.1.1",
- "@prisma/client": "^4.12.0",
+ "@prisma/client": "^4.14.0",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"eslint": "8.31.0",
@@ -28,33 +28,33 @@
"immer": "^10.0.2",
"next": "13.1.1",
"next-auth": "^4.22.1",
- "nodemailer": "^6.9.1",
- "prisma": "^4.12.0",
+ "nodemailer": "^6.9.2",
+ "prisma": "^4.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
- "react-otp-input": "^3.0.0",
+ "react-otp-input": "^3.0.2",
"react-toastify": "^9.1.2",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"typescript": "4.9.4",
"unique-names-generator": "^4.7.1",
- "zod": "^3.21.1",
- "zod-prisma-types": "^2.5.6",
+ "zod": "^3.21.4",
+ "zod-prisma-types": "^2.7.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.3.7",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
- "@types/node": "^18.15.11",
- "@types/react": "^18.0.33",
- "@types/react-dom": "^18.0.11",
+ "@types/node": "^18.16.8",
+ "@types/react": "^18.2.6",
+ "@types/react-dom": "^18.2.4",
"@types/web-bluetooth": "^0.0.16",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
- "postcss": "^8.4.21",
- "prettier": "^2.8.7",
- "prettier-plugin-tailwindcss": "^0.2.7",
- "sass": "^1.61.0",
- "tailwindcss": "^3.3.1"
+ "postcss": "^8.4.23",
+ "prettier": "^2.8.8",
+ "prettier-plugin-tailwindcss": "^0.2.8",
+ "sass": "^1.62.1",
+ "tailwindcss": "^3.3.2"
}
}
diff --git a/leaky-ships/pages/start.tsx b/leaky-ships/pages/start.tsx
index cc1701a..d21ad17 100644
--- a/leaky-ships/pages/start.tsx
+++ b/leaky-ships/pages/start.tsx
@@ -14,10 +14,6 @@ import OtpInput from "react-otp-input"
import { toast } from "react-toastify"
import { Icons } from "react-toastify"
-function isInputOnlyNumbers(input: string) {
- return /^\d+$/.test(input)
-}
-
export function isAuthenticated(res: Response) {
if (status[`${res.status}_CLASS`] === status.classes.SUCCESSFUL)
return res.json()
@@ -127,12 +123,7 @@ export default function Start() {
useEffect(() => {
if (otp.length !== 4) return
- if (!isInputOnlyNumbers(otp))
- toast("Der Code darf nur Zahlen beinhalten!", {
- type: "warning",
- theme: "dark",
- })
- else gameFetch(otp)
+ gameFetch(otp)
}, [otp, gameFetch])
return (
@@ -176,6 +167,8 @@ export default function Start() {
value={otp}
onChange={setOtp}
numInputs={4}
+ inputType="number"
+ inputStyle="inputStyle"
placeholder="0000"
renderSeparator={-}
renderInput={(props) => }
@@ -200,6 +193,8 @@ export default function Start() {
value={otp}
onChange={setOtp}
numInputs={4}
+ inputType="number"
+ inputStyle="inputStyle"
placeholder="0000"
renderSeparator={-}
renderInput={(props) => }
diff --git a/leaky-ships/pnpm-lock.yaml b/leaky-ships/pnpm-lock.yaml
index 0f775c9..895de80 100644
--- a/leaky-ships/pnpm-lock.yaml
+++ b/leaky-ships/pnpm-lock.yaml
@@ -27,13 +27,13 @@ dependencies:
version: 6.4.0
'@next-auth/prisma-adapter':
specifier: ^1.0.6
- version: 1.0.6(@prisma/client@4.12.0)(next-auth@4.22.1)
+ version: 1.0.6(@prisma/client@4.14.0)(next-auth@4.22.1)
'@next/font':
specifier: 13.1.1
version: 13.1.1
'@prisma/client':
- specifier: ^4.12.0
- version: 4.12.0(prisma@4.12.0)
+ specifier: ^4.14.0
+ version: 4.14.0(prisma@4.14.0)
classnames:
specifier: ^2.3.2
version: 2.3.2
@@ -54,16 +54,16 @@ dependencies:
version: 10.0.2
next:
specifier: 13.1.1
- version: 13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.61.0)
+ version: 13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.62.1)
next-auth:
specifier: ^4.22.1
- version: 4.22.1(next@13.1.1)(nodemailer@6.9.1)(react-dom@18.2.0)(react@18.2.0)
+ version: 4.22.1(next@13.1.1)(nodemailer@6.9.2)(react-dom@18.2.0)(react@18.2.0)
nodemailer:
- specifier: ^6.9.1
- version: 6.9.1
+ specifier: ^6.9.2
+ version: 6.9.2
prisma:
- specifier: ^4.12.0
- version: 4.12.0
+ specifier: ^4.14.0
+ version: 4.14.0
react:
specifier: 18.2.0
version: 18.2.0
@@ -71,8 +71,8 @@ dependencies:
specifier: 18.2.0
version: 18.2.0(react@18.2.0)
react-otp-input:
- specifier: ^3.0.0
- version: 3.0.0(react-dom@18.2.0)(react@18.2.0)
+ specifier: ^3.0.2
+ version: 3.0.2(react-dom@18.2.0)(react@18.2.0)
react-toastify:
specifier: ^9.1.2
version: 9.1.2(react-dom@18.2.0)(react@18.2.0)
@@ -89,11 +89,11 @@ dependencies:
specifier: ^4.7.1
version: 4.7.1
zod:
- specifier: ^3.21.1
- version: 3.21.1
+ specifier: ^3.21.4
+ version: 3.21.4
zod-prisma-types:
- specifier: ^2.5.6
- version: 2.5.6
+ specifier: ^2.7.1
+ version: 2.7.1
zustand:
specifier: ^4.3.8
version: 4.3.8(immer@10.0.2)(react@18.2.0)
@@ -104,43 +104,48 @@ devDependencies:
version: 0.3.7
'@trivago/prettier-plugin-sort-imports':
specifier: ^4.1.1
- version: 4.1.1(prettier@2.8.7)
+ version: 4.1.1(prettier@2.8.8)
'@types/node':
- specifier: ^18.15.11
- version: 18.15.11
+ specifier: ^18.16.8
+ version: 18.16.8
'@types/react':
- specifier: ^18.0.33
- version: 18.0.33
+ specifier: ^18.2.6
+ version: 18.2.6
'@types/react-dom':
- specifier: ^18.0.11
- version: 18.0.11
+ specifier: ^18.2.4
+ version: 18.2.4
'@types/web-bluetooth':
specifier: ^0.0.16
version: 0.0.16
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.21)
+ version: 10.4.14(postcss@8.4.23)
eslint-config-prettier:
specifier: ^8.8.0
version: 8.8.0(eslint@8.31.0)
postcss:
- specifier: ^8.4.21
- version: 8.4.21
+ specifier: ^8.4.23
+ version: 8.4.23
prettier:
- specifier: ^2.8.7
- version: 2.8.7
+ specifier: ^2.8.8
+ version: 2.8.8
prettier-plugin-tailwindcss:
- specifier: ^0.2.7
- version: 0.2.7(@trivago/prettier-plugin-sort-imports@4.1.1)(prettier@2.8.7)
+ specifier: ^0.2.8
+ version: 0.2.8(@trivago/prettier-plugin-sort-imports@4.1.1)(prettier@2.8.8)
sass:
- specifier: ^1.61.0
- version: 1.61.0
+ specifier: ^1.62.1
+ version: 1.62.1
tailwindcss:
- specifier: ^3.3.1
- version: 3.3.1(postcss@8.4.21)
+ specifier: ^3.3.2
+ version: 3.3.2
packages:
+ /@alloc/quick-lru@5.2.0:
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
+ engines: {node: '>=10'}
+ dev: true
+
/@babel/code-frame@7.21.4:
resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
engines: {node: '>=6.9.0'}
@@ -157,8 +162,8 @@ packages:
source-map: 0.5.7
dev: true
- /@babel/helper-environment-visitor@7.18.9:
- resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==}
+ /@babel/helper-environment-visitor@7.21.5:
+ resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==}
engines: {node: '>=6.9.0'}
dev: true
@@ -167,25 +172,25 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-hoist-variables@7.18.6:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-split-export-declaration@7.18.6:
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/helper-string-parser@7.19.4:
- resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
+ /@babel/helper-string-parser@7.21.5:
+ resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
engines: {node: '>=6.9.0'}
dev: true
@@ -203,16 +208,16 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/parser@7.21.4:
- resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==}
+ /@babel/parser@7.21.8:
+ resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
'@babel/types': 7.17.0
dev: true
- /@babel/runtime@7.21.0:
- resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==}
+ /@babel/runtime@7.21.5:
+ resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.11
@@ -223,8 +228,8 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/parser': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/parser': 7.21.8
+ '@babel/types': 7.21.5
dev: true
/@babel/traverse@7.17.3:
@@ -233,11 +238,11 @@ packages:
dependencies:
'@babel/code-frame': 7.21.4
'@babel/generator': 7.17.7
- '@babel/helper-environment-visitor': 7.18.9
+ '@babel/helper-environment-visitor': 7.21.5
'@babel/helper-function-name': 7.21.0
'@babel/helper-hoist-variables': 7.18.6
'@babel/helper-split-export-declaration': 7.18.6
- '@babel/parser': 7.21.4
+ '@babel/parser': 7.21.8
'@babel/types': 7.17.0
debug: 4.3.4
globals: 11.12.0
@@ -253,11 +258,11 @@ packages:
to-fast-properties: 2.0.0
dev: true
- /@babel/types@7.21.4:
- resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==}
+ /@babel/types@7.21.5:
+ resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-string-parser': 7.19.4
+ '@babel/helper-string-parser': 7.21.5
'@babel/helper-validator-identifier': 7.19.1
to-fast-properties: 2.0.0
dev: true
@@ -268,7 +273,7 @@ packages:
dependencies:
ajv: 6.12.6
debug: 4.3.4
- espree: 9.5.1
+ espree: 9.5.2
globals: 13.20.0
ignore: 5.2.4
import-fresh: 3.3.0
@@ -368,14 +373,48 @@ packages:
/@humanwhocodes/object-schema@1.2.1:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
- /@next-auth/prisma-adapter@1.0.6(@prisma/client@4.12.0)(next-auth@4.22.1):
+ /@jridgewell/gen-mapping@0.3.3:
+ resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/trace-mapping': 0.3.18
+ dev: true
+
+ /@jridgewell/resolve-uri@3.1.0:
+ resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
+ engines: {node: '>=6.0.0'}
+ dev: true
+
+ /@jridgewell/set-array@1.1.2:
+ resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
+ engines: {node: '>=6.0.0'}
+ dev: true
+
+ /@jridgewell/sourcemap-codec@1.4.14:
+ resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
+ dev: true
+
+ /@jridgewell/sourcemap-codec@1.4.15:
+ resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ dev: true
+
+ /@jridgewell/trace-mapping@0.3.18:
+ resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==}
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.0
+ '@jridgewell/sourcemap-codec': 1.4.14
+ dev: true
+
+ /@next-auth/prisma-adapter@1.0.6(@prisma/client@4.14.0)(next-auth@4.22.1):
resolution: {integrity: sha512-Z7agwfSZEeEcqKqrnisBun7VndRPshd6vyDsoRU68MXbkui8storkHgvN2hnNDrqr/hSCF9aRn56a1qpihaB4A==}
peerDependencies:
'@prisma/client': '>=2.26.0 || >=3'
next-auth: ^4
dependencies:
- '@prisma/client': 4.12.0(prisma@4.12.0)
- next-auth: 4.22.1(next@13.1.1)(nodemailer@6.9.1)(react-dom@18.2.0)(react@18.2.0)
+ '@prisma/client': 4.14.0(prisma@4.14.0)
+ next-auth: 4.22.1(next@13.1.1)(nodemailer@6.9.2)(react-dom@18.2.0)(react@18.2.0)
dev: false
/@next/env@13.1.1:
@@ -527,24 +566,24 @@ packages:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- /@panva/hkdf@1.0.4:
- resolution: {integrity: sha512-003xWiCuvePbLaPHT+CRuaV4GlyCAVm6XYSbBZDHoWZGn1mNkVKFaDbGJjjxmEFvizUwlCoM6O18FCBMMky2zQ==}
+ /@panva/hkdf@1.1.1:
+ resolution: {integrity: sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==}
dev: false
- /@pkgr/utils@2.3.1:
- resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==}
+ /@pkgr/utils@2.4.0:
+ resolution: {integrity: sha512-2OCURAmRtdlL8iUDTypMrrxfwe8frXTeXaxGsVOaYtc/wrUyk8Z/0OBetM7cdlsy7ZFWlMX72VogKeh+A4Xcjw==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
dependencies:
cross-spawn: 7.0.3
+ fast-glob: 3.2.12
is-glob: 4.0.3
- open: 8.4.2
+ open: 9.1.0
picocolors: 1.0.0
- tiny-glob: 0.2.9
tslib: 2.5.0
dev: false
- /@prisma/client@4.12.0(prisma@4.12.0):
- resolution: {integrity: sha512-j9/ighfWwux97J2dS15nqhl60tYoH8V0IuSsgZDb6bCFcQD3fXbXmxjYC8GHhIgOk3lB7Pq+8CwElz2MiDpsSg==}
+ /@prisma/client@4.14.0(prisma@4.14.0):
+ resolution: {integrity: sha512-MK/XaA2sFdfaOa7I9MjNKz6dxeIEdeZlnpNRoF2w3JuRLlFJLkpp6cD3yaqw2nUUhbrn3Iqe3ZpVV+VuGGil7Q==}
engines: {node: '>=14.17'}
requiresBuild: true
peerDependencies:
@@ -553,12 +592,12 @@ packages:
prisma:
optional: true
dependencies:
- '@prisma/engines-version': 4.12.0-67.659ef412370fa3b41cd7bf6e94587c1dfb7f67e7
- prisma: 4.12.0
+ '@prisma/engines-version': 4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c
+ prisma: 4.14.0
dev: false
- /@prisma/debug@4.13.0:
- resolution: {integrity: sha512-JrltTewF/paRb5mcM5OvcEi9DtdX0sINOAswruxKQrwOLA7Phqb52OfY38MIzGrsrJ8iUGVqQ5bpYZYpxOGCsQ==}
+ /@prisma/debug@4.14.0:
+ resolution: {integrity: sha512-K3yFVN3BZRCoSwit0uFAXSFlt3lz6iKJqPPZMuEH6n7zCFRBoQJhDT+QiMIfMdf6eOy4f0H4yK0KFRnx4TJA7Q==}
dependencies:
'@types/debug': 4.1.7
debug: 4.3.4
@@ -567,22 +606,22 @@ packages:
- supports-color
dev: false
- /@prisma/engines-version@4.12.0-67.659ef412370fa3b41cd7bf6e94587c1dfb7f67e7:
- resolution: {integrity: sha512-JIHNj5jlXb9mcaJwakM0vpgRYJIAurxTUqM0iX0tfEQA5XLZ9ONkIckkhuAKdAzocZ+80GYg7QSsfpjg7OxbOA==}
+ /@prisma/engines-version@4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c:
+ resolution: {integrity: sha512-3jum8/YSudeSN0zGW5qkpz+wAN2V/NYCQ+BPjvHYDfWatLWlQkqy99toX0GysDeaUoBIJg1vaz2yKqiA3CFcQw==}
dev: false
- /@prisma/engines@4.12.0:
- resolution: {integrity: sha512-0alKtnxhNB5hYU+ymESBlGI4b9XrGGSdv7Ud+8TE/fBNOEhIud0XQsAR+TrvUZgS4na5czubiMsODw0TUrgkIA==}
+ /@prisma/engines@4.14.0:
+ resolution: {integrity: sha512-PDNlhP/1vyTgmNyiucGqGCdXIp7HIkkvKO50si3y3PcceeHvqtiKPaH1iJdz63jCWMVMbj2MElSxXPOeBvEVIQ==}
requiresBuild: true
dev: false
- /@prisma/generator-helper@4.13.0:
- resolution: {integrity: sha512-Zx9rtbsEIU/9DKnGRvmjLdyeyhzeeXNFp1alkRh1w//rQ5jTcobiay/jU4Qo+EQOs2bnWEfUeiBoOjfaysdLNg==}
+ /@prisma/generator-helper@4.14.0:
+ resolution: {integrity: sha512-cOULdYfbjxPqdN/ctHKYwqyjcOWaHxS4TuhvK9nCLFAgLh92VAla65aMgbmcqaynh1X6HVlGu0hLbHNACOqKRA==}
dependencies:
- '@prisma/debug': 4.13.0
+ '@prisma/debug': 4.14.0
'@types/cross-spawn': 6.0.2
- chalk: 4.1.2
cross-spawn: 7.0.3
+ kleur: 4.1.5
transitivePeerDependencies:
- supports-color
dev: false
@@ -605,7 +644,7 @@ packages:
resolution: {integrity: sha512-yXt2BRRVCJVvzWaxac5n0nCXzIrQEBE/MeYlNQ8/Iq7UeelNmm/AdnUAu18ilSS893mbEQ4u6whPt/HvOPc4rw==}
dev: true
- /@trivago/prettier-plugin-sort-imports@4.1.1(prettier@2.8.7):
+ /@trivago/prettier-plugin-sort-imports@4.1.1(prettier@2.8.8):
resolution: {integrity: sha512-dQ2r2uzNr1x6pJsuh/8x0IRA3CBUB+pWEW3J/7N98axqt7SQSm+2fy0FLNXvXGg77xEDC7KHxJlHfLYyi7PDcw==}
peerDependencies:
'@vue/compiler-sfc': 3.x
@@ -615,12 +654,12 @@ packages:
optional: true
dependencies:
'@babel/generator': 7.17.7
- '@babel/parser': 7.21.4
+ '@babel/parser': 7.21.8
'@babel/traverse': 7.17.3
'@babel/types': 7.17.0
javascript-natural-sort: 0.7.1
lodash: 4.17.21
- prettier: 2.8.7
+ prettier: 2.8.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -632,13 +671,13 @@ packages:
/@types/cors@2.8.13:
resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==}
dependencies:
- '@types/node': 18.15.11
+ '@types/node': 18.16.8
dev: false
/@types/cross-spawn@6.0.2:
resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==}
dependencies:
- '@types/node': 18.15.11
+ '@types/node': 18.16.8
dev: false
/@types/debug@4.1.7:
@@ -655,21 +694,21 @@ packages:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
dev: false
- /@types/node@18.15.11:
- resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
+ /@types/node@18.16.8:
+ resolution: {integrity: sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA==}
/@types/prop-types@15.7.5:
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
dev: true
- /@types/react-dom@18.0.11:
- resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==}
+ /@types/react-dom@18.2.4:
+ resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
dependencies:
- '@types/react': 18.0.33
+ '@types/react': 18.2.6
dev: true
- /@types/react@18.0.33:
- resolution: {integrity: sha512-sHxzVxeanvQyQ1lr8NSHaj0kDzcNiGpILEVt69g9S31/7PfMvNCKLKcsHw4lYKjs3cGNJjXSP4mYzX43QlnjNA==}
+ /@types/react@18.2.6:
+ resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.3
@@ -684,8 +723,8 @@ packages:
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
dev: true
- /@typescript-eslint/parser@5.57.1(eslint@8.31.0)(typescript@4.9.4):
- resolution: {integrity: sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==}
+ /@typescript-eslint/parser@5.59.5(eslint@8.31.0)(typescript@4.9.4):
+ resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -694,9 +733,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.57.1
- '@typescript-eslint/types': 5.57.1
- '@typescript-eslint/typescript-estree': 5.57.1(typescript@4.9.4)
+ '@typescript-eslint/scope-manager': 5.59.5
+ '@typescript-eslint/types': 5.59.5
+ '@typescript-eslint/typescript-estree': 5.59.5(typescript@4.9.4)
debug: 4.3.4
eslint: 8.31.0
typescript: 4.9.4
@@ -704,21 +743,21 @@ packages:
- supports-color
dev: false
- /@typescript-eslint/scope-manager@5.57.1:
- resolution: {integrity: sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==}
+ /@typescript-eslint/scope-manager@5.59.5:
+ resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.57.1
- '@typescript-eslint/visitor-keys': 5.57.1
+ '@typescript-eslint/types': 5.59.5
+ '@typescript-eslint/visitor-keys': 5.59.5
dev: false
- /@typescript-eslint/types@5.57.1:
- resolution: {integrity: sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==}
+ /@typescript-eslint/types@5.59.5:
+ resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: false
- /@typescript-eslint/typescript-estree@5.57.1(typescript@4.9.4):
- resolution: {integrity: sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==}
+ /@typescript-eslint/typescript-estree@5.59.5(typescript@4.9.4):
+ resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -726,24 +765,24 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.57.1
- '@typescript-eslint/visitor-keys': 5.57.1
+ '@typescript-eslint/types': 5.59.5
+ '@typescript-eslint/visitor-keys': 5.59.5
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.3.8
+ semver: 7.5.1
tsutils: 3.21.0(typescript@4.9.4)
typescript: 4.9.4
transitivePeerDependencies:
- supports-color
dev: false
- /@typescript-eslint/visitor-keys@5.57.1:
- resolution: {integrity: sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==}
+ /@typescript-eslint/visitor-keys@5.59.5:
+ resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.57.1
- eslint-visitor-keys: 3.4.0
+ '@typescript-eslint/types': 5.59.5
+ eslint-visitor-keys: 3.4.1
dev: false
/accepts@1.3.8:
@@ -812,7 +851,7 @@ packages:
/aria-query@5.1.3:
resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==}
dependencies:
- deep-equal: 2.2.0
+ deep-equal: 2.2.1
dev: false
/array-buffer-byte-length@1.0.0:
@@ -872,7 +911,7 @@ packages:
resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==}
dev: false
- /autoprefixer@10.4.14(postcss@8.4.21):
+ /autoprefixer@10.4.14(postcss@8.4.23):
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
@@ -880,11 +919,11 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.5
- caniuse-lite: 1.0.30001476
+ caniuse-lite: 1.0.30001487
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.21
+ postcss: 8.4.23
postcss-value-parser: 4.2.0
dev: true
@@ -893,15 +932,15 @@ packages:
engines: {node: '>= 0.4'}
dev: false
- /axe-core@4.6.3:
- resolution: {integrity: sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==}
+ /axe-core@4.7.0:
+ resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
engines: {node: '>=4'}
dev: false
/axobject-query@3.1.1:
resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==}
dependencies:
- deep-equal: 2.2.0
+ deep-equal: 2.2.1
dev: false
/balanced-match@1.0.2:
@@ -912,10 +951,22 @@ packages:
engines: {node: ^4.5.0 || >= 5.9}
dev: false
+ /big-integer@1.6.51:
+ resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==}
+ engines: {node: '>=0.6'}
+ dev: false
+
/binary-extensions@2.2.0:
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
engines: {node: '>=8'}
+ /bplist-parser@0.2.0:
+ resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
+ engines: {node: '>= 5.10.0'}
+ dependencies:
+ big-integer: 1.6.51
+ dev: false
+
/brace-expansion@1.1.11:
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
dependencies:
@@ -933,12 +984,19 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001476
- electron-to-chromium: 1.4.356
+ caniuse-lite: 1.0.30001487
+ electron-to-chromium: 1.4.394
node-releases: 2.0.10
- update-browserslist-db: 1.0.10(browserslist@4.21.5)
+ update-browserslist-db: 1.0.11(browserslist@4.21.5)
dev: true
+ /bundle-name@3.0.0:
+ resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==}
+ engines: {node: '>=12'}
+ dependencies:
+ run-applescript: 5.0.0
+ dev: false
+
/call-bind@1.0.2:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
dependencies:
@@ -955,8 +1013,8 @@ packages:
engines: {node: '>= 6'}
dev: true
- /caniuse-lite@1.0.30001476:
- resolution: {integrity: sha512-JmpktFppVSvyUN4gsLS0bShY2L9ZUslHLE72vgemBkS43JD2fOvKTKs+GtRwuxrtRGnwJFW0ye7kWRRlLJS9vQ==}
+ /caniuse-lite@1.0.30001487:
+ resolution: {integrity: sha512-83564Z3yWGqXsh2vaH/mhXfEM0wX+NlBCm1jYHOb97TrTWJEmPTccZgeLTPBUUb0PNVo+oomb7wkimZBIERClA==}
/chalk@2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
@@ -1099,9 +1157,10 @@ packages:
dependencies:
ms: 2.1.2
- /deep-equal@2.2.0:
- resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==}
+ /deep-equal@2.2.1:
+ resolution: {integrity: sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==}
dependencies:
+ array-buffer-byte-length: 1.0.0
call-bind: 1.0.2
es-get-iterator: 1.1.3
get-intrinsic: 1.2.0
@@ -1114,7 +1173,7 @@ packages:
object-is: 1.1.5
object-keys: 1.1.1
object.assign: 4.1.4
- regexp.prototype.flags: 1.4.3
+ regexp.prototype.flags: 1.5.0
side-channel: 1.0.4
which-boxed-primitive: 1.0.2
which-collection: 1.0.1
@@ -1124,9 +1183,27 @@ packages:
/deep-is@0.1.4:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
- /define-lazy-prop@2.0.0:
- resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
- engines: {node: '>=8'}
+ /default-browser-id@3.0.0:
+ resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
+ engines: {node: '>=12'}
+ dependencies:
+ bplist-parser: 0.2.0
+ untildify: 4.0.0
+ dev: false
+
+ /default-browser@4.0.0:
+ resolution: {integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ bundle-name: 3.0.0
+ default-browser-id: 3.0.0
+ execa: 7.1.1
+ titleize: 3.0.0
+ dev: false
+
+ /define-lazy-prop@3.0.0:
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
+ engines: {node: '>=12'}
dev: false
/define-properties@1.2.0:
@@ -1165,8 +1242,8 @@ packages:
dependencies:
esutils: 2.0.3
- /electron-to-chromium@1.4.356:
- resolution: {integrity: sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A==}
+ /electron-to-chromium@1.4.394:
+ resolution: {integrity: sha512-0IbC2cfr8w5LxTz+nmn2cJTGafsK9iauV2r5A5scfzyovqLrxuLoxOHE5OBobP3oVIggJT+0JfKnw9sm87c8Hw==}
dev: true
/emoji-regex@9.2.2:
@@ -1192,13 +1269,13 @@ packages:
engines: {node: '>=10.0.0'}
dev: false
- /engine.io@6.4.1:
- resolution: {integrity: sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==}
+ /engine.io@6.4.2:
+ resolution: {integrity: sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg==}
engines: {node: '>=10.0.0'}
dependencies:
'@types/cookie': 0.4.1
'@types/cors': 2.8.13
- '@types/node': 18.15.11
+ '@types/node': 18.16.8
accepts: 1.3.8
base64id: 2.0.0
cookie: 0.4.2
@@ -1212,8 +1289,8 @@ packages:
- utf-8-validate
dev: false
- /enhanced-resolve@5.12.0:
- resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==}
+ /enhanced-resolve@5.14.0:
+ resolution: {integrity: sha512-+DCows0XNwLDcUhbFJPdlQEVnT2zXlCv7hPxemTz86/O+B/hCQ+mb7ydkPKiflpVraqLPCAfu7lDy+hBXueojw==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
@@ -1250,7 +1327,7 @@ packages:
object-inspect: 1.12.3
object-keys: 1.1.1
object.assign: 4.1.4
- regexp.prototype.flags: 1.4.3
+ regexp.prototype.flags: 1.5.0
safe-regex-test: 1.0.0
string.prototype.trim: 1.2.7
string.prototype.trimend: 1.0.6
@@ -1323,11 +1400,11 @@ packages:
dependencies:
'@next/eslint-plugin-next': 13.1.1
'@rushstack/eslint-patch': 1.2.0
- '@typescript-eslint/parser': 5.57.1(eslint@8.31.0)(typescript@4.9.4)
+ '@typescript-eslint/parser': 5.59.5(eslint@8.31.0)(typescript@4.9.4)
eslint: 8.31.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.31.0)
eslint-plugin-react: 7.32.2(eslint@8.31.0)
eslint-plugin-react-hooks: 4.6.0(eslint@8.31.0)
@@ -1350,13 +1427,13 @@ packages:
resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==}
dependencies:
debug: 3.2.7
- is-core-module: 2.11.0
+ is-core-module: 2.12.0
resolve: 1.22.2
transitivePeerDependencies:
- supports-color
dev: false
- /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0):
+ /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0):
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -1364,13 +1441,13 @@ packages:
eslint-plugin-import: '*'
dependencies:
debug: 4.3.4
- enhanced-resolve: 5.12.0
+ enhanced-resolve: 5.14.0
eslint: 8.31.0
- eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
get-tsconfig: 4.5.0
- globby: 13.1.3
- is-core-module: 2.11.0
+ globby: 13.1.4
+ is-core-module: 2.12.0
is-glob: 4.0.3
synckit: 0.8.5
transitivePeerDependencies:
@@ -1380,8 +1457,8 @@ packages:
- supports-color
dev: false
- /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0):
- resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0):
+ resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -1401,16 +1478,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.57.1(eslint@8.31.0)(typescript@4.9.4)
+ '@typescript-eslint/parser': 5.59.5(eslint@8.31.0)(typescript@4.9.4)
debug: 3.2.7
eslint: 8.31.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.31.0)
transitivePeerDependencies:
- supports-color
dev: false
- /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0):
+ /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0):
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@@ -1420,7 +1497,7 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.57.1(eslint@8.31.0)(typescript@4.9.4)
+ '@typescript-eslint/parser': 5.59.5(eslint@8.31.0)(typescript@4.9.4)
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
@@ -1428,9 +1505,9 @@ packages:
doctrine: 2.1.0
eslint: 8.31.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.31.0)
has: 1.0.3
- is-core-module: 2.11.0
+ is-core-module: 2.12.0
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.6
@@ -1449,12 +1526,12 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.21.5
aria-query: 5.1.3
array-includes: 3.1.6
array.prototype.flatmap: 1.3.1
ast-types-flow: 0.0.7
- axe-core: 4.6.3
+ axe-core: 4.7.0
axobject-query: 3.1.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
@@ -1501,8 +1578,8 @@ packages:
string.prototype.matchall: 4.0.8
dev: false
- /eslint-scope@7.1.1:
- resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
+ /eslint-scope@7.2.0:
+ resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
@@ -1521,8 +1598,8 @@ packages:
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
engines: {node: '>=10'}
- /eslint-visitor-keys@3.4.0:
- resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==}
+ /eslint-visitor-keys@3.4.1:
+ resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/eslint@8.31.0:
@@ -1540,10 +1617,10 @@ packages:
debug: 4.3.4
doctrine: 3.0.0
escape-string-regexp: 4.0.0
- eslint-scope: 7.1.1
+ eslint-scope: 7.2.0
eslint-utils: 3.0.0(eslint@8.31.0)
- eslint-visitor-keys: 3.4.0
- espree: 9.5.1
+ eslint-visitor-keys: 3.4.1
+ espree: 9.5.2
esquery: 1.5.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
@@ -1572,13 +1649,13 @@ packages:
transitivePeerDependencies:
- supports-color
- /espree@9.5.1:
- resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==}
+ /espree@9.5.2:
+ resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.8.2
acorn-jsx: 5.3.2(acorn@8.8.2)
- eslint-visitor-keys: 3.4.0
+ eslint-visitor-keys: 3.4.1
/esquery@1.5.0:
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
@@ -1600,6 +1677,36 @@ packages:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
+ /execa@5.1.1:
+ resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
+ engines: {node: '>=10'}
+ dependencies:
+ cross-spawn: 7.0.3
+ get-stream: 6.0.1
+ human-signals: 2.1.0
+ is-stream: 2.0.1
+ merge-stream: 2.0.0
+ npm-run-path: 4.0.1
+ onetime: 5.1.2
+ signal-exit: 3.0.7
+ strip-final-newline: 2.0.0
+ dev: false
+
+ /execa@7.1.1:
+ resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==}
+ engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
+ dependencies:
+ cross-spawn: 7.0.3
+ get-stream: 6.0.1
+ human-signals: 4.3.1
+ is-stream: 3.0.0
+ merge-stream: 2.0.0
+ npm-run-path: 5.1.0
+ onetime: 6.0.0
+ signal-exit: 3.0.7
+ strip-final-newline: 3.0.0
+ dev: false
+
/fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
@@ -1698,6 +1805,11 @@ packages:
has-symbols: 1.0.3
dev: false
+ /get-stream@6.0.1:
+ resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
+ engines: {node: '>=10'}
+ dev: false
+
/get-symbol-description@1.0.0:
resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
engines: {node: '>= 0.4'}
@@ -1772,10 +1884,6 @@ packages:
define-properties: 1.2.0
dev: false
- /globalyzer@0.1.0:
- resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==}
- dev: false
-
/globby@11.1.0:
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
@@ -1788,8 +1896,8 @@ packages:
slash: 3.0.0
dev: false
- /globby@13.1.3:
- resolution: {integrity: sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==}
+ /globby@13.1.4:
+ resolution: {integrity: sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
dir-glob: 3.0.1
@@ -1799,10 +1907,6 @@ packages:
slash: 4.0.0
dev: false
- /globrex@0.1.2:
- resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
- dev: false
-
/gopd@1.0.1:
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
dependencies:
@@ -1863,6 +1967,16 @@ packages:
engines: {node: '>= 0.4.0'}
dev: false
+ /human-signals@2.1.0:
+ resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
+ engines: {node: '>=10.17.0'}
+ dev: false
+
+ /human-signals@4.3.1:
+ resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
+ engines: {node: '>=14.18.0'}
+ dev: false
+
/ignore@5.2.4:
resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
engines: {node: '>= 4'}
@@ -1944,8 +2058,8 @@ packages:
engines: {node: '>= 0.4'}
dev: false
- /is-core-module@2.11.0:
- resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==}
+ /is-core-module@2.12.0:
+ resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==}
dependencies:
has: 1.0.3
@@ -1962,6 +2076,12 @@ packages:
hasBin: true
dev: false
+ /is-docker@3.0.0:
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ hasBin: true
+ dev: false
+
/is-extglob@2.1.1:
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
@@ -1972,6 +2092,14 @@ packages:
dependencies:
is-extglob: 2.1.1
+ /is-inside-container@1.0.0:
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
+ engines: {node: '>=14.16'}
+ hasBin: true
+ dependencies:
+ is-docker: 3.0.0
+ dev: false
+
/is-map@2.0.2:
resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
dev: false
@@ -2014,6 +2142,16 @@ packages:
call-bind: 1.0.2
dev: false
+ /is-stream@2.0.1:
+ resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /is-stream@3.0.0:
+ resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dev: false
+
/is-string@1.0.7:
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
engines: {node: '>= 0.4'}
@@ -2079,8 +2217,8 @@ packages:
hasBin: true
dev: true
- /jose@4.14.1:
- resolution: {integrity: sha512-SgjXLpP7jhQkUNKL6RpowoR/IF4QKE+WjLDMpNnh2vmhiFs67NftrNpvFtgbwpvRdtueFliahYYWz9E+XZZQlg==}
+ /jose@4.14.4:
+ resolution: {integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==}
dev: false
/js-sdsl@4.4.0:
@@ -2122,6 +2260,11 @@ packages:
object.assign: 4.1.4
dev: false
+ /kleur@4.1.5:
+ resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
+ engines: {node: '>=6'}
+ dev: false
+
/language-subtag-registry@0.3.22:
resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==}
dev: false
@@ -2174,6 +2317,10 @@ packages:
yallist: 4.0.0
dev: false
+ /merge-stream@2.0.0:
+ resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
+ dev: false
+
/merge2@1.4.1:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
@@ -2197,6 +2344,16 @@ packages:
mime-db: 1.52.0
dev: false
+ /mimic-fn@2.1.0:
+ resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
+ engines: {node: '>=6'}
+ dev: false
+
+ /mimic-fn@4.0.0:
+ resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
+ engines: {node: '>=12'}
+ dev: false
+
/minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
dependencies:
@@ -2234,7 +2391,7 @@ packages:
engines: {node: '>= 0.6'}
dev: false
- /next-auth@4.22.1(next@13.1.1)(nodemailer@6.9.1)(react-dom@18.2.0)(react@18.2.0):
+ /next-auth@4.22.1(next@13.1.1)(nodemailer@6.9.2)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==}
peerDependencies:
next: ^12.2.5 || ^13
@@ -2245,14 +2402,14 @@ packages:
nodemailer:
optional: true
dependencies:
- '@babel/runtime': 7.21.0
- '@panva/hkdf': 1.0.4
+ '@babel/runtime': 7.21.5
+ '@panva/hkdf': 1.1.1
cookie: 0.5.0
- jose: 4.14.1
- next: 13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.61.0)
- nodemailer: 6.9.1
+ jose: 4.14.4
+ next: 13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.62.1)
+ nodemailer: 6.9.2
oauth: 0.9.15
- openid-client: 5.4.1
+ openid-client: 5.4.2
preact: 10.13.2
preact-render-to-string: 5.2.6(preact@10.13.2)
react: 18.2.0
@@ -2260,7 +2417,7 @@ packages:
uuid: 8.3.2
dev: false
- /next@13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.61.0):
+ /next@13.1.1(react-dom@18.2.0)(react@18.2.0)(sass@1.62.1):
resolution: {integrity: sha512-R5eBAaIa3X7LJeYvv1bMdGnAVF4fVToEjim7MkflceFPuANY3YyvFxXee/A+acrSYwYPvOvf7f6v/BM/48ea5w==}
engines: {node: '>=14.6.0'}
hasBin: true
@@ -2280,11 +2437,11 @@ packages:
dependencies:
'@next/env': 13.1.1
'@swc/helpers': 0.4.14
- caniuse-lite: 1.0.30001476
+ caniuse-lite: 1.0.30001487
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- sass: 1.61.0
+ sass: 1.62.1
styled-jsx: 5.1.1(react@18.2.0)
optionalDependencies:
'@next/swc-android-arm-eabi': 13.1.1
@@ -2309,8 +2466,8 @@ packages:
resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==}
dev: true
- /nodemailer@6.9.1:
- resolution: {integrity: sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==}
+ /nodemailer@6.9.2:
+ resolution: {integrity: sha512-4+TYaa/e1nIxQfyw/WzNPYTEZ5OvHIDEnmjs4LPmIfccPQN+2CYKmGHjWixn/chzD3bmUTu5FMfpltizMxqzdg==}
engines: {node: '>=6.0.0'}
dev: false
@@ -2323,6 +2480,20 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
+ /npm-run-path@4.0.1:
+ resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
+ engines: {node: '>=8'}
+ dependencies:
+ path-key: 3.1.1
+ dev: false
+
+ /npm-run-path@5.1.0:
+ resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ path-key: 4.0.0
+ dev: false
+
/oauth@0.9.15:
resolution: {integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==}
dev: false
@@ -2402,8 +2573,8 @@ packages:
es-abstract: 1.21.2
dev: false
- /oidc-token-hash@5.0.2:
- resolution: {integrity: sha512-U91Ba78GtVBxcExLI7U+hC2AwJQqXQEW/D3fjmJC4hhSVIgdl954KO4Gu95WqAlgDKJdLATxkmuxraWLT0fVRQ==}
+ /oidc-token-hash@5.0.3:
+ resolution: {integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==}
engines: {node: ^10.13.0 || >=12.0.0}
dev: false
@@ -2412,22 +2583,37 @@ packages:
dependencies:
wrappy: 1.0.2
- /open@8.4.2:
- resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
+ /onetime@5.1.2:
+ resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
+ engines: {node: '>=6'}
+ dependencies:
+ mimic-fn: 2.1.0
+ dev: false
+
+ /onetime@6.0.0:
+ resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines: {node: '>=12'}
dependencies:
- define-lazy-prop: 2.0.0
- is-docker: 2.2.1
+ mimic-fn: 4.0.0
+ dev: false
+
+ /open@9.1.0:
+ resolution: {integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ default-browser: 4.0.0
+ define-lazy-prop: 3.0.0
+ is-inside-container: 1.0.0
is-wsl: 2.2.0
dev: false
- /openid-client@5.4.1:
- resolution: {integrity: sha512-z19tZRY1CvpDf9L8nFyv5LW3CWoRDuz8EdmUFyouUrf5FDZitaJ8C+tIHF6WnjA2DPG4Fu2JWkNjexNzLWjh3Q==}
+ /openid-client@5.4.2:
+ resolution: {integrity: sha512-lIhsdPvJ2RneBm3nGBBhQchpe3Uka//xf7WPHTIglery8gnckvW7Bd9IaQzekzXJvWthCMyi/xVEyGW0RFPytw==}
dependencies:
- jose: 4.14.1
+ jose: 4.14.4
lru-cache: 6.0.0
object-hash: 2.2.0
- oidc-token-hash: 5.0.2
+ oidc-token-hash: 5.0.3
dev: false
/optionator@0.9.1:
@@ -2471,6 +2657,11 @@ packages:
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
engines: {node: '>=8'}
+ /path-key@4.0.0:
+ resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
+ engines: {node: '>=12'}
+ dev: false
+
/path-parse@1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
@@ -2496,31 +2687,31 @@ packages:
engines: {node: '>= 6'}
dev: true
- /postcss-import@14.1.0(postcss@8.4.21):
- resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==}
- engines: {node: '>=10.0.0'}
+ /postcss-import@15.1.0(postcss@8.4.23):
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
- postcss: 8.4.21
+ postcss: 8.4.23
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.2
dev: true
- /postcss-js@4.0.1(postcss@8.4.21):
+ /postcss-js@4.0.1(postcss@8.4.23):
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.4.21
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.21
+ postcss: 8.4.23
dev: true
- /postcss-load-config@3.1.4(postcss@8.4.21):
- resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
- engines: {node: '>= 10'}
+ /postcss-load-config@4.0.1(postcss@8.4.23):
+ resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
+ engines: {node: '>= 14'}
peerDependencies:
postcss: '>=8.0.9'
ts-node: '>=9.0.0'
@@ -2531,22 +2722,22 @@ packages:
optional: true
dependencies:
lilconfig: 2.1.0
- postcss: 8.4.21
- yaml: 1.10.2
+ postcss: 8.4.23
+ yaml: 2.2.2
dev: true
- /postcss-nested@6.0.0(postcss@8.4.21):
- resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==}
+ /postcss-nested@6.0.1(postcss@8.4.23):
+ resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.21
- postcss-selector-parser: 6.0.11
+ postcss: 8.4.23
+ postcss-selector-parser: 6.0.12
dev: true
- /postcss-selector-parser@6.0.11:
- resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==}
+ /postcss-selector-parser@6.0.12:
+ resolution: {integrity: sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==}
engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
@@ -2566,8 +2757,8 @@ packages:
source-map-js: 1.0.2
dev: false
- /postcss@8.4.21:
- resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==}
+ /postcss@8.4.23:
+ resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
@@ -2592,12 +2783,11 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- /prettier-plugin-tailwindcss@0.2.7(@trivago/prettier-plugin-sort-imports@4.1.1)(prettier@2.8.7):
- resolution: {integrity: sha512-jQopIOgjLpX+y8HeD56XZw7onupRTC0cw7eKKUimI7vhjkPF5/1ltW5LyqaPtSyc8HvEpvNZsvvsGFa2qpa59w==}
+ /prettier-plugin-tailwindcss@0.2.8(@trivago/prettier-plugin-sort-imports@4.1.1)(prettier@2.8.8):
+ resolution: {integrity: sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==}
engines: {node: '>=12.17.0'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
- '@prettier/plugin-php': '*'
'@prettier/plugin-pug': '*'
'@shopify/prettier-plugin-liquid': '*'
'@shufo/prettier-plugin-blade': '*'
@@ -2615,8 +2805,6 @@ packages:
peerDependenciesMeta:
'@ianvs/prettier-plugin-sort-imports':
optional: true
- '@prettier/plugin-php':
- optional: true
'@prettier/plugin-pug':
optional: true
'@shopify/prettier-plugin-liquid':
@@ -2644,12 +2832,12 @@ packages:
prettier-plugin-twig-melody:
optional: true
dependencies:
- '@trivago/prettier-plugin-sort-imports': 4.1.1(prettier@2.8.7)
- prettier: 2.8.7
+ '@trivago/prettier-plugin-sort-imports': 4.1.1(prettier@2.8.8)
+ prettier: 2.8.8
dev: true
- /prettier@2.8.7:
- resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==}
+ /prettier@2.8.8:
+ resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -2658,13 +2846,13 @@ packages:
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
dev: false
- /prisma@4.12.0:
- resolution: {integrity: sha512-xqVper4mbwl32BWzLpdznHAYvYDWQQWK2tBfXjdUD397XaveRyAP7SkBZ6kFlIg8kKayF4hvuaVtYwXd9BodAg==}
+ /prisma@4.14.0:
+ resolution: {integrity: sha512-+5dMl1uxMQb4RepndY6AwR9xi1cDcaGFICu+ws6/Nmgt93mFPNj8tYxSfTdmfg+rkNrUId9rk/Ac2vTgLe/oXA==}
engines: {node: '>=14.17'}
hasBin: true
requiresBuild: true
dependencies:
- '@prisma/engines': 4.12.0
+ '@prisma/engines': 4.14.0
dev: false
/prop-types@15.8.1:
@@ -2682,11 +2870,6 @@ packages:
/queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- /quick-lru@5.1.1:
- resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
- engines: {node: '>=10'}
- dev: true
-
/react-dom@18.2.0(react@18.2.0):
resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
peerDependencies:
@@ -2701,8 +2884,8 @@ packages:
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
dev: false
- /react-otp-input@3.0.0(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-TgTE3PbHhu4VxsAA9JUACzhtxwuZ8OSle9kiwK0Ne7fCv7wOXTtIRWQWPoNlfOZ/sxGsXjMexqwrQdB9yy0qEQ==}
+ /react-otp-input@3.0.2(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-YzOYnol7NodV1KZdy9Y4y3jV4u3mlug98WfJqwV4hs7+zeRqzp5jcA/+onZ6OHjpdOMRQvA675xAHB5ynSmViA==}
peerDependencies:
react: '>=16.8.6 || ^17.0.0 || ^18.0.0'
react-dom: '>=16.8.6 || ^17.0.0 || ^18.0.0'
@@ -2745,8 +2928,8 @@ packages:
resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
dev: false
- /regexp.prototype.flags@1.4.3:
- resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==}
+ /regexp.prototype.flags@1.5.0:
+ resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
@@ -2766,7 +2949,7 @@ packages:
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
hasBin: true
dependencies:
- is-core-module: 2.11.0
+ is-core-module: 2.12.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -2774,7 +2957,7 @@ packages:
resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
hasBin: true
dependencies:
- is-core-module: 2.11.0
+ is-core-module: 2.12.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: false
@@ -2789,6 +2972,13 @@ packages:
dependencies:
glob: 7.2.3
+ /run-applescript@5.0.0:
+ resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==}
+ engines: {node: '>=12'}
+ dependencies:
+ execa: 5.1.1
+ dev: false
+
/run-parallel@1.2.0:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
dependencies:
@@ -2802,8 +2992,8 @@ packages:
is-regex: 1.1.4
dev: false
- /sass@1.61.0:
- resolution: {integrity: sha512-PDsN7BrVkNZK2+dj/dpKQAWZavbAQ87IXqVvw2+oEYI+GwlTWkvbQtL7F2cCNbMqJEYKPh1EcjSxsnqIb/kyaQ==}
+ /sass@1.62.1:
+ resolution: {integrity: sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
@@ -2822,8 +3012,8 @@ packages:
hasBin: true
dev: false
- /semver@7.3.8:
- resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==}
+ /semver@7.5.1:
+ resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -2848,6 +3038,10 @@ packages:
object-inspect: 1.12.3
dev: false
+ /signal-exit@3.0.7:
+ resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
+ dev: false
+
/slash@3.0.0:
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
engines: {node: '>=8'}
@@ -2898,7 +3092,7 @@ packages:
accepts: 1.3.8
base64id: 2.0.0
debug: 4.3.4
- engine.io: 6.4.1
+ engine.io: 6.4.2
socket.io-adapter: 2.5.2
socket.io-parser: 4.2.2
transitivePeerDependencies:
@@ -2932,7 +3126,7 @@ packages:
get-intrinsic: 1.2.0
has-symbols: 1.0.3
internal-slot: 1.0.5
- regexp.prototype.flags: 1.4.3
+ regexp.prototype.flags: 1.5.0
side-channel: 1.0.4
dev: false
@@ -2972,6 +3166,16 @@ packages:
engines: {node: '>=4'}
dev: false
+ /strip-final-newline@2.0.0:
+ resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
+ engines: {node: '>=6'}
+ dev: false
+
+ /strip-final-newline@3.0.0:
+ resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
+ engines: {node: '>=12'}
+ dev: false
+
/strip-json-comments@3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
@@ -2993,11 +3197,12 @@ packages:
react: 18.2.0
dev: false
- /sucrase@3.31.0:
- resolution: {integrity: sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==}
+ /sucrase@3.32.0:
+ resolution: {integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==}
engines: {node: '>=8'}
hasBin: true
dependencies:
+ '@jridgewell/gen-mapping': 0.3.3
commander: 4.1.1
glob: 7.1.6
lines-and-columns: 1.2.4
@@ -3027,20 +3232,18 @@ packages:
resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==}
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
- '@pkgr/utils': 2.3.1
+ '@pkgr/utils': 2.4.0
tslib: 2.5.0
dev: false
- /tailwindcss@3.3.1(postcss@8.4.21):
- resolution: {integrity: sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==}
- engines: {node: '>=12.13.0'}
+ /tailwindcss@3.3.2:
+ resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==}
+ engines: {node: '>=14.0.0'}
hasBin: true
- peerDependencies:
- postcss: ^8.0.9
dependencies:
+ '@alloc/quick-lru': 5.2.0
arg: 5.0.2
chokidar: 3.5.3
- color-name: 1.1.4
didyoumean: 1.2.2
dlv: 1.1.3
fast-glob: 3.2.12
@@ -3052,16 +3255,15 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.21
- postcss-import: 14.1.0(postcss@8.4.21)
- postcss-js: 4.0.1(postcss@8.4.21)
- postcss-load-config: 3.1.4(postcss@8.4.21)
- postcss-nested: 6.0.0(postcss@8.4.21)
- postcss-selector-parser: 6.0.11
+ postcss: 8.4.23
+ postcss-import: 15.1.0(postcss@8.4.23)
+ postcss-js: 4.0.1(postcss@8.4.23)
+ postcss-load-config: 4.0.1(postcss@8.4.23)
+ postcss-nested: 6.0.1(postcss@8.4.23)
+ postcss-selector-parser: 6.0.12
postcss-value-parser: 4.2.0
- quick-lru: 5.1.1
resolve: 1.22.2
- sucrase: 3.31.0
+ sucrase: 3.32.0
transitivePeerDependencies:
- ts-node
dev: true
@@ -3087,11 +3289,9 @@ packages:
any-promise: 1.3.0
dev: true
- /tiny-glob@0.2.9:
- resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==}
- dependencies:
- globalyzer: 0.1.0
- globrex: 0.1.2
+ /titleize@3.0.0:
+ resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==}
+ engines: {node: '>=12'}
dev: false
/to-fast-properties@2.0.0:
@@ -3174,8 +3374,13 @@ packages:
engines: {node: '>=8'}
dev: false
- /update-browserslist-db@1.0.10(browserslist@4.21.5):
- resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==}
+ /untildify@4.0.0:
+ resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /update-browserslist-db@1.0.11(browserslist@4.21.5):
+ resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -3279,20 +3484,20 @@ packages:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: false
- /yaml@1.10.2:
- resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
- engines: {node: '>= 6'}
+ /yaml@2.2.2:
+ resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
+ engines: {node: '>= 14'}
dev: true
/yocto-queue@0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- /zod-prisma-types@2.5.6:
- resolution: {integrity: sha512-Cck7hzz15t4+ADmoZWa475fPiDxxd1/hve+vfS85BsEVr3u8y3zphKi/5/yhkT/mKuJhiMkIfc4VJLrJt/cTpw==}
+ /zod-prisma-types@2.7.1:
+ resolution: {integrity: sha512-6zGN3Sm/q/IyrgxPD5jxEXVFBbjft7ev2lBijeFTmRH1fewlrOSn3bt6jSlj9SctYNrJDGrJ48mJdZVKL7Mucg==}
hasBin: true
dependencies:
- '@prisma/generator-helper': 4.13.0
+ '@prisma/generator-helper': 4.14.0
code-block-writer: 11.0.3
lodash: 4.17.21
zod: 3.21.4
@@ -3300,10 +3505,6 @@ packages:
- supports-color
dev: false
- /zod@3.21.1:
- resolution: {integrity: sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==}
- dev: false
-
/zod@3.21.4:
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
dev: false
diff --git a/leaky-ships/prisma/generated/zod/index.ts b/leaky-ships/prisma/generated/zod/index.ts
index 728218b..f0d595e 100644
--- a/leaky-ships/prisma/generated/zod/index.ts
+++ b/leaky-ships/prisma/generated/zod/index.ts
@@ -1506,8 +1506,8 @@ export const ChatUncheckedUpdateManyInputSchema: z.ZodType = z.object({
equals: z.string().optional(),
- in: z.string().array().optional(),
- notIn: z.string().array().optional(),
+ in: z.union([ z.string().array(),z.string() ]).optional(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -1520,8 +1520,8 @@ export const StringFilterSchema: z.ZodType = z.object({
export const StringNullableFilterSchema: z.ZodType = z.object({
equals: z.string().optional().nullable(),
- in: z.string().array().optional().nullable(),
- notIn: z.string().array().optional().nullable(),
+ in: z.union([ z.string().array(),z.string() ]).optional().nullable(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional().nullable(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -1534,8 +1534,8 @@ export const StringNullableFilterSchema: z.ZodType
export const IntNullableFilterSchema: z.ZodType = z.object({
equals: z.number().optional().nullable(),
- in: z.number().array().optional().nullable(),
- notIn: z.number().array().optional().nullable(),
+ in: z.union([ z.number().array(),z.number() ]).optional().nullable(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional().nullable(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -1619,8 +1619,8 @@ export const AccountSumOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.string().optional(),
- in: z.string().array().optional(),
- notIn: z.string().array().optional(),
+ in: z.union([ z.string().array(),z.string() ]).optional(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -1636,8 +1636,8 @@ export const StringWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.string().optional().nullable(),
- in: z.string().array().optional().nullable(),
- notIn: z.string().array().optional().nullable(),
+ in: z.union([ z.string().array(),z.string() ]).optional().nullable(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional().nullable(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -1653,8 +1653,8 @@ export const StringNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional().nullable(),
- in: z.number().array().optional().nullable(),
- notIn: z.number().array().optional().nullable(),
+ in: z.union([ z.number().array(),z.number() ]).optional().nullable(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional().nullable(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -1669,8 +1669,8 @@ export const IntNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional(),
- in: z.coerce.date().array().optional(),
- notIn: z.coerce.date().array().optional(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -1701,8 +1701,8 @@ export const SessionMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.coerce.date().optional(),
- in: z.coerce.date().array().optional(),
- notIn: z.coerce.date().array().optional(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -1715,8 +1715,8 @@ export const DateTimeWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional().nullable(),
- in: z.coerce.date().array().optional().nullable(),
- notIn: z.coerce.date().array().optional().nullable(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -1786,8 +1786,8 @@ export const UserMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.coerce.date().optional().nullable(),
- in: z.coerce.date().array().optional().nullable(),
- notIn: z.coerce.date().array().optional().nullable(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -1823,8 +1823,8 @@ export const VerificationTokenMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.lazy(() => GameStateSchema).optional(),
- in: z.lazy(() => GameStateSchema).array().optional(),
- notIn: z.lazy(() => GameStateSchema).array().optional(),
+ in: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
not: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => NestedEnumGameStateFilterSchema) ]).optional(),
}).strict();
@@ -1873,8 +1873,8 @@ export const GameMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.lazy(() => GameStateSchema).optional(),
- in: z.lazy(() => GameStateSchema).array().optional(),
- notIn: z.lazy(() => GameStateSchema).array().optional(),
+ in: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
not: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => NestedEnumGameStateWithAggregatesFilterSchema) ]).optional(),
_count: z.lazy(() => NestedIntFilterSchema).optional(),
_min: z.lazy(() => NestedEnumGameStateFilterSchema).optional(),
@@ -1917,8 +1917,8 @@ export const GamepinMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.lazy(() => PlayerNSchema).optional(),
- in: z.lazy(() => PlayerNSchema).array().optional(),
- notIn: z.lazy(() => PlayerNSchema).array().optional(),
+ in: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
not: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => NestedEnumPlayerNFilterSchema) ]).optional(),
}).strict();
@@ -1978,8 +1978,8 @@ export const User_GameMinOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.lazy(() => PlayerNSchema).optional(),
- in: z.lazy(() => PlayerNSchema).array().optional(),
- notIn: z.lazy(() => PlayerNSchema).array().optional(),
+ in: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
not: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => NestedEnumPlayerNWithAggregatesFilterSchema) ]).optional(),
_count: z.lazy(() => NestedIntFilterSchema).optional(),
_min: z.lazy(() => NestedEnumPlayerNFilterSchema).optional(),
@@ -1988,8 +1988,8 @@ export const EnumPlayerNWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional(),
- in: z.number().array().optional(),
- notIn: z.number().array().optional(),
+ in: z.union([ z.number().array(),z.number() ]).optional(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2038,8 +2038,8 @@ export const MoveSumOrderByAggregateInputSchema: z.ZodType = z.object({
equals: z.number().optional(),
- in: z.number().array().optional(),
- notIn: z.number().array().optional(),
+ in: z.union([ z.number().array(),z.number() ]).optional(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2504,8 +2504,8 @@ export const User_GameUpdateOneRequiredWithoutChatsNestedInputSchema: z.ZodType<
export const NestedStringFilterSchema: z.ZodType = z.object({
equals: z.string().optional(),
- in: z.string().array().optional(),
- notIn: z.string().array().optional(),
+ in: z.union([ z.string().array(),z.string() ]).optional(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -2518,8 +2518,8 @@ export const NestedStringFilterSchema: z.ZodType = z.
export const NestedStringNullableFilterSchema: z.ZodType = z.object({
equals: z.string().optional().nullable(),
- in: z.string().array().optional().nullable(),
- notIn: z.string().array().optional().nullable(),
+ in: z.union([ z.string().array(),z.string() ]).optional().nullable(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional().nullable(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -2532,8 +2532,8 @@ export const NestedStringNullableFilterSchema: z.ZodType = z.object({
equals: z.number().optional().nullable(),
- in: z.number().array().optional().nullable(),
- notIn: z.number().array().optional().nullable(),
+ in: z.union([ z.number().array(),z.number() ]).optional().nullable(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional().nullable(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2543,8 +2543,8 @@ export const NestedIntNullableFilterSchema: z.ZodType = z.object({
equals: z.string().optional(),
- in: z.string().array().optional(),
- notIn: z.string().array().optional(),
+ in: z.union([ z.string().array(),z.string() ]).optional(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -2560,8 +2560,8 @@ export const NestedStringWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional(),
- in: z.number().array().optional(),
- notIn: z.number().array().optional(),
+ in: z.union([ z.number().array(),z.number() ]).optional(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2571,8 +2571,8 @@ export const NestedIntFilterSchema: z.ZodType = z.object
export const NestedStringNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.string().optional().nullable(),
- in: z.string().array().optional().nullable(),
- notIn: z.string().array().optional().nullable(),
+ in: z.union([ z.string().array(),z.string() ]).optional().nullable(),
+ notIn: z.union([ z.string().array(),z.string() ]).optional().nullable(),
lt: z.string().optional(),
lte: z.string().optional(),
gt: z.string().optional(),
@@ -2588,8 +2588,8 @@ export const NestedStringNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional().nullable(),
- in: z.number().array().optional().nullable(),
- notIn: z.number().array().optional().nullable(),
+ in: z.union([ z.number().array(),z.number() ]).optional().nullable(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional().nullable(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2604,8 +2604,8 @@ export const NestedIntNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional().nullable(),
- in: z.number().array().optional().nullable(),
- notIn: z.number().array().optional().nullable(),
+ in: z.union([ z.number().array(),z.number() ]).optional().nullable(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional().nullable(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2615,8 +2615,8 @@ export const NestedFloatNullableFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional(),
- in: z.coerce.date().array().optional(),
- notIn: z.coerce.date().array().optional(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -2626,8 +2626,8 @@ export const NestedDateTimeFilterSchema: z.ZodType
export const NestedDateTimeWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional(),
- in: z.coerce.date().array().optional(),
- notIn: z.coerce.date().array().optional(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -2640,8 +2640,8 @@ export const NestedDateTimeWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional().nullable(),
- in: z.coerce.date().array().optional().nullable(),
- notIn: z.coerce.date().array().optional().nullable(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -2651,8 +2651,8 @@ export const NestedDateTimeNullableFilterSchema: z.ZodType = z.object({
equals: z.coerce.date().optional().nullable(),
- in: z.coerce.date().array().optional().nullable(),
- notIn: z.coerce.date().array().optional().nullable(),
+ in: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
+ notIn: z.union([ z.coerce.date().array(),z.coerce.date() ]).optional().nullable(),
lt: z.coerce.date().optional(),
lte: z.coerce.date().optional(),
gt: z.coerce.date().optional(),
@@ -2665,8 +2665,8 @@ export const NestedDateTimeNullableWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.lazy(() => GameStateSchema).optional(),
- in: z.lazy(() => GameStateSchema).array().optional(),
- notIn: z.lazy(() => GameStateSchema).array().optional(),
+ in: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
not: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => NestedEnumGameStateFilterSchema) ]).optional(),
}).strict();
@@ -2677,8 +2677,8 @@ export const NestedBoolFilterSchema: z.ZodType = z.obje
export const NestedEnumGameStateWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.lazy(() => GameStateSchema).optional(),
- in: z.lazy(() => GameStateSchema).array().optional(),
- notIn: z.lazy(() => GameStateSchema).array().optional(),
+ in: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => GameStateSchema).array(),z.lazy(() => GameStateSchema) ]).optional(),
not: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => NestedEnumGameStateWithAggregatesFilterSchema) ]).optional(),
_count: z.lazy(() => NestedIntFilterSchema).optional(),
_min: z.lazy(() => NestedEnumGameStateFilterSchema).optional(),
@@ -2695,15 +2695,15 @@ export const NestedBoolWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.lazy(() => PlayerNSchema).optional(),
- in: z.lazy(() => PlayerNSchema).array().optional(),
- notIn: z.lazy(() => PlayerNSchema).array().optional(),
+ in: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
not: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => NestedEnumPlayerNFilterSchema) ]).optional(),
}).strict();
export const NestedEnumPlayerNWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.lazy(() => PlayerNSchema).optional(),
- in: z.lazy(() => PlayerNSchema).array().optional(),
- notIn: z.lazy(() => PlayerNSchema).array().optional(),
+ in: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
+ notIn: z.union([ z.lazy(() => PlayerNSchema).array(),z.lazy(() => PlayerNSchema) ]).optional(),
not: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => NestedEnumPlayerNWithAggregatesFilterSchema) ]).optional(),
_count: z.lazy(() => NestedIntFilterSchema).optional(),
_min: z.lazy(() => NestedEnumPlayerNFilterSchema).optional(),
@@ -2712,8 +2712,8 @@ export const NestedEnumPlayerNWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional(),
- in: z.number().array().optional(),
- notIn: z.number().array().optional(),
+ in: z.union([ z.number().array(),z.number() ]).optional(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2728,8 +2728,8 @@ export const NestedIntWithAggregatesFilterSchema: z.ZodType = z.object({
equals: z.number().optional(),
- in: z.number().array().optional(),
- notIn: z.number().array().optional(),
+ in: z.union([ z.number().array(),z.number() ]).optional(),
+ notIn: z.union([ z.number().array(),z.number() ]).optional(),
lt: z.number().optional(),
lte: z.number().optional(),
gt: z.number().optional(),
@@ -2738,7 +2738,7 @@ export const NestedFloatFilterSchema: z.ZodType = z.ob
}).strict();
export const UserCreateWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -2750,7 +2750,7 @@ export const UserCreateWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -2772,7 +2772,7 @@ export const UserUpsertWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -2784,7 +2784,7 @@ export const UserUpdateWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -2796,7 +2796,7 @@ export const UserUncheckedUpdateWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -2808,7 +2808,7 @@ export const UserCreateWithoutSessionsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -2830,7 +2830,7 @@ export const UserUpsertWithoutSessionsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -2842,7 +2842,7 @@ export const UserUpdateWithoutSessionsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -2854,7 +2854,7 @@ export const UserUncheckedUpdateWithoutSessionsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
index: z.lazy(() => PlayerNSchema),
moves: z.lazy(() => MoveCreateNestedManyWithoutUser_gameInputSchema).optional(),
@@ -2863,7 +2863,7 @@ export const User_GameCreateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
gameId: z.string(),
index: z.lazy(() => PlayerNSchema),
@@ -2882,14 +2882,14 @@ export const User_GameCreateManyUserInputEnvelopeSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
type: z.string(),
provider: z.string(),
providerAccountId: z.string(),
refresh_token: z.string().optional().nullable(),
access_token: z.string().optional().nullable(),
- expires_at: z.number().optional().nullable(),
- ext_expires_in: z.number().optional().nullable(),
+ expires_at: z.number().int().optional().nullable(),
+ ext_expires_in: z.number().int().optional().nullable(),
token_type: z.string().optional().nullable(),
scope: z.string().optional().nullable(),
id_token: z.string().optional().nullable(),
@@ -2899,14 +2899,14 @@ export const AccountCreateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
type: z.string(),
provider: z.string(),
providerAccountId: z.string(),
refresh_token: z.string().optional().nullable(),
access_token: z.string().optional().nullable(),
- expires_at: z.number().optional().nullable(),
- ext_expires_in: z.number().optional().nullable(),
+ expires_at: z.number().int().optional().nullable(),
+ ext_expires_in: z.number().int().optional().nullable(),
token_type: z.string().optional().nullable(),
scope: z.string().optional().nullable(),
id_token: z.string().optional().nullable(),
@@ -2926,13 +2926,13 @@ export const AccountCreateManyUserInputEnvelopeSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
sessionToken: z.string(),
expires: z.coerce.date()
}).strict();
export const SessionUncheckedCreateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
sessionToken: z.string(),
expires: z.coerce.date()
}).strict();
@@ -3038,13 +3038,13 @@ export const SessionScalarWhereInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
pin: z.string()
}).strict();
export const GamepinUncheckedCreateWithoutGameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
pin: z.string()
}).strict();
@@ -3055,7 +3055,7 @@ export const GamepinCreateOrConnectWithoutGameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
index: z.lazy(() => PlayerNSchema),
moves: z.lazy(() => MoveCreateNestedManyWithoutUser_gameInputSchema).optional(),
@@ -3064,7 +3064,7 @@ export const User_GameCreateWithoutGameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
userId: z.string(),
index: z.lazy(() => PlayerNSchema),
@@ -3088,13 +3088,13 @@ export const GamepinUpsertWithoutGameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
pin: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
export const GamepinUncheckedUpdateWithoutGameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
pin: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
@@ -3116,7 +3116,7 @@ export const User_GameUpdateManyWithWhereWithoutGameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
updatedAt: z.coerce.date().optional(),
state: z.lazy(() => GameStateSchema).optional(),
@@ -3128,7 +3128,7 @@ export const GameCreateWithoutGamePinInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
updatedAt: z.coerce.date().optional(),
state: z.lazy(() => GameStateSchema).optional(),
@@ -3150,7 +3150,7 @@ export const GameUpsertWithoutGamePinInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
updatedAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
state: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => EnumGameStateFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3162,7 +3162,7 @@ export const GameUpdateWithoutGamePinInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
updatedAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
state: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => EnumGameStateFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3174,15 +3174,15 @@ export const GameUncheckedUpdateWithoutGamePinInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
- index: z.number()
+ index: z.number().int()
}).strict();
export const MoveUncheckedCreateWithoutUser_gameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
- index: z.number()
+ index: z.number().int()
}).strict();
export const MoveCreateOrConnectWithoutUser_gameInputSchema: z.ZodType = z.object({
@@ -3196,14 +3196,14 @@ export const MoveCreateManyUser_gameInputEnvelopeSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
message: z.string().optional().nullable(),
event: z.string().optional().nullable()
}).strict();
export const ChatUncheckedCreateWithoutUser_gameInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
message: z.string().optional().nullable(),
event: z.string().optional().nullable()
@@ -3220,7 +3220,7 @@ export const ChatCreateManyUser_gameInputEnvelopeSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
updatedAt: z.coerce.date().optional(),
state: z.lazy(() => GameStateSchema).optional(),
@@ -3232,7 +3232,7 @@ export const GameCreateWithoutUsersInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
updatedAt: z.coerce.date().optional(),
state: z.lazy(() => GameStateSchema).optional(),
@@ -3249,7 +3249,7 @@ export const GameCreateOrConnectWithoutUsersInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -3261,7 +3261,7 @@ export const UserCreateWithoutGamesInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
name: z.string().optional().nullable(),
email: z.string().optional().nullable(),
emailVerified: z.coerce.date().optional().nullable(),
@@ -3336,7 +3336,7 @@ export const GameUpsertWithoutUsersInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
updatedAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
state: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => EnumGameStateFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3348,7 +3348,7 @@ export const GameUpdateWithoutUsersInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
updatedAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
state: z.union([ z.lazy(() => GameStateSchema),z.lazy(() => EnumGameStateFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3365,7 +3365,7 @@ export const UserUpsertWithoutGamesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -3377,7 +3377,7 @@ export const UserUpdateWithoutGamesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
name: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
email: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
emailVerified: z.union([ z.coerce.date(),z.lazy(() => NullableDateTimeFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -3389,7 +3389,7 @@ export const UserUncheckedUpdateWithoutGamesInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
index: z.lazy(() => PlayerNSchema),
chats: z.lazy(() => ChatCreateNestedManyWithoutUser_gameInputSchema).optional(),
@@ -3398,7 +3398,7 @@ export const User_GameCreateWithoutMovesInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
gameId: z.string(),
userId: z.string(),
@@ -3417,7 +3417,7 @@ export const User_GameUpsertWithoutMovesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
chats: z.lazy(() => ChatUpdateManyWithoutUser_gameNestedInputSchema).optional(),
@@ -3426,7 +3426,7 @@ export const User_GameUpdateWithoutMovesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
gameId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
userId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3435,7 +3435,7 @@ export const User_GameUncheckedUpdateWithoutMovesInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
index: z.lazy(() => PlayerNSchema),
moves: z.lazy(() => MoveCreateNestedManyWithoutUser_gameInputSchema).optional(),
@@ -3444,7 +3444,7 @@ export const User_GameCreateWithoutChatsInputSchema: z.ZodType = z.object({
- id: z.string().optional(),
+ id: z.string().cuid().optional(),
createdAt: z.coerce.date().optional(),
gameId: z.string(),
userId: z.string(),
@@ -3463,7 +3463,7 @@ export const User_GameUpsertWithoutChatsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
moves: z.lazy(() => MoveUpdateManyWithoutUser_gameNestedInputSchema).optional(),
@@ -3472,7 +3472,7 @@ export const User_GameUpdateWithoutChatsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
gameId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
userId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3511,7 +3511,7 @@ export const SessionCreateManyUserInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
moves: z.lazy(() => MoveUpdateManyWithoutUser_gameNestedInputSchema).optional(),
@@ -3520,7 +3520,7 @@ export const User_GameUpdateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
gameId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3536,14 +3536,14 @@ export const User_GameUncheckedUpdateManyWithoutGamesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
type: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
provider: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
providerAccountId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
refresh_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
access_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
- expires_at: z.union([ z.number(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
- ext_expires_in: z.union([ z.number(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
+ expires_at: z.union([ z.number().int(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
+ ext_expires_in: z.union([ z.number().int(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
token_type: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
scope: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
id_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -3553,14 +3553,14 @@ export const AccountUpdateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
type: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
provider: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
providerAccountId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
refresh_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
access_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
- expires_at: z.union([ z.number(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
- ext_expires_in: z.union([ z.number(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
+ expires_at: z.union([ z.number().int(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
+ ext_expires_in: z.union([ z.number().int(),z.lazy(() => NullableIntFieldUpdateOperationsInputSchema) ]).optional().nullable(),
token_type: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
scope: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
id_token: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
@@ -3587,13 +3587,13 @@ export const AccountUncheckedUpdateManyWithoutAccountsInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
sessionToken: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
expires: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
export const SessionUncheckedUpdateWithoutUserInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
sessionToken: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
expires: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
@@ -3612,7 +3612,7 @@ export const User_GameCreateManyGameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
moves: z.lazy(() => MoveUpdateManyWithoutUser_gameNestedInputSchema).optional(),
@@ -3621,7 +3621,7 @@ export const User_GameUpdateWithoutGameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
userId: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
index: z.union([ z.lazy(() => PlayerNSchema),z.lazy(() => EnumPlayerNFieldUpdateOperationsInputSchema) ]).optional(),
@@ -3650,15 +3650,15 @@ export const ChatCreateManyUser_gameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
- index: z.union([ z.number(),z.lazy(() => IntFieldUpdateOperationsInputSchema) ]).optional(),
+ index: z.union([ z.number().int(),z.lazy(() => IntFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
export const MoveUncheckedUpdateWithoutUser_gameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
- index: z.union([ z.number(),z.lazy(() => IntFieldUpdateOperationsInputSchema) ]).optional(),
+ index: z.union([ z.number().int(),z.lazy(() => IntFieldUpdateOperationsInputSchema) ]).optional(),
}).strict();
export const MoveUncheckedUpdateManyWithoutMovesInputSchema: z.ZodType = z.object({
@@ -3668,14 +3668,14 @@ export const MoveUncheckedUpdateManyWithoutMovesInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
message: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
event: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
}).strict();
export const ChatUncheckedUpdateWithoutUser_gameInputSchema: z.ZodType = z.object({
- id: z.union([ z.string(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
+ id: z.union([ z.string().cuid(),z.lazy(() => StringFieldUpdateOperationsInputSchema) ]).optional(),
createdAt: z.union([ z.coerce.date(),z.lazy(() => DateTimeFieldUpdateOperationsInputSchema) ]).optional(),
message: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
event: z.union([ z.string(),z.lazy(() => NullableStringFieldUpdateOperationsInputSchema) ]).optional().nullable(),
diff --git a/leaky-ships/styles/globals.scss b/leaky-ships/styles/globals.scss
index da24cf0..25b3d11 100644
--- a/leaky-ships/styles/globals.scss
+++ b/leaky-ships/styles/globals.scss
@@ -35,6 +35,29 @@ button {
}
}
+.inputStyle {
+ width: 3rem !important;
+ height: 3rem;
+ margin: 0 1rem;
+ font-size: 2rem;
+ border-radius: 4px;
+ border: 1px solid #b1b2b5cc;
+}
+
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ margin: 0;
+}
+
+input[type="number"] {
+ -webkit-appearance: textfield;
+ -moz-appearance: textfield;
+ appearance: textfield;
+}
+
@media (pointer: fine) {
button {
cursor: pointer;