diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3ffeeffd70..3fbb4ab257 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,5 @@
{
- "typescript.tsdk": "node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib",
+ "typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx
index 3339a5b1ad..e6d2b7dce7 100644
--- a/app/[page]/layout.tsx
+++ b/app/[page]/layout.tsx
@@ -9,7 +9,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{children}
- {/* @ts-expect-error Server Component */}
);
diff --git a/app/layout.tsx b/app/layout.tsx
index f1e4769afb..dca2c624f0 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -34,7 +34,6 @@ export default async function RootLayout({ children }: { children: ReactNode })
return (
- {/* @ts-expect-error Server Component */}
{children}
diff --git a/app/page.tsx b/app/page.tsx
index a928be52eb..991a7345ec 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -22,13 +22,10 @@ export const metadata = {
export default async function HomePage() {
return (
<>
- {/* @ts-expect-error Server Component */}
- {/* @ts-expect-error Server Component */}
- {/* @ts-expect-error Server Component */}
diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx
index 69252efc27..983857bdb6 100644
--- a/app/product/[handle]/page.tsx
+++ b/app/product/[handle]/page.tsx
@@ -97,7 +97,6 @@ export default async function ProductPage({ params }: { params: { handle: string
- {/* @ts-expect-error Server Component */}
{product.descriptionHtml ? (
@@ -108,10 +107,8 @@ export default async function ProductPage({ params }: { params: { handle: string
- {/* @ts-expect-error Server Component */}
- {/* @ts-expect-error Server Component */}
diff --git a/app/search/layout.tsx b/app/search/layout.tsx
index 2fffe61bfe..872276d7e2 100644
--- a/app/search/layout.tsx
+++ b/app/search/layout.tsx
@@ -16,7 +16,6 @@ export default function SearchLayout({ children }: { children: React.ReactNode }
- {/* @ts-expect-error Server Component */}
);
diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx
index 537c450a15..3854a37025 100644
--- a/components/layout/navbar/index.tsx
+++ b/components/layout/navbar/index.tsx
@@ -44,7 +44,6 @@ export default async function Navbar() {
}>
- {/* @ts-expect-error Server Component */}
diff --git a/components/layout/search/collections.tsx b/components/layout/search/collections.tsx
index e4abb8d4ad..14305c7eef 100644
--- a/components/layout/search/collections.tsx
+++ b/components/layout/search/collections.tsx
@@ -31,7 +31,6 @@ export default function Collections() {
}
>
- {/* @ts-expect-error Server Component */}
);
diff --git a/package.json b/package.json
index 18b369d6b5..2612ca6e76 100644
--- a/package.json
+++ b/package.json
@@ -22,33 +22,33 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
- "@headlessui/react": "^1.7.14",
- "@vercel/og": "^0.5.4",
+ "@headlessui/react": "^1.7.15",
+ "@vercel/og": "^0.5.6",
"clsx": "^1.2.1",
- "framer-motion": "^10.12.8",
+ "framer-motion": "^10.12.16",
"is-empty-iterable": "^3.0.0",
- "next": "13.4.1",
+ "next": "13.4.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0"
},
"devDependencies": {
- "@playwright/test": "^1.33.0",
+ "@playwright/test": "^1.34.3",
"@tailwindcss/typography": "^0.5.9",
- "@types/node": "20.1.0",
- "@types/react": "18.2.6",
+ "@types/node": "20.2.5",
+ "@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
- "eslint": "^8.40.0",
- "eslint-config-next": "^13.4.1",
+ "eslint": "^8.42.0",
+ "eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^47.0.0",
"lint-staged": "^13.2.2",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"prettier": "^2.8.8",
- "prettier-plugin-tailwindcss": "^0.2.8",
+ "prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
- "typescript": "5.0.4"
+ "typescript": "5.1.3"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 165729f3a2..463a967510 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,62 +1,62 @@
lockfileVersion: 5.4
specifiers:
- '@headlessui/react': ^1.7.14
- '@playwright/test': ^1.33.0
+ '@headlessui/react': ^1.7.15
+ '@playwright/test': ^1.34.3
'@tailwindcss/typography': ^0.5.9
- '@types/node': 20.1.0
- '@types/react': 18.2.6
+ '@types/node': 20.2.5
+ '@types/react': 18.2.8
'@types/react-dom': 18.2.4
'@vercel/git-hooks': ^1.0.0
- '@vercel/og': ^0.5.4
+ '@vercel/og': ^0.5.6
autoprefixer: ^10.4.14
clsx: ^1.2.1
- eslint: ^8.40.0
- eslint-config-next: ^13.4.1
+ eslint: ^8.42.0
+ eslint-config-next: ^13.4.4
eslint-config-prettier: ^8.8.0
eslint-plugin-unicorn: ^47.0.0
- framer-motion: ^10.12.8
+ framer-motion: ^10.12.16
is-empty-iterable: ^3.0.0
lint-staged: ^13.2.2
- next: 13.4.1
- postcss: ^8.4.23
+ next: 13.4.4
+ postcss: ^8.4.24
prettier: ^2.8.8
- prettier-plugin-tailwindcss: ^0.2.8
+ prettier-plugin-tailwindcss: ^0.3.0
react: 18.2.0
react-cookie: ^4.1.1
react-dom: 18.2.0
tailwindcss: ^3.3.2
- typescript: 5.0.4
+ typescript: 5.1.3
dependencies:
- '@headlessui/react': 1.7.14_biqbaboplfbrettd7655fr4n2y
- '@vercel/og': 0.5.4
+ '@headlessui/react': 1.7.15_biqbaboplfbrettd7655fr4n2y
+ '@vercel/og': 0.5.6
clsx: 1.2.1
- framer-motion: 10.12.8_biqbaboplfbrettd7655fr4n2y
+ framer-motion: 10.12.16_biqbaboplfbrettd7655fr4n2y
is-empty-iterable: 3.0.0
- next: 13.4.1_biqbaboplfbrettd7655fr4n2y
+ next: 13.4.4_biqbaboplfbrettd7655fr4n2y
react: 18.2.0
react-cookie: 4.1.1_react@18.2.0
react-dom: 18.2.0_react@18.2.0
devDependencies:
- '@playwright/test': 1.33.0
+ '@playwright/test': 1.34.3
'@tailwindcss/typography': 0.5.9_tailwindcss@3.3.2
- '@types/node': 20.1.0
- '@types/react': 18.2.6
+ '@types/node': 20.2.5
+ '@types/react': 18.2.8
'@types/react-dom': 18.2.4
'@vercel/git-hooks': 1.0.0
- autoprefixer: 10.4.14_postcss@8.4.23
- eslint: 8.40.0
- eslint-config-next: 13.4.1_3qfatcekpgbllh6uk5ivyhkbxq
- eslint-config-prettier: 8.8.0_eslint@8.40.0
- eslint-plugin-unicorn: 47.0.0_eslint@8.40.0
+ autoprefixer: 10.4.14_postcss@8.4.24
+ eslint: 8.42.0
+ eslint-config-next: 13.4.4_tizxnkcvjrb4cldxgwq5h3lj5u
+ eslint-config-prettier: 8.8.0_eslint@8.42.0
+ eslint-plugin-unicorn: 47.0.0_eslint@8.42.0
lint-staged: 13.2.2
- postcss: 8.4.23
+ postcss: 8.4.24
prettier: 2.8.8
- prettier-plugin-tailwindcss: 0.2.8_prettier@2.8.8
+ prettier-plugin-tailwindcss: 0.3.0_prettier@2.8.8
tailwindcss: 3.3.2
- typescript: 5.0.4
+ typescript: 5.1.3
packages:
@@ -86,8 +86,8 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/runtime/7.21.5:
- resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==}
+ /@babel/runtime/7.22.3:
+ resolution: {integrity: sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.11
@@ -106,13 +106,13 @@ packages:
dev: false
optional: true
- /@eslint-community/eslint-utils/4.4.0_eslint@8.40.0:
+ /@eslint-community/eslint-utils/4.4.0_eslint@8.42.0:
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-visitor-keys: 3.4.1
dev: true
@@ -138,13 +138,13 @@ packages:
- supports-color
dev: true
- /@eslint/js/8.40.0:
- resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==}
+ /@eslint/js/8.42.0:
+ resolution: {integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@headlessui/react/1.7.14_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-znzdq9PG8rkwcu9oQ2FwIy0ZFtP9Z7ycS+BAqJ3R5EIqC/0bJGvhT7193rFf+45i9nnPsYvCQVW4V/bB9Xc+gA==}
+ /@headlessui/react/1.7.15_biqbaboplfbrettd7655fr4n2y:
+ resolution: {integrity: sha512-OTO0XtoRQ6JPB1cKNFYBZv2Q0JMqMGNhYP1CjPvcJvjz8YGokz8oAj89HIYZGN0gZzn/4kk9iUpmMF4Q21Gsqw==}
engines: {node: '>=10'}
peerDependencies:
react: ^16 || ^17 || ^18
@@ -155,8 +155,8 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: false
- /@humanwhocodes/config-array/0.11.8:
- resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==}
+ /@humanwhocodes/config-array/0.11.10:
+ resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==}
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
@@ -209,18 +209,18 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.14
dev: true
- /@next/env/13.4.1:
- resolution: {integrity: sha512-eD6WCBMFjLFooLM19SIhSkWBHtaFrZFfg2Cxnyl3vS3DAdFRfnx5TY2RxlkuKXdIRCC0ySbtK9JXXt8qLCqzZg==}
+ /@next/env/13.4.4:
+ resolution: {integrity: sha512-q/y7VZj/9YpgzDe64Zi6rY1xPizx80JjlU2BTevlajtaE3w1LqweH1gGgxou2N7hdFosXHjGrI4OUvtFXXhGLg==}
dev: false
- /@next/eslint-plugin-next/13.4.1:
- resolution: {integrity: sha512-tVPS/2FKlA3ANCRCYZVT5jdbUKasBU8LG6bYqcNhyORDFTlDYa4cAWQJjZ7msIgLwMQIbL8CAsxrOL8maa/4Lg==}
+ /@next/eslint-plugin-next/13.4.4:
+ resolution: {integrity: sha512-5jnh7q6I15efnjR/rR+/TGTc9hn53g3JTbEjAMjmeQiExKqEUgIXqrHI5zlTNlNyzCPkBB860/ctxXheZaF2Vw==}
dependencies:
glob: 7.1.7
dev: true
- /@next/swc-darwin-arm64/13.4.1:
- resolution: {integrity: sha512-eF8ARHtYfnoYtDa6xFHriUKA/Mfj/cCbmKb3NofeKhMccs65G6/loZ15a6wYCCx4rPAd6x4t1WmVYtri7EdeBg==}
+ /@next/swc-darwin-arm64/13.4.4:
+ resolution: {integrity: sha512-xfjgXvp4KalNUKZMHmsFxr1Ug+aGmmO6NWP0uoh4G3WFqP/mJ1xxfww0gMOeMeSq/Jyr5k7DvoZ2Pv+XOITTtw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@@ -228,8 +228,8 @@ packages:
dev: false
optional: true
- /@next/swc-darwin-x64/13.4.1:
- resolution: {integrity: sha512-7cmDgF9tGWTgn5Gw+vP17miJbH4wcraMHDCOHTYWkO/VeKT73dUWG23TNRLfgtCNSPgH4V5B4uLHoZTanx9bAw==}
+ /@next/swc-darwin-x64/13.4.4:
+ resolution: {integrity: sha512-ZY9Ti1hkIwJsxGus3nlubIkvYyB0gNOYxKrfsOrLEqD0I2iCX8D7w8v6QQZ2H+dDl6UT29oeEUdDUNGk4UEpfg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@@ -237,8 +237,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-arm64-gnu/13.4.1:
- resolution: {integrity: sha512-qwJqmCri2ie8aTtE5gjTSr8S6O8B67KCYgVZhv9gKH44yvc/zXbAY8u23QGULsYOyh1islWE5sWfQNLOj9iryg==}
+ /@next/swc-linux-arm64-gnu/13.4.4:
+ resolution: {integrity: sha512-+KZnDeMShYkpkqAvGCEDeqYTRADJXc6SY1jWXz+Uo6qWQO/Jd9CoyhTJwRSxvQA16MoYzvILkGaDqirkRNctyA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -246,8 +246,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-arm64-musl/13.4.1:
- resolution: {integrity: sha512-qcC54tWNGDv/VVIFkazxhqH1Bnagjfs4enzELVRlUOoJPD2BGJTPI7z08pQPbbgxLtRiu8gl2mXvpB8WlOkMeA==}
+ /@next/swc-linux-arm64-musl/13.4.4:
+ resolution: {integrity: sha512-evC1twrny2XDT4uOftoubZvW3EG0zs0ZxMwEtu/dDGVRO5n5pT48S8qqEIBGBUZYu/Xx4zzpOkIxx1vpWdE+9A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -255,8 +255,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-x64-gnu/13.4.1:
- resolution: {integrity: sha512-9TeWFlpLsBosZ+tsm/rWBaMwt5It9tPH8m3nawZqFUUrZyGRfGcI67js774vtx0k3rL9qbyY6+3pw9BCVpaYUA==}
+ /@next/swc-linux-x64-gnu/13.4.4:
+ resolution: {integrity: sha512-PX706XcCHr2FfkyhP2lpf+pX/tUvq6/ke7JYnnr0ykNdEMo+sb7cC/o91gnURh4sPYSiZJhsF2gbIqg9rciOHQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -264,8 +264,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-x64-musl/13.4.1:
- resolution: {integrity: sha512-sNDGaWmSqTS4QRUzw61wl4mVPeSqNIr1OOjLlQTRuyInxMxtqImRqdvzDvFTlDfdeUMU/DZhWGYoHrXLlZXe6A==}
+ /@next/swc-linux-x64-musl/13.4.4:
+ resolution: {integrity: sha512-TKUUx3Ftd95JlHV6XagEnqpT204Y+IsEa3awaYIjayn0MOGjgKZMZibqarK3B1FsMSPaieJf2FEAcu9z0yT5aA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -273,8 +273,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-arm64-msvc/13.4.1:
- resolution: {integrity: sha512-+CXZC7u1iXdLRudecoUYbhbsXpglYv8KFYsFxKBPn7kg+bk7eJo738wAA4jXIl8grTF2mPdmO93JOQym+BlYGA==}
+ /@next/swc-win32-arm64-msvc/13.4.4:
+ resolution: {integrity: sha512-FP8AadgSq4+HPtim7WBkCMGbhr5vh9FePXiWx9+YOdjwdQocwoCK5ZVC3OW8oh3TWth6iJ0AXJ/yQ1q1cwSZ3A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
@@ -282,8 +282,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-ia32-msvc/13.4.1:
- resolution: {integrity: sha512-vIoXVVc7UYO68VwVMDKwJC2+HqAZQtCYiVlApyKEeIPIQpz2gpufzGxk1z3/gwrJt/kJ5CDZjlhYDCzd3hdz+g==}
+ /@next/swc-win32-ia32-msvc/13.4.4:
+ resolution: {integrity: sha512-3WekVmtuA2MCdcAOrgrI+PuFiFURtSyyrN1I3UPtS0ckR2HtLqyqmS334Eulf15g1/bdwMteePdK363X/Y9JMg==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
@@ -291,8 +291,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-x64-msvc/13.4.1:
- resolution: {integrity: sha512-n8V5ImLQZibKTu10UUdI3nIeTLkliEXe628qxqW9v8My3BAH2a7H0SaCqkV2OgqFnn8sG1wxKYw9/SNJ632kSA==}
+ /@next/swc-win32-x64-msvc/13.4.4:
+ resolution: {integrity: sha512-AHRITu/CrlQ+qzoqQtEMfaTu7GHaQ6bziQln/pVWpOYC1wU+Mq6VQQFlsDtMCnDztPZtppAXdvvbNS7pcfRzlw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -321,8 +321,8 @@ packages:
fastq: 1.15.0
dev: true
- /@pkgr/utils/2.4.0:
- resolution: {integrity: sha512-2OCURAmRtdlL8iUDTypMrrxfwe8frXTeXaxGsVOaYtc/wrUyk8Z/0OBetM7cdlsy7ZFWlMX72VogKeh+A4Xcjw==}
+ /@pkgr/utils/2.4.1:
+ resolution: {integrity: sha512-JOqwkgFEyi+OROIyq7l4Jy28h/WwhDnG/cPkXG2Z1iFbubB6jsHW1NDvmyOzTBxHr3yg68YGirmh1JUgMqa+9w==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
dependencies:
cross-spawn: 7.0.3
@@ -330,16 +330,16 @@ packages:
is-glob: 4.0.3
open: 9.1.0
picocolors: 1.0.0
- tslib: 2.5.0
+ tslib: 2.5.3
dev: true
- /@playwright/test/1.33.0:
- resolution: {integrity: sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==}
+ /@playwright/test/1.34.3:
+ resolution: {integrity: sha512-zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw==}
engines: {node: '>=14'}
hasBin: true
dependencies:
- '@types/node': 20.1.0
- playwright-core: 1.33.0
+ '@types/node': 20.2.5
+ playwright-core: 1.34.3
optionalDependencies:
fsevents: 2.3.2
dev: true
@@ -349,8 +349,8 @@ packages:
engines: {node: '>= 10'}
dev: false
- /@rushstack/eslint-patch/1.2.0:
- resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==}
+ /@rushstack/eslint-patch/1.3.0:
+ resolution: {integrity: sha512-IthPJsJR85GhOkp3Hvp8zFOPK5ynKn6STyHa/WZpioK7E1aYDiBzpqQPrngc14DszIUkIrdd3k9Iu0XSzlP/1w==}
dev: true
/@shuding/opentype.js/1.4.0-beta.0:
@@ -365,7 +365,7 @@ packages:
/@swc/helpers/0.5.1:
resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==}
dependencies:
- tslib: 2.5.0
+ tslib: 2.5.3
dev: false
/@tailwindcss/typography/0.5.9_tailwindcss@3.3.2:
@@ -387,7 +387,7 @@ packages:
/@types/hoist-non-react-statics/3.3.1:
resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==}
dependencies:
- '@types/react': 18.2.6
+ '@types/react': 18.2.8
hoist-non-react-statics: 3.3.2
dev: false
@@ -395,8 +395,8 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
- /@types/node/20.1.0:
- resolution: {integrity: sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==}
+ /@types/node/20.2.5:
+ resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==}
dev: true
/@types/normalize-package-data/2.4.1:
@@ -409,11 +409,11 @@ packages:
/@types/react-dom/18.2.4:
resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
dependencies:
- '@types/react': 18.2.6
+ '@types/react': 18.2.8
dev: true
- /@types/react/18.2.6:
- resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==}
+ /@types/react/18.2.8:
+ resolution: {integrity: sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.3
@@ -422,8 +422,8 @@ packages:
/@types/scheduler/0.16.3:
resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
- /@typescript-eslint/parser/5.59.2_3qfatcekpgbllh6uk5ivyhkbxq:
- resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==}
+ /@typescript-eslint/parser/5.59.9_tizxnkcvjrb4cldxgwq5h3lj5u:
+ resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -432,31 +432,31 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.59.2
- '@typescript-eslint/types': 5.59.2
- '@typescript-eslint/typescript-estree': 5.59.2_typescript@5.0.4
+ '@typescript-eslint/scope-manager': 5.59.9
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/typescript-estree': 5.59.9_typescript@5.1.3
debug: 4.3.4
- eslint: 8.40.0
- typescript: 5.0.4
+ eslint: 8.42.0
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.59.2:
- resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==}
+ /@typescript-eslint/scope-manager/5.59.9:
+ resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.2
- '@typescript-eslint/visitor-keys': 5.59.2
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/visitor-keys': 5.59.9
dev: true
- /@typescript-eslint/types/5.59.2:
- resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==}
+ /@typescript-eslint/types/5.59.9:
+ resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.59.2_typescript@5.0.4:
- resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==}
+ /@typescript-eslint/typescript-estree/5.59.9_typescript@5.1.3:
+ resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -464,23 +464,23 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.59.2
- '@typescript-eslint/visitor-keys': 5.59.2
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/visitor-keys': 5.59.9
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.5.0
- tsutils: 3.21.0_typescript@5.0.4
- typescript: 5.0.4
+ semver: 7.5.1
+ tsutils: 3.21.0_typescript@5.1.3
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/visitor-keys/5.59.2:
- resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==}
+ /@typescript-eslint/visitor-keys/5.59.9:
+ resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.2
+ '@typescript-eslint/types': 5.59.9
eslint-visitor-keys: 3.4.1
dev: true
@@ -489,12 +489,12 @@ packages:
requiresBuild: true
dev: true
- /@vercel/og/0.5.4:
- resolution: {integrity: sha512-o4Zjgw66HPtfGFYG4CFcKfnCcK6qCY+3FC6g22Z1SdAN5jN8XjbHCh3hRVHH5IGBQp8mxH941EcH53KimAm+wg==}
+ /@vercel/og/0.5.6:
+ resolution: {integrity: sha512-C7loD/Ryt+cXgZ93KVNOIa/r/WcPVPk1JflUODGUdngFwxOJab0eCdugMrwGR2Oq85g4TXXHMBZIC2Z0C9P1NQ==}
engines: {node: '>=16'}
dependencies:
'@resvg/resvg-wasm': 2.4.1
- satori: 0.7.2
+ satori: 0.9.1
yoga-wasm-web: 0.3.3
dev: false
@@ -605,7 +605,7 @@ packages:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.21.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
is-string: 1.0.7
dev: true
@@ -641,7 +641,7 @@ packages:
define-properties: 1.2.0
es-abstract: 1.21.2
es-shim-unscopables: 1.0.0
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
/ast-types-flow/0.0.7:
@@ -653,19 +653,19 @@ packages:
engines: {node: '>=8'}
dev: true
- /autoprefixer/10.4.14_postcss@8.4.23:
+ /autoprefixer/10.4.14_postcss@8.4.24:
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
- browserslist: 4.21.5
- caniuse-lite: 1.0.30001486
+ browserslist: 4.21.7
+ caniuse-lite: 1.0.30001495
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@@ -674,8 +674,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /axe-core/4.7.0:
- resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
+ /axe-core/4.7.2:
+ resolution: {integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==}
engines: {node: '>=4'}
dev: true
@@ -725,15 +725,15 @@ packages:
fill-range: 7.0.1
dev: true
- /browserslist/4.21.5:
- resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==}
+ /browserslist/4.21.7:
+ resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001486
- electron-to-chromium: 1.4.385
- node-releases: 2.0.10
- update-browserslist-db: 1.0.11_browserslist@4.21.5
+ caniuse-lite: 1.0.30001495
+ electron-to-chromium: 1.4.422
+ node-releases: 2.0.12
+ update-browserslist-db: 1.0.11_browserslist@4.21.7
dev: true
/builtin-modules/3.3.0:
@@ -759,7 +759,7 @@ packages:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
dependencies:
function-bind: 1.1.1
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
/callsites/3.1.0:
@@ -776,8 +776,8 @@ packages:
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
dev: false
- /caniuse-lite/1.0.30001486:
- resolution: {integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==}
+ /caniuse-lite/1.0.30001495:
+ resolution: {integrity: sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==}
/chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
@@ -980,7 +980,7 @@ packages:
array-buffer-byte-length: 1.0.0
call-bind: 1.0.2
es-get-iterator: 1.1.3
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
is-arguments: 1.1.1
is-array-buffer: 3.0.2
is-date-object: 1.0.5
@@ -1065,8 +1065,8 @@ packages:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
dev: true
- /electron-to-chromium/1.4.385:
- resolution: {integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg==}
+ /electron-to-chromium/1.4.422:
+ resolution: {integrity: sha512-OQMid0IRbJv27BhlPiBK8CfGzjeq4ZCBSmpwNi1abyS8w17/BajOUu7hBI49ptDTBCz9NRFbORhWvt41dF7dwg==}
dev: true
/emoji-regex/10.2.1:
@@ -1081,8 +1081,8 @@ packages:
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
dev: true
- /enhanced-resolve/5.13.0:
- resolution: {integrity: sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==}
+ /enhanced-resolve/5.14.1:
+ resolution: {integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
@@ -1105,7 +1105,7 @@ packages:
es-set-tostringtag: 2.0.1
es-to-primitive: 1.2.1
function.prototype.name: 1.1.5
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
get-symbol-description: 1.0.0
globalthis: 1.0.3
gopd: 1.0.1
@@ -1139,7 +1139,7 @@ packages:
resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has-symbols: 1.0.3
is-arguments: 1.1.1
is-map: 2.0.2
@@ -1153,7 +1153,7 @@ packages:
resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
engines: {node: '>= 0.4'}
dependencies:
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has: 1.0.3
has-tostringtag: 1.0.0
dev: true
@@ -1188,8 +1188,8 @@ packages:
engines: {node: '>=10'}
dev: true
- /eslint-config-next/13.4.1_3qfatcekpgbllh6uk5ivyhkbxq:
- resolution: {integrity: sha512-ajuxjCkW1hvirr0EQZb3/B/bFH52Z7CT89uCtTcICFL9l30i5c8hN4p0LXvTjdOXNPV5fEDcxBgGHgXdzTj1/A==}
+ /eslint-config-next/13.4.4_tizxnkcvjrb4cldxgwq5h3lj5u:
+ resolution: {integrity: sha512-z/PMbm6L0iC/fwISULxe8IVy4DtNqZk2wQY711o35klenq70O6ns82A8yuMVCFjHC0DIyB2lyugesRtuk9u8dQ==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
typescript: '>=3.3.1'
@@ -1197,42 +1197,42 @@ packages:
typescript:
optional: true
dependencies:
- '@next/eslint-plugin-next': 13.4.1
- '@rushstack/eslint-patch': 1.2.0
- '@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
- eslint: 8.40.0
+ '@next/eslint-plugin-next': 13.4.4
+ '@rushstack/eslint-patch': 1.3.0
+ '@typescript-eslint/parser': 5.59.9_tizxnkcvjrb4cldxgwq5h3lj5u
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a
- eslint-plugin-import: 2.27.5_xlmlwace5wgu6h5cchm6cuibti
- eslint-plugin-jsx-a11y: 6.7.1_eslint@8.40.0
- eslint-plugin-react: 7.32.2_eslint@8.40.0
- eslint-plugin-react-hooks: 4.6.0_eslint@8.40.0
- typescript: 5.0.4
+ eslint-import-resolver-typescript: 3.5.5_uqrbqbkv4ymxhrcvbxzheccstm
+ eslint-plugin-import: 2.27.5_sy3fwlw3eoekx4zbdfl3pdvalu
+ eslint-plugin-jsx-a11y: 6.7.1_eslint@8.42.0
+ eslint-plugin-react: 7.32.2_eslint@8.42.0
+ eslint-plugin-react-hooks: 4.6.0_eslint@8.42.0
+ typescript: 5.1.3
transitivePeerDependencies:
- eslint-import-resolver-webpack
- supports-color
dev: true
- /eslint-config-prettier/8.8.0_eslint@8.40.0:
+ /eslint-config-prettier/8.8.0_eslint@8.42.0:
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
dev: true
/eslint-import-resolver-node/0.3.7:
resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==}
dependencies:
debug: 3.2.7
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
resolve: 1.22.2
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-import-resolver-typescript/3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a:
+ /eslint-import-resolver-typescript/3.5.5_uqrbqbkv4ymxhrcvbxzheccstm:
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -1240,13 +1240,13 @@ packages:
eslint-plugin-import: '*'
dependencies:
debug: 4.3.4
- enhanced-resolve: 5.13.0
- eslint: 8.40.0
- eslint-module-utils: 2.8.0_mqrncgw2rbveclzcza5iljyn5y
- eslint-plugin-import: 2.27.5_xlmlwace5wgu6h5cchm6cuibti
- get-tsconfig: 4.5.0
+ enhanced-resolve: 5.14.1
+ eslint: 8.42.0
+ eslint-module-utils: 2.8.0_vamvx6u2x3qyj2hoxsu6anzm4a
+ eslint-plugin-import: 2.27.5_sy3fwlw3eoekx4zbdfl3pdvalu
+ get-tsconfig: 4.6.0
globby: 13.1.4
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
is-glob: 4.0.3
synckit: 0.8.5
transitivePeerDependencies:
@@ -1256,7 +1256,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils/2.8.0_mqrncgw2rbveclzcza5iljyn5y:
+ /eslint-module-utils/2.8.0_vamvx6u2x3qyj2hoxsu6anzm4a:
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@@ -1277,16 +1277,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
+ '@typescript-eslint/parser': 5.59.9_tizxnkcvjrb4cldxgwq5h3lj5u
debug: 3.2.7
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a
+ eslint-import-resolver-typescript: 3.5.5_uqrbqbkv4ymxhrcvbxzheccstm
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-import/2.27.5_xlmlwace5wgu6h5cchm6cuibti:
+ /eslint-plugin-import/2.27.5_sy3fwlw3eoekx4zbdfl3pdvalu:
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@@ -1296,17 +1296,17 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
+ '@typescript-eslint/parser': 5.59.9_tizxnkcvjrb4cldxgwq5h3lj5u
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0_mqrncgw2rbveclzcza5iljyn5y
+ eslint-module-utils: 2.8.0_vamvx6u2x3qyj2hoxsu6anzm4a
has: 1.0.3
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.6
@@ -1319,22 +1319,22 @@ packages:
- supports-color
dev: true
- /eslint-plugin-jsx-a11y/6.7.1_eslint@8.40.0:
+ /eslint-plugin-jsx-a11y/6.7.1_eslint@8.42.0:
resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
engines: {node: '>=4.0'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies:
- '@babel/runtime': 7.21.5
+ '@babel/runtime': 7.22.3
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.7.0
+ axe-core: 4.7.2
axobject-query: 3.1.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 8.40.0
+ eslint: 8.42.0
has: 1.0.3
jsx-ast-utils: 3.3.3
language-tags: 1.0.5
@@ -1344,16 +1344,16 @@ packages:
semver: 6.3.0
dev: true
- /eslint-plugin-react-hooks/4.6.0_eslint@8.40.0:
+ /eslint-plugin-react-hooks/4.6.0_eslint@8.42.0:
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
dev: true
- /eslint-plugin-react/7.32.2_eslint@8.40.0:
+ /eslint-plugin-react/7.32.2_eslint@8.42.0:
resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
engines: {node: '>=4'}
peerDependencies:
@@ -1363,7 +1363,7 @@ packages:
array.prototype.flatmap: 1.3.1
array.prototype.tosorted: 1.1.1
doctrine: 2.1.0
- eslint: 8.40.0
+ eslint: 8.42.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.3
minimatch: 3.1.2
@@ -1377,17 +1377,17 @@ packages:
string.prototype.matchall: 4.0.8
dev: true
- /eslint-plugin-unicorn/47.0.0_eslint@8.40.0:
+ /eslint-plugin-unicorn/47.0.0_eslint@8.42.0:
resolution: {integrity: sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==}
engines: {node: '>=16'}
peerDependencies:
eslint: '>=8.38.0'
dependencies:
'@babel/helper-validator-identifier': 7.19.1
- '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0
+ '@eslint-community/eslint-utils': 4.4.0_eslint@8.42.0
ci-info: 3.8.0
clean-regexp: 1.0.0
- eslint: 8.40.0
+ eslint: 8.42.0
esquery: 1.5.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
@@ -1398,7 +1398,7 @@ packages:
regexp-tree: 0.1.27
regjsparser: 0.10.0
safe-regex: 2.1.1
- semver: 7.5.0
+ semver: 7.5.1
strip-indent: 3.0.0
dev: true
@@ -1415,16 +1415,16 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.40.0:
- resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==}
+ /eslint/8.42.0:
+ resolution: {integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0
+ '@eslint-community/eslint-utils': 4.4.0_eslint@8.42.0
'@eslint-community/regexpp': 4.5.1
'@eslint/eslintrc': 2.0.3
- '@eslint/js': 8.40.0
- '@humanwhocodes/config-array': 0.11.8
+ '@eslint/js': 8.42.0
+ '@humanwhocodes/config-array': 0.11.10
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6
@@ -1443,13 +1443,12 @@ packages:
find-up: 5.0.0
glob-parent: 6.0.2
globals: 13.20.0
- grapheme-splitter: 1.0.4
+ graphemer: 1.4.0
ignore: 5.2.4
import-fresh: 3.3.0
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
- js-sdsl: 4.4.0
js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
@@ -1612,8 +1611,8 @@ packages:
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
dev: true
- /framer-motion/10.12.8_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-ylobYq3tGFjjAmRdBs5pL/R1+4AmOm69g/JbF5DcNETfRe8L9CjaX4acG83MjYdIsbsTGJmtR5qKx4glNmXO4A==}
+ /framer-motion/10.12.16_biqbaboplfbrettd7655fr4n2y:
+ resolution: {integrity: sha512-w/SfWEIWJkYSgRHYBmln7EhcNo31ao8Xexol8lGXf1pR/tlnBtf1HcxoUmEiEh6pacB4/geku5ami53AAQWHMQ==}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
@@ -1625,7 +1624,7 @@ packages:
dependencies:
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
- tslib: 2.5.0
+ tslib: 2.5.3
optionalDependencies:
'@emotion/is-prop-valid': 0.8.8
dev: false
@@ -1660,11 +1659,12 @@ packages:
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
dev: true
- /get-intrinsic/1.2.0:
- resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==}
+ /get-intrinsic/1.2.1:
+ resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
dependencies:
function-bind: 1.1.1
has: 1.0.3
+ has-proto: 1.0.1
has-symbols: 1.0.3
dev: true
@@ -1678,11 +1678,13 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
- /get-tsconfig/4.5.0:
- resolution: {integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==}
+ /get-tsconfig/4.6.0:
+ resolution: {integrity: sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==}
+ dependencies:
+ resolve-pkg-maps: 1.0.0
dev: true
/glob-parent/5.1.2:
@@ -1772,15 +1774,15 @@ packages:
/gopd/1.0.1:
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
dependencies:
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
/graceful-fs/4.2.11:
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
dev: true
- /grapheme-splitter/1.0.4:
- resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
+ /graphemer/1.4.0:
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
dev: true
/has-bigints/1.0.2:
@@ -1800,7 +1802,7 @@ packages:
/has-property-descriptors/1.0.0:
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
dependencies:
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
/has-proto/1.0.1:
@@ -1890,7 +1892,7 @@ packages:
resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
engines: {node: '>= 0.4'}
dependencies:
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has: 1.0.3
side-channel: 1.0.4
dev: true
@@ -1907,7 +1909,7 @@ packages:
resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
is-typed-array: 1.1.10
dev: true
@@ -1948,8 +1950,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /is-core-module/2.12.0:
- resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==}
+ /is-core-module/2.12.1:
+ resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==}
dependencies:
has: 1.0.3
dev: true
@@ -2101,7 +2103,7 @@ packages:
resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
dev: true
/is-wsl/2.2.0:
@@ -2124,10 +2126,6 @@ packages:
hasBin: true
dev: true
- /js-sdsl/4.4.0:
- resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==}
- dev: true
-
/js-tokens/4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
@@ -2227,7 +2225,7 @@ packages:
object-inspect: 1.12.3
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.2.2
+ yaml: 2.3.1
transitivePeerDependencies:
- enquirer
- supports-color
@@ -2372,14 +2370,13 @@ packages:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true
- /next/13.4.1_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-JBw2kAIyhKDpjhEWvNVoFeIzNp9xNxg8wrthDOtMctfn3EpqGCmW0FSviNyGgOSOSn6zDaX48pmvbdf6X2W9xA==}
+ /next/13.4.4_biqbaboplfbrettd7655fr4n2y:
+ resolution: {integrity: sha512-C5S0ysM0Ily9McL4Jb48nOQHT1BukOWI59uC3X/xCMlYIh9rJZCv7nzG92J6e1cOBqQbKovlpgvHWFmz4eKKEA==}
engines: {node: '>=16.8.0'}
hasBin: true
peerDependencies:
'@opentelemetry/api': ^1.1.0
fibers: '>= 3.1.0'
- node-sass: ^6.0.0 || ^7.0.0
react: ^18.2.0
react-dom: ^18.2.0
sass: ^1.3.0
@@ -2388,37 +2385,35 @@ packages:
optional: true
fibers:
optional: true
- node-sass:
- optional: true
sass:
optional: true
dependencies:
- '@next/env': 13.4.1
+ '@next/env': 13.4.4
'@swc/helpers': 0.5.1
busboy: 1.6.0
- caniuse-lite: 1.0.30001486
+ caniuse-lite: 1.0.30001495
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
styled-jsx: 5.1.1_react@18.2.0
zod: 3.21.4
optionalDependencies:
- '@next/swc-darwin-arm64': 13.4.1
- '@next/swc-darwin-x64': 13.4.1
- '@next/swc-linux-arm64-gnu': 13.4.1
- '@next/swc-linux-arm64-musl': 13.4.1
- '@next/swc-linux-x64-gnu': 13.4.1
- '@next/swc-linux-x64-musl': 13.4.1
- '@next/swc-win32-arm64-msvc': 13.4.1
- '@next/swc-win32-ia32-msvc': 13.4.1
- '@next/swc-win32-x64-msvc': 13.4.1
+ '@next/swc-darwin-arm64': 13.4.4
+ '@next/swc-darwin-x64': 13.4.4
+ '@next/swc-linux-arm64-gnu': 13.4.4
+ '@next/swc-linux-arm64-musl': 13.4.4
+ '@next/swc-linux-x64-gnu': 13.4.4
+ '@next/swc-linux-x64-musl': 13.4.4
+ '@next/swc-win32-arm64-msvc': 13.4.4
+ '@next/swc-win32-ia32-msvc': 13.4.4
+ '@next/swc-win32-x64-msvc': 13.4.4
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-macros
dev: false
- /node-releases/2.0.10:
- resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==}
+ /node-releases/2.0.12:
+ resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==}
dev: true
/normalize-package-data/2.5.0:
@@ -2688,8 +2683,8 @@ packages:
engines: {node: '>= 6'}
dev: true
- /playwright-core/1.33.0:
- resolution: {integrity: sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==}
+ /playwright-core/1.34.3:
+ resolution: {integrity: sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==}
engines: {node: '>=14'}
hasBin: true
dev: true
@@ -2699,29 +2694,29 @@ packages:
engines: {node: '>=4'}
dev: true
- /postcss-import/15.1.0_postcss@8.4.23:
+ /postcss-import/15.1.0_postcss@8.4.24:
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
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.23:
+ /postcss-js/4.0.1_postcss@8.4.24:
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.23
+ postcss: 8.4.24
dev: true
- /postcss-load-config/4.0.1_postcss@8.4.23:
+ /postcss-load-config/4.0.1_postcss@8.4.24:
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
engines: {node: '>= 14'}
peerDependencies:
@@ -2734,18 +2729,18 @@ packages:
optional: true
dependencies:
lilconfig: 2.1.0
- postcss: 8.4.23
- yaml: 2.2.2
+ postcss: 8.4.24
+ yaml: 2.3.1
dev: true
- /postcss-nested/6.0.1_postcss@8.4.23:
+ /postcss-nested/6.0.1_postcss@8.4.24:
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.23
- postcss-selector-parser: 6.0.12
+ postcss: 8.4.24
+ postcss-selector-parser: 6.0.13
dev: true
/postcss-selector-parser/6.0.10:
@@ -2756,8 +2751,8 @@ packages:
util-deprecate: 1.0.2
dev: true
- /postcss-selector-parser/6.0.12:
- resolution: {integrity: sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==}
+ /postcss-selector-parser/6.0.13:
+ resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==}
engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
@@ -2776,8 +2771,8 @@ packages:
source-map-js: 1.0.2
dev: false
- /postcss/8.4.23:
- resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
+ /postcss/8.4.24:
+ resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
@@ -2790,8 +2785,8 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
- /prettier-plugin-tailwindcss/0.2.8_prettier@2.8.8:
- resolution: {integrity: sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==}
+ /prettier-plugin-tailwindcss/0.3.0_prettier@2.8.8:
+ resolution: {integrity: sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==}
engines: {node: '>=12.17.0'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
@@ -2804,6 +2799,7 @@ packages:
prettier-plugin-css-order: '*'
prettier-plugin-import-sort: '*'
prettier-plugin-jsdoc: '*'
+ prettier-plugin-marko: '*'
prettier-plugin-organize-attributes: '*'
prettier-plugin-organize-imports: '*'
prettier-plugin-style-order: '*'
@@ -2828,6 +2824,8 @@ packages:
optional: true
prettier-plugin-jsdoc:
optional: true
+ prettier-plugin-marko:
+ optional: true
prettier-plugin-organize-attributes:
optional: true
prettier-plugin-organize-imports:
@@ -2958,11 +2956,15 @@ packages:
engines: {node: '>=4'}
dev: true
+ /resolve-pkg-maps/1.0.0:
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
+ dev: true
+
/resolve/1.22.2:
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
hasBin: true
dependencies:
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
@@ -2971,7 +2973,7 @@ packages:
resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
hasBin: true
dependencies:
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
@@ -3016,14 +3018,14 @@ packages:
/rxjs/7.8.1:
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
dependencies:
- tslib: 2.5.0
+ tslib: 2.5.3
dev: true
/safe-regex-test/1.0.0:
resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
is-regex: 1.1.4
dev: true
@@ -3033,8 +3035,8 @@ packages:
regexp-tree: 0.1.27
dev: true
- /satori/0.7.2:
- resolution: {integrity: sha512-Eltg0/i3OEbBLaveCnYi2j+p0J9Bb5rmDMXddq4Zy0/NYHbpTkPIlPYGgb+DKamhmvXhiGvWGiFdqHVjJCaCpA==}
+ /satori/0.9.1:
+ resolution: {integrity: sha512-2ggMOiY8O8rIxQ6vywiw3LlBheWHbsOzu5hZdMXTDFKzE9sDHUOtJegGmGE+e9aRSO1ttttgXrcHVsHPKYU2GQ==}
engines: {node: '>=16'}
dependencies:
'@shuding/opentype.js': 1.4.0-beta.0
@@ -3064,8 +3066,8 @@ packages:
hasBin: true
dev: true
- /semver/7.5.0:
- resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==}
+ /semver/7.5.1:
+ resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -3088,7 +3090,7 @@ packages:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
object-inspect: 1.12.3
dev: true
@@ -3190,7 +3192,7 @@ packages:
dependencies:
eastasianwidth: 0.2.0
emoji-regex: 9.2.2
- strip-ansi: 7.0.1
+ strip-ansi: 7.1.0
dev: true
/string.prototype.codepointat/0.2.1:
@@ -3203,7 +3205,7 @@ packages:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.21.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has-symbols: 1.0.3
internal-slot: 1.0.5
regexp.prototype.flags: 1.5.0
@@ -3242,8 +3244,8 @@ packages:
ansi-regex: 5.0.1
dev: true
- /strip-ansi/7.0.1:
- resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==}
+ /strip-ansi/7.1.0:
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
engines: {node: '>=12'}
dependencies:
ansi-regex: 6.0.1
@@ -3330,8 +3332,8 @@ packages:
resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==}
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
- '@pkgr/utils': 2.4.0
- tslib: 2.5.0
+ '@pkgr/utils': 2.4.1
+ tslib: 2.5.3
dev: true
/tailwindcss/3.3.2:
@@ -3353,12 +3355,12 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- 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: 8.4.24
+ postcss-import: 15.1.0_postcss@8.4.24
+ postcss-js: 4.0.1_postcss@8.4.24
+ postcss-load-config: 4.0.1_postcss@8.4.24
+ postcss-nested: 6.0.1_postcss@8.4.24
+ postcss-selector-parser: 6.0.13
postcss-value-parser: 4.2.0
resolve: 1.22.2
sucrase: 3.32.0
@@ -3425,17 +3427,17 @@ packages:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
dev: true
- /tslib/2.5.0:
- resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
+ /tslib/2.5.3:
+ resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==}
- /tsutils/3.21.0_typescript@5.0.4:
+ /tsutils/3.21.0_typescript@5.1.3:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 5.0.4
+ typescript: 5.1.3
dev: true
/type-check/0.4.0:
@@ -3473,9 +3475,9 @@ packages:
is-typed-array: 1.1.10
dev: true
- /typescript/5.0.4:
- resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
- engines: {node: '>=12.20'}
+ /typescript/5.1.3:
+ resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==}
+ engines: {node: '>=14.17'}
hasBin: true
dev: true
@@ -3507,13 +3509,13 @@ packages:
engines: {node: '>=8'}
dev: true
- /update-browserslist-db/1.0.11_browserslist@4.21.5:
+ /update-browserslist-db/1.0.11_browserslist@4.21.7:
resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
dependencies:
- browserslist: 4.21.5
+ browserslist: 4.21.7
escalade: 3.1.1
picocolors: 1.0.0
dev: true
@@ -3605,8 +3607,8 @@ packages:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: true
- /yaml/2.2.2:
- resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
+ /yaml/2.3.1:
+ resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
engines: {node: '>= 14'}
dev: true