update deps

This commit is contained in:
SevicheCC 2023-05-09 16:04:33 +08:00
parent d927c0ef09
commit b18b150f68
10 changed files with 171 additions and 393 deletions

View file

@ -28,22 +28,22 @@
"@iconify-json/heroicons-outline": "^1.1.6", "@iconify-json/heroicons-outline": "^1.1.6",
"@iconify-json/heroicons-solid": "^1.1.7", "@iconify-json/heroicons-solid": "^1.1.7",
"@iconify-json/ic": "^1.1.13", "@iconify-json/ic": "^1.1.13",
"@iconify-json/icon-park-twotone": "1.1.7", "@iconify-json/icon-park-twotone": "1.1.9",
"@iconify-json/material-symbols": "1.1.27", "@iconify-json/material-symbols": "1.1.41",
"@iconify-json/mdi": "^1.1.50", "@iconify-json/mdi": "^1.1.50",
"@iconify-json/simple-icons": "1.1.42", "@iconify-json/simple-icons": "1.1.52",
"@iconify-json/uil": "^1.1.4", "@iconify-json/uil": "^1.1.4",
"@sveltejs/adapter-netlify": "^1.0.5", "@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-static": "^1.0.6", "@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/adapter-vercel": "1.0.6", "@sveltejs/adapter-vercel": "2.4.3",
"@sveltejs/kit": "^1.16.2", "@sveltejs/kit": "^1.16.2",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.16.5", "@types/node": "^20.1.1",
"@types/unist": "^2.0.6", "@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.2", "@typescript-eslint/parser": "^5.59.5",
"@unocss/extractor-svelte": "^0.51.12", "@unocss/extractor-svelte": "^0.51.12",
"@vite-pwa/sveltekit": "^0.1.3", "@vite-pwa/sveltekit": "^0.2.1",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",

View file

@ -11,29 +11,29 @@ devDependencies:
specifier: ^1.1.13 specifier: ^1.1.13
version: 1.1.13 version: 1.1.13
'@iconify-json/icon-park-twotone': '@iconify-json/icon-park-twotone':
specifier: 1.1.7 specifier: 1.1.9
version: 1.1.7 version: 1.1.9
'@iconify-json/material-symbols': '@iconify-json/material-symbols':
specifier: 1.1.27 specifier: 1.1.41
version: 1.1.27 version: 1.1.41
'@iconify-json/mdi': '@iconify-json/mdi':
specifier: ^1.1.50 specifier: ^1.1.50
version: 1.1.50 version: 1.1.50
'@iconify-json/simple-icons': '@iconify-json/simple-icons':
specifier: 1.1.42 specifier: 1.1.52
version: 1.1.42 version: 1.1.52
'@iconify-json/uil': '@iconify-json/uil':
specifier: ^1.1.4 specifier: ^1.1.4
version: 1.1.4 version: 1.1.4
'@sveltejs/adapter-netlify': '@sveltejs/adapter-netlify':
specifier: ^1.0.5 specifier: ^2.0.7
version: 1.0.5(@sveltejs/kit@1.16.2) version: 2.0.7(@sveltejs/kit@1.16.2)
'@sveltejs/adapter-static': '@sveltejs/adapter-static':
specifier: ^1.0.6 specifier: ^2.0.2
version: 1.0.6(@sveltejs/kit@1.16.2) version: 2.0.2(@sveltejs/kit@1.16.2)
'@sveltejs/adapter-vercel': '@sveltejs/adapter-vercel':
specifier: 1.0.6 specifier: 2.4.3
version: 1.0.6(@sveltejs/kit@1.16.2) version: 2.4.3(@sveltejs/kit@1.16.2)
'@sveltejs/kit': '@sveltejs/kit':
specifier: ^1.16.2 specifier: ^1.16.2
version: 1.16.2(svelte@3.59.1)(vite@4.3.5) version: 1.16.2(svelte@3.59.1)(vite@4.3.5)
@ -41,23 +41,23 @@ devDependencies:
specifier: ^0.5.9 specifier: ^0.5.9
version: 0.5.9(tailwindcss@3.3.2) version: 0.5.9(tailwindcss@3.3.2)
'@types/node': '@types/node':
specifier: ^18.16.5 specifier: ^20.1.1
version: 18.16.5 version: 20.1.1
'@types/unist': '@types/unist':
specifier: ^2.0.6 specifier: ^2.0.6
version: 2.0.6 version: 2.0.6
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^5.59.2 specifier: ^5.59.5
version: 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@5.0.4) version: 5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@5.0.4)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^5.59.2 specifier: ^5.59.5
version: 5.59.2(eslint@8.40.0)(typescript@5.0.4) version: 5.59.5(eslint@8.40.0)(typescript@5.0.4)
'@unocss/extractor-svelte': '@unocss/extractor-svelte':
specifier: ^0.51.12 specifier: ^0.51.12
version: 0.51.12 version: 0.51.12
'@vite-pwa/sveltekit': '@vite-pwa/sveltekit':
specifier: ^0.1.3 specifier: ^0.2.1
version: 0.1.3(@sveltejs/kit@1.16.2)(vite-plugin-pwa@0.14.7) version: 0.2.1(@sveltejs/kit@1.16.2)(vite-plugin-pwa@0.14.7)
chalk: chalk:
specifier: ^5.2.0 specifier: ^5.2.0
version: 5.2.0 version: 5.2.0
@ -96,7 +96,7 @@ devDependencies:
version: 0.10.6(svelte@3.59.1) version: 0.10.6(svelte@3.59.1)
netlify-cli: netlify-cli:
specifier: ^15.0.2 specifier: ^15.0.2
version: 15.0.2(@types/node@18.16.5)(typescript@5.0.4) version: 15.0.2(@types/node@20.1.1)(typescript@5.0.4)
npm-run-all: npm-run-all:
specifier: ^4.1.5 specifier: ^4.1.5
version: 4.1.5 version: 4.1.5
@ -171,7 +171,7 @@ devDependencies:
version: 0.51.12(postcss@8.4.23)(rollup@3.21.5)(vite@4.3.5) version: 0.51.12(postcss@8.4.23)(rollup@3.21.5)(vite@4.3.5)
vite: vite:
specifier: ^4.3.5 specifier: ^4.3.5
version: 4.3.5(@types/node@18.16.5) version: 4.3.5(@types/node@20.1.1)
vite-imagetools: vite-imagetools:
specifier: ^4.0.19 specifier: ^4.0.19
version: 4.0.19(rollup@3.21.5) version: 4.0.19(rollup@3.21.5)
@ -1463,15 +1463,6 @@ packages:
node-source-walk: 6.0.1 node-source-walk: 6.0.1
dev: true dev: true
/@esbuild/android-arm64@0.16.17:
resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
dev: true
optional: true
/@esbuild/android-arm64@0.17.18: /@esbuild/android-arm64@0.17.18:
resolution: {integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==} resolution: {integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1481,15 +1472,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/android-arm@0.16.17:
resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
requiresBuild: true
dev: true
optional: true
/@esbuild/android-arm@0.17.18: /@esbuild/android-arm@0.17.18:
resolution: {integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==} resolution: {integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1499,15 +1481,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/android-x64@0.16.17:
resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
dev: true
optional: true
/@esbuild/android-x64@0.17.18: /@esbuild/android-x64@0.17.18:
resolution: {integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==} resolution: {integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1517,15 +1490,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/darwin-arm64@0.16.17:
resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@esbuild/darwin-arm64@0.17.18: /@esbuild/darwin-arm64@0.17.18:
resolution: {integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==} resolution: {integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1535,15 +1499,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/darwin-x64@0.16.17:
resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/@esbuild/darwin-x64@0.17.18: /@esbuild/darwin-x64@0.17.18:
resolution: {integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==} resolution: {integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1553,15 +1508,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/freebsd-arm64@0.16.17:
resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
/@esbuild/freebsd-arm64@0.17.18: /@esbuild/freebsd-arm64@0.17.18:
resolution: {integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==} resolution: {integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1571,15 +1517,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/freebsd-x64@0.16.17:
resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
/@esbuild/freebsd-x64@0.17.18: /@esbuild/freebsd-x64@0.17.18:
resolution: {integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==} resolution: {integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1589,15 +1526,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-arm64@0.16.17:
resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-arm64@0.17.18: /@esbuild/linux-arm64@0.17.18:
resolution: {integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==} resolution: {integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1607,15 +1535,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-arm@0.16.17:
resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-arm@0.17.18: /@esbuild/linux-arm@0.17.18:
resolution: {integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==} resolution: {integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1625,15 +1544,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-ia32@0.16.17:
resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-ia32@0.17.18: /@esbuild/linux-ia32@0.17.18:
resolution: {integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==} resolution: {integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1643,15 +1553,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-loong64@0.16.17:
resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-loong64@0.17.18: /@esbuild/linux-loong64@0.17.18:
resolution: {integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==} resolution: {integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1661,15 +1562,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-mips64el@0.16.17:
resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-mips64el@0.17.18: /@esbuild/linux-mips64el@0.17.18:
resolution: {integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==} resolution: {integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1679,15 +1571,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-ppc64@0.16.17:
resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-ppc64@0.17.18: /@esbuild/linux-ppc64@0.17.18:
resolution: {integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==} resolution: {integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1697,15 +1580,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-riscv64@0.16.17:
resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-riscv64@0.17.18: /@esbuild/linux-riscv64@0.17.18:
resolution: {integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==} resolution: {integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1715,15 +1589,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-s390x@0.16.17:
resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-s390x@0.17.18: /@esbuild/linux-s390x@0.17.18:
resolution: {integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==} resolution: {integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1733,15 +1598,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/linux-x64@0.16.17:
resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/@esbuild/linux-x64@0.17.18: /@esbuild/linux-x64@0.17.18:
resolution: {integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==} resolution: {integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1751,15 +1607,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/netbsd-x64@0.16.17:
resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
dev: true
optional: true
/@esbuild/netbsd-x64@0.17.18: /@esbuild/netbsd-x64@0.17.18:
resolution: {integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==} resolution: {integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1769,15 +1616,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/openbsd-x64@0.16.17:
resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
dev: true
optional: true
/@esbuild/openbsd-x64@0.17.18: /@esbuild/openbsd-x64@0.17.18:
resolution: {integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==} resolution: {integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1787,15 +1625,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/sunos-x64@0.16.17:
resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
dev: true
optional: true
/@esbuild/sunos-x64@0.17.18: /@esbuild/sunos-x64@0.17.18:
resolution: {integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==} resolution: {integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1805,15 +1634,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/win32-arm64@0.16.17:
resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@esbuild/win32-arm64@0.17.18: /@esbuild/win32-arm64@0.17.18:
resolution: {integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==} resolution: {integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1823,15 +1643,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/win32-ia32@0.16.17:
resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@esbuild/win32-ia32@0.17.18: /@esbuild/win32-ia32@0.17.18:
resolution: {integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==} resolution: {integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1841,15 +1652,6 @@ packages:
dev: true dev: true
optional: true optional: true
/@esbuild/win32-x64@0.16.17:
resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/@esbuild/win32-x64@0.17.18: /@esbuild/win32-x64@0.17.18:
resolution: {integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==} resolution: {integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -1992,14 +1794,14 @@ packages:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
dev: true dev: true
/@iconify-json/icon-park-twotone@1.1.7: /@iconify-json/icon-park-twotone@1.1.9:
resolution: {integrity: sha512-L4MySCy/OfycAITC/k8+FK+hdN7ofpfznmU7qz4LxiYUOfUcNFu8VT+/Is67pYHsTQ4YYDh3P5bERCWoTBnHAQ==} resolution: {integrity: sha512-ZvnXzGybY1hAgHVxenPaM2MzK/7Y5tJp7y7m8lGaLb+e3I8JzvPktVmYAQqsO3OQ1pXdk0iHXpI8WzEyaeMLAQ==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
dev: true dev: true
/@iconify-json/material-symbols@1.1.27: /@iconify-json/material-symbols@1.1.41:
resolution: {integrity: sha512-lZSyVBiS8EJUzZ8hXQunWkjDjKdEPPh3ZuU8s5Ajtzk19TVUgX3JFS22PzpgbWYTPCfrUNQReUxFRpFcYMGAsQ==} resolution: {integrity: sha512-843a0HAVMVo34psIvcPPuZ+maHK+r3lV1lxLi9VJtYR0ZfSLNx3S1XN0DSgShxU0/eBA1budC2sW6UUA20qU/g==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
dev: true dev: true
@ -2010,8 +1812,8 @@ packages:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
dev: true dev: true
/@iconify-json/simple-icons@1.1.42: /@iconify-json/simple-icons@1.1.52:
resolution: {integrity: sha512-9QzE4F8wBK4BD5nzD35KcOwSg0XbIGsMGpPUNWOkSS8PyEVrBby4eQ4BMs2V3tAPdvxYLfyYvHrb29wGqS6hUw==} resolution: {integrity: sha512-hJRenMpoG/hMbL2YzL1kOAQKVbLHE1gNckjbGwFHw3hH5CxvKssXA+3i4TVjFJnupRxmm7z4sgxjAV5HkQ5g/g==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
dev: true dev: true
@ -2049,7 +1851,7 @@ packages:
dependencies: dependencies:
'@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1 '@types/istanbul-reports': 3.0.1
'@types/node': 18.16.5 '@types/node': 20.1.1
'@types/yargs': 16.0.5 '@types/yargs': 16.0.5
chalk: 4.1.2 chalk: 4.1.2
dev: true dev: true
@ -2157,7 +1959,7 @@ packages:
yargs: 17.7.2 yargs: 17.7.2
dev: true dev: true
/@netlify/build@29.11.1(@types/node@18.16.5): /@netlify/build@29.11.1(@types/node@20.1.1):
resolution: {integrity: sha512-Z/Be2ZzENeLvsuXBs2NaeVch5okHC8epIddP3HZqctcoqrrxNbDwfO/J7CT3kXfdjWmdxcFYh2aVcFPM3WdBsg==} resolution: {integrity: sha512-Z/Be2ZzENeLvsuXBs2NaeVch5okHC8epIddP3HZqctcoqrrxNbDwfO/J7CT3kXfdjWmdxcFYh2aVcFPM3WdBsg==}
engines: {node: ^14.16.0 || >=16.0.0} engines: {node: ^14.16.0 || >=16.0.0}
hasBin: true hasBin: true
@ -2211,7 +2013,7 @@ packages:
supports-color: 9.3.1 supports-color: 9.3.1
terminal-link: 3.0.0 terminal-link: 3.0.0
tmp-promise: 3.0.3 tmp-promise: 3.0.3
ts-node: 10.9.1(@types/node@18.16.5)(typescript@5.0.4) ts-node: 10.9.1(@types/node@20.1.1)(typescript@5.0.4)
typescript: 5.0.4 typescript: 5.0.4
uuid: 8.3.2 uuid: 8.3.2
yargs: 17.7.2 yargs: 17.7.2
@ -3085,33 +2887,33 @@ packages:
string.prototype.matchall: 4.0.8 string.prototype.matchall: 4.0.8
dev: true dev: true
/@sveltejs/adapter-netlify@1.0.5(@sveltejs/kit@1.16.2): /@sveltejs/adapter-netlify@2.0.7(@sveltejs/kit@1.16.2):
resolution: {integrity: sha512-CQpSf2y29+DdaSELLWb4P5ewWSPUFRfJn2DwtiDZ+YOiIVhUk0caudFZoscH1GAP/sFrJekIMtawP542BjWA1g==} resolution: {integrity: sha512-QztxtQ26wzyonEOy+7RUvl4gqaYRi6UiBcIKrVTWA6uhkDYrB72ttt9t47phNeJAl9j2bCMZHQ8W7k2vXcwTrA==}
peerDependencies: peerDependencies:
'@sveltejs/kit': ^1.0.0 '@sveltejs/kit': ^1.5.0
dependencies: dependencies:
'@iarna/toml': 2.2.5 '@iarna/toml': 2.2.5
'@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5) '@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5)
esbuild: 0.16.17 esbuild: 0.17.18
set-cookie-parser: 2.6.0 set-cookie-parser: 2.6.0
dev: true dev: true
/@sveltejs/adapter-static@1.0.6(@sveltejs/kit@1.16.2): /@sveltejs/adapter-static@2.0.2(@sveltejs/kit@1.16.2):
resolution: {integrity: sha512-gTus2jW6bEQAZoT1MdmPHWZZmcb6dfLWc0r6dFHnbzSDZ68kifqQ1E+dZDOMF7aXeRV91sgnPuAn2MtpinVdlA==} resolution: {integrity: sha512-9wYtf6s6ew7DHUHMrt55YpD1FgV7oWql2IGsW5BXquLxqcY9vjrqCFo0TzzDpo+ZPZkW/v77k0eOP6tsAb8HmQ==}
peerDependencies: peerDependencies:
'@sveltejs/kit': ^1.0.0 '@sveltejs/kit': ^1.5.0
dependencies: dependencies:
'@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5) '@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5)
dev: true dev: true
/@sveltejs/adapter-vercel@1.0.6(@sveltejs/kit@1.16.2): /@sveltejs/adapter-vercel@2.4.3(@sveltejs/kit@1.16.2):
resolution: {integrity: sha512-fo6aaEygPd/6B5Jms4Ff7R4jbADnppuLvKOWBNTGe5MGB7ZRUkl+gxHWMQx2av2knyEZkA6V8y5M6R3ML5yN4g==} resolution: {integrity: sha512-3k/3udwaioFYdKDAgQcWSByB+KCbtjX+ARonYGCtYE0iuxWLStrESxy3SaU+17XD5Frh8w7tfY8ft4TV3ej3Dg==}
peerDependencies: peerDependencies:
'@sveltejs/kit': ^1.0.0 '@sveltejs/kit': ^1.5.0
dependencies: dependencies:
'@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5) '@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5)
'@vercel/nft': 0.22.6(supports-color@9.3.1) '@vercel/nft': 0.22.6(supports-color@9.3.1)
esbuild: 0.16.17 esbuild: 0.17.18
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
@ -3140,7 +2942,7 @@ packages:
svelte: 3.59.1 svelte: 3.59.1
tiny-glob: 0.2.9 tiny-glob: 0.2.9
undici: 5.22.0 undici: 5.22.0
vite: 4.3.5(@types/node@18.16.5) vite: 4.3.5(@types/node@20.1.1)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -3158,7 +2960,7 @@ packages:
magic-string: 0.30.0 magic-string: 0.30.0
svelte: 3.59.1 svelte: 3.59.1
svelte-hmr: 0.15.1(svelte@3.59.1) svelte-hmr: 0.15.1(svelte@3.59.1)
vite: 4.3.5(@types/node@18.16.5) vite: 4.3.5(@types/node@20.1.1)
vitefu: 0.2.4(vite@4.3.5) vitefu: 0.2.4(vite@4.3.5)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -3212,7 +3014,7 @@ packages:
/@types/decompress@4.2.4: /@types/decompress@4.2.4:
resolution: {integrity: sha512-/C8kTMRTNiNuWGl5nEyKbPiMv6HA+0RbEXzFhFBEzASM6+oa4tJro9b8nj7eRlOFfuLdzUU+DS/GPDlvvzMOhA==} resolution: {integrity: sha512-/C8kTMRTNiNuWGl5nEyKbPiMv6HA+0RbEXzFhFBEzASM6+oa4tJro9b8nj7eRlOFfuLdzUU+DS/GPDlvvzMOhA==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/download@8.0.2: /@types/download@8.0.2:
@ -3220,7 +3022,7 @@ packages:
dependencies: dependencies:
'@types/decompress': 4.2.4 '@types/decompress': 4.2.4
'@types/got': 9.6.12 '@types/got': 9.6.12
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/estree@0.0.39: /@types/estree@0.0.39:
@ -3235,13 +3037,13 @@ packages:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies: dependencies:
'@types/minimatch': 5.1.2 '@types/minimatch': 5.1.2
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/got@9.6.12: /@types/got@9.6.12:
resolution: {integrity: sha512-X4pj/HGHbXVLqTpKjA2ahI4rV/nNBc9mGO2I/0CgAra+F2dKgMXnENv2SRpemScBzBAI4vMelIVYViQxlSE6xA==} resolution: {integrity: sha512-X4pj/HGHbXVLqTpKjA2ahI4rV/nNBc9mGO2I/0CgAra+F2dKgMXnENv2SRpemScBzBAI4vMelIVYViQxlSE6xA==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
'@types/tough-cookie': 4.0.2 '@types/tough-cookie': 4.0.2
form-data: 2.5.1 form-data: 2.5.1
dev: true dev: true
@ -3259,7 +3061,7 @@ packages:
/@types/http-proxy@1.17.11: /@types/http-proxy@1.17.11:
resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/istanbul-lib-coverage@2.0.4: /@types/istanbul-lib-coverage@2.0.4:
@ -3285,7 +3087,7 @@ packages:
/@types/keyv@3.1.4: /@types/keyv@3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/mdast@3.0.11: /@types/mdast@3.0.11:
@ -3305,12 +3107,12 @@ packages:
/@types/node-fetch@2.6.3: /@types/node-fetch@2.6.3:
resolution: {integrity: sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w==} resolution: {integrity: sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
form-data: 3.0.1 form-data: 3.0.1
dev: true dev: true
/@types/node@18.16.5: /@types/node@20.1.1:
resolution: {integrity: sha512-seOA34WMo9KB+UA78qaJoCO20RJzZGVXQ5Sh6FWu0g/hfT44nKXnej3/tCQl7FL97idFpBhisLYCTB50S0EirA==} resolution: {integrity: sha512-uKBEevTNb+l6/aCQaKVnUModfEMjAl98lw2Si9P5y4hLu9tm6AlX2ZIoXZX6Wh9lJueYPrGPKk5WMCNHg/u6/A==}
dev: true dev: true
/@types/normalize-package-data@2.4.1: /@types/normalize-package-data@2.4.1:
@ -3324,13 +3126,13 @@ packages:
/@types/resolve@1.17.1: /@types/resolve@1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/responselike@1.0.0: /@types/responselike@1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
/@types/retry@0.12.1: /@types/retry@0.12.1:
@ -3371,12 +3173,12 @@ packages:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
dev: true dev: true
optional: true optional: true
/@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@5.0.4): /@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@5.0.4):
resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} resolution: {integrity: sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
@ -3387,10 +3189,10 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.5.1 '@eslint-community/regexpp': 4.5.1
'@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@5.0.4) '@typescript-eslint/parser': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/type-utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) '@typescript-eslint/type-utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) '@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
debug: 4.3.4(supports-color@9.3.1) debug: 4.3.4(supports-color@9.3.1)
eslint: 8.40.0 eslint: 8.40.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
@ -3403,8 +3205,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser@5.59.2(eslint@8.40.0)(typescript@5.0.4): /@typescript-eslint/parser@5.59.5(eslint@8.40.0)(typescript@5.0.4):
resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -3413,9 +3215,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/types': 5.59.2 '@typescript-eslint/types': 5.59.5
'@typescript-eslint/typescript-estree': 5.59.2(supports-color@9.3.1)(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.5(supports-color@9.3.1)(typescript@5.0.4)
debug: 4.3.4(supports-color@9.3.1) debug: 4.3.4(supports-color@9.3.1)
eslint: 8.40.0 eslint: 8.40.0
typescript: 5.0.4 typescript: 5.0.4
@ -3423,16 +3225,16 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager@5.59.2: /@typescript-eslint/scope-manager@5.59.5:
resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.59.2 '@typescript-eslint/types': 5.59.5
'@typescript-eslint/visitor-keys': 5.59.2 '@typescript-eslint/visitor-keys': 5.59.5
dev: true dev: true
/@typescript-eslint/type-utils@5.59.2(eslint@8.40.0)(typescript@5.0.4): /@typescript-eslint/type-utils@5.59.5(eslint@8.40.0)(typescript@5.0.4):
resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} resolution: {integrity: sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '*' eslint: '*'
@ -3441,8 +3243,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.59.2(supports-color@9.3.1)(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.5(supports-color@9.3.1)(typescript@5.0.4)
'@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) '@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
debug: 4.3.4(supports-color@9.3.1) debug: 4.3.4(supports-color@9.3.1)
eslint: 8.40.0 eslint: 8.40.0
tsutils: 3.21.0(typescript@5.0.4) tsutils: 3.21.0(typescript@5.0.4)
@ -3451,13 +3253,13 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types@5.59.2: /@typescript-eslint/types@5.59.5:
resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree@5.59.2(supports-color@9.3.1)(typescript@5.0.4): /@typescript-eslint/typescript-estree@5.59.5(supports-color@9.3.1)(typescript@5.0.4):
resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
@ -3465,8 +3267,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.59.2 '@typescript-eslint/types': 5.59.5
'@typescript-eslint/visitor-keys': 5.59.2 '@typescript-eslint/visitor-keys': 5.59.5
debug: 4.3.4(supports-color@9.3.1) debug: 4.3.4(supports-color@9.3.1)
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
@ -3477,8 +3279,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils@5.59.2(eslint@8.40.0)(typescript@5.0.4): /@typescript-eslint/utils@5.59.5(eslint@8.40.0)(typescript@5.0.4):
resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} resolution: {integrity: sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -3486,9 +3288,9 @@ packages:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0)
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@types/semver': 7.3.13 '@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/types': 5.59.2 '@typescript-eslint/types': 5.59.5
'@typescript-eslint/typescript-estree': 5.59.2(supports-color@9.3.1)(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.5(supports-color@9.3.1)(typescript@5.0.4)
eslint: 8.40.0 eslint: 8.40.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
semver: 7.5.0 semver: 7.5.0
@ -3497,11 +3299,11 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys@5.59.2: /@typescript-eslint/visitor-keys@5.59.5:
resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.59.2 '@typescript-eslint/types': 5.59.5
eslint-visitor-keys: 3.4.1 eslint-visitor-keys: 3.4.1
dev: true dev: true
@ -3719,7 +3521,7 @@ packages:
chokidar: 3.5.3 chokidar: 3.5.3
fast-glob: 3.2.12 fast-glob: 3.2.12
magic-string: 0.30.0 magic-string: 0.30.0
vite: 4.3.5(@types/node@18.16.5) vite: 4.3.5(@types/node@20.1.1)
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
dev: true dev: true
@ -3745,11 +3547,11 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@vite-pwa/sveltekit@0.1.3(@sveltejs/kit@1.16.2)(vite-plugin-pwa@0.14.7): /@vite-pwa/sveltekit@0.2.1(@sveltejs/kit@1.16.2)(vite-plugin-pwa@0.14.7):
resolution: {integrity: sha512-wOo8riFow/eT+5UWyOcfO3ol72+2bT2fHDwd+sryqqriCWbRxOSUBKivVLlqzyna0QA0sNkM1jDGjJShpwq7aQ==} resolution: {integrity: sha512-B13xF2slkrnRZhAwSgje4EvsX3+pdmxDYXIJ/iiRotYa9o+ThwfhtMrpvmapqHBazzIlvOu9HY7TV8W2qxh+AA==}
engines: {node: '>=16.14'} engines: {node: '>=16.14'}
peerDependencies: peerDependencies:
'@sveltejs/kit': ^1.0.0 '@sveltejs/kit': ^1.3.1
vite-plugin-pwa: ^0.14.0 vite-plugin-pwa: ^0.14.0
dependencies: dependencies:
'@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5) '@sveltejs/kit': 1.16.2(svelte@3.59.1)(vite@4.3.5)
@ -5527,7 +5329,7 @@ packages:
resolution: {integrity: sha512-1Y4Q96u93+LG3RBseA97ouX7LPYaB/QJNHwROTQiMTEZMff+p5VkquOI+RpRzDZCqo6IgyknMJELlrxNb9CQ1Q==} resolution: {integrity: sha512-1Y4Q96u93+LG3RBseA97ouX7LPYaB/QJNHwROTQiMTEZMff+p5VkquOI+RpRzDZCqo6IgyknMJELlrxNb9CQ1Q==}
engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.59.2(supports-color@9.3.1)(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.5(supports-color@9.3.1)(typescript@5.0.4)
ast-module-types: 4.0.0 ast-module-types: 4.0.0
node-source-walk: 5.0.2 node-source-walk: 5.0.2
typescript: 5.0.4 typescript: 5.0.4
@ -5539,7 +5341,7 @@ packages:
resolution: {integrity: sha512-pVCuFWdEAyHI16zO3NBWSAULV8pevSkX3gwK8w3y9RrBGUrig6wDvwv6vUpnu+HfOr0MDmjMkmJGNWaTb6+HkA==} resolution: {integrity: sha512-pVCuFWdEAyHI16zO3NBWSAULV8pevSkX3gwK8w3y9RrBGUrig6wDvwv6vUpnu+HfOr0MDmjMkmJGNWaTb6+HkA==}
engines: {node: ^14.14.0 || >=16.0.0} engines: {node: ^14.14.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.59.2(supports-color@9.3.1)(typescript@5.0.4) '@typescript-eslint/typescript-estree': 5.59.5(supports-color@9.3.1)(typescript@5.0.4)
ast-module-types: 5.0.0 ast-module-types: 5.0.0
node-source-walk: 6.0.1 node-source-walk: 6.0.1
typescript: 5.0.4 typescript: 5.0.4
@ -5797,36 +5599,6 @@ packages:
resolution: {integrity: sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg==} resolution: {integrity: sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg==}
dev: true dev: true
/esbuild@0.16.17:
resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
'@esbuild/android-arm': 0.16.17
'@esbuild/android-arm64': 0.16.17
'@esbuild/android-x64': 0.16.17
'@esbuild/darwin-arm64': 0.16.17
'@esbuild/darwin-x64': 0.16.17
'@esbuild/freebsd-arm64': 0.16.17
'@esbuild/freebsd-x64': 0.16.17
'@esbuild/linux-arm': 0.16.17
'@esbuild/linux-arm64': 0.16.17
'@esbuild/linux-ia32': 0.16.17
'@esbuild/linux-loong64': 0.16.17
'@esbuild/linux-mips64el': 0.16.17
'@esbuild/linux-ppc64': 0.16.17
'@esbuild/linux-riscv64': 0.16.17
'@esbuild/linux-s390x': 0.16.17
'@esbuild/linux-x64': 0.16.17
'@esbuild/netbsd-x64': 0.16.17
'@esbuild/openbsd-x64': 0.16.17
'@esbuild/sunos-x64': 0.16.17
'@esbuild/win32-arm64': 0.16.17
'@esbuild/win32-ia32': 0.16.17
'@esbuild/win32-x64': 0.16.17
dev: true
/esbuild@0.17.18: /esbuild@0.17.18:
resolution: {integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==} resolution: {integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -7980,7 +7752,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 7.2.0 supports-color: 7.2.0
dev: true dev: true
@ -9226,7 +8998,7 @@ packages:
resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==}
dev: true dev: true
/netlify-cli@15.0.2(@types/node@18.16.5)(typescript@5.0.4): /netlify-cli@15.0.2(@types/node@20.1.1)(typescript@5.0.4):
resolution: {integrity: sha512-QCxY1uGEAhhm5ZJhMf0w1jrNjaUzk0w72dmzfX1STxMPCicSUXkQHHZxuV1jrSlJIZm+WDzkq5C/omrbp/SMig==} resolution: {integrity: sha512-QCxY1uGEAhhm5ZJhMf0w1jrNjaUzk0w72dmzfX1STxMPCicSUXkQHHZxuV1jrSlJIZm+WDzkq5C/omrbp/SMig==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -9234,7 +9006,7 @@ packages:
dependencies: dependencies:
'@bugsnag/js': 7.20.2 '@bugsnag/js': 7.20.2
'@fastify/static': 6.10.1 '@fastify/static': 6.10.1
'@netlify/build': 29.11.1(@types/node@18.16.5) '@netlify/build': 29.11.1(@types/node@20.1.1)
'@netlify/build-info': 7.0.1 '@netlify/build-info': 7.0.1
'@netlify/config': 20.4.1 '@netlify/config': 20.4.1
'@netlify/edge-bundler': 8.14.1 '@netlify/edge-bundler': 8.14.1
@ -12213,7 +11985,7 @@ packages:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
dev: true dev: true
/ts-node@10.9.1(@types/node@18.16.5)(typescript@5.0.4): /ts-node@10.9.1(@types/node@20.1.1)(typescript@5.0.4):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -12232,7 +12004,7 @@ packages:
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3 '@tsconfig/node16': 1.0.3
'@types/node': 18.16.5 '@types/node': 20.1.1
acorn: 8.8.2 acorn: 8.8.2
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
@ -12395,7 +12167,7 @@ packages:
dev: true dev: true
/undici@5.22.0: /undici@5.22.0:
resolution: {integrity: sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==} resolution: {integrity: sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==, tarball: https://registry.npmmirror.com/undici/-/undici-5.22.0.tgz}
engines: {node: '>=12.18'} engines: {node: '>=12.18'}
deprecated: '[WARNING] Use 5.21.2 instead of 5.22.0, reason: https://github.com/nodejs/undici/pull/2091' deprecated: '[WARNING] Use 5.21.2 instead of 5.22.0, reason: https://github.com/nodejs/undici/pull/2091'
dependencies: dependencies:
@ -12743,14 +12515,14 @@ packages:
fast-glob: 3.2.12 fast-glob: 3.2.12
pretty-bytes: 6.1.0 pretty-bytes: 6.1.0
rollup: 3.21.5 rollup: 3.21.5
vite: 4.3.5(@types/node@18.16.5) vite: 4.3.5(@types/node@20.1.1)
workbox-build: 6.5.4 workbox-build: 6.5.4
workbox-window: 6.5.4 workbox-window: 6.5.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/vite@4.3.5(@types/node@18.16.5): /vite@4.3.5(@types/node@20.1.1):
resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==} resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -12775,7 +12547,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.16.5 '@types/node': 20.1.1
esbuild: 0.17.18 esbuild: 0.17.18
postcss: 8.4.23 postcss: 8.4.23
rollup: 3.21.5 rollup: 3.21.5
@ -12791,7 +12563,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 4.3.5(@types/node@18.16.5) vite: 4.3.5(@types/node@20.1.1)
dev: true dev: true
/vscode-oniguruma@1.7.0: /vscode-oniguruma@1.7.0:

View file

@ -74,6 +74,36 @@
</script> </script>
<div class="flex flex-col gap-8"> <div class="flex flex-col gap-8">
{#if config?.form === true}
<form id="webmention-form" method="post" action="https://webmention.io/{config.username}/webmention">
<input type="hidden" name="target" value={site.protocol + site.domain + post.path} />
<div class="label gap-4">
<span class="label-text">send webmentions here:</span>
{#if config?.commentParade === true}
<span class="label-text-alt text-right">
or <a
class="hover:!text-primary"
href="https://quill.p3k.io/?dontask=1&me=https://commentpara.de/&reply={encodeURI(
site.protocol + site.domain + post.path
)}">
comment anonymously
</a>
</span>
{/if}
</div>
<div class="flex gap-2">
<div class="flex-1">
<input
class="input input-bordered focus:input-primary w-full"
type="text"
id="reply-url"
name="source"
placeholder="https://example.com/my-post" />
</div>
<button class="btn btn-primary flex-none mt-auto" type="submit" id="webmention-submit">Send</button>
</div>
</form>
{/if}
<div class="flex"> <div class="flex">
<p class="flex-1 m-auto italic opacity-50"> <p class="flex-1 m-auto italic opacity-50">
<!-- {`Sort by=${config?.sortBy ?? 'Created'}&sort-dir=${sortDirUp ? 'up' : 'down'}`} --> <!-- {`Sort by=${config?.sortBy ?? 'Created'}&sort-dir=${sortDirUp ? 'up' : 'down'}`} -->
@ -172,34 +202,4 @@
{:else} {:else}
<button id="webmention-loading" class="btn btn-lg btn-block flex btn-ghost loading" /> <button id="webmention-loading" class="btn btn-lg btn-block flex btn-ghost loading" />
{/if} {/if}
{#if config?.form === true}
<form id="webmention-form" method="post" action="https://webmention.io/{config.username}/webmention">
<input type="hidden" name="target" value={site.protocol + site.domain + post.path} />
<div class="label gap-4">
<span class="label-text">send webmentions here:</span>
{#if config?.commentParade === true}
<span class="label-text-alt text-right">
or <a
class="hover:!text-primary"
href="https://quill.p3k.io/?dontask=1&me=https://commentpara.de/&reply={encodeURI(
site.protocol + site.domain + post.path
)}">
comment anonymously
</a>
</span>
{/if}
</div>
<div class="flex gap-2">
<div class="flex-1">
<input
class="input input-bordered focus:input-primary w-full"
type="text"
id="reply-url"
name="source"
placeholder="https://example.com/my-post" />
</div>
<button class="btn btn-primary flex-none mt-auto" type="submit" id="webmention-submit">Send</button>
</div>
</form>
{/if}
</div> </div>

View file

@ -20,7 +20,7 @@
}) })
</script> </script>
<div class="card bg-base-100 !bg-base-200 my-4 "> <div class="card bg-base-100 !bg-base-200 my-4">
<div class="p-6"> <div class="p-6">
{#key info} {#key info}
{#if info} {#if info}

View file

@ -19,7 +19,7 @@
<div class="card-body p-4"> <div class="card-body p-4">
<div class="flex flex-col md:flex-row items-start gap-4"> <div class="flex flex-col md:flex-row items-start gap-4">
<div class="mb-auto aspect-video w-full max-w-full shrink-0 md:max-w-xs"> <div class="mb-auto aspect-video w-full max-w-full shrink-0 md:max-w-xs">
<img class="rounded-md " src={project.img} alt={project.description} /> <img class="rounded-md" src={project.img} alt={project.description} />
</div> </div>
<div class="card-title flex-1 flex-col items-start gap-4"> <div class="card-title flex-1 flex-col items-start gap-4">
<div> <div>

View file

@ -4,7 +4,7 @@
</script> </script>
<div class="sticky flex flex-col gap-4 top-24 xl:ml-auto xl:mr-8 xl:max-w-xs"> <div class="sticky flex flex-col gap-4 top-24 xl:ml-auto xl:mr-8 xl:max-w-xs">
<div class="h-card flex flex-col gap-4 card card-body p-4 items-right xl:border-2 xl:py-8 border-base-content/10 "> <div class="h-card flex flex-col gap-4 card card-body p-4 items-right xl:border-2 xl:py-8 border-base-content/10">
<a href={site.protocol + site.domain} class="hidden u-url u-uid">{site.author.name}</a> <a href={site.protocol + site.domain} class="hidden u-url u-uid">{site.author.name}</a>
<figure class="relative mx-auto group"> <figure class="relative mx-auto group">
{#if site.author.avatar} {#if site.author.avatar}
@ -22,7 +22,7 @@
<div class="text-center flex flex-col gap-2"> <div class="text-center flex flex-col gap-2">
<h2 class="text-2xl font-bold mt-0 mb-2 p-name">{site.author.name}</h2> <h2 class="text-2xl font-bold mt-0 mb-2 p-name">{site.author.name}</h2>
<p class="opacity-75 p-note">{@html site.author.bio}</p> <p class="opacity-75 p-note">{@html site.author.bio}</p>
<label for="remote-follow" class="btn btn-active btn-outline btn-xs modal-button w-fit mx-auto normal-case mt-4 gap-2 "> <label for="remote-follow" class="btn btn-active btn-outline btn-xs modal-button w-fit mx-auto normal-case mt-4 gap-2">
<span class="i-material-symbols-group-add-rounded" /> <span class="i-material-symbols-group-add-rounded" />
Remote Follow Remote Follow
</label> </label>

View file

@ -3,7 +3,7 @@
const actions = import.meta.glob<any>('/src/lib/components/actions/*.svelte', { eager: true, import: 'default' }) const actions = import.meta.glob<any>('/src/lib/components/actions/*.svelte', { eager: true, import: 'default' })
</script> </script>
<div class="sticky top-24 hidden xl:flex flex-col gap-4 w-fit max-h-[calc(100vh-12rem)] ml-auto mr-6 my-8 justify-center "> <div class="sticky top-24 hidden xl:flex flex-col gap-4 w-fit max-h-[calc(100vh-12rem)] ml-auto mr-6 my-8 justify-center">
{#if Object.keys(actions).length} {#if Object.keys(actions).length}
{#each Object.values(actions) as action} {#each Object.values(actions) as action}
<svelte:component this={action} {post} /> <svelte:component this={action} {post} />

View file

@ -14,7 +14,7 @@
{#if config?.use.length > 0} {#if config?.use.length > 0}
<div id="post-comment" class="card card-body"> <div id="post-comment" class="card card-body">
{#if config.use.length > 1} {#if config.use.length > 1}
<div class="tabs w-full mb-8" class:tabs-boxed={config?.['style'] === 'boxed'}> <div class="tabs w-full" class:tabs-boxed={config?.['style'] === 'boxed'}>
{#each config.use as name} {#each config.use as name}
<!-- svelte-ignore a11y-click-events-have-key-events --> <!-- svelte-ignore a11y-click-events-have-key-events -->
<span <span

View file

@ -26,30 +26,36 @@ flags:
我是 Seviche意为「酸橘汁腌鱼」这是朋友给我起的名字你也可以叫我「鱼」。大学的时候在学工业设计然后现在在学前端对 UX/交互设计也有一些了解。 我是 Seviche意为「酸橘汁腌鱼」这是朋友给我起的名字你也可以叫我「鱼」。大学的时候在学工业设计然后现在在学前端对 UX/交互设计也有一些了解。
这里是我的部落格,随便看看喔。 这里是我的部落格,随便看看喔。
## 接触过的技术 ## 接触过的技术
### 姑且熟悉 ### 姑且熟悉
`JavaScript` | `TypeScript` | `React`| `Redux` | `Vue.js` | `Nuxt.js`| `TailwindCSS` | `SASS`
`JavaScript` `TypeScript` `React` `Redux` `Vue.js` `Nuxt.js` `TailwindCSS` `SASS`
### 简单用过 ### 简单用过
`Shell Script` |`Svelte` | `Deno JS` | `NodeJS` | `Express.js` | `Mongoose` `MongoDB` | `Prisma`
`Shell Script` `Svelte` `Deno JS` `NodeJS` `Express.js` `Mongoose` `MongoDB` `Prisma`
### 了解 ### 了解
`MySQL` | `Styled Components`
`MySQL` `Styled Components`
## 最近 ## 最近
### 在做 ### 在做
[ ] 找工作 (广州的前端岗位求推荐 😭)
[ ] [Airbnb clone](https://github.com/Sevichecc/Airbnb-Clone) - [ ] 找工作 (广州的前端岗位求推荐 😭)
[ ] [Seigwai](https://codeberg.org/Sevichecc/Seigwai) - [ ] [Airbnb clone](https://github.com/Sevichecc/Airbnb-Clone)
- [ ] [Seigwai](https://codeberg.org/Sevichecc/Seigwai)
### 完成 ### 完成
[x] [Full Stack Open](https://fullstackopen.com/) (Part 1 Part7) (2023.1-2023.4)
[X] [Raycast Extension for Miniflux](https://www.raycast.com/SevicheCC/miniflux) (2023.4) - [x] [Full Stack Open](https://fullstackopen.com/) (Part 1 Part7) (2023.1-2023.4)
[X] [Raycast Extension for Akkoma](https://www.raycast.com/SevicheCC/akkoma) (2023.4) - [x] [Raycast Extension for Miniflux](https://www.raycast.com/SevicheCC/miniflux) (2023.4)
[X] Pleroma 和 Forgejo 的备份脚本 - [x] [Raycast Extension for Akkoma](https://www.raycast.com/SevicheCC/akkoma) (2023.4)
- Pleroma [pleroma-backup-script](https://github.com/Sevichecc/pleroma-backup-script) - [x] Pleroma 和 Forgejo 的备份脚本
- Pleroma: [pleroma-backup-script](https://github.com/Sevichecc/pleroma-backup-script)
- Forgejo: [forgejo-backup-script](https://codeberg.org/Sevichecc/forgejo-backup-script) - Forgejo: [forgejo-backup-script](https://codeberg.org/Sevichecc/forgejo-backup-script)
### 联系我 ### 联系我
@ -62,12 +68,12 @@ hi[[@]]seviche.cc
### 写码进度 ### 写码进度
<a href="https://wakatime.com/@75cfdcbc-7bca-41ef-90d1-b47d27818b7d"><img src="https://wakatime.com/badge/user/75cfdcbc-7bca-41ef-90d1-b47d27818b7d.svg?style=social" alt="Total time coded since Apr 12 2022" /></a> <a href="https://wakatime.com/@75cfdcbc-7bca-41ef-90d1-b47d27818b7d"><img src="https://wakatime.com/badge/user/75cfdcbc-7bca-41ef-90d1-b47d27818b7d.svg?style=social" alt="Total time coded since Apr 12 2022" /></a>
<a href='https://www.codewars.com/users/sevichecc'><img src='https://www.codewars.com/users/sevichecc/badges/micro?theme=light' alt='codewar badge'/></a> <a href='https://www.codewars.com/users/sevichecc'><img src='https://www.codewars.com/users/sevichecc/badges/micro?theme=light' alt='codewar badge'/></a>
### 博客日志 ### 博客日志
- 2023-04-29 Out of Memory - 2023-04-29 Out of Memory
- 2022-05-06 从 Zola 搬到 Urara - 2022-05-06 从 Zola 搬到 Urara
- 之前:静态博客尝试过 Hugo / Zola / Hexo / Nextra ,动态博客尝试过 Ghost / WordPress / QQ 空间(?,部署平台 Vercel 和 Netlify 都试过,目前还没有试过的是 CloudFare Page。 - 之前:静态博客尝试过 Hugo / Zola / Hexo / Nextra ,动态博客尝试过 Ghost / WordPress / QQ 空间(?,部署平台 Vercel 和 Netlify 都试过,目前还没有试过的是 CloudFare Page。