chore: bump astro 4.1

This commit is contained in:
Maciej Jur 2024-01-04 20:53:35 +01:00
parent 149f884231
commit 2e433170ff
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
2 changed files with 88 additions and 74 deletions

View file

@ -13,16 +13,16 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "^2.0.3", "@astrojs/mdx": "^2.0.3",
"@astrojs/svelte": "^5.0.3", "@astrojs/svelte": "^5.0.3",
"@citation-js/plugin-bibtex": "^0.7.2", "@citation-js/plugin-bibtex": "^0.7.5",
"@js-temporal/polyfill": "^0.4.4", "@js-temporal/polyfill": "^0.4.4",
"astro": "^4.0.8", "astro": "^4.1.0",
"astro-pagefind": "^1.3.0", "astro-pagefind": "^1.3.0",
"chart.js": "^4.4.1", "chart.js": "^4.4.1",
"citation-js": "^0.7.4", "citation-js": "^0.7.4",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3", "leaflet.markercluster": "^1.5.3",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"purify-ts": "^2.0.1", "purify-ts": "^2.0.3",
"rehype-katex": "^7.0.0", "rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0", "rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0", "rehype-stringify": "^10.0.0",
@ -33,7 +33,7 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0", "remark-rehype": "^11.0.0",
"reveal.js": "^5.0.4", "reveal.js": "^5.0.4",
"svelte": "5.0.0-next.27", "svelte": "5.0.0-next.28",
"unified": "^11.0.4", "unified": "^11.0.4",
"unist-util-visit": "^5.0.0" "unist-util-visit": "^5.0.0"
}, },
@ -43,7 +43,7 @@
"@types/reveal.js": "^4.4.8", "@types/reveal.js": "^4.4.8",
"@types/unist": "^3.0.2", "@types/unist": "^3.0.2",
"pagefind": "^1.0.4", "pagefind": "^1.0.4",
"sass": "^1.69.6", "sass": "^1.69.7",
"sharp": "^0.33.1" "sharp": "^0.33.1"
} }
} }

View file

@ -7,22 +7,22 @@ settings:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^2.0.3 specifier: ^2.0.3
version: 2.0.3(astro@4.0.8) version: 2.0.3(astro@4.1.0)
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^5.0.3 specifier: ^5.0.3
version: 5.0.3(astro@4.0.8)(svelte@5.0.0-next.27)(typescript@5.3.3)(vite@5.0.10) version: 5.0.3(astro@4.1.0)(svelte@5.0.0-next.28)(typescript@5.3.3)(vite@5.0.10)
'@citation-js/plugin-bibtex': '@citation-js/plugin-bibtex':
specifier: ^0.7.2 specifier: ^0.7.5
version: 0.7.2(@citation-js/core@0.7.1) version: 0.7.5(@citation-js/core@0.7.1)
'@js-temporal/polyfill': '@js-temporal/polyfill':
specifier: ^0.4.4 specifier: ^0.4.4
version: 0.4.4 version: 0.4.4
astro: astro:
specifier: ^4.0.8 specifier: ^4.1.0
version: 4.0.8(sass@1.69.6)(typescript@5.3.3) version: 4.1.0(sass@1.69.7)(typescript@5.3.3)
astro-pagefind: astro-pagefind:
specifier: ^1.3.0 specifier: ^1.3.0
version: 1.3.0(astro@4.0.8) version: 1.3.0(astro@4.1.0)
chart.js: chart.js:
specifier: ^4.4.1 specifier: ^4.4.1
version: 4.4.1 version: 4.4.1
@ -39,8 +39,8 @@ dependencies:
specifier: ^4.0.0 specifier: ^4.0.0
version: 4.0.0 version: 4.0.0
purify-ts: purify-ts:
specifier: ^2.0.1 specifier: ^2.0.3
version: 2.0.1 version: 2.0.3
rehype-katex: rehype-katex:
specifier: ^7.0.0 specifier: ^7.0.0
version: 7.0.0 version: 7.0.0
@ -72,8 +72,8 @@ dependencies:
specifier: ^5.0.4 specifier: ^5.0.4
version: 5.0.4 version: 5.0.4
svelte: svelte:
specifier: 5.0.0-next.27 specifier: 5.0.0-next.28
version: 5.0.0-next.27 version: 5.0.0-next.28
unified: unified:
specifier: ^11.0.4 specifier: ^11.0.4
version: 11.0.4 version: 11.0.4
@ -98,8 +98,8 @@ devDependencies:
specifier: ^1.0.4 specifier: ^1.0.4
version: 1.0.4 version: 1.0.4
sass: sass:
specifier: ^1.69.6 specifier: ^1.69.7
version: 1.69.6 version: 1.69.7
sharp: sharp:
specifier: ^0.33.1 specifier: ^0.33.1
version: 0.33.1 version: 0.33.1
@ -114,8 +114,8 @@ packages:
'@jridgewell/trace-mapping': 0.3.20 '@jridgewell/trace-mapping': 0.3.20
dev: false dev: false
/@astrojs/compiler@2.3.4: /@astrojs/compiler@2.4.0:
resolution: {integrity: sha512-33/YtWoBCE0cBUNy1kh78FCDXBoBANX87ShgATlAHECYbG2+buNTAgq4Xgz4t5NgnEHPN21GIBC2Mvvwisoutw==} resolution: {integrity: sha512-LUN/iG8KcStfChHwTvCg/t91IQFQxguF3CkDLW3tdY2vBKZmOJy9MgtRl20ZGgPtgrykGCtnr4AellEm0bPuFg==}
dev: false dev: false
/@astrojs/internal-helpers@0.2.1: /@astrojs/internal-helpers@0.2.1:
@ -143,7 +143,7 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@astrojs/mdx@2.0.3(astro@4.0.8): /@astrojs/mdx@2.0.3(astro@4.1.0):
resolution: {integrity: sha512-wFjQX5CihU5B4UAQNwc2R48ph0flpc6/yvDCFANE0agtgI2+BaVcAjuW0EhGOQCZ65dQDqnFKE0lvGs7EADYpg==} resolution: {integrity: sha512-wFjQX5CihU5B4UAQNwc2R48ph0flpc6/yvDCFANE0agtgI2+BaVcAjuW0EhGOQCZ65dQDqnFKE0lvGs7EADYpg==}
engines: {node: '>=18.14.1'} engines: {node: '>=18.14.1'}
peerDependencies: peerDependencies:
@ -152,7 +152,7 @@ packages:
'@astrojs/markdown-remark': 4.0.1 '@astrojs/markdown-remark': 4.0.1
'@mdx-js/mdx': 3.0.0 '@mdx-js/mdx': 3.0.0
acorn: 8.11.3 acorn: 8.11.3
astro: 4.0.8(sass@1.69.6)(typescript@5.3.3) astro: 4.1.0(sass@1.69.7)(typescript@5.3.3)
es-module-lexer: 1.4.1 es-module-lexer: 1.4.1
estree-util-visit: 2.0.0 estree-util-visit: 2.0.0
github-slugger: 2.0.0 github-slugger: 2.0.0
@ -176,17 +176,17 @@ packages:
prismjs: 1.29.0 prismjs: 1.29.0
dev: false dev: false
/@astrojs/svelte@5.0.3(astro@4.0.8)(svelte@5.0.0-next.27)(typescript@5.3.3)(vite@5.0.10): /@astrojs/svelte@5.0.3(astro@4.1.0)(svelte@5.0.0-next.28)(typescript@5.3.3)(vite@5.0.10):
resolution: {integrity: sha512-6TUBRUxmsEczKPBT6oDUAfvzuFCmITuhZfKPT5ZtOOyj9XOVnEnj/Iobd3ajKUbpWNYX7qZVAd1KMkmJc1Nhsg==} resolution: {integrity: sha512-6TUBRUxmsEczKPBT6oDUAfvzuFCmITuhZfKPT5ZtOOyj9XOVnEnj/Iobd3ajKUbpWNYX7qZVAd1KMkmJc1Nhsg==}
engines: {node: '>=18.14.1'} engines: {node: '>=18.14.1'}
peerDependencies: peerDependencies:
astro: ^4.0.0 astro: ^4.0.0
svelte: ^4.0.0 || ^5.0.0-next.1 svelte: ^4.0.0 || ^5.0.0-next.1
dependencies: dependencies:
'@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.27)(vite@5.0.10) '@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.28)(vite@5.0.10)
astro: 4.0.8(sass@1.69.6)(typescript@5.3.3) astro: 4.1.0(sass@1.69.7)(typescript@5.3.3)
svelte: 5.0.0-next.27 svelte: 5.0.0-next.28
svelte2tsx: 0.6.27(svelte@5.0.0-next.27)(typescript@5.3.3) svelte2tsx: 0.6.27(svelte@5.0.0-next.28)(typescript@5.3.3)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
@ -442,7 +442,7 @@ packages:
dependencies: dependencies:
'@citation-js/core': 0.7.1 '@citation-js/core': 0.7.1
'@citation-js/plugin-bibjson': 0.7.2(@citation-js/core@0.7.1) '@citation-js/plugin-bibjson': 0.7.2(@citation-js/core@0.7.1)
'@citation-js/plugin-bibtex': 0.7.2(@citation-js/core@0.7.1) '@citation-js/plugin-bibtex': 0.7.5(@citation-js/core@0.7.1)
'@citation-js/plugin-csl': 0.7.2(@citation-js/core@0.7.1) '@citation-js/plugin-csl': 0.7.2(@citation-js/core@0.7.1)
'@citation-js/plugin-doi': 0.7.2(@citation-js/core@0.7.1) '@citation-js/plugin-doi': 0.7.2(@citation-js/core@0.7.1)
'@citation-js/plugin-ris': 0.7.4(@citation-js/core@0.7.1) '@citation-js/plugin-ris': 0.7.4(@citation-js/core@0.7.1)
@ -497,6 +497,18 @@ packages:
moo: 0.5.2 moo: 0.5.2
dev: false dev: false
/@citation-js/plugin-bibtex@0.7.5(@citation-js/core@0.7.1):
resolution: {integrity: sha512-oWI0DcHBdNPGZlkm0xYf3vs0T8j4b+gMlO7FhXc8C5kFgsBBvu8lM9479IPVxhpOI0xOdINlwwWk9ZZrvwVKsQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@citation-js/core': ^0.7.0
dependencies:
'@citation-js/core': 0.7.1
'@citation-js/date': 0.5.1
'@citation-js/name': 0.4.2
moo: 0.5.2
dev: false
/@citation-js/plugin-csl@0.7.2(@citation-js/core@0.7.1): /@citation-js/plugin-csl@0.7.2(@citation-js/core@0.7.1):
resolution: {integrity: sha512-ogNb/gdcZ/EXZq+We+/aw6RkiYxjF+h7myJypyR0PApGJq9GzwcfGHW9ded2JdQIxyz4fO46pCTR4nv6FPUvMA==} resolution: {integrity: sha512-ogNb/gdcZ/EXZq+We+/aw6RkiYxjF+h7myJypyR0PApGJq9GzwcfGHW9ded2JdQIxyz4fO46pCTR4nv6FPUvMA==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
@ -1169,7 +1181,7 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: false dev: false
/@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.27)(vite@5.0.10): /@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.28)(vite@5.0.10):
resolution: {integrity: sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==} resolution: {integrity: sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==}
engines: {node: ^18.0.0 || >=20} engines: {node: ^18.0.0 || >=20}
peerDependencies: peerDependencies:
@ -1177,29 +1189,29 @@ packages:
svelte: ^4.0.0 || ^5.0.0-next.0 svelte: ^4.0.0 || ^5.0.0-next.0
vite: ^5.0.0 vite: ^5.0.0
dependencies: dependencies:
'@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.27)(vite@5.0.10) '@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.28)(vite@5.0.10)
debug: 4.3.4 debug: 4.3.4
svelte: 5.0.0-next.27 svelte: 5.0.0-next.28
vite: 5.0.10(sass@1.69.6) vite: 5.0.10(sass@1.69.7)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/@sveltejs/vite-plugin-svelte@3.0.1(svelte@5.0.0-next.27)(vite@5.0.10): /@sveltejs/vite-plugin-svelte@3.0.1(svelte@5.0.0-next.28)(vite@5.0.10):
resolution: {integrity: sha512-CGURX6Ps+TkOovK6xV+Y2rn8JKa8ZPUHPZ/NKgCxAmgBrXReavzFl8aOSCj3kQ1xqT7yGJj53hjcV/gqwDAaWA==} resolution: {integrity: sha512-CGURX6Ps+TkOovK6xV+Y2rn8JKa8ZPUHPZ/NKgCxAmgBrXReavzFl8aOSCj3kQ1xqT7yGJj53hjcV/gqwDAaWA==}
engines: {node: ^18.0.0 || >=20} engines: {node: ^18.0.0 || >=20}
peerDependencies: peerDependencies:
svelte: ^4.0.0 || ^5.0.0-next.0 svelte: ^4.0.0 || ^5.0.0-next.0
vite: ^5.0.0 vite: ^5.0.0
dependencies: dependencies:
'@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.27)(vite@5.0.10) '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.28)(vite@5.0.10)
debug: 4.3.4 debug: 4.3.4
deepmerge: 4.3.1 deepmerge: 4.3.1
kleur: 4.1.5 kleur: 4.1.5
magic-string: 0.30.5 magic-string: 0.30.5
svelte: 5.0.0-next.27 svelte: 5.0.0-next.28
svelte-hmr: 0.15.3(svelte@5.0.0-next.27) svelte-hmr: 0.15.3(svelte@5.0.0-next.28)
vite: 5.0.10(sass@1.69.6) vite: 5.0.10(sass@1.69.7)
vitefu: 0.2.5(vite@5.0.10) vitefu: 0.2.5(vite@5.0.10)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -1266,8 +1278,8 @@ packages:
'@types/unist': 3.0.2 '@types/unist': 3.0.2
dev: false dev: false
/@types/json-schema@7.0.12: /@types/json-schema@7.0.15:
resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
dev: false dev: false
/@types/katex@0.16.7: /@types/katex@0.16.7:
@ -1329,8 +1341,8 @@ packages:
acorn: 8.11.3 acorn: 8.11.3
dev: false dev: false
/acorn-typescript@1.4.12(acorn@8.11.3): /acorn-typescript@1.4.13(acorn@8.11.3):
resolution: {integrity: sha512-G/oj3oiBmYlc+6SJZYMRz+SPgSgBWqEXPzhO55dYvT4x8SJM+HkxU5o5OPFstxsMMk1tXPYtYCyd7jUdHZy8Eg==} resolution: {integrity: sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==}
peerDependencies: peerDependencies:
acorn: '>=8.9.0' acorn: '>=8.9.0'
dependencies: dependencies:
@ -1403,23 +1415,23 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/astro-pagefind@1.3.0(astro@4.0.8): /astro-pagefind@1.3.0(astro@4.1.0):
resolution: {integrity: sha512-7VqoJnaW301KY+mjf1cGJTfKNI+zjdYxDXtBIE6aD77NKNPrOjxIXllt9Fo3wU84z1sNmaI+LwzK6S0Zm8t9RQ==} resolution: {integrity: sha512-7VqoJnaW301KY+mjf1cGJTfKNI+zjdYxDXtBIE6aD77NKNPrOjxIXllt9Fo3wU84z1sNmaI+LwzK6S0Zm8t9RQ==}
peerDependencies: peerDependencies:
astro: ^2.0.4 || ^3.0.0 astro: ^2.0.4 || ^3.0.0
dependencies: dependencies:
'@pagefind/default-ui': 1.0.4 '@pagefind/default-ui': 1.0.4
astro: 4.0.8(sass@1.69.6)(typescript@5.3.3) astro: 4.1.0(sass@1.69.7)(typescript@5.3.3)
pagefind: 1.0.4 pagefind: 1.0.4
sirv: 2.0.4 sirv: 2.0.4
dev: false dev: false
/astro@4.0.8(sass@1.69.6)(typescript@5.3.3): /astro@4.1.0(sass@1.69.7)(typescript@5.3.3):
resolution: {integrity: sha512-LwbYUfdrfys5mtI6cA5V8UvPRUVVTRQ68uF1ylrEge6BkPcHHJ7qCYLNdjnNPxZDR9bWi1awILJESB6j+w0P4w==} resolution: {integrity: sha512-xbLWqvMn2JFyv7FpzHiXFn17bRS0P/b4cdEPXMMZOpBI9V8ZC33o6Xs+c59/pYSZpYiNd1HTg778XT5MhcpyKw==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'} engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true hasBin: true
dependencies: dependencies:
'@astrojs/compiler': 2.3.4 '@astrojs/compiler': 2.4.0
'@astrojs/internal-helpers': 0.2.1 '@astrojs/internal-helpers': 0.2.1
'@astrojs/markdown-remark': 4.0.1 '@astrojs/markdown-remark': 4.0.1
'@astrojs/telemetry': 3.0.4 '@astrojs/telemetry': 3.0.4
@ -1431,6 +1443,8 @@ packages:
'@babel/types': 7.23.6 '@babel/types': 7.23.6
'@types/babel__core': 7.20.5 '@types/babel__core': 7.20.5
acorn: 8.11.3 acorn: 8.11.3
aria-query: 5.3.0
axobject-query: 4.0.0
boxen: 7.1.1 boxen: 7.1.1
chokidar: 3.5.3 chokidar: 3.5.3
ci-info: 4.0.0 ci-info: 4.0.0
@ -1472,10 +1486,10 @@ packages:
shikiji: 0.6.13 shikiji: 0.6.13
string-width: 7.0.0 string-width: 7.0.0
strip-ansi: 7.1.0 strip-ansi: 7.1.0
tsconfck: 3.0.0(typescript@5.3.3) tsconfck: 3.0.1(typescript@5.3.3)
unist-util-visit: 5.0.0 unist-util-visit: 5.0.0
vfile: 6.0.1 vfile: 6.0.1
vite: 5.0.10(sass@1.69.6) vite: 5.0.10(sass@1.69.7)
vitefu: 0.2.5(vite@5.0.10) vitefu: 0.2.5(vite@5.0.10)
which-pm: 2.1.1 which-pm: 2.1.1
yargs-parser: 21.1.1 yargs-parser: 21.1.1
@ -1549,8 +1563,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001572 caniuse-lite: 1.0.30001574
electron-to-chromium: 1.4.616 electron-to-chromium: 1.4.621
node-releases: 2.0.14 node-releases: 2.0.14
update-browserslist-db: 1.0.13(browserslist@4.22.2) update-browserslist-db: 1.0.13(browserslist@4.22.2)
dev: false dev: false
@ -1574,8 +1588,8 @@ packages:
engines: {node: '>=14.16'} engines: {node: '>=14.16'}
dev: false dev: false
/caniuse-lite@1.0.30001572: /caniuse-lite@1.0.30001574:
resolution: {integrity: sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw==} resolution: {integrity: sha512-BtYEK4r/iHt/txm81KBudCUcTy7t+s9emrIaHqjYurQ10x71zJ5VQ9x1dYPcz/b+pKSp4y/v1xSI67A+LzpNyg==}
dev: false dev: false
/ccount@2.0.1: /ccount@2.0.1:
@ -1859,8 +1873,8 @@ packages:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
dev: false dev: false
/electron-to-chromium@1.4.616: /electron-to-chromium@1.4.621:
resolution: {integrity: sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==} resolution: {integrity: sha512-MGJM6S0MuF/wTzM9NoItWXN56J1kolrHS/vzl/KlhXAbVkogTy0wzKYliQDJgNypxSCFjxdRhHYS3bffyYUGEw==}
dev: false dev: false
/emoji-regex@10.3.0: /emoji-regex@10.3.0:
@ -3529,8 +3543,8 @@ packages:
find-up: 4.1.0 find-up: 4.1.0
dev: false dev: false
/postcss@8.4.32: /postcss@8.4.33:
resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
dependencies: dependencies:
nanoid: 3.3.7 nanoid: 3.3.7
@ -3575,10 +3589,10 @@ packages:
resolution: {integrity: sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==} resolution: {integrity: sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==}
dev: false dev: false
/purify-ts@2.0.1: /purify-ts@2.0.3:
resolution: {integrity: sha512-g17AdcyNtXyUuLgMfQN8bS2xPiTrxxkebe5Ssy234NX8ZpE2Nbk6bIXO5MNapFVb77jcv7a4Xt9NfPtuCLGiBQ==} resolution: {integrity: sha512-RiPOlX4L+eggnbEdwGV34t7iRSPK5d37nKPZXSu8G5mTUhxbEjPpThRFuEV4GL/T6zEJQ+ZeiuNoBk61VJvszg==}
dependencies: dependencies:
'@types/json-schema': 7.0.12 '@types/json-schema': 7.0.15
dev: false dev: false
/queue-microtask@1.2.3: /queue-microtask@1.2.3:
@ -3835,8 +3849,8 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: false dev: false
/sass@1.69.6: /sass@1.69.7:
resolution: {integrity: sha512-qbRr3k9JGHWXCvZU77SD2OTwUlC+gNT+61JOLcmLm+XqH4h/5D+p4IIsxvpkB89S9AwJOyb5+rWNpIucaFxSFQ==} resolution: {integrity: sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
@ -4087,16 +4101,16 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dev: false dev: false
/svelte-hmr@0.15.3(svelte@5.0.0-next.27): /svelte-hmr@0.15.3(svelte@5.0.0-next.28):
resolution: {integrity: sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==} resolution: {integrity: sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==}
engines: {node: ^12.20 || ^14.13.1 || >= 16} engines: {node: ^12.20 || ^14.13.1 || >= 16}
peerDependencies: peerDependencies:
svelte: ^3.19.0 || ^4.0.0 svelte: ^3.19.0 || ^4.0.0
dependencies: dependencies:
svelte: 5.0.0-next.27 svelte: 5.0.0-next.28
dev: false dev: false
/svelte2tsx@0.6.27(svelte@5.0.0-next.27)(typescript@5.3.3): /svelte2tsx@0.6.27(svelte@5.0.0-next.28)(typescript@5.3.3):
resolution: {integrity: sha512-E1uPW1o6VsbRz+nUk3fznZ2lSmCITAJoNu8AYefWSvIwE2pSB01i5sId4RMbWNzfcwCQl1DcgGShCPcldl4rvg==} resolution: {integrity: sha512-E1uPW1o6VsbRz+nUk3fznZ2lSmCITAJoNu8AYefWSvIwE2pSB01i5sId4RMbWNzfcwCQl1DcgGShCPcldl4rvg==}
peerDependencies: peerDependencies:
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
@ -4104,18 +4118,18 @@ packages:
dependencies: dependencies:
dedent-js: 1.0.1 dedent-js: 1.0.1
pascal-case: 3.1.2 pascal-case: 3.1.2
svelte: 5.0.0-next.27 svelte: 5.0.0-next.28
typescript: 5.3.3 typescript: 5.3.3
dev: false dev: false
/svelte@5.0.0-next.27: /svelte@5.0.0-next.28:
resolution: {integrity: sha512-5I4JrmEWVPu4ALEskqU/xdz6PsJYnRaWiIN/s7BCvtuwHjy2mbclSfC+VzgCxEN0AEJxdsPXsxYkIfwXch3AyQ==} resolution: {integrity: sha512-a9Nqq8eczeJMrOlDL24LMI1MKXMZhDhH33tL8lkPilUJyTjk4W97zYC/hKlZOeAFKdSOBZPIeLFH+NHR2iNSRQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
dependencies: dependencies:
'@ampproject/remapping': 2.2.1 '@ampproject/remapping': 2.2.1
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
acorn: 8.11.3 acorn: 8.11.3
acorn-typescript: 1.4.12(acorn@8.11.3) acorn-typescript: 1.4.13(acorn@8.11.3)
aria-query: 5.3.0 aria-query: 5.3.0
axobject-query: 4.0.0 axobject-query: 4.0.0
esm-env: 1.0.0 esm-env: 1.0.0
@ -4164,8 +4178,8 @@ packages:
resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==}
dev: false dev: false
/tsconfck@3.0.0(typescript@5.3.3): /tsconfck@3.0.1(typescript@5.3.3):
resolution: {integrity: sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==} resolution: {integrity: sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==}
engines: {node: ^18 || >=20} engines: {node: ^18 || >=20}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -4370,7 +4384,7 @@ packages:
vfile-message: 4.0.2 vfile-message: 4.0.2
dev: false dev: false
/vite@5.0.10(sass@1.69.6): /vite@5.0.10(sass@1.69.7):
resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -4399,9 +4413,9 @@ packages:
optional: true optional: true
dependencies: dependencies:
esbuild: 0.19.11 esbuild: 0.19.11
postcss: 8.4.32 postcss: 8.4.33
rollup: 4.9.2 rollup: 4.9.2
sass: 1.69.6 sass: 1.69.7
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
dev: false dev: false
@ -4414,7 +4428,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 5.0.10(sass@1.69.6) vite: 5.0.10(sass@1.69.7)
dev: false dev: false
/web-namespaces@2.0.1: /web-namespaces@2.0.1: