[ci] update lockfile (#3162)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
parent
725c44a762
commit
bd76716c88
12 changed files with 193 additions and 193 deletions
examples
framework-alpine
framework-multiple
framework-solid
integrations-playground
packages
astro
create-astro
integrations
webapi
scripts
|
@ -12,6 +12,6 @@
|
|||
"astro": "^1.0.0-beta.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.10.1"
|
||||
"alpinejs": "^3.10.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"preact": "^10.7.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"solid-js": "^1.3.15",
|
||||
"solid-js": "^1.3.16",
|
||||
"svelte": "^3.47.0",
|
||||
"vue": "^3.2.33"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"astro": "^1.0.0-beta.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.3.15"
|
||||
"solid-js": "^1.3.16"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"preact": "^10.7.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"solid-js": "^1.3.15",
|
||||
"solid-js": "^1.3.16",
|
||||
"svelte": "^3.47.0",
|
||||
"vue": "^3.2.33"
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"del": "^6.0.0",
|
||||
"esbuild": "^0.14.36",
|
||||
"esbuild": "^0.14.38",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"prettier": "^2.6.2",
|
||||
"pretty-bytes": "^6.0.0",
|
||||
"tiny-glob": "^0.2.9",
|
||||
"turbo": "^1.2.4",
|
||||
"turbo": "^1.2.5",
|
||||
"typescript": "~4.6.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"diff": "^5.0.0",
|
||||
"eol": "^0.9.1",
|
||||
"es-module-lexer": "^0.10.5",
|
||||
"esbuild": "^0.14.36",
|
||||
"esbuild": "^0.14.38",
|
||||
"estree-walker": "^3.0.1",
|
||||
"execa": "^6.1.0",
|
||||
"fast-glob": "^3.2.11",
|
||||
|
@ -147,11 +147,11 @@
|
|||
"@types/estree": "^0.0.51",
|
||||
"@types/html-escaper": "^3.0.0",
|
||||
"@types/mime": "^2.0.3",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/parse5": "^6.0.3",
|
||||
"@types/path-browserify": "^1.0.0",
|
||||
"@types/prettier": "^2.6.0",
|
||||
"@types/resolve": "^1.20.1",
|
||||
"@types/resolve": "^1.20.2",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/send": "^0.17.1",
|
||||
"@types/unist": "^2.0.6",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.1",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/yargs-parser": "^21.0.0",
|
||||
"astro-scripts": "workspace:*",
|
||||
"chai": "^4.3.6",
|
||||
|
|
|
@ -31,12 +31,12 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-preset-solid": "^1.3.13"
|
||||
"babel-preset-solid": "^1.3.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"solid-js": "^1.3.15"
|
||||
"solid-js": "^1.3.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"solid-js": "^1.3.6"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^0.11.1",
|
||||
"esbuild": "^0.14.36"
|
||||
"esbuild": "^0.14.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"@rollup/plugin-node-resolve": "^13.2.1",
|
||||
"@rollup/plugin-typescript": "^8.3.2",
|
||||
"@types/chai": "^4.3.1",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "^14.18.13",
|
||||
"@ungap/structured-clone": "^0.3.4",
|
||||
"abort-controller": "^3.0.0",
|
||||
|
@ -68,7 +68,7 @@
|
|||
"node-fetch": "^3.2.3",
|
||||
"rollup": "^2.70.2",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"tslib": "^2.3.1",
|
||||
"tslib": "^2.4.0",
|
||||
"urlpattern-polyfill": "^1.0.0-rc5",
|
||||
"web-streams-polyfill": "^3.2.1"
|
||||
},
|
||||
|
|
354
pnpm-lock.yaml
generated
354
pnpm-lock.yaml
generated
|
@ -11,7 +11,7 @@ importers:
|
|||
'@typescript-eslint/eslint-plugin': ^5.20.0
|
||||
'@typescript-eslint/parser': ^5.20.0
|
||||
del: ^6.0.0
|
||||
esbuild: ^0.14.36
|
||||
esbuild: ^0.14.38
|
||||
eslint: ^8.13.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
eslint-plugin-prettier: ^4.0.0
|
||||
|
@ -20,7 +20,7 @@ importers:
|
|||
prettier: ^2.6.2
|
||||
pretty-bytes: ^6.0.0
|
||||
tiny-glob: ^0.2.9
|
||||
turbo: ^1.2.4
|
||||
turbo: ^1.2.5
|
||||
typescript: ~4.6.3
|
||||
dependencies:
|
||||
'@astrojs/webapi': link:packages/webapi
|
||||
|
@ -31,7 +31,7 @@ importers:
|
|||
'@typescript-eslint/eslint-plugin': 5.20.0_b9ac9b5656ce5dffade639fcf5e491bf
|
||||
'@typescript-eslint/parser': 5.20.0_eslint@8.13.0+typescript@4.6.3
|
||||
del: 6.0.0
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
eslint: 8.13.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.13.0
|
||||
eslint-plugin-prettier: 4.0.0_1815ac95b7fb26c13c7d48a8eef62d0f
|
||||
|
@ -40,7 +40,7 @@ importers:
|
|||
prettier: 2.6.2
|
||||
pretty-bytes: 6.0.0
|
||||
tiny-glob: 0.2.9
|
||||
turbo: 1.2.4
|
||||
turbo: 1.2.5
|
||||
typescript: 4.6.3
|
||||
|
||||
examples/blog:
|
||||
|
@ -117,10 +117,10 @@ importers:
|
|||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
alpinejs: ^3.10.1
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.0.0-beta.17
|
||||
dependencies:
|
||||
alpinejs: 3.10.1
|
||||
alpinejs: 3.10.2
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -151,7 +151,7 @@ importers:
|
|||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
solid-js: ^1.3.15
|
||||
solid-js: ^1.3.16
|
||||
svelte: ^3.47.0
|
||||
vue: ^3.2.33
|
||||
dependencies:
|
||||
|
@ -160,7 +160,7 @@ importers:
|
|||
preact: 10.7.1
|
||||
react: 18.0.0
|
||||
react-dom: 18.0.0_react@18.0.0
|
||||
solid-js: 1.3.15
|
||||
solid-js: 1.3.16
|
||||
svelte: 3.47.0
|
||||
vue: 3.2.33
|
||||
devDependencies:
|
||||
|
@ -200,9 +200,9 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/solid-js': ^0.1.2
|
||||
astro: ^1.0.0-beta.17
|
||||
solid-js: ^1.3.15
|
||||
solid-js: ^1.3.16
|
||||
dependencies:
|
||||
solid-js: 1.3.15
|
||||
solid-js: 1.3.16
|
||||
devDependencies:
|
||||
'@astrojs/solid-js': link:../../packages/integrations/solid
|
||||
astro: link:../../packages/astro
|
||||
|
@ -243,7 +243,7 @@ importers:
|
|||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
solid-js: ^1.3.15
|
||||
solid-js: ^1.3.16
|
||||
svelte: ^3.47.0
|
||||
vue: ^3.2.33
|
||||
dependencies:
|
||||
|
@ -252,7 +252,7 @@ importers:
|
|||
preact: 10.7.1
|
||||
react: 18.0.0
|
||||
react-dom: 18.0.0_react@18.0.0
|
||||
solid-js: 1.3.15
|
||||
solid-js: 1.3.16
|
||||
svelte: 3.47.0
|
||||
vue: 3.2.33
|
||||
devDependencies:
|
||||
|
@ -470,11 +470,11 @@ importers:
|
|||
'@types/estree': ^0.0.51
|
||||
'@types/html-escaper': ^3.0.0
|
||||
'@types/mime': ^2.0.3
|
||||
'@types/mocha': ^9.1.0
|
||||
'@types/mocha': ^9.1.1
|
||||
'@types/parse5': ^6.0.3
|
||||
'@types/path-browserify': ^1.0.0
|
||||
'@types/prettier': ^2.6.0
|
||||
'@types/resolve': ^1.20.1
|
||||
'@types/resolve': ^1.20.2
|
||||
'@types/rimraf': ^3.0.2
|
||||
'@types/send': ^0.17.1
|
||||
'@types/unist': ^2.0.6
|
||||
|
@ -490,7 +490,7 @@ importers:
|
|||
diff: ^5.0.0
|
||||
eol: ^0.9.1
|
||||
es-module-lexer: ^0.10.5
|
||||
esbuild: ^0.14.36
|
||||
esbuild: ^0.14.38
|
||||
estree-walker: ^3.0.1
|
||||
execa: ^6.1.0
|
||||
fast-glob: ^3.2.11
|
||||
|
@ -552,7 +552,7 @@ importers:
|
|||
diff: 5.0.0
|
||||
eol: 0.9.1
|
||||
es-module-lexer: 0.10.5
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
estree-walker: 3.0.1
|
||||
execa: 6.1.0
|
||||
fast-glob: 3.2.11
|
||||
|
@ -604,11 +604,11 @@ importers:
|
|||
'@types/estree': 0.0.51
|
||||
'@types/html-escaper': 3.0.0
|
||||
'@types/mime': 2.0.3
|
||||
'@types/mocha': 9.1.0
|
||||
'@types/mocha': 9.1.1
|
||||
'@types/parse5': 6.0.3
|
||||
'@types/path-browserify': 1.0.0
|
||||
'@types/prettier': 2.6.0
|
||||
'@types/resolve': 1.20.1
|
||||
'@types/resolve': 1.20.2
|
||||
'@types/rimraf': 3.0.2
|
||||
'@types/send': 0.17.1
|
||||
'@types/unist': 2.0.6
|
||||
|
@ -1204,7 +1204,7 @@ importers:
|
|||
specifiers:
|
||||
'@types/chai': ^4.3.1
|
||||
'@types/degit': ^2.8.3
|
||||
'@types/mocha': ^9.1.0
|
||||
'@types/mocha': ^9.1.1
|
||||
'@types/prompts': ^2.0.14
|
||||
'@types/yargs-parser': ^21.0.0
|
||||
astro-scripts: workspace:*
|
||||
|
@ -1228,7 +1228,7 @@ importers:
|
|||
yargs-parser: 21.0.1
|
||||
devDependencies:
|
||||
'@types/chai': 4.3.1
|
||||
'@types/mocha': 9.1.0
|
||||
'@types/mocha': 9.1.1
|
||||
'@types/yargs-parser': 21.0.0
|
||||
astro-scripts: link:../../scripts
|
||||
chai: 4.3.6
|
||||
|
@ -1370,14 +1370,14 @@ importers:
|
|||
specifiers:
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
babel-preset-solid: ^1.3.13
|
||||
solid-js: ^1.3.15
|
||||
babel-preset-solid: ^1.3.16
|
||||
solid-js: ^1.3.16
|
||||
dependencies:
|
||||
babel-preset-solid: 1.3.13
|
||||
babel-preset-solid: 1.3.16
|
||||
devDependencies:
|
||||
astro: link:../../astro
|
||||
astro-scripts: link:../../../scripts
|
||||
solid-js: 1.3.15
|
||||
solid-js: 1.3.16
|
||||
|
||||
packages/integrations/svelte:
|
||||
specifiers:
|
||||
|
@ -1431,10 +1431,10 @@ importers:
|
|||
'@astrojs/webapi': ^0.11.1
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
esbuild: ^0.14.36
|
||||
esbuild: ^0.14.38
|
||||
dependencies:
|
||||
'@astrojs/webapi': link:../../webapi
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
devDependencies:
|
||||
astro: link:../../astro
|
||||
astro-scripts: link:../../../scripts
|
||||
|
@ -1514,7 +1514,7 @@ importers:
|
|||
'@rollup/plugin-node-resolve': ^13.2.1
|
||||
'@rollup/plugin-typescript': ^8.3.2
|
||||
'@types/chai': ^4.3.1
|
||||
'@types/mocha': ^9.1.0
|
||||
'@types/mocha': ^9.1.1
|
||||
'@types/node': ^14.18.13
|
||||
'@ungap/structured-clone': ^0.3.4
|
||||
abort-controller: ^3.0.0
|
||||
|
@ -1527,16 +1527,16 @@ importers:
|
|||
node-fetch: ^3.2.3
|
||||
rollup: ^2.70.2
|
||||
rollup-plugin-terser: ^7.0.2
|
||||
tslib: ^2.3.1
|
||||
tslib: ^2.4.0
|
||||
urlpattern-polyfill: ^1.0.0-rc5
|
||||
web-streams-polyfill: ^3.2.1
|
||||
devDependencies:
|
||||
'@rollup/plugin-alias': 3.1.9_rollup@2.70.2
|
||||
'@rollup/plugin-inject': 4.0.4_rollup@2.70.2
|
||||
'@rollup/plugin-node-resolve': 13.2.1_rollup@2.70.2
|
||||
'@rollup/plugin-typescript': 8.3.2_eaab4980cb5a437133211ecd98513266
|
||||
'@rollup/plugin-typescript': 8.3.2_056aba5e56e0ab5307259a29131f3fbe
|
||||
'@types/chai': 4.3.1
|
||||
'@types/mocha': 9.1.0
|
||||
'@types/mocha': 9.1.1
|
||||
'@types/node': 14.18.13
|
||||
'@ungap/structured-clone': 0.3.4
|
||||
abort-controller: 3.0.0
|
||||
|
@ -1549,7 +1549,7 @@ importers:
|
|||
node-fetch: 3.2.3
|
||||
rollup: 2.70.2
|
||||
rollup-plugin-terser: 7.0.2_rollup@2.70.2
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
urlpattern-polyfill: 1.0.0-rc5
|
||||
web-streams-polyfill: 3.2.1
|
||||
|
||||
|
@ -1558,7 +1558,7 @@ importers:
|
|||
'@astrojs/webapi': workspace:*
|
||||
adm-zip: ^0.5.9
|
||||
arg: ^5.0.1
|
||||
esbuild: ^0.14.36
|
||||
esbuild: ^0.14.38
|
||||
globby: ^12.2.0
|
||||
kleur: ^4.1.4
|
||||
svelte: ^3.47.0
|
||||
|
@ -1567,7 +1567,7 @@ importers:
|
|||
'@astrojs/webapi': link:../packages/webapi
|
||||
adm-zip: 0.5.9
|
||||
arg: 5.0.1
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
globby: 12.2.0
|
||||
kleur: 4.1.4
|
||||
svelte: 3.47.0
|
||||
|
@ -1690,7 +1690,7 @@ packages:
|
|||
resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.7
|
||||
'@jridgewell/trace-mapping': 0.3.9
|
||||
|
||||
/@antfu/install-pkg/0.1.0:
|
||||
resolution: {integrity: sha512-VaIJd3d1o7irZfK1U0nvBsHMyjkuyMP3HKYVV53z8DKyulkHKmjhhtccXO51WSPeeSHIeoJEoNOKavYpS7jkZw==}
|
||||
|
@ -1732,7 +1732,7 @@ packages:
|
|||
resolution: {integrity: sha512-xWtzZMEVsEZkRLlHMKiOoQIXyQwdMkBPHsRcO1IbzpCmaMQGfKKYNANJ1FKZSHsybbXG/BBaB+LqgVPFNFufew==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@astrojs/svelte-language-integration': 0.1.2_typescript@4.6.3
|
||||
'@astrojs/svelte-language-integration': 0.1.3_typescript@4.6.3
|
||||
'@vscode/emmet-helper': 2.8.4
|
||||
lodash: 4.17.21
|
||||
source-map: 0.7.3
|
||||
|
@ -1746,8 +1746,8 @@ packages:
|
|||
vscode-uri: 3.0.3
|
||||
dev: false
|
||||
|
||||
/@astrojs/svelte-language-integration/0.1.2_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-O6LYL9igYSzxCxDHYWUqEquuuUlMG0UL1SliZ7rF/vx9GwU71TCpsRe4iHZ0bcemM5ju9ihoTzGCmLXzYrNw0g==}
|
||||
/@astrojs/svelte-language-integration/0.1.3_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-sXCe9FBgn31HAlBwimT2RfveNrYP6/j+XT/YHlj15tdlYqqcEQUj3IP43wSWwkIKwtKVrHWUjY+SOk+MeD+eow==}
|
||||
dependencies:
|
||||
svelte: 3.47.0
|
||||
svelte2tsx: 0.5.9_svelte@3.47.0+typescript@4.6.3
|
||||
|
@ -3031,7 +3031,7 @@ packages:
|
|||
babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.9
|
||||
babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.9
|
||||
babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.9
|
||||
core-js-compat: 3.22.1
|
||||
core-js-compat: 3.22.2
|
||||
semver: 6.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -3392,8 +3392,8 @@ packages:
|
|||
/@jridgewell/sourcemap-codec/1.4.11:
|
||||
resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==}
|
||||
|
||||
/@jridgewell/trace-mapping/0.3.7:
|
||||
resolution: {integrity: sha512-8XC0l0PwCbdg2Uc8zIIf6djNX3lYiz9GqQlC1LJ9WQvTYvcfP8IA9K2IKRnPm5tAX6X/+orF+WwKZ0doGcgJlg==}
|
||||
/@jridgewell/trace-mapping/0.3.9:
|
||||
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
||||
dependencies:
|
||||
'@jridgewell/resolve-uri': 3.0.5
|
||||
'@jridgewell/sourcemap-codec': 1.4.11
|
||||
|
@ -3734,7 +3734,7 @@ packages:
|
|||
rollup: 2.70.2
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-typescript/8.3.2_eaab4980cb5a437133211ecd98513266:
|
||||
/@rollup/plugin-typescript/8.3.2_056aba5e56e0ab5307259a29131f3fbe:
|
||||
resolution: {integrity: sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==}
|
||||
engines: {node: '>=8.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -3745,7 +3745,7 @@ packages:
|
|||
'@rollup/pluginutils': 3.1.0_rollup@2.70.2
|
||||
resolve: 1.22.0
|
||||
rollup: 2.70.2
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
typescript: 4.6.3
|
||||
dev: true
|
||||
|
||||
|
@ -3771,7 +3771,7 @@ packages:
|
|||
/@surma/rollup-plugin-off-main-thread/2.2.3:
|
||||
resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==}
|
||||
dependencies:
|
||||
ejs: 3.1.6
|
||||
ejs: 3.1.7
|
||||
json5: 2.2.1
|
||||
magic-string: 0.25.9
|
||||
string.prototype.matchall: 4.0.7
|
||||
|
@ -3939,8 +3939,8 @@ packages:
|
|||
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
|
||||
dev: true
|
||||
|
||||
/@types/mocha/9.1.0:
|
||||
resolution: {integrity: sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==}
|
||||
/@types/mocha/9.1.1:
|
||||
resolution: {integrity: sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==}
|
||||
dev: true
|
||||
|
||||
/@types/ms/0.7.31:
|
||||
|
@ -4018,8 +4018,8 @@ packages:
|
|||
'@types/node': 14.18.13
|
||||
dev: true
|
||||
|
||||
/@types/resolve/1.20.1:
|
||||
resolution: {integrity: sha512-Ku5+GPFa12S3W26Uwtw+xyrtIpaZsGYHH6zxNbZlstmlvMYSZRzOwzwsXbxlVUbHyUucctSyuFtu6bNxwYomIw==}
|
||||
/@types/resolve/1.20.2:
|
||||
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
||||
|
||||
/@types/rimraf/3.0.2:
|
||||
resolution: {integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==}
|
||||
|
@ -4512,8 +4512,8 @@ packages:
|
|||
'@algolia/transporter': 4.13.0
|
||||
dev: false
|
||||
|
||||
/alpinejs/3.10.1:
|
||||
resolution: {integrity: sha512-1iwVW1flJfPKFyQqGn9f/CPlPHyMKyGHolUtCkwP0G0/AXZmkyVB5/808+77jvWD/S3clVNgA0MLUTsfaJiqzw==}
|
||||
/alpinejs/3.10.2:
|
||||
resolution: {integrity: sha512-P6DTX78J94FgsskS3eS23s26hfb0NWQZUidBnkUK7fId1x64/kLm5E79lL3HNItUmHDCKOHvfP8EAcuCVab89w==}
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.1.5
|
||||
dev: false
|
||||
|
@ -4626,14 +4626,14 @@ packages:
|
|||
resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==}
|
||||
engines: {node: '>=4'}
|
||||
dependencies:
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/ast-types/0.14.2:
|
||||
resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==}
|
||||
engines: {node: '>=4'}
|
||||
dependencies:
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/async/3.2.3:
|
||||
|
@ -4671,8 +4671,8 @@ packages:
|
|||
object.assign: 4.1.2
|
||||
dev: true
|
||||
|
||||
/babel-plugin-jsx-dom-expressions/0.32.11:
|
||||
resolution: {integrity: sha512-hytqY33SGW6B3obSLt8K5X510UwtNkTktCCWgwba+QOOV0CowDFiqeL+0ru895FLacFaYANHFTu1y76dg3GVtw==}
|
||||
/babel-plugin-jsx-dom-expressions/0.32.16:
|
||||
resolution: {integrity: sha512-bKyjMBFmwZ9X9eFbJj+zvy1X7PSkenzFS5Qdv7Rli1WwxQceSLb7MjhipnLonKnS63HUqFjm1g0aXp6LJPSiRQ==}
|
||||
dependencies:
|
||||
'@babel/helper-module-imports': 7.16.0
|
||||
'@babel/plugin-syntax-jsx': 7.16.7
|
||||
|
@ -4708,7 +4708,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.17.9
|
||||
'@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9
|
||||
core-js-compat: 3.22.1
|
||||
core-js-compat: 3.22.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -4727,10 +4727,10 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/babel-preset-solid/1.3.13:
|
||||
resolution: {integrity: sha512-MZnmsceI9yiHlwwFCSALTJhadk2eea/+2UP4ec4jkPZFR+XRKTLoIwRkrBh7uLtvHF+3lHGyUaXtZukOmmUwhA==}
|
||||
/babel-preset-solid/1.3.16:
|
||||
resolution: {integrity: sha512-2EvhAh9GK4O8OWsYIQVZIapcA5cjQDHFFDDMSDjnFo8sY+RCUfT6hMg+tnJpJJlwSle4mtE933pxgMsMtVeD5w==}
|
||||
dependencies:
|
||||
babel-plugin-jsx-dom-expressions: 0.32.11
|
||||
babel-plugin-jsx-dom-expressions: 0.32.16
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
dev: false
|
||||
|
@ -4829,7 +4829,7 @@ packages:
|
|||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001332
|
||||
electron-to-chromium: 1.4.114
|
||||
electron-to-chromium: 1.4.118
|
||||
escalade: 3.1.1
|
||||
node-releases: 2.0.3
|
||||
picocolors: 1.0.0
|
||||
|
@ -5000,7 +5000,7 @@ packages:
|
|||
htmlparser2: 6.1.0
|
||||
parse5: 6.0.1
|
||||
parse5-htmlparser2-tree-adapter: 6.0.1
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/chokidar/3.5.3:
|
||||
|
@ -5163,8 +5163,8 @@ packages:
|
|||
dependencies:
|
||||
safe-buffer: 5.1.2
|
||||
|
||||
/core-js-compat/3.22.1:
|
||||
resolution: {integrity: sha512-CWbNqTluLMvZg1cjsQUbGiCM91dobSHKfDIyCoxuqxthdjGuUlaMbCsSehP3CBiVvG0C7P6UIrC1v0hgFE75jw==}
|
||||
/core-js-compat/3.22.2:
|
||||
resolution: {integrity: sha512-Fns9lU06ZJ07pdfmPMu7OnkIKGPKDzXKIiuGlSvHHapwqMUF2QnnsWwtueFZtSyZEilP0o6iUeHQwpn7LxtLUw==}
|
||||
dependencies:
|
||||
browserslist: 4.20.2
|
||||
semver: 7.0.0
|
||||
|
@ -5507,16 +5507,16 @@ packages:
|
|||
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
||||
dev: false
|
||||
|
||||
/ejs/3.1.6:
|
||||
resolution: {integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==}
|
||||
/ejs/3.1.7:
|
||||
resolution: {integrity: sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
jake: 10.8.5
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium/1.4.114:
|
||||
resolution: {integrity: sha512-gRwLpVYWHGbERPU6o8pKfR168V6enWEXzZc6zQNNXbgJ7UJna+9qzAIHY94+9KOv71D/CH+QebLA9pChD2q8zA==}
|
||||
/electron-to-chromium/1.4.118:
|
||||
resolution: {integrity: sha512-maZIKjnYDvF7Fs35nvVcyr44UcKNwybr93Oba2n3HkKDFAtk0svERkLN/HyczJDS3Fo4wU9th9fUQd09ZLtj1w==}
|
||||
|
||||
/emmet/2.3.6:
|
||||
resolution: {integrity: sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==}
|
||||
|
@ -5608,192 +5608,192 @@ packages:
|
|||
resolution: {integrity: sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=}
|
||||
dev: false
|
||||
|
||||
/esbuild-android-64/0.14.36:
|
||||
resolution: {integrity: sha512-jwpBhF1jmo0tVCYC/ORzVN+hyVcNZUWuozGcLHfod0RJCedTDTvR4nwlTXdx1gtncDqjk33itjO+27OZHbiavw==}
|
||||
/esbuild-android-64/0.14.38:
|
||||
resolution: {integrity: sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-android-arm64/0.14.36:
|
||||
resolution: {integrity: sha512-/hYkyFe7x7Yapmfv4X/tBmyKnggUmdQmlvZ8ZlBnV4+PjisrEhAvC3yWpURuD9XoB8Wa1d5dGkTsF53pIvpjsg==}
|
||||
/esbuild-android-arm64/0.14.38:
|
||||
resolution: {integrity: sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-64/0.14.36:
|
||||
resolution: {integrity: sha512-kkl6qmV0dTpyIMKagluzYqlc1vO0ecgpviK/7jwPbRDEv5fejRTaBBEE2KxEQbTHcLhiiDbhG7d5UybZWo/1zQ==}
|
||||
/esbuild-darwin-64/0.14.38:
|
||||
resolution: {integrity: sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-arm64/0.14.36:
|
||||
resolution: {integrity: sha512-q8fY4r2Sx6P0Pr3VUm//eFYKVk07C5MHcEinU1BjyFnuYz4IxR/03uBbDwluR6ILIHnZTE7AkTUWIdidRi1Jjw==}
|
||||
/esbuild-darwin-arm64/0.14.38:
|
||||
resolution: {integrity: sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-64/0.14.36:
|
||||
resolution: {integrity: sha512-Hn8AYuxXXRptybPqoMkga4HRFE7/XmhtlQjXFHoAIhKUPPMeJH35GYEUWGbjteai9FLFvBAjEAlwEtSGxnqWww==}
|
||||
/esbuild-freebsd-64/0.14.38:
|
||||
resolution: {integrity: sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-arm64/0.14.36:
|
||||
resolution: {integrity: sha512-S3C0attylLLRiCcHiJd036eDEMOY32+h8P+jJ3kTcfhJANNjP0TNBNL30TZmEdOSx/820HJFgRrqpNAvTbjnDA==}
|
||||
/esbuild-freebsd-arm64/0.14.38:
|
||||
resolution: {integrity: sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-32/0.14.36:
|
||||
resolution: {integrity: sha512-Eh9OkyTrEZn9WGO4xkI3OPPpUX7p/3QYvdG0lL4rfr73Ap2HAr6D9lP59VMF64Ex01LhHSXwIsFG/8AQjh6eNw==}
|
||||
/esbuild-linux-32/0.14.38:
|
||||
resolution: {integrity: sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-64/0.14.36:
|
||||
resolution: {integrity: sha512-vFVFS5ve7PuwlfgoWNyRccGDi2QTNkQo/2k5U5ttVD0jRFaMlc8UQee708fOZA6zTCDy5RWsT5MJw3sl2X6KDg==}
|
||||
/esbuild-linux-64/0.14.38:
|
||||
resolution: {integrity: sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm/0.14.36:
|
||||
resolution: {integrity: sha512-NhgU4n+NCsYgt7Hy61PCquEz5aevI6VjQvxwBxtxrooXsxt5b2xtOUXYZe04JxqQo+XZk3d1gcr7pbV9MAQ/Lg==}
|
||||
/esbuild-linux-arm/0.14.38:
|
||||
resolution: {integrity: sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm64/0.14.36:
|
||||
resolution: {integrity: sha512-24Vq1M7FdpSmaTYuu1w0Hdhiqkbto1I5Pjyi+4Cdw5fJKGlwQuw+hWynTcRI/cOZxBcBpP21gND7W27gHAiftw==}
|
||||
/esbuild-linux-arm64/0.14.38:
|
||||
resolution: {integrity: sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-mips64le/0.14.36:
|
||||
resolution: {integrity: sha512-hZUeTXvppJN+5rEz2EjsOFM9F1bZt7/d2FUM1lmQo//rXh1RTFYzhC0txn7WV0/jCC7SvrGRaRz0NMsRPf8SIA==}
|
||||
/esbuild-linux-mips64le/0.14.38:
|
||||
resolution: {integrity: sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-ppc64le/0.14.36:
|
||||
resolution: {integrity: sha512-1Bg3QgzZjO+QtPhP9VeIBhAduHEc2kzU43MzBnMwpLSZ890azr4/A9Dganun8nsqD/1TBcqhId0z4mFDO8FAvg==}
|
||||
/esbuild-linux-ppc64le/0.14.38:
|
||||
resolution: {integrity: sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-riscv64/0.14.36:
|
||||
resolution: {integrity: sha512-dOE5pt3cOdqEhaufDRzNCHf5BSwxgygVak9UR7PH7KPVHwSTDAZHDoEjblxLqjJYpc5XaU9+gKJ9F8mp9r5I4A==}
|
||||
/esbuild-linux-riscv64/0.14.38:
|
||||
resolution: {integrity: sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-s390x/0.14.36:
|
||||
resolution: {integrity: sha512-g4FMdh//BBGTfVHjF6MO7Cz8gqRoDPzXWxRvWkJoGroKA18G9m0wddvPbEqcQf5Tbt2vSc1CIgag7cXwTmoTXg==}
|
||||
/esbuild-linux-s390x/0.14.38:
|
||||
resolution: {integrity: sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-netbsd-64/0.14.36:
|
||||
resolution: {integrity: sha512-UB2bVImxkWk4vjnP62ehFNZ73lQY1xcnL5ZNYF3x0AG+j8HgdkNF05v67YJdCIuUJpBuTyCK8LORCYo9onSW+A==}
|
||||
/esbuild-netbsd-64/0.14.38:
|
||||
resolution: {integrity: sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-openbsd-64/0.14.36:
|
||||
resolution: {integrity: sha512-NvGB2Chf8GxuleXRGk8e9zD3aSdRO5kLt9coTQbCg7WMGXeX471sBgh4kSg8pjx0yTXRt0MlrUDnjVYnetyivg==}
|
||||
/esbuild-openbsd-64/0.14.38:
|
||||
resolution: {integrity: sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-sunos-64/0.14.36:
|
||||
resolution: {integrity: sha512-VkUZS5ftTSjhRjuRLp+v78auMO3PZBXu6xl4ajomGenEm2/rGuWlhFSjB7YbBNErOchj51Jb2OK8lKAo8qdmsQ==}
|
||||
/esbuild-sunos-64/0.14.38:
|
||||
resolution: {integrity: sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-32/0.14.36:
|
||||
resolution: {integrity: sha512-bIar+A6hdytJjZrDxfMBUSEHHLfx3ynoEZXx/39nxy86pX/w249WZm8Bm0dtOAByAf4Z6qV0LsnTIJHiIqbw0w==}
|
||||
/esbuild-windows-32/0.14.38:
|
||||
resolution: {integrity: sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-64/0.14.36:
|
||||
resolution: {integrity: sha512-+p4MuRZekVChAeueT1Y9LGkxrT5x7YYJxYE8ZOTcEfeUUN43vktSn6hUNsvxzzATrSgq5QqRdllkVBxWZg7KqQ==}
|
||||
/esbuild-windows-64/0.14.38:
|
||||
resolution: {integrity: sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-arm64/0.14.36:
|
||||
resolution: {integrity: sha512-fBB4WlDqV1m18EF/aheGYQkQZHfPHiHJSBYzXIo8yKehek+0BtBwo/4PNwKGJ5T0YK0oc8pBKjgwPbzSrPLb+Q==}
|
||||
/esbuild-windows-arm64/0.14.38:
|
||||
resolution: {integrity: sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
optional: true
|
||||
|
||||
/esbuild/0.14.36:
|
||||
resolution: {integrity: sha512-HhFHPiRXGYOCRlrhpiVDYKcFJRdO0sBElZ668M4lh2ER0YgnkLxECuFe7uWCf23FrcLc59Pqr7dHkTqmRPDHmw==}
|
||||
/esbuild/0.14.38:
|
||||
resolution: {integrity: sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
optionalDependencies:
|
||||
esbuild-android-64: 0.14.36
|
||||
esbuild-android-arm64: 0.14.36
|
||||
esbuild-darwin-64: 0.14.36
|
||||
esbuild-darwin-arm64: 0.14.36
|
||||
esbuild-freebsd-64: 0.14.36
|
||||
esbuild-freebsd-arm64: 0.14.36
|
||||
esbuild-linux-32: 0.14.36
|
||||
esbuild-linux-64: 0.14.36
|
||||
esbuild-linux-arm: 0.14.36
|
||||
esbuild-linux-arm64: 0.14.36
|
||||
esbuild-linux-mips64le: 0.14.36
|
||||
esbuild-linux-ppc64le: 0.14.36
|
||||
esbuild-linux-riscv64: 0.14.36
|
||||
esbuild-linux-s390x: 0.14.36
|
||||
esbuild-netbsd-64: 0.14.36
|
||||
esbuild-openbsd-64: 0.14.36
|
||||
esbuild-sunos-64: 0.14.36
|
||||
esbuild-windows-32: 0.14.36
|
||||
esbuild-windows-64: 0.14.36
|
||||
esbuild-windows-arm64: 0.14.36
|
||||
esbuild-android-64: 0.14.38
|
||||
esbuild-android-arm64: 0.14.38
|
||||
esbuild-darwin-64: 0.14.38
|
||||
esbuild-darwin-arm64: 0.14.38
|
||||
esbuild-freebsd-64: 0.14.38
|
||||
esbuild-freebsd-arm64: 0.14.38
|
||||
esbuild-linux-32: 0.14.38
|
||||
esbuild-linux-64: 0.14.38
|
||||
esbuild-linux-arm: 0.14.38
|
||||
esbuild-linux-arm64: 0.14.38
|
||||
esbuild-linux-mips64le: 0.14.38
|
||||
esbuild-linux-ppc64le: 0.14.38
|
||||
esbuild-linux-riscv64: 0.14.38
|
||||
esbuild-linux-s390x: 0.14.38
|
||||
esbuild-netbsd-64: 0.14.38
|
||||
esbuild-openbsd-64: 0.14.38
|
||||
esbuild-sunos-64: 0.14.38
|
||||
esbuild-windows-32: 0.14.38
|
||||
esbuild-windows-64: 0.14.38
|
||||
esbuild-windows-arm64: 0.14.38
|
||||
|
||||
/escalade/3.1.1:
|
||||
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
||||
|
@ -7304,7 +7304,7 @@ packages:
|
|||
/lower-case/2.0.2:
|
||||
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
|
||||
dependencies:
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/lru-cache/4.1.5:
|
||||
|
@ -8009,7 +8009,7 @@ packages:
|
|||
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
|
||||
dependencies:
|
||||
lower-case: 2.0.2
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/node-abi/3.15.0:
|
||||
|
@ -8330,7 +8330,7 @@ packages:
|
|||
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
|
||||
dependencies:
|
||||
no-case: 3.0.4
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/patch-package/6.4.7:
|
||||
|
@ -8767,7 +8767,7 @@ packages:
|
|||
ast-types: 0.14.2
|
||||
esprima: 4.0.1
|
||||
source-map: 0.6.1
|
||||
tslib: 2.3.1
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/redent/3.0.0:
|
||||
|
@ -9309,14 +9309,14 @@ packages:
|
|||
smart-buffer: 4.2.0
|
||||
dev: true
|
||||
|
||||
/solid-js/1.3.15:
|
||||
resolution: {integrity: sha512-tghvvwstKQWC3RIkIT1xf70gQx7+oxYeQ2BR/Y0MrCF4+icen/xBwy3nJ0fUNuP58QCbFmszK6TmMturD/sNrA==}
|
||||
/solid-js/1.3.16:
|
||||
resolution: {integrity: sha512-ks9wrUFLx2vzXnR+yXLtL/qO++lixueYsPb9baN0jMNpe1nzAdZn8AbodCmDu9yLPrA7oEFt5CYnzN6/MwtswA==}
|
||||
|
||||
/solid-nanostores/0.0.6:
|
||||
resolution: {integrity: sha512-iwbgdBzQSxBKoxkzaZgC9MGGUsHWJ74at9i7FF0naoqtwGuKdLYOgOJ9QRlA353DHDS/ttH2e0SRS6s3gz8NLQ==}
|
||||
dependencies:
|
||||
nanostores: 0.5.12
|
||||
solid-js: 1.3.15
|
||||
solid-js: 1.3.16
|
||||
dev: false
|
||||
|
||||
/sorcery/0.10.0:
|
||||
|
@ -9840,7 +9840,7 @@ packages:
|
|||
resolution: {integrity: sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg==}
|
||||
dependencies:
|
||||
'@types/json5': 0.0.30
|
||||
'@types/resolve': 1.20.1
|
||||
'@types/resolve': 1.20.2
|
||||
json5: 2.2.1
|
||||
resolve: 1.22.0
|
||||
strip-bom: 4.0.0
|
||||
|
@ -9851,15 +9851,15 @@ packages:
|
|||
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
|
||||
dev: true
|
||||
|
||||
/tslib/2.3.1:
|
||||
resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
|
||||
/tslib/2.4.0:
|
||||
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
||||
|
||||
/tsm/2.2.1:
|
||||
resolution: {integrity: sha512-qvJB0baPnxQJolZru11mRgGTdNlx17WqgJnle7eht3Vhb+VUR4/zFA5hFl6NqRe7m8BD9w/6yu0B2XciRrdoJA==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
dev: false
|
||||
|
||||
/tsutils/3.21.0_typescript@4.6.3:
|
||||
|
@ -9891,119 +9891,119 @@ packages:
|
|||
safe-buffer: 5.2.1
|
||||
dev: true
|
||||
|
||||
/turbo-darwin-64/1.2.4:
|
||||
resolution: {integrity: sha512-fIseb9faJZdrJ2LXJAMZmSI5hV5MbHiRKIEnwt6pqk9+8HcJnsz3Rfo7uSNH07Qo64moXyoDHa0YFj00PH2Aeg==}
|
||||
/turbo-darwin-64/1.2.5:
|
||||
resolution: {integrity: sha512-AjMEF8hlA9vy1gXLHBruqgO42s0M0rKKZLQPM239wli5lKEprmxd8WMSjd9YmxRflS+/fwrXfjVl0QRhHjDIww==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-darwin-arm64/1.2.4:
|
||||
resolution: {integrity: sha512-/iAKexDsoXLHeLpM71+MMHDL7x95++M1GSIVkME1MJyUwG0RMfjlciBG99ZCBlya39rJhc0ifSLhZVWUttTmJA==}
|
||||
/turbo-darwin-arm64/1.2.5:
|
||||
resolution: {integrity: sha512-2kj4+X9XMGF9o398qVo4HDsaoPy2kcl77X+EYlq2bROoQlGXRrR7R+i/qMvLh4tLsSQAm5eOqEbFyvtMkxT/xg==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-freebsd-64/1.2.4:
|
||||
resolution: {integrity: sha512-YULjq/JW8e2ax/McguL+yHmZxGdLXseKVIVWP1f2dhuF9ztAbGTaagdDnQ8atsqDO0gFsb3WiRo4+4X/NAbgvQ==}
|
||||
/turbo-freebsd-64/1.2.5:
|
||||
resolution: {integrity: sha512-29eQUiS/Fky7O8E0YzGh3EETPvMKmMDkFjJn4XtRGO+iZfkIxlqKnAUpT+8kx3nQ/5dAAoTGHflyf4FNEZaCKA==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-freebsd-arm64/1.2.4:
|
||||
resolution: {integrity: sha512-GCi7soURYBOu7TOEeqAcShKzaOxuN0w60+2BejCKWYe2VtzRvM8ACGTNXRcle/r/9JICiyw3LpxvieJpqdSnOw==}
|
||||
/turbo-freebsd-arm64/1.2.5:
|
||||
resolution: {integrity: sha512-WRFmzgXqXurdRntPrEb7hcOM1Zfjse8OC/sH3V8R9QspYE+upZ42m9ePLt2n5N2shc4XLced/9VFdczx9549Tw==}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-32/1.2.4:
|
||||
resolution: {integrity: sha512-9+Yyig9JWkDgLT7Y4L9LPH4ik0Tlb3E2ac2fJFI4shMp2ETcV1ehyjDXT/LzLTSkf4mGLsww+WYKtzXJNVThRg==}
|
||||
/turbo-linux-32/1.2.5:
|
||||
resolution: {integrity: sha512-YBzKqXJEoORpPq7vwpNf9ovbVru9aQi7HD88fxYW1wvvuPdNx2ZAmjn8sEMZZPkndfOlf9fXgO3aXr0fjqUWMw==}
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-64/1.2.4:
|
||||
resolution: {integrity: sha512-MDnDrfWrtK4BOWh2+a3nrkFacjtEy7sUZnnIhTqUM5FOKD8ISh8VTS3C16hi2BfAjCnZhqIrynbNH/P1YH6j3Q==}
|
||||
/turbo-linux-64/1.2.5:
|
||||
resolution: {integrity: sha512-a85WEfOj4Cw0zd/wo1xoRmqW4kZHAz63nf+vWINyxZOK2H899TCUs+KJpgsacafU0fO36l1rsx2fdUDce/3Dww==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-arm/1.2.4:
|
||||
resolution: {integrity: sha512-Vx2YIFhNqgz4L3Z7zKauPmhgA4QzEtUsjekN0HeEpkZkhWONbcF2gc2j9LTNzicLbI+RoiKrwJWt9qkydqU6mg==}
|
||||
/turbo-linux-arm/1.2.5:
|
||||
resolution: {integrity: sha512-JlLk5cGmj5yRwBQuPMH36w5ZJg0sBfi+dxBZTkJUV9XM9MRgNUs0MkNnjh9ogGvB4R08HY4ud6XcyRdoKLs9pA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-arm64/1.2.4:
|
||||
resolution: {integrity: sha512-gs3mhARtzNBoEQn6S05mefYrmcKtWJexwnDQiQZ8fXIkAE9IqvIWNk7S+MyixQH/11jwUqFPtRsn1yQWbvZDhQ==}
|
||||
/turbo-linux-arm64/1.2.5:
|
||||
resolution: {integrity: sha512-ZtPQx9yw+iMT+sYPYcrtbCye7a/aj93gA2krir4MI+CDp69LuHLuZOOfc8u4JCxSJTbRLoYcwJrdfB9uBSddIQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-mips64le/1.2.4:
|
||||
resolution: {integrity: sha512-99k9FbOJBbIjhoUOE4uOioh65kZI0VHZzf3JlhpYo3j9r+KGhu7aYTbbvd7j1qQ9o5vToic5vc3OkOm2LKgvig==}
|
||||
/turbo-linux-mips64le/1.2.5:
|
||||
resolution: {integrity: sha512-3LLnEwKc5pf7MlUhwvq/ND2cx0f7v3LHK5587CVTQI9nnwgie42n5U168J7BPPPkIE0k0j4S1jeXU18DV3vWbA==}
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-linux-ppc64le/1.2.4:
|
||||
resolution: {integrity: sha512-M+/sBWQ4UXVplSt5/pIvIRBT6NfEOVFvcOpbzWNjAhLE0vE/ZYeU07S/HjRZd6PMiodT61UyC7BwDQOa2pDOQg==}
|
||||
/turbo-linux-ppc64le/1.2.5:
|
||||
resolution: {integrity: sha512-1k4lBCu2jdQNF3KXjPAbOER5/j37AdBqHnuHB6JuiOocm+v3WgEfkctkqLrgow3q1HLeb4me3wGXstV//6dzSg==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-windows-32/1.2.4:
|
||||
resolution: {integrity: sha512-Y2R5ZmOHOTgr/pAQAVY39BpRDMRCjyaeLxwIAIkvyNSBpkU/TtnJZXMlt2so42Qv9Jren1mlvxm+g1nb0zAQQg==}
|
||||
/turbo-windows-32/1.2.5:
|
||||
resolution: {integrity: sha512-XT2g/kZopqARjs39MNVP5XysrK2R0P9QVnrRdVY72zgswLvvcvDI6SM5SPX/SWF4iLU5OEUlpCaUz5dJLGMGUw==}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo-windows-64/1.2.4:
|
||||
resolution: {integrity: sha512-F8tapVNGeWXdNSFJDybOSNWxmi6xF59oZIP7+c043D/IBvkIGTQG449QD9EdUtSq8pe20zM95VKmW9mUjqHYPQ==}
|
||||
/turbo-windows-64/1.2.5:
|
||||
resolution: {integrity: sha512-Ut097JJv9qy/8cpHANB7/BH0uh2IZbUeSSRudTl8tfMX8ZEdla/NpJd+omMV4CwPRrZAO6SyKiTfeHFOt/6NgQ==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/turbo/1.2.4:
|
||||
resolution: {integrity: sha512-3MPu+uvaKvmW5R0JncX8TJRli/5Z5Mz/H260oCfmGlEuVdvdn7Gf6ZefDnYiuDe5ofltq78SL0LTIAqLYbUmiw==}
|
||||
/turbo/1.2.5:
|
||||
resolution: {integrity: sha512-KXk5BGCaiSSXhtorrLUILB3OTqZ/uruIi0ggb0jSp55ZDSS+G/4OANw7y5QuRjizCpjwunb47AAOox/2Zn2nbA==}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
optionalDependencies:
|
||||
turbo-darwin-64: 1.2.4
|
||||
turbo-darwin-arm64: 1.2.4
|
||||
turbo-freebsd-64: 1.2.4
|
||||
turbo-freebsd-arm64: 1.2.4
|
||||
turbo-linux-32: 1.2.4
|
||||
turbo-linux-64: 1.2.4
|
||||
turbo-linux-arm: 1.2.4
|
||||
turbo-linux-arm64: 1.2.4
|
||||
turbo-linux-mips64le: 1.2.4
|
||||
turbo-linux-ppc64le: 1.2.4
|
||||
turbo-windows-32: 1.2.4
|
||||
turbo-windows-64: 1.2.4
|
||||
turbo-darwin-64: 1.2.5
|
||||
turbo-darwin-arm64: 1.2.5
|
||||
turbo-freebsd-64: 1.2.5
|
||||
turbo-freebsd-arm64: 1.2.5
|
||||
turbo-linux-32: 1.2.5
|
||||
turbo-linux-64: 1.2.5
|
||||
turbo-linux-arm: 1.2.5
|
||||
turbo-linux-arm64: 1.2.5
|
||||
turbo-linux-mips64le: 1.2.5
|
||||
turbo-linux-ppc64le: 1.2.5
|
||||
turbo-windows-32: 1.2.5
|
||||
turbo-windows-64: 1.2.5
|
||||
dev: true
|
||||
|
||||
/turbolinks/5.2.0:
|
||||
|
@ -10370,7 +10370,7 @@ packages:
|
|||
stylus:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.36
|
||||
esbuild: 0.14.38
|
||||
postcss: 8.4.12
|
||||
resolve: 1.22.0
|
||||
rollup: 2.70.2
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"@astrojs/webapi": "workspace:*",
|
||||
"adm-zip": "^0.5.9",
|
||||
"arg": "^5.0.1",
|
||||
"esbuild": "^0.14.36",
|
||||
"esbuild": "^0.14.38",
|
||||
"globby": "^12.2.0",
|
||||
"kleur": "^4.1.4",
|
||||
"svelte": "^3.47.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue