[update] update some dependencies

This commit is contained in:
PrinOrange
2024-08-14 20:40:40 +08:00
parent c3fc5a57a3
commit 7534b81eb4
2 changed files with 166 additions and 167 deletions

View File

@@ -24,45 +24,45 @@
}, },
"dependencies": { "dependencies": {
"@giscus/react": "^3.0.0", "@giscus/react": "^3.0.0",
"@mdx-js/loader": "^3.0.0", "@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.0", "@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.0.1", "@next/mdx": "^14.2.5",
"@node-rs/jieba": "^1.8.1", "@node-rs/jieba": "^1.10.3",
"@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-toast": "^1.2.1",
"@vercel/analytics": "^1.1.1", "@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.2", "@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.18", "autoprefixer": "^10.4.20",
"axios": "^1.6.4", "axios": "^1.7.4",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.0.0", "clsx": "^2.1.1",
"cmdk": "^1.0.0", "cmdk": "^1.0.0",
"colors": "^1.4.0", "colors": "^1.4.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.10.0",
"jsdom": "^24.0.0", "jsdom": "^24.1.1",
"katex": "^0.16.9", "katex": "^0.16.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.368.0", "lucide-react": "^0.427.0",
"minisearch": "^6.3.0", "minisearch": "^7.1.0",
"nanoid": "^5.0.3", "nanoid": "^5.0.7",
"next": "^14.1.3", "next": "^14.2.5",
"next-mdx-remote": "^4.4.1", "next-mdx-remote": "^4.4.1",
"next-seo": "^6.4.0", "next-seo": "^6.5.0",
"next-share": "^0.27.0", "next-share": "^0.27.0",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"object-sizeof": "^2.6.3", "object-sizeof": "^2.6.5",
"postcss": "^8.4.38", "postcss": "^8.4.41",
"prism": "^4.1.2", "prism": "^4.1.2",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0", "react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-icons": "^5.0.1", "react-icons": "^5.3.0",
"react-query": "^3.39.3", "react-query": "^3.39.3",
"react-swipeable": "^7.0.1", "react-swipeable": "^7.0.1",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
@@ -77,35 +77,35 @@
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"remark-math": "^5.1.1", "remark-math": "^5.1.1",
"remark-prism": "^1.3.6", "remark-prism": "^1.3.6",
"tailwind-merge": "^2.0.0", "tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.0", "tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"title-case": "^4.3.1", "title-case": "^4.3.1",
"typescript": "5.2.2", "typescript": "5.2.2",
"url-join": "^5.0.0", "url-join": "^5.0.0",
"zustand": "^4.4.7" "zustand": "^4.5.4"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.8.3", "@biomejs/biome": "1.8.3",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.14",
"@types/archiver": "^6.0.2", "@types/archiver": "^6.0.2",
"@types/inquirer": "^9.0.7", "@types/inquirer": "^9.0.7",
"@types/jsdom": "^21.1.5", "@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.0", "@types/lodash": "^4.17.7",
"@types/mdx": "^2.0.10", "@types/mdx": "^2.0.13",
"@types/node": "^20.9.2", "@types/node": "^20.14.15",
"@types/react": "^18.2.37", "@types/react": "^18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15", "@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.11", "@types/react-syntax-highlighter": "^15.5.13",
"@types/remark-prism": "^1.3.7", "@types/remark-prism": "^1.3.7",
"@types/tar": "^6.1.11", "@types/tar": "^6.1.13",
"archiver": "^7.0.1", "archiver": "^7.0.1",
"autocorrect-node": "^2.11.1", "autocorrect-node": "^2.11.1",
"bun": "^1.1.22", "bun": "^1.1.24",
"feed": "^4.2.2", "feed": "^4.2.2",
"inquirer": "^9.2.12", "inquirer": "^9.3.6",
"tar": "^7.0.1", "tar": "^7.4.3",
"turbo": "^2.0.12", "turbo": "^2.0.12",
"webpack-obfuscator": "^3.5.1" "webpack-obfuscator": "^3.5.1"
}, },

251
pnpm-lock.yaml generated
View File

@@ -12,52 +12,52 @@ importers:
specifier: ^3.0.0 specifier: ^3.0.0
version: 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@mdx-js/loader': '@mdx-js/loader':
specifier: ^3.0.0 specifier: ^3.0.1
version: 3.0.1(webpack@5.93.0) version: 3.0.1(webpack@5.93.0)
'@mdx-js/react': '@mdx-js/react':
specifier: ^3.0.0 specifier: ^3.0.1
version: 3.0.1(@types/react@18.3.3)(react@18.2.0) version: 3.0.1(@types/react@18.3.3)(react@18.2.0)
'@next/mdx': '@next/mdx':
specifier: ^14.0.1 specifier: ^14.2.5
version: 14.2.5(@mdx-js/loader@3.0.1(webpack@5.93.0))(@mdx-js/react@3.0.1(@types/react@18.3.3)(react@18.2.0)) version: 14.2.5(@mdx-js/loader@3.0.1(webpack@5.93.0))(@mdx-js/react@3.0.1(@types/react@18.3.3)(react@18.2.0))
'@node-rs/jieba': '@node-rs/jieba':
specifier: ^1.8.1 specifier: ^1.10.3
version: 1.10.3 version: 1.10.3
'@radix-ui/react-accordion': '@radix-ui/react-accordion':
specifier: ^1.1.2 specifier: ^1.2.0
version: 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@radix-ui/react-dialog': '@radix-ui/react-dialog':
specifier: ^1.0.5 specifier: ^1.1.1
version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@radix-ui/react-separator': '@radix-ui/react-separator':
specifier: ^1.0.3 specifier: ^1.1.0
version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@radix-ui/react-slot': '@radix-ui/react-slot':
specifier: ^1.0.2 specifier: ^1.1.0
version: 1.1.0(@types/react@18.3.3)(react@18.2.0) version: 1.1.0(@types/react@18.3.3)(react@18.2.0)
'@radix-ui/react-switch': '@radix-ui/react-switch':
specifier: ^1.0.3 specifier: ^1.1.0
version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@radix-ui/react-toast': '@radix-ui/react-toast':
specifier: ^1.1.5 specifier: ^1.2.1
version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@vercel/analytics': '@vercel/analytics':
specifier: ^1.1.1 specifier: ^1.3.1
version: 1.3.1(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) version: 1.3.1(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@vercel/speed-insights': '@vercel/speed-insights':
specifier: ^1.0.2 specifier: ^1.0.12
version: 1.0.12(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) version: 1.0.12(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
autoprefixer: autoprefixer:
specifier: ^10.4.18 specifier: ^10.4.20
version: 10.4.20(postcss@8.4.41) version: 10.4.20(postcss@8.4.41)
axios: axios:
specifier: ^1.6.4 specifier: ^1.7.4
version: 1.7.3 version: 1.7.4
class-variance-authority: class-variance-authority:
specifier: ^0.7.0 specifier: ^0.7.0
version: 0.7.0 version: 0.7.0
clsx: clsx:
specifier: ^2.0.0 specifier: ^2.1.1
version: 2.1.1 version: 2.1.1
cmdk: cmdk:
specifier: ^1.0.0 specifier: ^1.0.0
@@ -66,34 +66,34 @@ importers:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
highlight.js: highlight.js:
specifier: ^11.9.0 specifier: ^11.10.0
version: 11.10.0 version: 11.10.0
jsdom: jsdom:
specifier: ^24.0.0 specifier: ^24.1.1
version: 24.1.1 version: 24.1.1
katex: katex:
specifier: ^0.16.9 specifier: ^0.16.11
version: 0.16.11 version: 0.16.11
lodash: lodash:
specifier: ^4.17.21 specifier: ^4.17.21
version: 4.17.21 version: 4.17.21
lucide-react: lucide-react:
specifier: ^0.368.0 specifier: ^0.427.0
version: 0.368.0(react@18.2.0) version: 0.427.0(react@18.2.0)
minisearch: minisearch:
specifier: ^6.3.0 specifier: ^7.1.0
version: 6.3.0 version: 7.1.0
nanoid: nanoid:
specifier: ^5.0.3 specifier: ^5.0.7
version: 5.0.7 version: 5.0.7
next: next:
specifier: ^14.1.3 specifier: ^14.2.5
version: 14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
next-mdx-remote: next-mdx-remote:
specifier: ^4.4.1 specifier: ^4.4.1
version: 4.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 4.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
next-seo: next-seo:
specifier: ^6.4.0 specifier: ^6.5.0
version: 6.5.0(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 6.5.0(next@14.2.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
next-share: next-share:
specifier: ^0.27.0 specifier: ^0.27.0
@@ -102,10 +102,10 @@ importers:
specifier: ^0.3.0 specifier: ^0.3.0
version: 0.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 0.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
object-sizeof: object-sizeof:
specifier: ^2.6.3 specifier: ^2.6.5
version: 2.6.5 version: 2.6.5
postcss: postcss:
specifier: ^8.4.38 specifier: ^8.4.41
version: 8.4.41 version: 8.4.41
prism: prism:
specifier: ^4.1.2 specifier: ^4.1.2
@@ -126,8 +126,8 @@ importers:
specifier: 18.2.0 specifier: 18.2.0
version: 18.2.0(react@18.2.0) version: 18.2.0(react@18.2.0)
react-icons: react-icons:
specifier: ^5.0.1 specifier: ^5.3.0
version: 5.2.1(react@18.2.0) version: 5.3.0(react@18.2.0)
react-query: react-query:
specifier: ^3.39.3 specifier: ^3.39.3
version: 3.39.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) version: 3.39.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
@@ -171,14 +171,14 @@ importers:
specifier: ^1.3.6 specifier: ^1.3.6
version: 1.3.6 version: 1.3.6
tailwind-merge: tailwind-merge:
specifier: ^2.0.0 specifier: ^2.5.2
version: 2.5.0 version: 2.5.2
tailwindcss: tailwindcss:
specifier: ^3.4.0 specifier: ^3.4.10
version: 3.4.9 version: 3.4.10
tailwindcss-animate: tailwindcss-animate:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(tailwindcss@3.4.9) version: 1.0.7(tailwindcss@3.4.10)
title-case: title-case:
specifier: ^4.3.1 specifier: ^4.3.1
version: 4.3.1 version: 4.3.1
@@ -189,15 +189,15 @@ importers:
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.0.0 version: 5.0.0
zustand: zustand:
specifier: ^4.4.7 specifier: ^4.5.4
version: 4.5.4(@types/react@18.3.3)(react@18.2.0) version: 4.5.4(@types/react@18.3.3)(react@18.2.0)
devDependencies: devDependencies:
'@biomejs/biome': '@biomejs/biome':
specifier: 1.8.3 specifier: 1.8.3
version: 1.8.3 version: 1.8.3
'@tailwindcss/typography': '@tailwindcss/typography':
specifier: ^0.5.10 specifier: ^0.5.14
version: 0.5.14(tailwindcss@3.4.9) version: 0.5.14(tailwindcss@3.4.10)
'@types/archiver': '@types/archiver':
specifier: ^6.0.2 specifier: ^6.0.2
version: 6.0.2 version: 6.0.2
@@ -205,34 +205,34 @@ importers:
specifier: ^9.0.7 specifier: ^9.0.7
version: 9.0.7 version: 9.0.7
'@types/jsdom': '@types/jsdom':
specifier: ^21.1.5 specifier: ^21.1.7
version: 21.1.7 version: 21.1.7
'@types/lodash': '@types/lodash':
specifier: ^4.17.0 specifier: ^4.17.7
version: 4.17.7 version: 4.17.7
'@types/mdx': '@types/mdx':
specifier: ^2.0.10 specifier: ^2.0.13
version: 2.0.13 version: 2.0.13
'@types/node': '@types/node':
specifier: ^20.9.2 specifier: ^20.14.15
version: 20.14.15 version: 20.14.15
'@types/react': '@types/react':
specifier: ^18.2.37 specifier: ^18.3.3
version: 18.3.3 version: 18.3.3
'@types/react-copy-to-clipboard': '@types/react-copy-to-clipboard':
specifier: ^5.0.7 specifier: ^5.0.7
version: 5.0.7 version: 5.0.7
'@types/react-dom': '@types/react-dom':
specifier: ^18.2.15 specifier: ^18.3.0
version: 18.3.0 version: 18.3.0
'@types/react-syntax-highlighter': '@types/react-syntax-highlighter':
specifier: ^15.5.11 specifier: ^15.5.13
version: 15.5.13 version: 15.5.13
'@types/remark-prism': '@types/remark-prism':
specifier: ^1.3.7 specifier: ^1.3.7
version: 1.3.7 version: 1.3.7
'@types/tar': '@types/tar':
specifier: ^6.1.11 specifier: ^6.1.13
version: 6.1.13 version: 6.1.13
archiver: archiver:
specifier: ^7.0.1 specifier: ^7.0.1
@@ -241,16 +241,16 @@ importers:
specifier: ^2.11.1 specifier: ^2.11.1
version: 2.11.1 version: 2.11.1
bun: bun:
specifier: ^1.1.22 specifier: ^1.1.24
version: 1.1.22 version: 1.1.24
feed: feed:
specifier: ^4.2.2 specifier: ^4.2.2
version: 4.2.2 version: 4.2.2
inquirer: inquirer:
specifier: ^9.2.12 specifier: ^9.3.6
version: 9.3.6 version: 9.3.6
tar: tar:
specifier: ^7.0.1 specifier: ^7.4.3
version: 7.4.3 version: 7.4.3
turbo: turbo:
specifier: ^2.0.12 specifier: ^2.0.12
@@ -591,43 +591,43 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'} engines: {node: '>= 8'}
'@oven/bun-darwin-aarch64@1.1.22': '@oven/bun-darwin-aarch64@1.1.24':
resolution: {integrity: sha512-1sNo/mXEWmf/opHyQElIZwUUwamR97d/xreQ3rTypDdqObbWbTH7Y8EhpOwqMeP+WKW/+WgyXAks0dI+guFr8Q==} resolution: {integrity: sha512-tT4omX5C9X4tlS0uLiypb6uECTbKjg3/dRNBjAROyL8tLJdndNR0SksfS7IQz0vD4zzifk98ZEsDML4gt+LFgQ==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@oven/bun-darwin-x64-baseline@1.1.22': '@oven/bun-darwin-x64-baseline@1.1.24':
resolution: {integrity: sha512-r1IOBt7A3NVfM3/PYkfpef3fo1cIdznRzCpE/XwEquYBbMFcvRETWWRUUNK80MFttYaPQuhyHui/b0VLJhoaEw==} resolution: {integrity: sha512-jp7VhUDNA58scDHF8CKSClUdeWmWGiCWwxcrqs/81jNiARKCb+wjy+nEXWjc8KOB45NAhGaB3BBbl6EM3GzIDw==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@oven/bun-darwin-x64@1.1.22': '@oven/bun-darwin-x64@1.1.24':
resolution: {integrity: sha512-keEPJtDlvu/36J+NX1JUh6+u0PiyoRLVGdDNaVU5LsphnYIVL8A4VLAE+xA5FMPlvMyjVua8kYbgUuTTHJJGpg==} resolution: {integrity: sha512-jSt9jL0mE1zh/8OEWR6fdnGaDF8iWnMwd2a4N2qRuWcr8/QCEjvfK4iJPaJ6f8W06z01CxO5+O4pMF94s6z3pw==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@oven/bun-linux-aarch64@1.1.22': '@oven/bun-linux-aarch64@1.1.24':
resolution: {integrity: sha512-qL7IVUIaCFzSYae1UhX0rSbG1I1ARH7t3d9EMUxG//nBOqdI5xgEmpFCWPh8Y1mdpPl3bPMT0EvmNx/HjFrUJw==} resolution: {integrity: sha512-yw/OHSEqygnWJelfuXJP3hSjNVzJ7adxL/Z9vxQPMYi7c7zdfMiggoH9V4U1VIcggfoMH1Gfc5lVpKowuJsSBA==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@oven/bun-linux-x64-baseline@1.1.22': '@oven/bun-linux-x64-baseline@1.1.24':
resolution: {integrity: sha512-xTaKbyAxn4jI5CaL13mhkj/wCNphDVHrxMIEfPW4rkVbnY/4Ci2uG9dRrNAXCxwRmyflcp8t2KWmmAUBS95McQ==} resolution: {integrity: sha512-L2p9MOY7ug1RzaMYcAknEefMPw+w0LPR9qv780G/SO0uBe1JGl3IzO6/hsPnjj65uT/nNuR+YJXeZbH6p1iwfQ==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@oven/bun-linux-x64@1.1.22': '@oven/bun-linux-x64@1.1.24':
resolution: {integrity: sha512-y4ugmfIg9GlXgZPj2mE5D9g+ou8kwMgSraR4zWvaPPSGDB2nbULGAA9S5DCVEBAuTBxMgh3wXlEgZwQKPmDPuQ==} resolution: {integrity: sha512-U8j716mLJFG5KsFypWgE+uNULo3Y5R0tgP7vEPnPAL4lvwt7IM4Jg1LyxzcEm0jDVrJU3TNaYsu4bsxVVAxmSg==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@oven/bun-windows-x64-baseline@1.1.22': '@oven/bun-windows-x64-baseline@1.1.24':
resolution: {integrity: sha512-Xdf0ZgonVup+YgFSTaGkzDpgcxojc2whFcaNvV0BJtTsl2MeAwGFl98AziGJSCh0ooG80ipUEIUoxDJBWxaEYw==} resolution: {integrity: sha512-Yznr5LJb8Q3MoyG9dM3UosnJSHwOe8AL1AA9fpkVC+TdTl6lmXxjk6JUsE4THQDloRYGN9eqpLLJbK7O6t0aUQ==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@oven/bun-windows-x64@1.1.22': '@oven/bun-windows-x64@1.1.24':
resolution: {integrity: sha512-VNgJaK54MnyS4o47JBN0oMh+75kgaHrMt3HWS3Ree1zn2qYyAexeC9m6KPynHGtNFQrxuhHv5ULxJ0Z0pAU7+A==} resolution: {integrity: sha512-8DWCMsavfxAYuJRMRV5M8Tkhttjh/vJo9DEIEBVOfKbKQHoqOnlmXgK7FBPNTqyVzKpmv+W80bTrRoxlnTnk7A==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@@ -1472,8 +1472,8 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
axios@1.7.3: axios@1.7.4:
resolution: {integrity: sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==} resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==}
b4a@1.6.6: b4a@1.6.6:
resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
@@ -1553,9 +1553,8 @@ packages:
buffer@6.0.3: buffer@6.0.3:
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
bun@1.1.22: bun@1.1.24:
resolution: {integrity: sha512-G2HCPhzhjDc2jEDkZsO9vwPlpHrTm7a8UVwx9oNS5bZqo5OcSK5GPuWYDWjj7+37bRk5OVLfeIvUMtSrbKeIjQ==} resolution: {integrity: sha512-vZt5zNVaoNTSlNprdVdQVZInBcGC2QSik6o9ZsMzuYiiUEAEqpRwwMXAYDUN85mt2FNnsGvmk/8xVlUXS7IzEw==}
cpu: [arm64, x64]
os: [darwin, linux, win32] os: [darwin, linux, win32]
hasBin: true hasBin: true
@@ -1868,8 +1867,8 @@ packages:
eastasianwidth@0.2.0: eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
electron-to-chromium@1.5.6: electron-to-chromium@1.5.7:
resolution: {integrity: sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==} resolution: {integrity: sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==}
emoji-regex@8.0.0: emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -2573,10 +2572,10 @@ packages:
lru-cache@10.4.3: lru-cache@10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lucide-react@0.368.0: lucide-react@0.427.0:
resolution: {integrity: sha512-soryVrCjheZs8rbXKdINw9B8iPi5OajBJZMJ1HORig89ljcOcEokKKAgGbg3QWxSXel7JwHOfDFUdDHAKyUAMw==} resolution: {integrity: sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==}
peerDependencies: peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc
markdown-extensions@1.1.1: markdown-extensions@1.1.1:
resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==} resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==}
@@ -2922,8 +2921,8 @@ packages:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
minisearch@6.3.0: minisearch@7.1.0:
resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} resolution: {integrity: sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==}
minizlib@3.0.1: minizlib@3.0.1:
resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==}
@@ -3186,8 +3185,8 @@ packages:
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
engines: {node: '>=4'} engines: {node: '>=4'}
postcss-selector-parser@6.1.1: postcss-selector-parser@6.1.2:
resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'} engines: {node: '>=4'}
postcss-value-parser@4.2.0: postcss-value-parser@4.2.0:
@@ -3280,8 +3279,8 @@ packages:
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
react-icons@5.2.1: react-icons@5.3.0:
resolution: {integrity: sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==} resolution: {integrity: sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==}
peerDependencies: peerDependencies:
react: '*' react: '*'
@@ -3734,16 +3733,16 @@ packages:
symbol-tree@3.2.4: symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
tailwind-merge@2.5.0: tailwind-merge@2.5.2:
resolution: {integrity: sha512-a6Q/isR5XAo9IR7Hjh80BQDkn8PG9ONJpSO/U3vGzdKyKG125lPHNXdiPfeQ5X0EOG0qKlS/0qnxdBYkLlD6tA==} resolution: {integrity: sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==}
tailwindcss-animate@1.0.7: tailwindcss-animate@1.0.7:
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
peerDependencies: peerDependencies:
tailwindcss: '>=3.0.0 || insiders' tailwindcss: '>=3.0.0 || insiders'
tailwindcss@3.4.9: tailwindcss@3.4.10:
resolution: {integrity: sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==} resolution: {integrity: sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
hasBin: true hasBin: true
@@ -3774,8 +3773,8 @@ packages:
uglify-js: uglify-js:
optional: true optional: true
terser@5.31.5: terser@5.31.6:
resolution: {integrity: sha512-YPmas0L0rE1UyLL/llTWA0SiDOqIcAQYLeUj7cJYzXHlRTAnMSg9pPe4VJ5PlKvTrPQsdVFuiRiwyeNlYgwh2Q==} resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
@@ -4038,8 +4037,8 @@ packages:
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
engines: {node: '>=18'} engines: {node: '>=18'}
watchpack@2.4.1: watchpack@2.4.2:
resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==} resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==}
engines: {node: '>=10.13.0'} engines: {node: '>=10.13.0'}
wcwidth@1.0.1: wcwidth@1.0.1:
@@ -4532,28 +4531,28 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5 '@nodelib/fs.scandir': 2.1.5
fastq: 1.17.1 fastq: 1.17.1
'@oven/bun-darwin-aarch64@1.1.22': '@oven/bun-darwin-aarch64@1.1.24':
optional: true optional: true
'@oven/bun-darwin-x64-baseline@1.1.22': '@oven/bun-darwin-x64-baseline@1.1.24':
optional: true optional: true
'@oven/bun-darwin-x64@1.1.22': '@oven/bun-darwin-x64@1.1.24':
optional: true optional: true
'@oven/bun-linux-aarch64@1.1.22': '@oven/bun-linux-aarch64@1.1.24':
optional: true optional: true
'@oven/bun-linux-x64-baseline@1.1.22': '@oven/bun-linux-x64-baseline@1.1.24':
optional: true optional: true
'@oven/bun-linux-x64@1.1.22': '@oven/bun-linux-x64@1.1.24':
optional: true optional: true
'@oven/bun-windows-x64-baseline@1.1.22': '@oven/bun-windows-x64-baseline@1.1.24':
optional: true optional: true
'@oven/bun-windows-x64@1.1.22': '@oven/bun-windows-x64@1.1.24':
optional: true optional: true
'@pkgjs/parseargs@0.11.0': '@pkgjs/parseargs@0.11.0':
@@ -4969,13 +4968,13 @@ snapshots:
'@swc/counter': 0.1.3 '@swc/counter': 0.1.3
tslib: 2.6.3 tslib: 2.6.3
'@tailwindcss/typography@0.5.14(tailwindcss@3.4.9)': '@tailwindcss/typography@0.5.14(tailwindcss@3.4.10)':
dependencies: dependencies:
lodash.castarray: 4.4.0 lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6 lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2 lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
tailwindcss: 3.4.9 tailwindcss: 3.4.10
'@tootallnate/once@1.1.2': {} '@tootallnate/once@1.1.2': {}
@@ -5362,7 +5361,7 @@ snapshots:
dependencies: dependencies:
possible-typed-array-names: 1.0.0 possible-typed-array-names: 1.0.0
axios@1.7.3: axios@1.7.4:
dependencies: dependencies:
follow-redirects: 1.15.6 follow-redirects: 1.15.6
form-data: 4.0.0 form-data: 4.0.0
@@ -5441,7 +5440,7 @@ snapshots:
browserslist@4.23.3: browserslist@4.23.3:
dependencies: dependencies:
caniuse-lite: 1.0.30001651 caniuse-lite: 1.0.30001651
electron-to-chromium: 1.5.6 electron-to-chromium: 1.5.7
node-releases: 2.0.18 node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3) update-browserslist-db: 1.1.0(browserslist@4.23.3)
@@ -5459,16 +5458,16 @@ snapshots:
base64-js: 1.5.1 base64-js: 1.5.1
ieee754: 1.2.1 ieee754: 1.2.1
bun@1.1.22: bun@1.1.24:
optionalDependencies: optionalDependencies:
'@oven/bun-darwin-aarch64': 1.1.22 '@oven/bun-darwin-aarch64': 1.1.24
'@oven/bun-darwin-x64': 1.1.22 '@oven/bun-darwin-x64': 1.1.24
'@oven/bun-darwin-x64-baseline': 1.1.22 '@oven/bun-darwin-x64-baseline': 1.1.24
'@oven/bun-linux-aarch64': 1.1.22 '@oven/bun-linux-aarch64': 1.1.24
'@oven/bun-linux-x64': 1.1.22 '@oven/bun-linux-x64': 1.1.24
'@oven/bun-linux-x64-baseline': 1.1.22 '@oven/bun-linux-x64-baseline': 1.1.24
'@oven/bun-windows-x64': 1.1.22 '@oven/bun-windows-x64': 1.1.24
'@oven/bun-windows-x64-baseline': 1.1.22 '@oven/bun-windows-x64-baseline': 1.1.24
busboy@1.6.0: busboy@1.6.0:
dependencies: dependencies:
@@ -5730,7 +5729,7 @@ snapshots:
eastasianwidth@0.2.0: {} eastasianwidth@0.2.0: {}
electron-to-chromium@1.5.6: {} electron-to-chromium@1.5.7: {}
emoji-regex@8.0.0: {} emoji-regex@8.0.0: {}
@@ -6641,7 +6640,7 @@ snapshots:
lru-cache@10.4.3: {} lru-cache@10.4.3: {}
lucide-react@0.368.0(react@18.2.0): lucide-react@0.427.0(react@18.2.0):
dependencies: dependencies:
react: 18.2.0 react: 18.2.0
@@ -7445,7 +7444,7 @@ snapshots:
minipass@7.1.2: {} minipass@7.1.2: {}
minisearch@6.3.0: {} minisearch@7.1.0: {}
minizlib@3.0.1: minizlib@3.0.1:
dependencies: dependencies:
@@ -7700,14 +7699,14 @@ snapshots:
postcss-nested@6.2.0(postcss@8.4.41): postcss-nested@6.2.0(postcss@8.4.41):
dependencies: dependencies:
postcss: 8.4.41 postcss: 8.4.41
postcss-selector-parser: 6.1.1 postcss-selector-parser: 6.1.2
postcss-selector-parser@6.0.10: postcss-selector-parser@6.0.10:
dependencies: dependencies:
cssesc: 3.0.0 cssesc: 3.0.0
util-deprecate: 1.0.2 util-deprecate: 1.0.2
postcss-selector-parser@6.1.1: postcss-selector-parser@6.1.2:
dependencies: dependencies:
cssesc: 3.0.0 cssesc: 3.0.0
util-deprecate: 1.0.2 util-deprecate: 1.0.2
@@ -7798,7 +7797,7 @@ snapshots:
react: 18.2.0 react: 18.2.0
scheduler: 0.23.2 scheduler: 0.23.2
react-icons@5.2.1(react@18.2.0): react-icons@5.3.0(react@18.2.0):
dependencies: dependencies:
react: 18.2.0 react: 18.2.0
@@ -8479,13 +8478,13 @@ snapshots:
symbol-tree@3.2.4: {} symbol-tree@3.2.4: {}
tailwind-merge@2.5.0: {} tailwind-merge@2.5.2: {}
tailwindcss-animate@1.0.7(tailwindcss@3.4.9): tailwindcss-animate@1.0.7(tailwindcss@3.4.10):
dependencies: dependencies:
tailwindcss: 3.4.9 tailwindcss: 3.4.10
tailwindcss@3.4.9: tailwindcss@3.4.10:
dependencies: dependencies:
'@alloc/quick-lru': 5.2.0 '@alloc/quick-lru': 5.2.0
arg: 5.0.2 arg: 5.0.2
@@ -8506,7 +8505,7 @@ snapshots:
postcss-js: 4.0.1(postcss@8.4.41) postcss-js: 4.0.1(postcss@8.4.41)
postcss-load-config: 4.0.2(postcss@8.4.41) postcss-load-config: 4.0.2(postcss@8.4.41)
postcss-nested: 6.2.0(postcss@8.4.41) postcss-nested: 6.2.0(postcss@8.4.41)
postcss-selector-parser: 6.1.1 postcss-selector-parser: 6.1.2
resolve: 1.22.8 resolve: 1.22.8
sucrase: 3.35.0 sucrase: 3.35.0
transitivePeerDependencies: transitivePeerDependencies:
@@ -8535,10 +8534,10 @@ snapshots:
jest-worker: 27.5.1 jest-worker: 27.5.1
schema-utils: 3.3.0 schema-utils: 3.3.0
serialize-javascript: 6.0.2 serialize-javascript: 6.0.2
terser: 5.31.5 terser: 5.31.6
webpack: 5.93.0 webpack: 5.93.0
terser@5.31.5: terser@5.31.6:
dependencies: dependencies:
'@jridgewell/source-map': 0.3.6 '@jridgewell/source-map': 0.3.6
acorn: 8.12.1 acorn: 8.12.1
@@ -8839,7 +8838,7 @@ snapshots:
dependencies: dependencies:
xml-name-validator: 5.0.0 xml-name-validator: 5.0.0
watchpack@2.4.1: watchpack@2.4.2:
dependencies: dependencies:
glob-to-regexp: 0.4.1 glob-to-regexp: 0.4.1
graceful-fs: 4.2.11 graceful-fs: 4.2.11
@@ -8896,7 +8895,7 @@ snapshots:
schema-utils: 3.3.0 schema-utils: 3.3.0
tapable: 2.2.1 tapable: 2.2.1
terser-webpack-plugin: 5.3.10(webpack@5.93.0) terser-webpack-plugin: 5.3.10(webpack@5.93.0)
watchpack: 2.4.1 watchpack: 2.4.2
webpack-sources: 3.2.3 webpack-sources: 3.2.3
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'