This commit is contained in:
Maciej Jur 2023-06-11 12:42:29 +02:00
parent a80e6a471c
commit f7b101bf56
2 changed files with 175 additions and 175 deletions

View file

@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.19.7", "@astrojs/mdx": "^0.19.7",
"@astrojs/solid-js": "^2.2.0", "@astrojs/solid-js": "^2.2.0",
"astro": "^2.6.1", "astro": "^2.6.3",
"astro-pagefind": "^1.2.0", "astro-pagefind": "^1.2.0",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
@ -39,6 +39,6 @@
"@types/reveal.js": "^4.4.2", "@types/reveal.js": "^4.4.2",
"@types/unist": "^2.0.6", "@types/unist": "^2.0.6",
"pagefind": "^0.12.0", "pagefind": "^0.12.0",
"sass": "^1.62.1" "sass": "^1.63.3"
} }
} }

View file

@ -7,16 +7,16 @@ settings:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^0.19.7 specifier: ^0.19.7
version: 0.19.7(astro@2.6.1) version: 0.19.7(astro@2.6.3)
'@astrojs/solid-js': '@astrojs/solid-js':
specifier: ^2.2.0 specifier: ^2.2.0
version: 2.2.0(@babel/core@7.22.1)(solid-js@1.7.6) version: 2.2.0(@babel/core@7.22.5)(solid-js@1.7.6)
astro: astro:
specifier: ^2.6.1 specifier: ^2.6.3
version: 2.6.1(sass@1.62.1) version: 2.6.3(sass@1.63.3)
astro-pagefind: astro-pagefind:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0(astro@2.6.1) version: 1.2.0(astro@2.6.3)
chart.js: chart.js:
specifier: ^4.3.0 specifier: ^4.3.0
version: 4.3.0 version: 4.3.0
@ -89,8 +89,8 @@ devDependencies:
specifier: ^0.12.0 specifier: ^0.12.0
version: 0.12.0 version: 0.12.0
sass: sass:
specifier: ^1.62.1 specifier: ^1.63.3
version: 1.62.1 version: 1.63.3
packages: packages:
@ -102,8 +102,8 @@ packages:
'@jridgewell/trace-mapping': 0.3.18 '@jridgewell/trace-mapping': 0.3.18
dev: false dev: false
/@astrojs/compiler@1.5.0: /@astrojs/compiler@1.5.1:
resolution: {integrity: sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==} resolution: {integrity: sha512-iIGKu/uzB8sJ5VveQf0eHrVPPFEcrvSlp4qShYMOuY2aMmK2RVXQlX9dUjtmBQ+NAokfIOb7fwCutvH+p13l+g==}
dev: false dev: false
/@astrojs/internal-helpers@0.1.0: /@astrojs/internal-helpers@0.1.0:
@ -114,9 +114,9 @@ packages:
resolution: {integrity: sha512-gssRxLGb8XnvKpqSzrDW5jdzdFnXD7eBXVkPCkkt2hv7Qzb+SAzv6hVgMok3jDCxpR1aeB+XNd9Qszj2h29iog==} resolution: {integrity: sha512-gssRxLGb8XnvKpqSzrDW5jdzdFnXD7eBXVkPCkkt2hv7Qzb+SAzv6hVgMok3jDCxpR1aeB+XNd9Qszj2h29iog==}
hasBin: true hasBin: true
dependencies: dependencies:
'@astrojs/compiler': 1.5.0 '@astrojs/compiler': 1.5.1
'@jridgewell/trace-mapping': 0.3.18 '@jridgewell/trace-mapping': 0.3.18
'@vscode/emmet-helper': 2.8.8 '@vscode/emmet-helper': 2.8.9
events: 3.3.0 events: 3.3.0
prettier: 2.8.8 prettier: 2.8.8
prettier-plugin-astro: 0.9.1 prettier-plugin-astro: 0.9.1
@ -129,13 +129,13 @@ packages:
vscode-uri: 3.0.7 vscode-uri: 3.0.7
dev: false dev: false
/@astrojs/markdown-remark@2.2.1(astro@2.6.1): /@astrojs/markdown-remark@2.2.1(astro@2.6.3):
resolution: {integrity: sha512-VF0HRv4GpC1XEMLnsKf6jth7JSmlt9qpqP0josQgA2eSpCIAC/Et+y94mgdBIZVBYH/yFnMoIxgKVe93xfO2GA==} resolution: {integrity: sha512-VF0HRv4GpC1XEMLnsKf6jth7JSmlt9qpqP0josQgA2eSpCIAC/Et+y94mgdBIZVBYH/yFnMoIxgKVe93xfO2GA==}
peerDependencies: peerDependencies:
astro: ^2.5.0 astro: ^2.5.0
dependencies: dependencies:
'@astrojs/prism': 2.1.2 '@astrojs/prism': 2.1.2
astro: 2.6.1(sass@1.62.1) astro: 2.6.3(sass@1.63.3)
github-slugger: 1.5.0 github-slugger: 1.5.0
import-meta-resolve: 2.2.2 import-meta-resolve: 2.2.2
rehype-raw: 6.1.1 rehype-raw: 6.1.1
@ -152,15 +152,15 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@astrojs/mdx@0.19.7(astro@2.6.1): /@astrojs/mdx@0.19.7(astro@2.6.3):
resolution: {integrity: sha512-mfEbBD7oi8yBHhcJucEjnrquREkJ3os+jioURP8BR2B8tOV2rV2j8trvmLUgfS+P/+HevGObxCTjcRYxn6T7eg==} resolution: {integrity: sha512-mfEbBD7oi8yBHhcJucEjnrquREkJ3os+jioURP8BR2B8tOV2rV2j8trvmLUgfS+P/+HevGObxCTjcRYxn6T7eg==}
engines: {node: '>=16.12.0'} engines: {node: '>=16.12.0'}
dependencies: dependencies:
'@astrojs/markdown-remark': 2.2.1(astro@2.6.1) '@astrojs/markdown-remark': 2.2.1(astro@2.6.3)
'@astrojs/prism': 2.1.2 '@astrojs/prism': 2.1.2
'@mdx-js/mdx': 2.3.0 '@mdx-js/mdx': 2.3.0
acorn: 8.8.2 acorn: 8.8.2
es-module-lexer: 1.2.1 es-module-lexer: 1.3.0
estree-util-visit: 1.2.1 estree-util-visit: 1.2.1
github-slugger: 1.5.0 github-slugger: 1.5.0
gray-matter: 4.0.3 gray-matter: 4.0.3
@ -179,13 +179,13 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@astrojs/node@5.2.0(astro@2.6.1): /@astrojs/node@5.2.0(astro@2.6.3):
resolution: {integrity: sha512-WWrQuxvdrD2Jd9np8vpS8/zCNEm0JnGv+oaojXzbfW36R8/09L827t/acYxLuguLufiV3U16QAqEwpS8VFS9TA==} resolution: {integrity: sha512-WWrQuxvdrD2Jd9np8vpS8/zCNEm0JnGv+oaojXzbfW36R8/09L827t/acYxLuguLufiV3U16QAqEwpS8VFS9TA==}
peerDependencies: peerDependencies:
astro: ^2.6.0 astro: ^2.6.0
dependencies: dependencies:
'@astrojs/webapi': 2.2.0 '@astrojs/webapi': 2.2.0
astro: 2.6.1(sass@1.62.1) astro: 2.6.3(sass@1.63.3)
send: 0.18.0 send: 0.18.0
server-destroy: 1.0.1 server-destroy: 1.0.1
transitivePeerDependencies: transitivePeerDependencies:
@ -199,13 +199,13 @@ packages:
prismjs: 1.29.0 prismjs: 1.29.0
dev: false dev: false
/@astrojs/solid-js@2.2.0(@babel/core@7.22.1)(solid-js@1.7.6): /@astrojs/solid-js@2.2.0(@babel/core@7.22.5)(solid-js@1.7.6):
resolution: {integrity: sha512-yZcpwGnPnFsF74+9ppXBy/h3rAbrhNuRCz/pTck2KWufwsmn5SwUWTBWLGgSqK3dhaw56Mp2MMJQuLY3Nc5VMw==} resolution: {integrity: sha512-yZcpwGnPnFsF74+9ppXBy/h3rAbrhNuRCz/pTck2KWufwsmn5SwUWTBWLGgSqK3dhaw56Mp2MMJQuLY3Nc5VMw==}
engines: {node: '>=16.12.0'} engines: {node: '>=16.12.0'}
peerDependencies: peerDependencies:
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
babel-preset-solid: 1.7.4(@babel/core@7.22.1) babel-preset-solid: 1.7.4(@babel/core@7.22.5)
solid-js: 1.7.6 solid-js: 1.7.6
vitefu: 0.2.4(vite@4.3.9) vitefu: 0.2.4(vite@4.3.9)
transitivePeerDependencies: transitivePeerDependencies:
@ -235,32 +235,32 @@ packages:
undici: 5.22.1 undici: 5.22.1
dev: false dev: false
/@babel/code-frame@7.21.4: /@babel/code-frame@7.22.5:
resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/highlight': 7.18.6 '@babel/highlight': 7.22.5
dev: false dev: false
/@babel/compat-data@7.22.3: /@babel/compat-data@7.22.5:
resolution: {integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==} resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/core@7.22.1: /@babel/core@7.22.5:
resolution: {integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==} resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@ampproject/remapping': 2.2.1 '@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.21.4 '@babel/code-frame': 7.22.5
'@babel/generator': 7.22.3 '@babel/generator': 7.22.5
'@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5)
'@babel/helper-module-transforms': 7.22.1 '@babel/helper-module-transforms': 7.22.5
'@babel/helpers': 7.22.3 '@babel/helpers': 7.22.5
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/template': 7.21.9 '@babel/template': 7.22.5
'@babel/traverse': 7.22.4 '@babel/traverse': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
convert-source-map: 1.9.0 convert-source-map: 1.9.0
debug: 4.3.4 debug: 4.3.4
gensync: 1.0.0-beta.2 gensync: 1.0.0-beta.2
@ -270,206 +270,206 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@babel/generator@7.22.3: /@babel/generator@7.22.5:
resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==} resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
'@jridgewell/gen-mapping': 0.3.3 '@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.18 '@jridgewell/trace-mapping': 0.3.18
jsesc: 2.5.2 jsesc: 2.5.2
dev: false dev: false
/@babel/helper-annotate-as-pure@7.18.6: /@babel/helper-annotate-as-pure@7.22.5:
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1): /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==} resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0 '@babel/core': ^7.0.0
dependencies: dependencies:
'@babel/compat-data': 7.22.3 '@babel/compat-data': 7.22.5
'@babel/core': 7.22.1 '@babel/core': 7.22.5
'@babel/helper-validator-option': 7.21.0 '@babel/helper-validator-option': 7.22.5
browserslist: 4.21.7 browserslist: 4.21.7
lru-cache: 5.1.1 lru-cache: 5.1.1
semver: 6.3.0 semver: 6.3.0
dev: false dev: false
/@babel/helper-environment-visitor@7.22.1: /@babel/helper-environment-visitor@7.22.5:
resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==} resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/helper-function-name@7.21.0: /@babel/helper-function-name@7.22.5:
resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/template': 7.21.9 '@babel/template': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-hoist-variables@7.18.6: /@babel/helper-hoist-variables@7.22.5:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-module-imports@7.18.6: /@babel/helper-module-imports@7.18.6:
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-module-imports@7.21.4: /@babel/helper-module-imports@7.22.5:
resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-module-transforms@7.22.1: /@babel/helper-module-transforms@7.22.5:
resolution: {integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==} resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/helper-environment-visitor': 7.22.1 '@babel/helper-environment-visitor': 7.22.5
'@babel/helper-module-imports': 7.21.4 '@babel/helper-module-imports': 7.22.5
'@babel/helper-simple-access': 7.21.5 '@babel/helper-simple-access': 7.22.5
'@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-split-export-declaration': 7.22.5
'@babel/helper-validator-identifier': 7.19.1 '@babel/helper-validator-identifier': 7.22.5
'@babel/template': 7.21.9 '@babel/template': 7.22.5
'@babel/traverse': 7.22.4 '@babel/traverse': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/@babel/helper-plugin-utils@7.21.5: /@babel/helper-plugin-utils@7.22.5:
resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/helper-simple-access@7.21.5: /@babel/helper-simple-access@7.22.5:
resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-split-export-declaration@7.18.6: /@babel/helper-split-export-declaration@7.22.5:
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/helper-string-parser@7.21.5: /@babel/helper-string-parser@7.22.5:
resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/helper-validator-identifier@7.19.1: /@babel/helper-validator-identifier@7.22.5:
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/helper-validator-option@7.21.0: /@babel/helper-validator-option@7.22.5:
resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: false dev: false
/@babel/helpers@7.22.3: /@babel/helpers@7.22.5:
resolution: {integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==} resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/template': 7.21.9 '@babel/template': 7.22.5
'@babel/traverse': 7.22.4 '@babel/traverse': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/@babel/highlight@7.18.6: /@babel/highlight@7.22.5:
resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/helper-validator-identifier': 7.19.1 '@babel/helper-validator-identifier': 7.22.5
chalk: 2.4.2 chalk: 2.4.2
js-tokens: 4.0.0 js-tokens: 4.0.0
dev: false dev: false
/@babel/parser@7.22.4: /@babel/parser@7.22.5:
resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==} resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.1): /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0-0 '@babel/core': ^7.0.0-0
dependencies: dependencies:
'@babel/core': 7.22.1 '@babel/core': 7.22.5
'@babel/helper-plugin-utils': 7.21.5 '@babel/helper-plugin-utils': 7.22.5
dev: false dev: false
/@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.22.1): /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==} resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0-0 '@babel/core': ^7.0.0-0
dependencies: dependencies:
'@babel/core': 7.22.1 '@babel/core': 7.22.5
'@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-module-imports': 7.21.4 '@babel/helper-module-imports': 7.22.5
'@babel/helper-plugin-utils': 7.21.5 '@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1) '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5)
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/template@7.21.9: /@babel/template@7.22.5:
resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==} resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.21.4 '@babel/code-frame': 7.22.5
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@babel/traverse@7.22.4: /@babel/traverse@7.22.5:
resolution: {integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==} resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.21.4 '@babel/code-frame': 7.22.5
'@babel/generator': 7.22.3 '@babel/generator': 7.22.5
'@babel/helper-environment-visitor': 7.22.1 '@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.21.0 '@babel/helper-function-name': 7.22.5
'@babel/helper-hoist-variables': 7.18.6 '@babel/helper-hoist-variables': 7.22.5
'@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-split-export-declaration': 7.22.5
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
debug: 4.3.4 debug: 4.3.4
globals: 11.12.0 globals: 11.12.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/@babel/types@7.22.4: /@babel/types@7.22.5:
resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==} resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/helper-string-parser': 7.21.5 '@babel/helper-string-parser': 7.22.5
'@babel/helper-validator-identifier': 7.19.1 '@babel/helper-validator-identifier': 7.22.5
to-fast-properties: 2.0.0 to-fast-properties: 2.0.0
dev: false dev: false
@ -803,8 +803,8 @@ packages:
/@types/babel__core@7.20.1: /@types/babel__core@7.20.1:
resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
dependencies: dependencies:
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
'@types/babel__generator': 7.6.4 '@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1 '@types/babel__template': 7.4.1
'@types/babel__traverse': 7.20.1 '@types/babel__traverse': 7.20.1
@ -813,20 +813,20 @@ packages:
/@types/babel__generator@7.6.4: /@types/babel__generator@7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@types/babel__template@7.4.1: /@types/babel__template@7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies: dependencies:
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@types/babel__traverse@7.20.1: /@types/babel__traverse@7.20.1:
resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
dependencies: dependencies:
'@babel/types': 7.22.4 '@babel/types': 7.22.5
dev: false dev: false
/@types/debug@4.1.8: /@types/debug@4.1.8:
@ -926,8 +926,8 @@ packages:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
dev: false dev: false
/@vscode/emmet-helper@2.8.8: /@vscode/emmet-helper@2.8.9:
resolution: {integrity: sha512-QuD4CmNeXSFxuP8VZwI6qL+8vmmd7JcSdwsEIdsrzb4YumWs/+4rXRX9MM+NsFfUO69g6ezngCD7XRd6jY9TQw==} resolution: {integrity: sha512-ygpVStaePHt9aI9zk4NNJWI/NsRaeDSW1vQsZVmtpVRVCOdwYlsc3BfB/eppUu1OucT0x3OHDAzKcxnitjcSXQ==}
dependencies: dependencies:
emmet: 2.4.4 emmet: 2.4.4
jsonc-parser: 2.3.1 jsonc-parser: 2.3.1
@ -1027,22 +1027,22 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/astro-pagefind@1.2.0(astro@2.6.1): /astro-pagefind@1.2.0(astro@2.6.3):
resolution: {integrity: sha512-1l4RSz/Cm5jIHbgN+mZZ2jOjpB5gK0qWJDZ0zWqUcguX3NJxaS+pai/snGmBoxtEbOGXx/SjrhlSAq2inqwdQw==} resolution: {integrity: sha512-1l4RSz/Cm5jIHbgN+mZZ2jOjpB5gK0qWJDZ0zWqUcguX3NJxaS+pai/snGmBoxtEbOGXx/SjrhlSAq2inqwdQw==}
peerDependencies: peerDependencies:
astro: ^2.0.4 astro: ^2.0.4
dependencies: dependencies:
'@astrojs/node': 5.2.0(astro@2.6.1) '@astrojs/node': 5.2.0(astro@2.6.3)
'@pagefind/default-ui': 0.12.0 '@pagefind/default-ui': 0.12.0
astro: 2.6.1(sass@1.62.1) astro: 2.6.3(sass@1.63.3)
pagefind: 0.12.0 pagefind: 0.12.0
sirv: 2.0.3 sirv: 2.0.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/astro@2.6.1(sass@1.62.1): /astro@2.6.3(sass@1.63.3):
resolution: {integrity: sha512-hQSMhUHMCVhUNa0xZfWnlVfz6MaRnfKtXHEBIA+rq1p3s9Z+rjKQmZq/Dk6G2vH1LMhudTojsBv7uMKumd+OnQ==} resolution: {integrity: sha512-gJoBX+t11qAeYDjterGEaQZx7qqlGOigWhE0zkcEBv4zy7l4IpKx6nGGUNzD/l8x6WomZxkdZROsOsiEaWSJmQ==}
engines: {node: '>=16.12.0', npm: '>=6.14.0'} engines: {node: '>=16.12.0', npm: '>=6.14.0'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -1051,18 +1051,18 @@ packages:
sharp: sharp:
optional: true optional: true
dependencies: dependencies:
'@astrojs/compiler': 1.5.0 '@astrojs/compiler': 1.5.1
'@astrojs/internal-helpers': 0.1.0 '@astrojs/internal-helpers': 0.1.0
'@astrojs/language-server': 1.0.8 '@astrojs/language-server': 1.0.8
'@astrojs/markdown-remark': 2.2.1(astro@2.6.1) '@astrojs/markdown-remark': 2.2.1(astro@2.6.3)
'@astrojs/telemetry': 2.1.1 '@astrojs/telemetry': 2.1.1
'@astrojs/webapi': 2.2.0 '@astrojs/webapi': 2.2.0
'@babel/core': 7.22.1 '@babel/core': 7.22.5
'@babel/generator': 7.22.3 '@babel/generator': 7.22.5
'@babel/parser': 7.22.4 '@babel/parser': 7.22.5
'@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5)
'@babel/traverse': 7.22.4 '@babel/traverse': 7.22.5
'@babel/types': 7.22.4 '@babel/types': 7.22.5
'@types/babel__core': 7.20.1 '@types/babel__core': 7.20.1
'@types/yargs-parser': 21.0.0 '@types/yargs-parser': 21.0.0
acorn: 8.8.2 acorn: 8.8.2
@ -1075,7 +1075,7 @@ packages:
deepmerge-ts: 4.3.0 deepmerge-ts: 4.3.0
devalue: 4.3.2 devalue: 4.3.2
diff: 5.1.0 diff: 5.1.0
es-module-lexer: 1.2.1 es-module-lexer: 1.3.0
esbuild: 0.17.19 esbuild: 0.17.19
estree-walker: 3.0.0 estree-walker: 3.0.0
execa: 6.1.0 execa: 6.1.0
@ -1104,7 +1104,7 @@ packages:
typescript: 5.1.3 typescript: 5.1.3
unist-util-visit: 4.1.2 unist-util-visit: 4.1.2
vfile: 5.3.7 vfile: 5.3.7
vite: 4.3.9(sass@1.62.1) vite: 4.3.9(sass@1.63.3)
vitefu: 0.2.4(vite@4.3.9) vitefu: 0.2.4(vite@4.3.9)
yargs-parser: 21.1.1 yargs-parser: 21.1.1
zod: 3.21.4 zod: 3.21.4
@ -1118,26 +1118,26 @@ packages:
- terser - terser
dev: false dev: false
/babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.22.1): /babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.22.5):
resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==} resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==}
peerDependencies: peerDependencies:
'@babel/core': ^7.20.12 '@babel/core': ^7.20.12
dependencies: dependencies:
'@babel/core': 7.22.1 '@babel/core': 7.22.5
'@babel/helper-module-imports': 7.18.6 '@babel/helper-module-imports': 7.18.6
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1) '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5)
'@babel/types': 7.22.4 '@babel/types': 7.22.5
html-entities: 2.3.3 html-entities: 2.3.3
validate-html-nesting: 1.2.2 validate-html-nesting: 1.2.2
dev: false dev: false
/babel-preset-solid@1.7.4(@babel/core@7.22.1): /babel-preset-solid@1.7.4(@babel/core@7.22.5):
resolution: {integrity: sha512-0mbHNYkbOVYhH6L95VlHVkBEVQjOXSzUqLDiFxUcsg/tU4yTM/qx7FI8C+kmos9LHckQBSm3wtwoe1BZLNJR1w==} resolution: {integrity: sha512-0mbHNYkbOVYhH6L95VlHVkBEVQjOXSzUqLDiFxUcsg/tU4yTM/qx7FI8C+kmos9LHckQBSm3wtwoe1BZLNJR1w==}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0 '@babel/core': ^7.0.0
dependencies: dependencies:
'@babel/core': 7.22.1 '@babel/core': 7.22.5
babel-plugin-jsx-dom-expressions: 0.36.10(@babel/core@7.22.1) babel-plugin-jsx-dom-expressions: 0.36.10(@babel/core@7.22.5)
dev: false dev: false
/bail@2.0.2: /bail@2.0.2:
@ -1197,8 +1197,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.30001495 caniuse-lite: 1.0.30001499
electron-to-chromium: 1.4.422 electron-to-chromium: 1.4.427
node-releases: 2.0.12 node-releases: 2.0.12
update-browserslist-db: 1.0.11(browserslist@4.21.7) update-browserslist-db: 1.0.11(browserslist@4.21.7)
dev: false dev: false
@ -1229,8 +1229,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: false dev: false
/caniuse-lite@1.0.30001495: /caniuse-lite@1.0.30001499:
resolution: {integrity: sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==} resolution: {integrity: sha512-IhoQqRrW6WiecFcfZgoJS1YLEN1/HR1vHP5WNgjCARRW7KUNToHHTX3FrwCM+y4zkRa48D9rE90WFYc2IWhDWQ==}
dev: false dev: false
/ccount@2.0.1: /ccount@2.0.1:
@ -1486,8 +1486,8 @@ packages:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
dev: false dev: false
/electron-to-chromium@1.4.422: /electron-to-chromium@1.4.427:
resolution: {integrity: sha512-OQMid0IRbJv27BhlPiBK8CfGzjeq4ZCBSmpwNi1abyS8w17/BajOUu7hBI49ptDTBCz9NRFbORhWvt41dF7dwg==} resolution: {integrity: sha512-HK3r9l+Jm8dYAm1ctXEWIC+hV60zfcjS9UA5BDlYvnI5S7PU/yytjpvSrTNrSSRRkuu3tDyZhdkwIczh+0DWaw==}
dev: false dev: false
/emmet@2.4.4: /emmet@2.4.4:
@ -1519,8 +1519,8 @@ packages:
engines: {node: '>=0.12'} engines: {node: '>=0.12'}
dev: false dev: false
/es-module-lexer@1.2.1: /es-module-lexer@1.3.0:
resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==}
dev: false dev: false
/esbuild@0.17.19: /esbuild@0.17.19:
@ -3153,7 +3153,7 @@ packages:
resolution: {integrity: sha512-pYZXSbdq0eElvzoIMArzv1SBn1NUXzopjlcnt6Ql8VW32PjC12NovwBjXJ6rh8qQLi7vF8jNqAbraKW03UPfag==} resolution: {integrity: sha512-pYZXSbdq0eElvzoIMArzv1SBn1NUXzopjlcnt6Ql8VW32PjC12NovwBjXJ6rh8qQLi7vF8jNqAbraKW03UPfag==}
engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'}
dependencies: dependencies:
'@astrojs/compiler': 1.5.0 '@astrojs/compiler': 1.5.1
prettier: 2.8.8 prettier: 2.8.8
sass-formatter: 0.7.6 sass-formatter: 0.7.6
synckit: 0.8.5 synckit: 0.8.5
@ -3397,8 +3397,8 @@ packages:
engines: {node: '>=10.0.0'} engines: {node: '>=10.0.0'}
dev: false dev: false
/rollup@3.23.1: /rollup@3.25.0:
resolution: {integrity: sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==} resolution: {integrity: sha512-FnJkNRst2jEZGw7f+v4hFo6UTzpDKrAKcHZWcEfm5/GJQ5CK7wgb4moNLNAe7npKUev7yQn1AY/YbZRIxOv6Qg==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'} engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
@ -3439,8 +3439,8 @@ packages:
suf-log: 2.5.3 suf-log: 2.5.3
dev: false dev: false
/sass@1.62.1: /sass@1.63.3:
resolution: {integrity: sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==} resolution: {integrity: sha512-ySdXN+DVpfwq49jG1+hmtDslYqpS7SkOR5GpF6o2bmb1RL/xS+wvPmegMvMywyfsmAV6p7TgwXYGrCZIFFbAHg==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
@ -3918,7 +3918,7 @@ packages:
vfile-message: 3.1.4 vfile-message: 3.1.4
dev: false dev: false
/vite@4.3.9(sass@1.62.1): /vite@4.3.9(sass@1.63.3):
resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -3945,8 +3945,8 @@ packages:
dependencies: dependencies:
esbuild: 0.17.19 esbuild: 0.17.19
postcss: 8.4.24 postcss: 8.4.24
rollup: 3.23.1 rollup: 3.25.0
sass: 1.62.1 sass: 1.63.3
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
dev: false dev: false
@ -3959,7 +3959,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 4.3.9(sass@1.62.1) vite: 4.3.9(sass@1.63.3)
dev: false dev: false
/vscode-css-languageservice@6.2.6: /vscode-css-languageservice@6.2.6: