summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blog-multiple-authors/package.json4
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json8
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/integrations-playground/package.json8
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--package.json8
-rw-r--r--packages/astro/package.json20
-rw-r--r--packages/astro/test/fixtures/sass/package.json2
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/preact/package.json4
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/package.json6
-rw-r--r--packages/renderers/renderer-lit/package.json4
-rw-r--r--packages/renderers/renderer-preact/package.json4
-rw-r--r--packages/renderers/renderer-solid/package.json2
-rw-r--r--packages/renderers/renderer-svelte/package.json6
-rw-r--r--packages/webapi/package.json2
-rw-r--r--pnpm-lock.yaml1496
-rw-r--r--scripts/package.json2
29 files changed, 698 insertions, 914 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index ab4984b5f..6e2958d42 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index beb499641..20fe24caf 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 402659f6f..199424edc 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,8 +12,8 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
- "@types/react": "^17.0.43",
- "preact": "^10.7.0",
+ "@types/react": "^17.0.44",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 5b78e9499..49490067d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -14,6 +14,6 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1"
+ "lit": "^2.2.2"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d41984083..b4e51a3b2 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1",
- "preact": "^10.7.0",
+ "lit": "^2.2.2",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.13",
- "svelte": "^3.46.6",
+ "solid-js": "^1.3.14",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index a933db771..dd97c2c62 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 36915e817..283197ecb 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "solid-js": "^1.3.13"
+ "solid-js": "^1.3.14"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 60eadc0cc..0779d3558 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "svelte": "^3.46.6"
+ "svelte": "^3.47.0"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index c56e2e3b9..f7a7485e8 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1",
- "preact": "^10.7.0",
+ "lit": "^2.2.2",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.13",
- "svelte": "^3.46.6",
+ "solid-js": "^1.3.14",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index ef4e310f6..1f0a3e6c1 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index d6ae1fc13..d5f0250c3 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -18,6 +18,6 @@
"vite-imagetools": "^4.0.3"
},
"dependencies": {
- "svelte": "^3.46.6"
+ "svelte": "^3.47.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 23196ec44..785f3ce10 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 3abbbf829..7c509dc2b 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -17,10 +17,10 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "svelte": "^3.46.6",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 58e1475d3..077fbfc42 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.12",
- "preact": "^10.7.0",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",
diff --git a/package.json b/package.json
index e2a2ea3b7..f3958a75a 100644
--- a/package.json
+++ b/package.json
@@ -59,11 +59,11 @@
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.0",
- "@typescript-eslint/eslint-plugin": "^5.17.0",
- "@typescript-eslint/parser": "^5.17.0",
+ "@typescript-eslint/eslint-plugin": "^5.18.0",
+ "@typescript-eslint/parser": "^5.18.0",
"del": "^6.0.0",
"esbuild": "^0.14.34",
- "eslint": "^8.12.0",
+ "eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
@@ -71,7 +71,7 @@
"prettier": "^2.6.2",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
- "turbo": "^1.1.10",
+ "turbo": "^1.2.1",
"typescript": "~4.6.3"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index e7338c599..458d3e13c 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -76,14 +76,14 @@
},
"dependencies": {
"@astrojs/compiler": "^0.14.1",
- "@astrojs/language-server": "^0.13.3",
+ "@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.8.1",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
- "@babel/core": "^7.17.8",
- "@babel/generator": "^7.17.7",
- "@babel/parser": "^7.17.8",
- "@babel/traverse": "^7.17.3",
+ "@babel/core": "^7.17.9",
+ "@babel/generator": "^7.17.9",
+ "@babel/parser": "^7.17.9",
+ "@babel/traverse": "^7.17.9",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
"@web/parse5-utils": "^1.3.0",
@@ -94,7 +94,7 @@
"debug": "^4.3.4",
"diff": "^5.0.0",
"eol": "^0.9.1",
- "es-module-lexer": "^0.10.4",
+ "es-module-lexer": "^0.10.5",
"esbuild": "^0.14.34",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
@@ -120,7 +120,7 @@
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.1",
- "semver": "^7.3.5",
+ "semver": "^7.3.6",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
"shorthash": "^0.0.2",
@@ -134,7 +134,7 @@
"tsconfig-resolver": "^3.0.1",
"vite": "^2.9.1",
"yargs-parser": "^21.0.1",
- "zod": "^3.14.3"
+ "zod": "^3.14.4"
},
"devDependencies": {
"@babel/types": "^7.17.0",
@@ -152,7 +152,7 @@
"@types/mocha": "^9.1.0",
"@types/parse5": "^6.0.3",
"@types/path-browserify": "^1.0.0",
- "@types/prettier": "^2.4.4",
+ "@types/prettier": "^2.6.0",
"@types/resolve": "^1.20.1",
"@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1",
@@ -161,7 +161,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
diff --git a/packages/astro/test/fixtures/sass/package.json b/packages/astro/test/fixtures/sass/package.json
index 2250f7f54..b4811f636 100644
--- a/packages/astro/test/fixtures/sass/package.json
+++ b/packages/astro/test/fixtures/sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
}
}
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 89d2ea714..d6eb512f7 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -31,7 +31,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@lit-labs/ssr": "^2.0.4"
+ "@lit-labs/ssr": "^2.1.0"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 3c3d89f9f..d98f25bc3 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -31,12 +31,12 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
- "preact-render-to-string": "^5.1.20"
+ "preact-render-to-string": "^5.1.21"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
},
"peerDependencies": {
"preact": "^10.6.5"
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 359ad1c30..7d2aa0b79 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -36,8 +36,8 @@
"@babel/plugin-transform-react-jsx": "^7.17.3"
},
"devDependencies": {
- "@types/react": "^17.0.43",
- "@types/react-dom": "^17.0.14",
+ "@types/react": "^17.0.44",
+ "@types/react-dom": "^17.0.15",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"react": "^18.0.0",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 2e8b56271..474c22695 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.3.13"
+ "solid-js": "^1.3.14"
},
"peerDependencies": {
"solid-js": "^1.3.6"
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 37c40d484..7668959fb 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -31,14 +31,14 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
+ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"postcss-load-config": "^3.1.4",
- "svelte-preprocess": "^4.10.4"
+ "svelte-preprocess": "^4.10.5"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^3.46.6"
+ "svelte": "^3.47.0"
},
"peerDependencies": {
"svelte": "^3.46.4"
diff --git a/packages/renderers/renderer-lit/package.json b/packages/renderers/renderer-lit/package.json
index 5f9dbcab3..8f11c603f 100644
--- a/packages/renderers/renderer-lit/package.json
+++ b/packages/renderers/renderer-lit/package.json
@@ -20,8 +20,8 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@lit-labs/ssr": "^2.0.4",
+ "@lit-labs/ssr": "^2.1.0",
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1"
+ "lit": "^2.2.2"
}
}
diff --git a/packages/renderers/renderer-preact/package.json b/packages/renderers/renderer-preact/package.json
index 9174628e8..81dea572b 100644
--- a/packages/renderers/renderer-preact/package.json
+++ b/packages/renderers/renderer-preact/package.json
@@ -22,8 +22,8 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
- "preact": "^10.7.0",
- "preact-render-to-string": "^5.1.20"
+ "preact": "^10.7.1",
+ "preact-render-to-string": "^5.1.21"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json
index d7d45459c..bfb0cedf3 100644
--- a/packages/renderers/renderer-solid/package.json
+++ b/packages/renderers/renderer-solid/package.json
@@ -21,7 +21,7 @@
},
"dependencies": {
"babel-preset-solid": "^1.3.13",
- "solid-js": "^1.3.13"
+ "solid-js": "^1.3.14"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json
index 8da05e9f8..62323cfce 100644
--- a/packages/renderers/renderer-svelte/package.json
+++ b/packages/renderers/renderer-svelte/package.json
@@ -20,9 +20,9 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
- "svelte": "^3.46.6",
- "svelte-preprocess": "^4.10.4",
+ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
+ "svelte": "^3.47.0",
+ "svelte-preprocess": "^4.10.5",
"vite": "^2.9.1"
},
"engines": {
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index 7846d7775..88dc2eca8 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -70,7 +70,7 @@
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"urlpattern-polyfill": "^1.0.0-rc5",
- "web-streams-polyfill": "^3.2.0"
+ "web-streams-polyfill": "^3.2.1"
},
"scripts": {
"build": "node run/build.js",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1e1a382d9..189875acf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,11 +8,11 @@ importers:
'@changesets/changelog-github': 0.4.4
'@changesets/cli': 2.22.0
'@octokit/action': ^3.18.0
- '@typescript-eslint/eslint-plugin': ^5.17.0
- '@typescript-eslint/parser': ^5.17.0
+ '@typescript-eslint/eslint-plugin': ^5.18.0
+ '@typescript-eslint/parser': ^5.18.0
del: ^6.0.0
esbuild: ^0.14.34
- eslint: ^8.12.0
+ eslint: ^8.13.0
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
execa: ^6.1.0
@@ -20,7 +20,7 @@ importers:
prettier: ^2.6.2
pretty-bytes: ^6.0.0
tiny-glob: ^0.2.9
- turbo: ^1.1.10
+ turbo: ^1.2.1
typescript: ~4.6.3
dependencies:
'@astrojs/webapi': link:packages/webapi
@@ -28,28 +28,28 @@ importers:
'@changesets/changelog-github': 0.4.4
'@changesets/cli': 2.22.0
'@octokit/action': 3.18.0
- '@typescript-eslint/eslint-plugin': 5.17.0_689ff565753ecf7c3328c07fad067df5
- '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3
+ '@typescript-eslint/eslint-plugin': 5.18.0_0dd9be2ba5ed9805045f3fec8be848f5
+ '@typescript-eslint/parser': 5.18.0_eslint@8.13.0+typescript@4.6.3
del: 6.0.0
esbuild: 0.14.34
- eslint: 8.12.0
- eslint-config-prettier: 8.5.0_eslint@8.12.0
- eslint-plugin-prettier: 4.0.0_f2c91d0f54113167d2bd9214a5ab5a36
+ eslint: 8.13.0
+ eslint-config-prettier: 8.5.0_eslint@8.13.0
+ eslint-plugin-prettier: 4.0.0_1815ac95b7fb26c13c7d48a8eef62d0f
execa: 6.1.0
patch-package: 6.4.7
prettier: 2.6.2
pretty-bytes: 6.0.0
tiny-glob: 0.2.9
- turbo: 1.1.10
+ turbo: 1.2.1
typescript: 4.6.3
examples/blog:
specifiers:
'@astrojs/preact': ^0.0.2
astro: ^1.0.0-beta.5
- preact: ^10.7.0
+ preact: ^10.7.1
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
@@ -58,14 +58,14 @@ importers:
specifiers:
'@astrojs/preact': ^0.0.2
astro: ^1.0.0-beta.5
- preact: ^10.7.0
- sass: ^1.49.11
+ preact: ^10.7.1
+ sass: ^1.50.0
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
- sass: 1.49.11
+ sass: 1.50.0
examples/component:
specifiers:
@@ -91,17 +91,17 @@ importers:
'@astrojs/react': ^0.1.0
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
- '@types/react': ^17.0.43
+ '@types/react': ^17.0.44
astro: ^1.0.0-beta.5
- preact: ^10.7.0
+ preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
'@algolia/client-search': 4.13.0
'@docsearch/css': 3.0.0
- '@docsearch/react': 3.0.0_9e0989ed96c3582fc46f3bba1f5ac769
- '@types/react': 17.0.43
- preact: 10.7.0
+ '@docsearch/react': 3.0.0_6ca7f4f00738722475e8daa3551a29ae
+ '@types/react': 17.0.44
+ preact: 10.7.1
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
devDependencies:
@@ -126,10 +126,10 @@ importers:
'@astrojs/lit': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.5
- lit: ^2.2.1
+ lit: ^2.2.2
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
- lit: 2.2.1
+ lit: 2.2.2
devDependencies:
'@astrojs/lit': link:../../packages/integrations/lit
astro: link:../../packages/astro
@@ -144,21 +144,21 @@ importers:
'@astrojs/vue': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.5
- lit: ^2.2.1
- preact: ^10.7.0
+ lit: ^2.2.2
+ preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
- solid-js: ^1.3.13
- svelte: ^3.46.6
+ solid-js: ^1.3.14
+ svelte: ^3.47.0
vue: ^3.2.31
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
- lit: 2.2.1
- preact: 10.7.0
+ lit: 2.2.2
+ preact: 10.7.1
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
- solid-js: 1.3.13
- svelte: 3.46.6
+ solid-js: 1.3.14
+ svelte: 3.47.0
vue: 3.2.31
devDependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -173,9 +173,9 @@ importers:
specifiers:
'@astrojs/preact': ^0.0.2
astro: ^1.0.0-beta.5
- preact: ^10.7.0
+ preact: ^10.7.1
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
@@ -197,9 +197,9 @@ importers:
specifiers:
'@astrojs/solid-js': ^0.0.4-beta.0
astro: ^1.0.0-beta.5
- solid-js: ^1.3.13
+ solid-js: ^1.3.14
dependencies:
- solid-js: 1.3.13
+ solid-js: 1.3.14
devDependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
astro: link:../../packages/astro
@@ -208,9 +208,9 @@ importers:
specifiers:
'@astrojs/svelte': ^0.0.2
astro: ^1.0.0-beta.5
- svelte: ^3.46.6
+ svelte: ^3.47.0
dependencies:
- svelte: 3.46.6
+ svelte: 3.47.0
devDependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
astro: link:../../packages/astro
@@ -236,21 +236,21 @@ importers:
'@astrojs/turbolinks': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.5
- lit: ^2.2.1
- preact: ^10.7.0
+ lit: ^2.2.2
+ preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
- solid-js: ^1.3.13
- svelte: ^3.46.6
+ solid-js: ^1.3.14
+ svelte: ^3.47.0
vue: ^3.2.31
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
- lit: 2.2.1
- preact: 10.7.0
+ lit: 2.2.2
+ preact: 10.7.1
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
- solid-js: 1.3.13
- svelte: 3.46.6
+ solid-js: 1.3.14
+ svelte: 3.47.0
vue: 3.2.31
devDependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -277,14 +277,14 @@ importers:
specifiers:
'@astrojs/preact': ^0.0.2
astro: ^1.0.0-beta.5
- preact: ^10.7.0
- sass: ^1.49.11
+ preact: ^10.7.1
+ sass: ^1.50.0
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
- sass: 1.49.11
+ sass: 1.50.0
examples/ssr:
specifiers:
@@ -293,11 +293,11 @@ importers:
astro: ^1.0.0-beta.5
concurrently: ^7.1.0
lightcookie: ^1.0.25
- svelte: ^3.46.6
+ svelte: ^3.47.0
unocss: ^0.15.6
vite-imagetools: ^4.0.3
dependencies:
- svelte: 3.46.6
+ svelte: 3.47.0
devDependencies:
'@astrojs/node': link:../../packages/integrations/node
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -319,14 +319,14 @@ importers:
astro: ^1.0.0-beta.5
react: ^18.0.0
react-dom: ^18.0.0
- sass: ^1.49.11
+ sass: ^1.50.0
dependencies:
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
devDependencies:
'@astrojs/react': link:../../packages/integrations/react
astro: link:../../packages/astro
- sass: 1.49.11
+ sass: 1.50.0
examples/with-markdown:
specifiers:
@@ -336,16 +336,16 @@ importers:
'@astrojs/svelte': ^0.0.2
'@astrojs/vue': ^0.0.2
astro: ^1.0.0-beta.5
- preact: ^10.7.0
+ preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
- svelte: ^3.46.6
+ svelte: ^3.47.0
vue: ^3.2.31
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
- svelte: 3.46.6
+ svelte: 3.47.0
vue: 3.2.31
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
@@ -393,17 +393,17 @@ importers:
'@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.5
nanostores: ^0.5.12
- preact: ^10.7.0
+ preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
solid-nanostores: 0.0.6
vue: ^3.2.31
dependencies:
- '@nanostores/preact': 0.1.3_nanostores@0.5.12+preact@10.7.0
+ '@nanostores/preact': 0.1.3_nanostores@0.5.12+preact@10.7.1
'@nanostores/react': 0.1.5_33de46f26c75888291546388c72611d1
'@nanostores/vue': 0.4.1_nanostores@0.5.12+vue@3.2.31
nanostores: 0.5.12
- preact: 10.7.0
+ preact: 10.7.1
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
solid-nanostores: 0.0.6
@@ -445,14 +445,14 @@ importers:
packages/astro:
specifiers:
'@astrojs/compiler': ^0.14.1
- '@astrojs/language-server': ^0.13.3
+ '@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.8.1
'@astrojs/prism': 0.4.1
'@astrojs/webapi': ^0.11.0
- '@babel/core': ^7.17.8
- '@babel/generator': ^7.17.7
- '@babel/parser': ^7.17.8
- '@babel/traverse': ^7.17.3
+ '@babel/core': ^7.17.9
+ '@babel/generator': ^7.17.9
+ '@babel/parser': ^7.17.9
+ '@babel/traverse': ^7.17.9
'@babel/types': ^7.17.0
'@proload/core': ^0.2.2
'@proload/plugin-tsm': ^0.1.1
@@ -470,7 +470,7 @@ importers:
'@types/mocha': ^9.1.0
'@types/parse5': ^6.0.3
'@types/path-browserify': ^1.0.0
- '@types/prettier': ^2.4.4
+ '@types/prettier': ^2.6.0
'@types/resolve': ^1.20.1
'@types/rimraf': ^3.0.2
'@types/send': ^0.17.1
@@ -486,7 +486,7 @@ importers:
debug: ^4.3.4
diff: ^5.0.0
eol: ^0.9.1
- es-module-lexer: ^0.10.4
+ es-module-lexer: ^0.10.5
esbuild: ^0.14.34
estree-walker: ^3.0.1
execa: ^6.1.0
@@ -513,8 +513,8 @@ importers:
rehype-slug: ^5.0.1
resolve: ^1.22.0
rollup: ^2.70.1
- sass: ^1.49.11
- semver: ^7.3.5
+ sass: ^1.50.0
+ semver: ^7.3.6
serialize-javascript: ^6.0.0
shiki: ^0.10.1
shorthash: ^0.0.2
@@ -528,17 +528,17 @@ importers:
tsconfig-resolver: ^3.0.1
vite: ^2.9.1
yargs-parser: ^21.0.1
- zod: ^3.14.3
+ zod: ^3.14.4
dependencies:
'@astrojs/compiler': 0.14.1
- '@astrojs/language-server': 0.13.3
+ '@astrojs/language-server': 0.13.4
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
'@astrojs/webapi': link:../webapi
- '@babel/core': 7.17.8
- '@babel/generator': 7.17.7
- '@babel/parser': 7.17.8
- '@babel/traverse': 7.17.3
+ '@babel/core': 7.17.9
+ '@babel/generator': 7.17.9
+ '@babel/parser': 7.17.9
+ '@babel/traverse': 7.17.9
'@proload/core': 0.2.2
'@proload/plugin-tsm': 0.1.1_@proload+core@0.2.2
'@web/parse5-utils': 1.3.0
@@ -549,7 +549,7 @@ importers:
debug: 4.3.4
diff: 5.0.0
eol: 0.9.1
- es-module-lexer: 0.10.4
+ es-module-lexer: 0.10.5
esbuild: 0.14.34
estree-walker: 3.0.1
execa: 6.1.0
@@ -575,7 +575,7 @@ importers:
rehype-slug: 5.0.1
resolve: 1.22.0
rollup: 2.70.1
- semver: 7.3.5
+ semver: 7.3.6
serialize-javascript: 6.0.0
shiki: 0.10.1
shorthash: 0.0.2
@@ -587,9 +587,9 @@ importers:
strip-ansi: 7.0.1
supports-esm: 1.0.0
tsconfig-resolver: 3.0.1
- vite: 2.9.1_sass@1.49.11
+ vite: 2.9.1_sass@1.50.0
yargs-parser: 21.0.1
- zod: 3.14.3
+ zod: 3.14.4
devDependencies:
'@babel/types': 7.17.0
'@types/babel__core': 7.1.19
@@ -606,7 +606,7 @@ importers:
'@types/mocha': 9.1.0
'@types/parse5': 6.0.3
'@types/path-browserify': 1.0.0
- '@types/prettier': 2.4.4
+ '@types/prettier': 2.6.0
'@types/resolve': 1.20.1
'@types/rimraf': 3.0.2
'@types/send': 0.17.1
@@ -615,7 +615,7 @@ importers:
chai: 4.3.6
cheerio: 1.0.0-rc.10
mocha: 9.2.2
- sass: 1.49.11
+ sass: 1.50.0
packages/astro-prism:
specifiers:
@@ -1039,10 +1039,10 @@ importers:
packages/astro/test/fixtures/sass:
specifiers:
astro: workspace:*
- sass: ^1.49.11
+ sass: ^1.50.0
dependencies:
astro: link:../../..
- sass: 1.49.11
+ sass: 1.50.0
packages/astro/test/fixtures/slots-preact:
specifiers:
@@ -1230,11 +1230,11 @@ importers:
packages/integrations/lit:
specifiers:
- '@lit-labs/ssr': ^2.0.4
+ '@lit-labs/ssr': ^2.1.0
astro: workspace:*
astro-scripts: workspace:*
dependencies:
- '@lit-labs/ssr': 2.0.4
+ '@lit-labs/ssr': 2.1.0
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts
@@ -1281,21 +1281,21 @@ importers:
'@babel/plugin-transform-react-jsx': ^7.17.3
astro: workspace:*
astro-scripts: workspace:*
- preact: ^10.7.0
- preact-render-to-string: ^5.1.20
+ preact: ^10.7.1
+ preact-render-to-string: ^5.1.21
dependencies:
'@babel/plugin-transform-react-jsx': 7.17.3
- preact-render-to-string: 5.1.20_preact@10.7.0
+ preact-render-to-string: 5.1.21_preact@10.7.1
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts
- preact: 10.7.0
+ preact: 10.7.1
packages/integrations/react:
specifiers:
'@babel/plugin-transform-react-jsx': ^7.17.3
- '@types/react': ^17.0.43
- '@types/react-dom': ^17.0.14
+ '@types/react': ^17.0.44
+ '@types/react-dom': ^17.0.15
astro: workspace:*
astro-scripts: workspace:*
react: ^18.0.0
@@ -1303,8 +1303,8 @@ importers:
dependencies:
'@babel/plugin-transform-react-jsx': 7.17.3
devDependencies:
- '@types/react': 17.0.43
- '@types/react-dom': 17.0.14
+ '@types/react': 17.0.44
+ '@types/react-dom': 17.0.15
astro: link:../../astro
astro-scripts: link:../../../scripts
react: 18.0.0
@@ -1326,30 +1326,30 @@ importers:
astro: workspace:*
astro-scripts: workspace:*
babel-preset-solid: ^1.3.13
- solid-js: ^1.3.13
+ solid-js: ^1.3.14
dependencies:
babel-preset-solid: 1.3.13
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts
- solid-js: 1.3.13
+ solid-js: 1.3.14
packages/integrations/svelte:
specifiers:
- '@sveltejs/vite-plugin-svelte': ^1.0.0-next.40
+ '@sveltejs/vite-plugin-svelte': ^1.0.0-next.41
astro: workspace:*
astro-scripts: workspace:*
postcss-load-config: ^3.1.4
- svelte: ^3.46.6
- svelte-preprocess: ^4.10.4
+ svelte: ^3.47.0
+ svelte-preprocess: ^4.10.5
dependencies:
- '@sveltejs/vite-plugin-svelte': 1.0.0-next.40_svelte@3.46.6
+ '@sveltejs/vite-plugin-svelte': 1.0.0-next.41_svelte@3.47.0
postcss-load-config: 3.1.4
- svelte-preprocess: 4.10.4_4fb28cead04100f31b0e8b0196137d75
+ svelte-preprocess: 4.10.5_1402eb22fee660bb6c891bb9c1bca0d1
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts
- svelte: 3.46.6
+ svelte: 3.47.0
packages/integrations/tailwind:
specifiers:
@@ -1462,23 +1462,23 @@ importers:
packages/renderers/renderer-lit:
specifiers:
- '@lit-labs/ssr': ^2.0.4
+ '@lit-labs/ssr': ^2.1.0
'@webcomponents/template-shadowroot': ^0.1.0
- lit: ^2.2.1
+ lit: ^2.2.2
dependencies:
- '@lit-labs/ssr': 2.0.4
+ '@lit-labs/ssr': 2.1.0
'@webcomponents/template-shadowroot': 0.1.0
- lit: 2.2.1
+ lit: 2.2.2
packages/renderers/renderer-preact:
specifiers:
'@babel/plugin-transform-react-jsx': ^7.17.3
- preact: ^10.7.0
- preact-render-to-string: ^5.1.20
+ preact: ^10.7.1
+ preact-render-to-string: ^5.1.21
dependencies:
'@babel/plugin-transform-react-jsx': 7.17.3
- preact: 10.7.0
- preact-render-to-string: 5.1.20_preact@10.7.0
+ preact: 10.7.1
+ preact-render-to-string: 5.1.21_preact@10.7.1
packages/renderers/renderer-react:
specifiers:
@@ -1493,21 +1493,21 @@ importers:
packages/renderers/renderer-solid:
specifiers:
babel-preset-solid: ^1.3.13
- solid-js: ^1.3.13
+ solid-js: ^1.3.14
dependencies:
babel-preset-solid: 1.3.13
- solid-js: 1.3.13
+ solid-js: 1.3.14
packages/renderers/renderer-svelte:
specifiers:
- '@sveltejs/vite-plugin-svelte': ^1.0.0-next.40
- svelte: ^3.46.6
- svelte-preprocess: ^4.10.4
+ '@sveltejs/vite-plugin-svelte': ^1.0.0-next.41
+ svelte: ^3.47.0
+ svelte-preprocess: ^4.10.5
vite: ^2.9.1
dependencies:
- '@sveltejs/vite-plugin-svelte': 1.0.0-next.40_svelte@3.46.6+vite@2.9.1
- svelte: 3.46.6
- svelte-preprocess: 4.10.4_svelte@3.46.6+typescript@4.6.3
+ '@sveltejs/vite-plugin-svelte': 1.0.0-next.41_svelte@3.47.0+vite@2.9.1
+ svelte: 3.47.0
+ svelte-preprocess: 4.10.5_svelte@3.47.0+typescript@4.6.3
vite: 2.9.1
packages/renderers/renderer-vue:
@@ -1542,7 +1542,7 @@ importers:
rollup-plugin-terser: ^7.0.2
tslib: ^2.3.1
urlpattern-polyfill: ^1.0.0-rc5
- web-streams-polyfill: ^3.2.0
+ web-streams-polyfill: ^3.2.1
devDependencies:
'@rollup/plugin-alias': 3.1.9_rollup@2.70.1
'@rollup/plugin-inject': 4.0.4_rollup@2.70.1
@@ -1564,7 +1564,7 @@ importers:
rollup-plugin-terser: 7.0.2_rollup@2.70.1
tslib: 2.3.1
urlpattern-polyfill: 1.0.0-rc5
- web-streams-polyfill: 3.2.0
+ web-streams-polyfill: 3.2.1
scripts:
specifiers:
@@ -1578,7 +1578,7 @@ importers:
esbuild: ^0.14.34
globby: ^12.2.0
kleur: ^4.1.4
- svelte: ^3.46.6
+ svelte: ^3.47.0
tar: ^6.1.11
dependencies:
'@astrojs/renderer-preact': link:../packages/renderers/renderer-preact
@@ -1591,7 +1591,7 @@ importers:
esbuild: 0.14.34
globby: 12.2.0
kleur: 4.1.4
- svelte: 3.46.6
+ svelte: 3.47.0
tar: 6.1.11
packages:
@@ -1726,8 +1726,8 @@ packages:
'@types/throttle-debounce': 2.1.0
dev: true
- /@antfu/utils/0.5.0:
- resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==}
+ /@antfu/utils/0.5.1:
+ resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==}
dev: true
/@apideck/better-ajv-errors/0.3.3_ajv@8.11.0:
@@ -1749,8 +1749,8 @@ packages:
uvu: 0.5.3
dev: false
- /@astrojs/language-server/0.13.3:
- resolution: {integrity: sha512-i+m49XGg52LBDsi+zT5Wo9uhundfWHdA2uzC0xMn5AOmQXXzlDgSo29/SFRsHx3shT3kZ5Uf/Jkm6BNed/bs3g==}
+ /@astrojs/language-server/0.13.4:
+ resolution: {integrity: sha512-xWtzZMEVsEZkRLlHMKiOoQIXyQwdMkBPHsRcO1IbzpCmaMQGfKKYNANJ1FKZSHsybbXG/BBaB+LqgVPFNFufew==}
hasBin: true
dependencies:
'@astrojs/svelte-language-integration': 0.1.2_typescript@4.6.3
@@ -1770,8 +1770,8 @@ packages:
/@astrojs/svelte-language-integration/0.1.2_typescript@4.6.3:
resolution: {integrity: sha512-O6LYL9igYSzxCxDHYWUqEquuuUlMG0UL1SliZ7rF/vx9GwU71TCpsRe4iHZ0bcemM5ju9ihoTzGCmLXzYrNw0g==}
dependencies:
- svelte: 3.46.6
- svelte2tsx: 0.5.6_svelte@3.46.6+typescript@4.6.3
+ svelte: 3.47.0
+ svelte2tsx: 0.5.8_svelte@3.47.0+typescript@4.6.3
transitivePeerDependencies:
- typescript
dev: false
@@ -1780,25 +1780,25 @@ packages:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.16.10
+ '@babel/highlight': 7.17.9
/@babel/compat-data/7.17.7:
resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
engines: {node: '>=6.9.0'}
- /@babel/core/7.17.8:
- resolution: {integrity: sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==}
+ /@babel/core/7.17.9:
+ resolution: {integrity: sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.1.2
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.7
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
+ '@babel/generator': 7.17.9
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
'@babel/helper-module-transforms': 7.17.7
- '@babel/helpers': 7.17.8
- '@babel/parser': 7.17.8
+ '@babel/helpers': 7.17.9
+ '@babel/parser': 7.17.9
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
'@babel/types': 7.17.0
convert-source-map: 1.8.0
debug: 4.3.4
@@ -1808,8 +1808,8 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/generator/7.17.7:
- resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==}
+ /@babel/generator/7.17.9:
+ resolution: {integrity: sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
@@ -1830,7 +1830,7 @@ packages:
'@babel/types': 7.17.0
dev: true
- /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.8:
+ /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.9:
resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1840,13 +1840,13 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.7
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-validator-option': 7.16.7
browserslist: 4.20.2
semver: 6.3.0
- /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.8:
- resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==}
+ /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.9:
+ resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1854,10 +1854,10 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.16.7
+ '@babel/helper-function-name': 7.17.9
'@babel/helper-member-expression-to-functions': 7.17.7
'@babel/helper-optimise-call-expression': 7.16.7
'@babel/helper-replace-supers': 7.16.7
@@ -1866,7 +1866,7 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.8:
+ /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.9:
resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1875,12 +1875,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-annotate-as-pure': 7.16.7
regexpu-core: 5.0.1
dev: true
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.8:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.9:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
@@ -1888,11 +1888,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.0
@@ -1914,20 +1914,13 @@ packages:
'@babel/types': 7.17.0
dev: true
- /@babel/helper-function-name/7.16.7:
- resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==}
+ /@babel/helper-function-name/7.17.9:
+ resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-get-function-arity': 7.16.7
'@babel/template': 7.16.7
'@babel/types': 7.17.0
- /@babel/helper-get-function-arity/7.16.7:
- resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
-
/@babel/helper-hoist-variables/7.16.7:
resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
engines: {node: '>=6.9.0'}
@@ -1964,7 +1957,7 @@ packages:
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
@@ -1998,7 +1991,7 @@ packages:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-member-expression-to-functions': 7.17.7
'@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
@@ -2035,38 +2028,38 @@ packages:
resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-function-name': 7.16.7
+ '@babel/helper-function-name': 7.17.9
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helpers/7.17.8:
- resolution: {integrity: sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==}
+ /@babel/helpers/7.17.9:
+ resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
+ '@babel/traverse': 7.17.9
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
- /@babel/highlight/7.16.10:
- resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
+ /@babel/highlight/7.17.9:
+ resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
chalk: 2.4.2
js-tokens: 4.0.0
- /@babel/parser/7.17.8:
- resolution: {integrity: sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==}
+ /@babel/parser/7.17.9:
+ resolution: {integrity: sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==}
engines: {node: '>=6.0.0'}
hasBin: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2075,11 +2068,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2088,13 +2081,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.8:
+ /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.9:
resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2103,15 +2096,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-remap-async-to-generator': 7.16.8
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.8
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2120,14 +2113,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.8:
+ /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.9:
resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2136,15 +2129,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.8
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.9
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2153,12 +2146,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2167,12 +2160,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2181,12 +2174,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2195,12 +2188,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.8
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2209,12 +2202,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2223,12 +2216,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.8
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.8:
+ /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.9:
resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2238,14 +2231,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.7
- '@babel/core': 7.17.8
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2254,12 +2247,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2268,13 +2261,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.8
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9
dev: true
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.8:
+ /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.9:
resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2283,14 +2276,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2299,16 +2292,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8
+ '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.8
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.9
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==}
engines: {node: '>=4'}
peerDependencies:
@@ -2317,12 +2310,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.8:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.9:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2330,11 +2323,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.8:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.9:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2342,11 +2335,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.8:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.9:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2355,11 +2348,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2367,11 +2360,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2379,11 +2372,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2391,7 +2384,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
@@ -2407,7 +2400,7 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: false
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.8:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.9:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2415,11 +2408,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2427,11 +2420,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.8:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.9:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2439,11 +2432,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2451,11 +2444,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2463,11 +2456,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.8:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.9:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2475,11 +2468,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.8:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.9:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2488,11 +2481,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.8:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.9:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2501,11 +2494,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2514,11 +2507,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.8:
+ /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.9:
resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2527,7 +2520,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-remap-async-to-generator': 7.16.8
@@ -2535,7 +2528,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2544,11 +2537,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2557,11 +2550,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2570,10 +2563,10 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.16.7
+ '@babel/helper-function-name': 7.17.9
'@babel/helper-optimise-call-expression': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-replace-supers': 7.16.7
@@ -2583,7 +2576,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2592,11 +2585,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.9:
resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2605,11 +2598,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2618,12 +2611,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2632,11 +2625,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2645,12 +2638,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2659,11 +2652,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2672,13 +2665,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
- '@babel/helper-function-name': 7.16.7
+ '@babel/core': 7.17.9
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
+ '@babel/helper-function-name': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2687,11 +2680,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2700,11 +2693,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2713,7 +2706,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -2721,8 +2714,8 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.17.7_@babel+core@7.17.8:
- resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==}
+ /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.9:
+ resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2730,7 +2723,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-simple-access': 7.17.7
@@ -2739,7 +2732,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.8:
+ /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.9:
resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2748,7 +2741,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
@@ -2758,7 +2751,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2767,14 +2760,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.8:
+ /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.9:
resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2783,11 +2776,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9
dev: true
- /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2796,11 +2789,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2809,14 +2802,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-replace-supers': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2825,11 +2818,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2838,7 +2831,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
@@ -2858,8 +2851,8 @@ packages:
'@babel/types': 7.17.0
dev: false
- /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.8:
- resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==}
+ /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.9:
+ resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2867,11 +2860,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- regenerator-transform: 0.14.5
+ '@babel/core': 7.17.9
+ regenerator-transform: 0.15.0
dev: true
- /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2880,11 +2873,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2893,11 +2886,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2906,12 +2899,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: true
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2920,11 +2913,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2933,11 +2926,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2946,11 +2939,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2959,11 +2952,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.9:
resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2972,12 +2965,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/preset-env/7.16.11_@babel+core@7.17.8:
+ /@babel/preset-env/7.16.11_@babel+core@7.17.9:
resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2987,85 +2980,85 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.7
- '@babel/core': 7.17.8
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-validator-option': 7.16.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.8
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.8
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.8
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.8
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.8
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.8
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.8
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.8
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.8
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.8
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.8
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.8
- '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.8
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.8
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-modules-commonjs': 7.17.7_@babel+core@7.17.8
- '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.8
- '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.8
- '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.8
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.8
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.9
+ '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.9
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.9
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.9
+ '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.9
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.9
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.9
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.9
+ '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.9
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.9
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.9
+ '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.9
+ '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.9
+ '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.9
+ '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.9
+ '@babel/preset-modules': 0.1.5_@babel+core@7.17.9
'@babel/types': 7.17.0
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.8
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.8
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.8
+ 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.21.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.5_@babel+core@7.17.8:
+ /@babel/preset-modules/0.1.5_@babel+core@7.17.9:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3073,16 +3066,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.8
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.9
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.9
'@babel/types': 7.17.0
esutils: 2.0.3
dev: true
- /@babel/runtime/7.17.8:
- resolution: {integrity: sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==}
+ /@babel/runtime/7.17.9:
+ resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
@@ -3093,20 +3086,20 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@babel/types': 7.17.0
- /@babel/traverse/7.17.3:
- resolution: {integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==}
+ /@babel/traverse/7.17.9:
+ resolution: {integrity: sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.7
+ '@babel/generator': 7.17.9
'@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.16.7
+ '@babel/helper-function-name': 7.17.9
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@babel/types': 7.17.0
debug: 4.3.4
globals: 11.12.0
@@ -3128,7 +3121,7 @@ packages:
/@changesets/apply-release-plan/6.0.0:
resolution: {integrity: sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/config': 2.0.0
'@changesets/get-version-range-type': 0.3.2
'@changesets/git': 1.3.2
@@ -3146,7 +3139,7 @@ packages:
/@changesets/assemble-release-plan/5.1.2:
resolution: {integrity: sha512-nOFyDw4APSkY/vh5WNwGEtThPgEjVShp03PKVdId6wZTJALVcAALCSLmDRfeqjE2z9EsGJb7hZdDlziKlnqZgw==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/errors': 0.1.4
'@changesets/get-dependents-graph': 1.3.2
'@changesets/types': 5.0.0
@@ -3174,7 +3167,7 @@ packages:
resolution: {integrity: sha512-4bA3YoBkd5cm5WUxmrR2N9WYE7EeQcM+R3bVYMUj2NvffkQVpU3ckAI+z8UICoojq+HRl2OEwtz+S5UBmYY4zw==}
hasBin: true
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/apply-release-plan': 6.0.0
'@changesets/assemble-release-plan': 5.1.2
'@changesets/changelog-git': 0.1.11
@@ -3248,7 +3241,7 @@ packages:
/@changesets/get-release-plan/3.0.8:
resolution: {integrity: sha512-TJYiWNuP0Lzu2dL/KHuk75w7TkiE5HqoYirrXF7SJIxkhlgH9toQf2C7IapiFTObtuF1qDN8HJAX1CuIOwXldg==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/assemble-release-plan': 5.1.2
'@changesets/config': 2.0.0
'@changesets/pre': 1.0.11
@@ -3264,7 +3257,7 @@ packages:
/@changesets/git/1.3.2:
resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/errors': 0.1.4
'@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
@@ -3288,7 +3281,7 @@ packages:
/@changesets/pre/1.0.11:
resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/errors': 0.1.4
'@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
@@ -3298,7 +3291,7 @@ packages:
/@changesets/read/0.5.5:
resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/git': 1.3.2
'@changesets/logger': 0.0.5
'@changesets/parse': 0.3.13
@@ -3319,7 +3312,7 @@ packages:
/@changesets/write/0.1.8:
resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/types': 5.0.0
fs-extra: 7.0.1
human-id: 1.0.2
@@ -3330,7 +3323,7 @@ packages:
resolution: {integrity: sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==}
dev: false
- /@docsearch/react/3.0.0_9e0989ed96c3582fc46f3bba1f5ac769:
+ /@docsearch/react/3.0.0_6ca7f4f00738722475e8daa3551a29ae:
resolution: {integrity: sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==}
peerDependencies:
'@types/react': '>= 16.8.0 < 18.0.0'
@@ -3340,7 +3333,7 @@ packages:
'@algolia/autocomplete-core': 1.5.2
'@algolia/autocomplete-preset-algolia': 1.5.2_7938c62af9e2e3908b5b052ce2305b13
'@docsearch/css': 3.0.0
- '@types/react': 17.0.43
+ '@types/react': 17.0.44
algoliasearch: 4.13.0
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
@@ -3404,7 +3397,7 @@ packages:
resolution: {integrity: sha512-m+rnw7qKHq/XF7DAi4BcFoEAcXBfqqMgQJh8brGEHeqE/RUvgDMjmxsHgWnVpFsG+VmjGyAiI7nwXdliCwEU0Q==}
dependencies:
'@antfu/install-pkg': 0.1.0
- '@antfu/utils': 0.5.0
+ '@antfu/utils': 0.5.1
'@iconify/types': 1.1.0
debug: 4.3.4
kolorist: 1.5.1
@@ -3435,20 +3428,20 @@ packages:
resolution: {integrity: sha512-rr/UVhxbKWNUr+3qRyvZk+glC7v7ph8Gk/W0z96YG64COJKf9ilnWY6JGW77TRqhrRMmS2nsvAXOyQgcF+4jrA==}
dependencies:
'@lit/reactive-element': 1.3.1
- lit: 2.2.1
- lit-html: 2.2.1
+ lit: 2.2.2
+ lit-html: 2.2.2
dev: false
- /@lit-labs/ssr/2.0.4:
- resolution: {integrity: sha512-8DzMXAGJ6eGJg/Pa9Va6//pW2LGpF8FNz6z/kDX5cAcsZ4BLJRkVUkAoM1Sc9TXaNu04hAxpw6j5sY1tz7zpfg==}
+ /@lit-labs/ssr/2.1.0:
+ resolution: {integrity: sha512-Tnz/S99G57QKQkI+5QhpfOyVxdHM/IbSa3DZmbF5aeIugivONjurHOuMn6AHzzgdteae3ihcGV2eehKPJuG4/w==}
engines: {node: '>=13.9.0'}
dependencies:
'@lit-labs/ssr-client': 1.0.1
'@lit/reactive-element': 1.3.1
'@types/node': 16.11.26
- lit: 2.2.1
+ lit: 2.2.2
lit-element: 3.2.0
- lit-html: 2.2.1
+ lit-html: 2.2.2
node-fetch: 2.6.7
parse5: 6.0.1
resolve: 1.22.0
@@ -3460,14 +3453,14 @@ packages:
resolution: {integrity: sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==}
dev: false
- /@ljharb/has-package-exports-patterns/0.0.1:
- resolution: {integrity: sha512-J4HxcjHI8EzVwXj2HKfZrwnWv4wmOhGxSHyxDQLhiL4ibwRoIkYBqsacZUXFUWQzJtW6QC+FKSNy8HqKjkEqaQ==}
+ /@ljharb/has-package-exports-patterns/0.0.2:
+ resolution: {integrity: sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw==}
dev: false
/@manypkg/find-root/1.1.0:
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@types/node': 12.20.47
find-up: 4.1.0
fs-extra: 8.1.0
@@ -3476,7 +3469,7 @@ packages:
/@manypkg/get-packages/1.1.3:
resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
'@changesets/types': 4.1.0
'@manypkg/find-root': 1.1.0
fs-extra: 8.1.0
@@ -3484,7 +3477,7 @@ packages:
read-yaml-file: 1.1.0
dev: true
- /@nanostores/preact/0.1.3_nanostores@0.5.12+preact@10.7.0:
+ /@nanostores/preact/0.1.3_nanostores@0.5.12+preact@10.7.1:
resolution: {integrity: sha512-uiX1ned0LrzASot+sPUjyJzr8Js3pX075omazgsSdLf0zPp4ss8xwTiuNh5FSKigTSQEVqZFiS+W8CnHIrX62A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
peerDependencies:
@@ -3492,7 +3485,7 @@ packages:
preact: '>=10.0.0'
dependencies:
nanostores: 0.5.12
- preact: 10.7.0
+ preact: 10.7.1
dev: false
/@nanostores/react/0.1.5_33de46f26c75888291546388c72611d1:
@@ -3686,7 +3679,7 @@ packages:
slash: 3.0.0
dev: true
- /@rollup/plugin-babel/5.3.1_@babel+core@7.17.8+rollup@2.70.1:
+ /@rollup/plugin-babel/5.3.1_@babel+core@7.17.9+rollup@2.70.1:
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -3699,7 +3692,7 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.9
'@babel/helper-module-imports': 7.16.7
'@rollup/pluginutils': 3.1.0_rollup@2.70.1
rollup: 2.70.1
@@ -3799,13 +3792,13 @@ packages:
string.prototype.matchall: 4.0.7
dev: true
- /@sveltejs/vite-plugin-svelte/1.0.0-next.40_svelte@3.46.6:
- resolution: {integrity: sha512-DtXF01fYGEJkbC7GntU/7jaq9M1SwyyNCkbDA+cfQSXRpm3H7zbu0M80wSQBSpntdd+hgSdxKCxv4GgX6/zI6w==}
+ /@sveltejs/vite-plugin-svelte/1.0.0-next.41_svelte@3.47.0:
+ resolution: {integrity: sha512-2kZ49mpi/YW1PIPvKaJNSSwIFgmw9QUf1+yaNa4U8yJD6AsfSHXAU3goscWbi1jfWnSg2PhvwAf+bvLCdp2F9g==}
engines: {node: ^14.13.1 || >= 16}
peerDependencies:
diff-match-patch: ^1.0.5
svelte: ^3.44.0
- vite: ^2.7.0
+ vite: ^2.9.0
peerDependenciesMeta:
diff-match-patch:
optional: true
@@ -3816,19 +3809,19 @@ packages:
debug: 4.3.4
kleur: 4.1.4
magic-string: 0.26.1
- svelte: 3.46.6
- svelte-hmr: 0.14.11_svelte@3.46.6
+ svelte: 3.47.0
+ svelte-hmr: 0.14.11_svelte@3.47.0
transitivePeerDependencies:
- supports-color
dev: false
- /@sveltejs/vite-plugin-svelte/1.0.0-next.40_svelte@3.46.6+vite@2.9.1:
- resolution: {integrity: sha512-DtXF01fYGEJkbC7GntU/7jaq9M1SwyyNCkbDA+cfQSXRpm3H7zbu0M80wSQBSpntdd+hgSdxKCxv4GgX6/zI6w==}
+ /@sveltejs/vite-plugin-svelte/1.0.0-next.41_svelte@3.47.0+vite@2.9.1:
+ resolution: {integrity: sha512-2kZ49mpi/YW1PIPvKaJNSSwIFgmw9QUf1+yaNa4U8yJD6AsfSHXAU3goscWbi1jfWnSg2PhvwAf+bvLCdp2F9g==}
engines: {node: ^14.13.1 || >= 16}
peerDependencies:
diff-match-patch: ^1.0.5
svelte: ^3.44.0
- vite: ^2.7.0
+ vite: ^2.9.0
peerDependenciesMeta:
diff-match-patch:
optional: true
@@ -3839,8 +3832,8 @@ packages:
debug: 4.3.4
kleur: 4.1.4
magic-string: 0.26.1
- svelte: 3.46.6
- svelte-hmr: 0.14.11_svelte@3.46.6
+ svelte: 3.47.0
+ svelte-hmr: 0.14.11_svelte@3.47.0
vite: 2.9.1
transitivePeerDependencies:
- supports-color
@@ -3860,7 +3853,7 @@ packages:
/@types/babel__core/7.1.19:
resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==}
dependencies:
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@babel/types': 7.17.0
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
@@ -3876,7 +3869,7 @@ packages:
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@babel/types': 7.17.0
dev: true
@@ -4032,8 +4025,8 @@ packages:
resolution: {integrity: sha512-XMCcyhSvxcch8b7rZAtFAaierBYdeHXVvg2iYnxOV0MCQHmPuRRmGZPFDRzPayxcGiiSL1Te9UIO+f3cuj0tfw==}
dev: true
- /@types/prettier/2.4.4:
- resolution: {integrity: sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==}
+ /@types/prettier/2.6.0:
+ resolution: {integrity: sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==}
dev: true
/@types/prismjs/1.26.0:
@@ -4046,23 +4039,23 @@ packages:
'@types/node': 17.0.23
dev: false
- /@types/prop-types/15.7.4:
- resolution: {integrity: sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==}
+ /@types/prop-types/15.7.5:
+ resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
/@types/pug/2.0.6:
resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==}
dev: false
- /@types/react-dom/17.0.14:
- resolution: {integrity: sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==}
+ /@types/react-dom/17.0.15:
+ resolution: {integrity: sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==}
dependencies:
- '@types/react': 17.0.43
+ '@types/react': 17.0.44
dev: true
- /@types/react/17.0.43:
- resolution: {integrity: sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==}
+ /@types/react/17.0.44:
+ resolution: {integrity: sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==}
dependencies:
- '@types/prop-types': 15.7.4
+ '@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
csstype: 3.0.11
@@ -4126,8 +4119,8 @@ packages:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
dev: true
- /@typescript-eslint/eslint-plugin/5.17.0_689ff565753ecf7c3328c07fad067df5:
- resolution: {integrity: sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==}
+ /@typescript-eslint/eslint-plugin/5.18.0_0dd9be2ba5ed9805045f3fec8be848f5:
+ resolution: {integrity: sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -4137,24 +4130,24 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3
- '@typescript-eslint/scope-manager': 5.17.0
- '@typescript-eslint/type-utils': 5.17.0_eslint@8.12.0+typescript@4.6.3
- '@typescript-eslint/utils': 5.17.0_eslint@8.12.0+typescript@4.6.3
+ '@typescript-eslint/parser': 5.18.0_eslint@8.13.0+typescript@4.6.3
+ '@typescript-eslint/scope-manager': 5.18.0
+ '@typescript-eslint/type-utils': 5.18.0_eslint@8.13.0+typescript@4.6.3
+ '@typescript-eslint/utils': 5.18.0_eslint@8.13.0+typescript@4.6.3
debug: 4.3.4
- eslint: 8.12.0
+ eslint: 8.13.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
- semver: 7.3.5
+ semver: 7.3.6
tsutils: 3.21.0_typescript@4.6.3
typescript: 4.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser/5.17.0_eslint@8.12.0+typescript@4.6.3:
- resolution: {integrity: sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==}
+ /@typescript-eslint/parser/5.18.0_eslint@8.13.0+typescript@4.6.3:
+ resolution: {integrity: sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -4163,26 +4156,26 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.17.0
- '@typescript-eslint/types': 5.17.0
- '@typescript-eslint/typescript-estree': 5.17.0_typescript@4.6.3
+ '@typescript-eslint/scope-manager': 5.18.0
+ '@typescript-eslint/types': 5.18.0
+ '@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3
debug: 4.3.4
- eslint: 8.12.0
+ eslint: 8.13.0
typescript: 4.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.17.0:
- resolution: {integrity: sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==}
+ /@typescript-eslint/scope-manager/5.18.0:
+ resolution: {integrity: sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.17.0
- '@typescript-eslint/visitor-keys': 5.17.0
+ '@typescript-eslint/types': 5.18.0
+ '@typescript-eslint/visitor-keys': 5.18.0
dev: true
- /@typescript-eslint/type-utils/5.17.0_eslint@8.12.0+typescript@4.6.3:
- resolution: {integrity: sha512-3hU0RynUIlEuqMJA7dragb0/75gZmwNwFf/QJokWzPehTZousP/MNifVSgjxNcDCkM5HI2K22TjQWUmmHUINSg==}
+ /@typescript-eslint/type-utils/5.18.0_eslint@8.13.0+typescript@4.6.3:
+ resolution: {integrity: sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -4191,22 +4184,22 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.17.0_eslint@8.12.0+typescript@4.6.3
+ '@typescript-eslint/utils': 5.18.0_eslint@8.13.0+typescript@4.6.3
debug: 4.3.4
- eslint: 8.12.0
+ eslint: 8.13.0
tsutils: 3.21.0_typescript@4.6.3
typescript: 4.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types/5.17.0:
- resolution: {integrity: sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==}
+ /@typescript-eslint/types/5.18.0:
+ resolution: {integrity: sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.17.0_typescript@4.6.3:
- resolution: {integrity: sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==}
+ /@typescript-eslint/typescript-estree/5.18.0_typescript@4.6.3:
+ resolution: {integrity: sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -4214,41 +4207,41 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.17.0
- '@typescript-eslint/visitor-keys': 5.17.0
+ '@typescript-eslint/types': 5.18.0
+ '@typescript-eslint/visitor-keys': 5.18.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.3.5
+ semver: 7.3.6
tsutils: 3.21.0_typescript@4.6.3
typescript: 4.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/utils/5.17.0_eslint@8.12.0+typescript@4.6.3:
- resolution: {integrity: sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==}
+ /@typescript-eslint/utils/5.18.0_eslint@8.13.0+typescript@4.6.3:
+ resolution: {integrity: sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.11
- '@typescript-eslint/scope-manager': 5.17.0
- '@typescript-eslint/types': 5.17.0
- '@typescript-eslint/typescript-estree': 5.17.0_typescript@4.6.3
- eslint: 8.12.0
+ '@typescript-eslint/scope-manager': 5.18.0
+ '@typescript-eslint/types': 5.18.0
+ '@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3
+ eslint: 8.13.0
eslint-scope: 5.1.1
- eslint-utils: 3.0.0_eslint@8.12.0
+ eslint-utils: 3.0.0_eslint@8.13.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.17.0:
- resolution: {integrity: sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==}
+ /@typescript-eslint/visitor-keys/5.18.0:
+ resolution: {integrity: sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.17.0
+ '@typescript-eslint/types': 5.18.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -4391,7 +4384,7 @@ packages:
/@vue/compiler-core/3.2.31:
resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==}
dependencies:
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@vue/shared': 3.2.31
estree-walker: 2.0.2
source-map: 0.6.1
@@ -4405,7 +4398,7 @@ packages:
/@vue/compiler-sfc/3.2.31:
resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==}
dependencies:
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@vue/compiler-core': 3.2.31
'@vue/compiler-dom': 3.2.31
'@vue/compiler-ssr': 3.2.31
@@ -4425,7 +4418,7 @@ packages:
/@vue/reactivity-transform/3.2.31:
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
dependencies:
- '@babel/parser': 7.17.8
+ '@babel/parser': 7.17.9
'@vue/compiler-core': 3.2.31
'@vue/shared': 3.2.31
estree-walker: 2.0.2
@@ -4713,7 +4706,7 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.20.2
- caniuse-lite: 1.0.30001324
+ caniuse-lite: 1.0.30001327
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
@@ -4742,7 +4735,7 @@ packages:
- '@babel/core'
dev: false
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.8:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.9:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4751,14 +4744,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.7
- '@babel/core': 7.17.8
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.8:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.9:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4766,14 +4759,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9
core-js-compat: 3.21.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.8:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.9:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4781,8 +4774,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8
+ '@babel/core': 7.17.9
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9
transitivePeerDependencies:
- supports-color
dev: true
@@ -4882,8 +4875,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001324
- electron-to-chromium: 1.4.103
+ caniuse-lite: 1.0.30001327
+ electron-to-chromium: 1.4.106
escalade: 3.1.1
node-releases: 2.0.2
picocolors: 1.0.0
@@ -4957,8 +4950,8 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
- /caniuse-lite/1.0.30001324:
- resolution: {integrity: sha512-/eYp1J6zYh1alySQB4uzYFkLmxxI8tk0kxldbNHXp8+v+rdMKdUBNjRLz7T7fz6Iox+1lIdYpc7rq6ZcXfTukg==}
+ /caniuse-lite/1.0.30001327:
+ resolution: {integrity: sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w==}
/canvas-confetti/1.5.1:
resolution: {integrity: sha512-Ncz+oZJP6OvY7ti4E1slxVlyAV/3g7H7oQtcCDXgwGgARxPnwYY9PW5Oe+I8uvspYNtuHviAdgA0LfcKFWJfpg==}
@@ -5038,7 +5031,7 @@ packages:
dependencies:
css-select: 4.3.0
css-what: 6.1.0
- domelementtype: 2.2.0
+ domelementtype: 2.3.0
domhandler: 4.3.1
domutils: 2.8.0
dev: true
@@ -5048,7 +5041,7 @@ packages:
engines: {node: '>= 6'}
dependencies:
cheerio-select: 1.6.0
- dom-serializer: 1.3.2
+ dom-serializer: 1.4.1
domhandler: 4.3.1
htmlparser2: 6.1.0
parse5: 6.0.1
@@ -5157,8 +5150,8 @@ packages:
simple-swizzle: 0.2.2
dev: true
- /color/4.2.1:
- resolution: {integrity: sha512-MFJr0uY4RvTQUKvPq7dh9grVOTYSFeXja2mBXioCGjnjJoXrAp9jJ1NQTDR73c9nwBSAQiNKloKl5zq9WB9UPw==}
+ /color/4.2.3:
+ resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
engines: {node: '>=12.5.0'}
dependencies:
color-convert: 2.0.1
@@ -5456,7 +5449,7 @@ packages:
engines: {node: '>=10'}
dependencies:
globby: 11.1.0
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
is-glob: 4.0.3
is-path-cwd: 2.2.0
is-path-inside: 3.0.3
@@ -5533,27 +5526,27 @@ packages:
esutils: 2.0.3
dev: true
- /dom-serializer/1.3.2:
- resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==}
+ /dom-serializer/1.4.1:
+ resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
dependencies:
- domelementtype: 2.2.0
+ domelementtype: 2.3.0
domhandler: 4.3.1
entities: 2.2.0
- /domelementtype/2.2.0:
- resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==}
+ /domelementtype/2.3.0:
+ resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
/domhandler/4.3.1:
resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
engines: {node: '>= 4'}
dependencies:
- domelementtype: 2.2.0
+ domelementtype: 2.3.0
/domutils/2.8.0:
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
dependencies:
- dom-serializer: 1.3.2
- domelementtype: 2.2.0
+ dom-serializer: 1.4.1
+ domelementtype: 2.3.0
domhandler: 4.3.1
/dotenv/8.6.0:
@@ -5577,8 +5570,8 @@ packages:
jake: 10.8.4
dev: true
- /electron-to-chromium/1.4.103:
- resolution: {integrity: sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==}
+ /electron-to-chromium/1.4.106:
+ resolution: {integrity: sha512-ZYfpVLULm67K7CaaGP7DmjyeMY4naxsbTy+syVVxT6QHI1Ww8XbJjmr9fDckrhq44WzCrcC5kH3zGpdusxwwqg==}
/emmet/2.3.6:
resolution: {integrity: sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==}
@@ -5649,8 +5642,8 @@ packages:
string.prototype.trimstart: 1.0.4
unbox-primitive: 1.0.1
- /es-module-lexer/0.10.4:
- resolution: {integrity: sha512-n5bOGUnrmuCKyMkmHNtC1ObnUx8AgFcKWe2mbxb6jYzuK81W0Rk3Z//sCoGJuxWzos8R2w48TemGIFqZsTY6YA==}
+ /es-module-lexer/0.10.5:
+ resolution: {integrity: sha512-+7IwY/kiGAacQfY+YBhKMvEmyAJnw5grTUgjG85Pe7vcUI/6b7pZjZG8nQ7+48YhzEAEqrEgD2dCz/JIK+AYvw==}
dev: false
/es-to-primitive/1.2.1:
@@ -5669,15 +5662,6 @@ packages:
resolution: {integrity: sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=}
dev: false
- /esbuild-android-64/0.14.30:
- resolution: {integrity: sha512-vdJ7t8A8msPfKpYUGUV/KaTQRiZ0vDa2XSTlzXVkGGVHLKPeb85PBUtYJcEgw3htW3IdX5i1t1IMdQCwJJgNAg==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [android]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-android-64/0.14.34:
resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==}
engines: {node: '>=12'}
@@ -5686,15 +5670,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-android-arm64/0.14.30:
- resolution: {integrity: sha512-BdgGfxeA5hBQNErLr7BWJUA8xjflEfyaARICy8e0OJYNSAwDbEzOf8LyiKWSrDcgV129mWhi3VpbNQvOIDEHcg==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [android]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-android-arm64/0.14.34:
resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==}
engines: {node: '>=12'}
@@ -5703,15 +5678,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-darwin-64/0.14.30:
- resolution: {integrity: sha512-VRaOXMMrsG5n53pl4qFZQdXy2+E0NoLP/QH3aDUI0+bQP+ZHDmbINKcDy2IX7GVFI9kqPS18iJNAs5a6/G2LZg==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [darwin]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-darwin-64/0.14.34:
resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==}
engines: {node: '>=12'}
@@ -5720,15 +5686,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-darwin-arm64/0.14.30:
- resolution: {integrity: sha512-qDez+fHMOrO9Oc9qjt/x+sy09RJVh62kik5tVybKRLmezeV4qczM9/sAYY57YN0aWLdHbcCj2YqJUWYJNsgKnw==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [darwin]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-darwin-arm64/0.14.34:
resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==}
engines: {node: '>=12'}
@@ -5737,15 +5694,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-freebsd-64/0.14.30:
- resolution: {integrity: sha512-mec1jENcImVVagddZlGWsdAUwBnzR5cgnhzCxv+9fSMxKbx1uZYLLUAnLPp8m/i934zrumR1xGjJ5VoWdPlI2w==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [freebsd]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-freebsd-64/0.14.34:
resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==}
engines: {node: '>=12'}
@@ -5754,15 +5702,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-freebsd-arm64/0.14.30:
- resolution: {integrity: sha512-cpjbTs6Iok/AfeB0JgTzyUJTMStC1SQULmany5nHx6S4GTkSgaAHuJzZO0GcVWqghI4e0YL/bjXAhN5Mn6feNw==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [freebsd]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-freebsd-arm64/0.14.34:
resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==}
engines: {node: '>=12'}
@@ -5771,15 +5710,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-32/0.14.30:
- resolution: {integrity: sha512-liIONVT4F2kZmOMwtwASqZ8WkIjb5HHBR9HUffdHiuotSTF3CyZO+EJf+Og+SYYuuVIvt0qHNSFjBA/iSESteQ==}
- engines: {node: '>=12'}
- cpu: [ia32]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-32/0.14.34:
resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==}
engines: {node: '>=12'}
@@ -5788,15 +5718,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-64/0.14.30:
- resolution: {integrity: sha512-LUnpzoMpRqFON5En4qEj6NWiyH6a1K+Y2qYNKrCy5qPTjDoG/EWeqMz69n8Uv7pRuvDKl3FNGJ1dufTrA5i0sw==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-64/0.14.34:
resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==}
engines: {node: '>=12'}
@@ -5805,15 +5726,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-arm/0.14.30:
- resolution: {integrity: sha512-97T+bbXnpqf7mfIG49UR7ZSJFGgvc22byn74qw3Kx2GDCBSQoVFjyWuKOHGXp8nXk3XYrdFF+mQ8yQ7aNsgQvg==}
- engines: {node: '>=12'}
- cpu: [arm]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-arm/0.14.34:
resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==}
engines: {node: '>=12'}
@@ -5822,15 +5734,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-arm64/0.14.30:
- resolution: {integrity: sha512-DHZHn6FK5q/KL0fpNT/0jE38Nnyk2rXxKE9WENi95EXtqfOLPgE8tzjTZQNgpr61R95QX4ymQU26ni3IZk8buQ==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-arm64/0.14.34:
resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==}
engines: {node: '>=12'}
@@ -5839,15 +5742,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-mips64le/0.14.30:
- resolution: {integrity: sha512-fLUzTFZ7uknC0aPTk7/lM7NmaG/9ZqE3SaHEphcaM009SZK/mDOvZugWi1ss6WGNhk13dUrhkfHcc4FSb9hYhg==}
- engines: {node: '>=12'}
- cpu: [mips64el]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-mips64le/0.14.34:
resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==}
engines: {node: '>=12'}
@@ -5856,15 +5750,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-ppc64le/0.14.30:
- resolution: {integrity: sha512-2Oudm2WEfj0dNU9bzIl5L/LrsMEmHWsOsYgJJqu8fDyUDgER+J1d33qz3cUdjsJk7gAENayIxDSpsuCszx0w3A==}
- engines: {node: '>=12'}
- cpu: [ppc64]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-ppc64le/0.14.34:
resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==}
engines: {node: '>=12'}
@@ -5873,15 +5758,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-riscv64/0.14.30:
- resolution: {integrity: sha512-RPMucPW47rV4t2jlelaE948iCRtbZf5RhifxSwzlpM1Mqdyu99MMNK0w4jFreGTmLN+oGomxIOxD6n+2E/XqHw==}
- engines: {node: '>=12'}
- cpu: [riscv64]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-riscv64/0.14.34:
resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==}
engines: {node: '>=12'}
@@ -5890,15 +5766,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-s390x/0.14.30:
- resolution: {integrity: sha512-OZ68r7ok6qO7hdwrwQn2p5jbIRRcUcVaAykB7e0uCA0ODwfeGunILM6phJtq2Oz4dlEEFvd+tSuma3paQKwt+A==}
- engines: {node: '>=12'}
- cpu: [s390x]
- os: [linux]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-linux-s390x/0.14.34:
resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==}
engines: {node: '>=12'}
@@ -5907,15 +5774,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-netbsd-64/0.14.30:
- resolution: {integrity: sha512-iyejQUKn0TzpPkufq8pSCxOg9NheycQbMbPCmjefTe9wYuUlBt1TcHvdoJnYbQzsAhAh1BNq+s0ycRsIJFZzaQ==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [netbsd]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-netbsd-64/0.14.34:
resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==}
engines: {node: '>=12'}
@@ -5924,15 +5782,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-openbsd-64/0.14.30:
- resolution: {integrity: sha512-UyK1MTMcy4j5fH260fsE1o6MVgWNhb62eCK2yCKCRazZv8Nqdc2WiP9ygjWidmEdCDS+A6MuVp9ozk9uoQtQpA==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [openbsd]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-openbsd-64/0.14.34:
resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==}
engines: {node: '>=12'}
@@ -5941,15 +5790,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-sunos-64/0.14.30:
- resolution: {integrity: sha512-aQRtRTNKHB4YuG+xXATe5AoRTNY48IJg5vjE8ElxfmjO9+KdX7MHFkTLhlKevCD6rNANtB3qOlSIeAiXTwHNqw==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [sunos]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-sunos-64/0.14.34:
resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==}
engines: {node: '>=12'}
@@ -5958,15 +5798,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-32/0.14.30:
- resolution: {integrity: sha512-9/fb1tPtpacMqxAXp3fGHowUDg/l9dVch5hKmCLEZC6PdGljh6h372zMdJwYfH0Bd5CCPT0Wx95uycBLJiqpXA==}
- engines: {node: '>=12'}
- cpu: [ia32]
- os: [win32]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-windows-32/0.14.34:
resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==}
engines: {node: '>=12'}
@@ -5975,15 +5806,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-64/0.14.30:
- resolution: {integrity: sha512-DHgITeUhPAnN9I5O6QBa1GVyPOhiYCn4S4TtQr7sO4+X0LNyqnlmA1M0qmGkUdDC1QQfjI8uQ4G/whdWb2pWIQ==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [win32]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-windows-64/0.14.34:
resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==}
engines: {node: '>=12'}
@@ -5992,15 +5814,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-arm64/0.14.30:
- resolution: {integrity: sha512-F1kLyQH7zSgjh5eLxogGZN7C9+KNs9m+s7Q6WZoMmCWT/6j998zlaoECHyM8izJRRfsvw2eZlEa1jO6/IOU1AQ==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [win32]
- requiresBuild: true
- dev: false
- optional: true
-
/esbuild-windows-arm64/0.14.34:
resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==}
engines: {node: '>=12'}
@@ -6009,34 +5822,6 @@ packages:
requiresBuild: true
optional: true
- /esbuild/0.14.30:
- resolution: {integrity: sha512-wCecQSBkIjp2xjuXY+wcXS/PpOQo9rFh4NAKPh4Pm9f3fuLcnxkR0rDzA+mYP88FtXIUcXUyYmaIgfrzRl55jA==}
- engines: {node: '>=12'}
- hasBin: true
- requiresBuild: true
- optionalDependencies:
- esbuild-android-64: 0.14.30
- esbuild-android-arm64: 0.14.30
- esbuild-darwin-64: 0.14.30
- esbuild-darwin-arm64: 0.14.30
- esbuild-freebsd-64: 0.14.30
- esbuild-freebsd-arm64: 0.14.30
- esbuild-linux-32: 0.14.30
- esbuild-linux-64: 0.14.30
- esbuild-linux-arm: 0.14.30
- esbuild-linux-arm64: 0.14.30
- esbuild-linux-mips64le: 0.14.30
- esbuild-linux-ppc64le: 0.14.30
- esbuild-linux-riscv64: 0.14.30
- esbuild-linux-s390x: 0.14.30
- esbuild-netbsd-64: 0.14.30
- esbuild-openbsd-64: 0.14.30
- esbuild-sunos-64: 0.14.30
- esbuild-windows-32: 0.14.30
- esbuild-windows-64: 0.14.30
- esbuild-windows-arm64: 0.14.30
- dev: false
-
/esbuild/0.14.34:
resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==}
engines: {node: '>=12'}
@@ -6095,16 +5880,16 @@ packages:
source-map: 0.6.1
dev: true
- /eslint-config-prettier/8.5.0_eslint@8.12.0:
+ /eslint-config-prettier/8.5.0_eslint@8.13.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.12.0
+ eslint: 8.13.0
dev: true
- /eslint-plugin-prettier/4.0.0_f2c91d0f54113167d2bd9214a5ab5a36:
+ /eslint-plugin-prettier/4.0.0_1815ac95b7fb26c13c7d48a8eef62d0f:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'}
peerDependencies:
@@ -6115,8 +5900,8 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.12.0
- eslint-config-prettier: 8.5.0_eslint@8.12.0
+ eslint: 8.13.0
+ eslint-config-prettier: 8.5.0_eslint@8.13.0
prettier: 2.6.2
prettier-linter-helpers: 1.0.0
dev: true
@@ -6137,13 +5922,13 @@ packages:
estraverse: 5.3.0
dev: true
- /eslint-utils/3.0.0_eslint@8.12.0:
+ /eslint-utils/3.0.0_eslint@8.13.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.12.0
+ eslint: 8.13.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -6157,8 +5942,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.12.0:
- resolution: {integrity: sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==}
+ /eslint/8.13.0:
+ resolution: {integrity: sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
@@ -6171,7 +5956,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
- eslint-utils: 3.0.0_eslint@8.12.0
+ eslint-utils: 3.0.0_eslint@8.13.0
eslint-visitor-keys: 3.3.0
espree: 9.3.1
esquery: 1.4.0
@@ -6376,7 +6161,7 @@ packages:
engines: {node: ^12.20 || >= 14.13}
dependencies:
node-domexception: 1.0.0
- web-streams-polyfill: 3.2.0
+ web-streams-polyfill: 3.2.1
/file-entry-cache/6.0.1:
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
@@ -6466,7 +6251,7 @@ packages:
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
engines: {node: '>=6 <7 || >=8'}
dependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
jsonfile: 4.0.0
universalify: 0.1.2
dev: true
@@ -6475,7 +6260,7 @@ packages:
resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
engines: {node: '>=6 <7 || >=8'}
dependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
jsonfile: 4.0.0
universalify: 0.1.2
dev: true
@@ -6485,7 +6270,7 @@ packages:
engines: {node: '>=10'}
dependencies:
at-least-node: 1.0.0
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
jsonfile: 6.1.0
universalify: 2.0.0
dev: true
@@ -6656,8 +6441,8 @@ packages:
resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
dev: true
- /graceful-fs/4.2.9:
- resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==}
+ /graceful-fs/4.2.10:
+ resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
/grapheme-splitter/1.0.4:
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
@@ -6701,10 +6486,10 @@ packages:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- /has-package-exports/1.2.3:
- resolution: {integrity: sha512-lkLLwrNNaRsmwj+TylZJh1o3YlzLfgrl9fZKOAMj4MHjbvt7wy1J0icE6jD36dzkA0aQGoNuqY0hVN2uuPfPBA==}
+ /has-package-exports/1.3.0:
+ resolution: {integrity: sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ==}
dependencies:
- '@ljharb/has-package-exports-patterns': 0.0.1
+ '@ljharb/has-package-exports-patterns': 0.0.2
dev: false
/has-symbols/1.0.3:
@@ -6880,7 +6665,7 @@ packages:
/htmlparser2/6.1.0:
resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==}
dependencies:
- domelementtype: 2.2.0
+ domelementtype: 2.3.0
domhandler: 4.3.1
domutils: 2.8.0
entities: 2.2.0
@@ -6889,7 +6674,7 @@ packages:
/htmlparser2/7.2.0:
resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==}
dependencies:
- domelementtype: 2.2.0
+ domelementtype: 2.3.0
domhandler: 4.3.1
domutils: 2.8.0
entities: 3.0.1
@@ -7388,7 +7173,7 @@ packages:
/jsonfile/4.0.0:
resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=}
optionalDependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
dev: true
/jsonfile/6.1.0:
@@ -7396,7 +7181,7 @@ packages:
dependencies:
universalify: 2.0.0
optionalDependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
dev: true
/jsonpointer/5.0.0:
@@ -7411,7 +7196,7 @@ packages:
/klaw-sync/6.0.0:
resolution: {integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==}
dependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
dev: true
/kleur/3.0.3:
@@ -7463,28 +7248,28 @@ packages:
resolution: {integrity: sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==}
dependencies:
'@lit/reactive-element': 1.3.1
- lit-html: 2.2.1
+ lit-html: 2.2.2
dev: false
- /lit-html/2.2.1:
- resolution: {integrity: sha512-AiJ/Rs0awjICs2FioTnHSh+Np5dhYSkyRczKy3wKjp8qjLhr1Ov+GiHrUQNdX8ou1LMuznpIME990AZsa/tR8g==}
+ /lit-html/2.2.2:
+ resolution: {integrity: sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==}
dependencies:
'@types/trusted-types': 2.0.2
dev: false
- /lit/2.2.1:
- resolution: {integrity: sha512-dSe++R50JqrvNGXmI9OE13de1z5U/Y3J2dTm/9GC86vedI8ILoR8ZGnxfThFpvQ9m0lR0qRnIR4IiKj/jDCfYw==}
+ /lit/2.2.2:
+ resolution: {integrity: sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==}
dependencies:
'@lit/reactive-element': 1.3.1
lit-element: 3.2.0
- lit-html: 2.2.1
+ lit-html: 2.2.2
dev: false
/load-yaml-file/0.2.0:
resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==}
engines: {node: '>=6'}
dependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
js-yaml: 3.14.1
pify: 4.0.1
strip-bom: 3.0.0
@@ -7576,11 +7361,9 @@ packages:
yallist: 3.1.1
dev: true
- /lru-cache/6.0.0:
- resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
- engines: {node: '>=10'}
- dependencies:
- yallist: 4.0.0
+ /lru-cache/7.8.1:
+ resolution: {integrity: sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg==}
+ engines: {node: '>=12'}
/magic-string/0.25.9:
resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
@@ -8276,7 +8059,7 @@ packages:
resolution: {integrity: sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==}
engines: {node: '>=10'}
dependencies:
- semver: 7.3.5
+ semver: 7.3.6
dev: true
/node-addon-api/4.3.0:
@@ -8741,12 +8524,12 @@ packages:
picocolors: 1.0.0
source-map-js: 1.0.2
- /preact-render-to-string/5.1.20_preact@10.7.0:
- resolution: {integrity: sha512-ivh2oOGzth0o7XqbatWUQ81WQGoJwSqDKP5z917SoqTWYCAr7dlBzMv3SAMTAu3Gr5g47BJwrvyO44H2Y10ubg==}
+ /preact-render-to-string/5.1.21_preact@10.7.1:
+ resolution: {integrity: sha512-wbMtNU4JpfvbE04iCe7BZ1yLYN8i6NRrq+NhR0fUINjPXGu3ZIc4GM5ScOiwdIP1sPXv9SVETuud/tmQGMvdNQ==}
peerDependencies:
preact: '>=10'
dependencies:
- preact: 10.7.0
+ preact: 10.7.1
pretty-format: 3.8.0
dev: false
@@ -8754,8 +8537,8 @@ packages:
resolution: {integrity: sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==}
dev: false
- /preact/10.7.0:
- resolution: {integrity: sha512-9MEURwzNMKpAil/t6+wabDIJI6oG6GnwypYxiJDvQnW+fHDTt51PYuLZ1QUM31hFr7sDaj9qTaShAF9VIxuxGQ==}
+ /preact/10.7.1:
+ resolution: {integrity: sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==}
/prebuild-install/7.0.1:
resolution: {integrity: sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==}
@@ -8959,7 +8742,7 @@ packages:
resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==}
engines: {node: '>=6'}
dependencies:
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
js-yaml: 3.14.1
pify: 4.0.1
strip-bom: 3.0.0
@@ -9033,10 +8816,10 @@ packages:
resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==}
dev: true
- /regenerator-transform/0.14.5:
- resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==}
+ /regenerator-transform/0.15.0:
+ resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.9
dev: true
/regexp.prototype.flags/1.4.1:
@@ -9308,13 +9091,13 @@ packages:
resolution: {integrity: sha1-dB4kXiMfB8r7b98PEzrfohalAq0=}
dependencies:
es6-promise: 3.3.1
- graceful-fs: 4.2.9
+ graceful-fs: 4.2.10
mkdirp: 0.5.6
rimraf: 2.7.1
dev: false
- /sass/1.49.11:
- resolution: {integrity: sha512-wvS/geXgHUGs6A/4ud5BFIWKO1nKd7wYIGimDk4q4GFkJicILActpv9ueMT4eRGSsp1BdKHuw1WwAHXbhsJELQ==}
+ /sass/1.50.0:
+ resolution: {integrity: sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
@@ -9353,12 +9136,12 @@ packages:
hasBin: true
dev: true
- /semver/7.3.5:
- resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==}
- engines: {node: '>=10'}
+ /semver/7.3.6:
+ resolution: {integrity: sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==}
+ engines: {node: ^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0}
hasBin: true
dependencies:
- lru-cache: 6.0.0
+ lru-cache: 7.8.1
/serialize-javascript/4.0.0:
resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==}
@@ -9384,11 +9167,11 @@ packages:
engines: {node: '>=12.13.0'}
requiresBuild: true
dependencies:
- color: 4.2.1
+ color: 4.2.3
detect-libc: 1.0.3
node-addon-api: 4.3.0
prebuild-install: 7.0.1
- semver: 7.3.5
+ semver: 7.3.6
simple-get: 4.0.1
tar-fs: 2.1.1
tunnel-agent: 0.6.0
@@ -9540,14 +9323,14 @@ packages:
smart-buffer: 4.2.0
dev: true
- /solid-js/1.3.13:
- resolution: {integrity: sha512-1EBEIW9u2yqT5QNjFdvz/tMAoKsDdaRA2Jbgykd2Dt13Ia0D4mV+BFvPkOaseSyu7DsMKS23+ZZofV8BVKmpuQ==}
+ /solid-js/1.3.14:
+ resolution: {integrity: sha512-eSLm3DTTAWvFnPJT4/PuHC1TAGSNF/aFG+dyuVRPfPepT7wV2SXllA1gf9gr5kBpuloqFxzLcqXy6B9VLSgCkQ==}
/solid-nanostores/0.0.6:
resolution: {integrity: sha512-iwbgdBzQSxBKoxkzaZgC9MGGUsHWJ74at9i7FF0naoqtwGuKdLYOgOJ9QRlA353DHDS/ttH2e0SRS6s3gz8NLQ==}
dependencies:
nanostores: 0.5.12
- solid-js: 1.3.13
+ solid-js: 1.3.14
dev: false
/sorcery/0.10.0:
@@ -9826,24 +9609,24 @@ packages:
/supports-esm/1.0.0:
resolution: {integrity: sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==}
dependencies:
- has-package-exports: 1.2.3
+ has-package-exports: 1.3.0
dev: false
/supports-preserve-symlinks-flag/1.0.0:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- /svelte-hmr/0.14.11_svelte@3.46.6:
+ /svelte-hmr/0.14.11_svelte@3.47.0:
resolution: {integrity: sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==}
engines: {node: ^12.20 || ^14.13.1 || >= 16}
peerDependencies:
svelte: '>=3.19.0'
dependencies:
- svelte: 3.46.6
+ svelte: 3.47.0
dev: false
- /svelte-preprocess/4.10.4_4fb28cead04100f31b0e8b0196137d75:
- resolution: {integrity: sha512-fuwol0N4UoHsNQolLFbMqWivqcJ9N0vfWO9IuPAiX/5okfoGXURyJ6nECbuEIv0nU3M8Xe2I1ONNje2buk7l6A==}
+ /svelte-preprocess/4.10.5_1402eb22fee660bb6c891bb9c1bca0d1:
+ resolution: {integrity: sha512-VKXPRScCzAZqeBZOGq4LLwtNrAu++mVn7XvQox3eFDV7Ciq0Lg70Q8QWjH9iXF7J+pMlXhPsSFwpCb2E+hoeyA==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
@@ -9890,12 +9673,12 @@ packages:
postcss-load-config: 3.1.4
sorcery: 0.10.0
strip-indent: 3.0.0
- svelte: 3.46.6
+ svelte: 3.47.0
typescript: 4.6.3
dev: false
- /svelte-preprocess/4.10.4_svelte@3.46.6+typescript@4.6.3:
- resolution: {integrity: sha512-fuwol0N4UoHsNQolLFbMqWivqcJ9N0vfWO9IuPAiX/5okfoGXURyJ6nECbuEIv0nU3M8Xe2I1ONNje2buk7l6A==}
+ /svelte-preprocess/4.10.5_svelte@3.47.0+typescript@4.6.3:
+ resolution: {integrity: sha512-VKXPRScCzAZqeBZOGq4LLwtNrAu++mVn7XvQox3eFDV7Ciq0Lg70Q8QWjH9iXF7J+pMlXhPsSFwpCb2E+hoeyA==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
@@ -9941,23 +9724,23 @@ packages:
magic-string: 0.25.9
sorcery: 0.10.0
strip-indent: 3.0.0
- svelte: 3.46.6
+ svelte: 3.47.0
typescript: 4.6.3
dev: false
- /svelte/3.46.6:
- resolution: {integrity: sha512-o9nNft/OzCz/9kJpmWa1S52GAM+huCjPIsNWydYmgei74ZWlOA9/hN9+Z12INdklghu31seEXZMRHhS1+8DETw==}
+ /svelte/3.47.0:
+ resolution: {integrity: sha512-4JaJp3HEoTCGARRWZQIZDUanhYv0iyoHikklVHVLH9xFE9db22g4TDv7CPeNA8HD1JgjXI1vlhR1JZvvhaTu2Q==}
engines: {node: '>= 8'}
- /svelte2tsx/0.5.6_svelte@3.46.6+typescript@4.6.3:
- resolution: {integrity: sha512-B4WZUtoTdVD+F73H1RQEH3Hrv7m2/ahThmAUkjT5CTWRigQaJqYQpSjisCH1Pzfi9B37YikDnAi4u4uxwYM+iw==}
+ /svelte2tsx/0.5.8_svelte@3.47.0+typescript@4.6.3:
+ resolution: {integrity: sha512-z5Mfpmy/jkpFIiePAocgWxGRJg+Ka0zlxyvFlpP2X1BoQuXjFC6pnIR9CGebOTmi+W1JnSUAdxrCCj/sEMXZ8Q==}
peerDependencies:
svelte: ^3.24
typescript: ^4.1.2
dependencies:
dedent-js: 1.0.1
pascal-case: 3.1.2
- svelte: 3.46.6
+ svelte: 3.47.0
typescript: 4.6.3
dev: false
@@ -10176,119 +9959,119 @@ packages:
safe-buffer: 5.2.1
dev: true
- /turbo-darwin-64/1.1.10:
- resolution: {integrity: sha512-MY/1mHg+tS/GaZKG805e5JSGNS8A4j/M2GzLwCbNL+lwGMfneNASri1vAd80ss3T2MgMsfsFMVyIQJljqpDBvA==}
+ /turbo-darwin-64/1.2.1:
+ resolution: {integrity: sha512-NZgrrFF4xJ73CRbIqQXwAfKF5AFEOeM79palpPjJJUXWX8o3KxW/VcrheAryh+aAaEBitaDy8stKgViI/6l1SQ==}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-darwin-arm64/1.1.10:
- resolution: {integrity: sha512-gMPLseYqGKwdy6UHVWKMLA433ZTfQRV5FlYz5n4XVtx30cF6ajOqq12ykeCUUX/lZkH4Uq5zT0tNEYpUhUw7mA==}
+ /turbo-darwin-arm64/1.2.1:
+ resolution: {integrity: sha512-NzWeE+rZJLEkbMpRpnHNn7R/qqamCRRUUxPWD2z4uuZFXkpMzUVX/PCqy05wPT2IVbcJQn20rojEMwr+oJRxHg==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-freebsd-64/1.1.10:
- resolution: {integrity: sha512-wra27mvakr5ZFceQnCCSR8gHQtKV8Q0EhtzO/wEdyhEssw0wVaNtMHUOOdvFN0HLmjQmmLZgmfZbURc83UDuZQ==}
+ /turbo-freebsd-64/1.2.1:
+ resolution: {integrity: sha512-Y/V8swwuiesAWYU9pu7yPhTQhHnrZEFQq/oCDNQVkUK7SEHAu+UmMaDzSBwk+sg6JWVTkpcXX1yMUFDpfF43cg==}
cpu: [x64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
- /turbo-freebsd-arm64/1.1.10:
- resolution: {integrity: sha512-J2I76pTwtrEVjHt1+zWY/s/Y0YIGdWHBIWOjhCXi1E8dav98oGw+WUaiFwzAkcksAblOhNpDL3qhnrnm7kHqrg==}
+ /turbo-freebsd-arm64/1.2.1:
+ resolution: {integrity: sha512-ielxsQ0nM6/XCzopNk55rNryFCr3tHowhukteTmfOpgWsT2bDyP/PZUyMTIEtLoaoy2pDr4R+9Wf+db9xDtWQw==}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-32/1.1.10:
- resolution: {integrity: sha512-d1ILhEv2B/lOtpH4niFUKGb8YMU6G7gNCQCY6wG+SXARWJtDti+KiNWESechD5DycCIMgtE40XNy/c1US+LI5g==}
+ /turbo-linux-32/1.2.1:
+ resolution: {integrity: sha512-xQunD8jrkhzPq4miY8p65elUJIqRpyCrJSWukX73m3SpibQPVSQ8BNELEQzeJBjPTcEI2dFSsoAI7Z1NHDX/Pw==}
cpu: [ia32]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-64/1.1.10:
- resolution: {integrity: sha512-8VEOiNJFNfUMZOyrN32wOcdT1Ik1nlIuTwkO4UeonAJhuWjTvdDLPCQkz0SECTu60q90l6nXCnNYtoZA6LrZzA==}
+ /turbo-linux-64/1.2.1:
+ resolution: {integrity: sha512-vae1Y7VxumzityRH4ddaj0VEjIg3qbq6tV3TylOaacXvwIijrCVquG5otx9KXEajqzcwuu9+yp5348fUGA/Vxg==}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm/1.1.10:
- resolution: {integrity: sha512-qJ50K/s5MjpHjam+UdnK3GniEIv5XOBCZOGslgMMyz8V/q43vhB9BU9HQODclM89uQgsKxhs8Fue6ytOY4vIpg==}
+ /turbo-linux-arm/1.2.1:
+ resolution: {integrity: sha512-8eKOw1OvD4e+vg9jg02gI9Y+rrJQfwMLaiUkIZTqvWjs7PytfmhtneaA08QkfMY/rksD5uPSx9sPE9MPYJtfxw==}
cpu: [arm]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm64/1.1.10:
- resolution: {integrity: sha512-ng3dEEL4SbBudF/UZzsOrfyJh8DLtTHawTepeS30FdtvYuVBXdCPc5BAhbawGoau/2AV4vrN3qzh9e3LCqD6Qg==}
+ /turbo-linux-arm64/1.2.1:
+ resolution: {integrity: sha512-cNRboXg4kbuoj7J4q3yje+COravXlga7FFZsM0onZNhSai0dYTGXayxOOCVKdN/IfxSG37A0jL0fk7vDyerRZg==}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-mips64le/1.1.10:
- resolution: {integrity: sha512-Jd4yH7ZEXCo0xmdJWZ6YsyqcNLyL5vRU3j5ZT+1W97YJCT+g+1on3/nd3rBVPzVz52lb8JIqgGtrBrnOO0AWJg==}
+ /turbo-linux-mips64le/1.2.1:
+ resolution: {integrity: sha512-q4gXn09AriapgANzFgIdUzqB45CB6VqqvEAf8uZ4y8I91dEP562op4pp/D59bFAx7GgCZdFfvEc0KCE/5I+0UA==}
cpu: [mips64el]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-ppc64le/1.1.10:
- resolution: {integrity: sha512-YF8+Oi53glqY29O1A7KJsHZxBzeVBobYFnPEXMt8vm+ouuo8kkbxXxShOP4h+33YGEkesTw/CTXtfDC1Xj1hDw==}
+ /turbo-linux-ppc64le/1.2.1:
+ resolution: {integrity: sha512-xWaPfFNU/x2SqDkeQTwh7qJt0Ev/YUiKxcCTZDQbUykjVTC/6beD+DvqcFqsispYqZyRY5U/71EhlZLnHcIbFw==}
cpu: [ppc64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-32/1.1.10:
- resolution: {integrity: sha512-IO92tVTCtWVPPgcCjf8J7AmBEcwnjv1zPq7t9GFdqZ/6QA06atgPJNzQ/QvyzbzJgUsJUN2ByzwT04o4QUbrBQ==}
+ /turbo-windows-32/1.2.1:
+ resolution: {integrity: sha512-BHu0qRKVHztgvzNc3Nq1B8/psYaldY3y0aYVRb1Kb+RNrmhyeYVfC5+4L4ez0AxuLlb2bc0BOrvPjiEkgv/uLA==}
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-64/1.1.10:
- resolution: {integrity: sha512-g/RIXaVDaOgliHEJuOsuB6Tefwue9fXBH1/iIH9dmT3Z7lL0banGh+C10RW6Jd6PBPMoPBWir9PLYuzxoPcCNQ==}
+ /turbo-windows-64/1.2.1:
+ resolution: {integrity: sha512-/l5j4pdKek1Q1qSj5xidVCDsU26hTo23oMmck/XEcbTOcnde9D+Y7pf5+RsmhtWEhP/yLGv3zUTYyRMf1Ahumw==}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo/1.1.10:
- resolution: {integrity: sha512-y8vx8uIyBRFI3aFjZ3PeGaOvYtNk6t7xNLzRsPY+xtnknTeqdBad56ElS8z+j0RyVwKCvI+wgvTHGkEle4VnJA==}
+ /turbo/1.2.1:
+ resolution: {integrity: sha512-k9j1xMGqNoSkeaCkbPOlGJFxsgYKG9TMg82o6LuiUerJtJ5sCwDwBD7QVy/RkngMGOAKeMLhx+OuzLFwa5nHgQ==}
hasBin: true
requiresBuild: true
optionalDependencies:
- turbo-darwin-64: 1.1.10
- turbo-darwin-arm64: 1.1.10
- turbo-freebsd-64: 1.1.10
- turbo-freebsd-arm64: 1.1.10
- turbo-linux-32: 1.1.10
- turbo-linux-64: 1.1.10
- turbo-linux-arm: 1.1.10
- turbo-linux-arm64: 1.1.10
- turbo-linux-mips64le: 1.1.10
- turbo-linux-ppc64le: 1.1.10
- turbo-windows-32: 1.1.10
- turbo-windows-64: 1.1.10
+ turbo-darwin-64: 1.2.1
+ turbo-darwin-arm64: 1.2.1
+ turbo-freebsd-64: 1.2.1
+ turbo-freebsd-arm64: 1.2.1
+ turbo-linux-32: 1.2.1
+ turbo-linux-64: 1.2.1
+ turbo-linux-arm: 1.2.1
+ turbo-linux-arm64: 1.2.1
+ turbo-linux-mips64le: 1.2.1
+ turbo-linux-ppc64le: 1.2.1
+ turbo-windows-32: 1.2.1
+ turbo-windows-64: 1.2.1
dev: true
/turbolinks/5.2.0:
@@ -10655,7 +10438,7 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.30
+ esbuild: 0.14.34
postcss: 8.4.12
resolve: 1.22.0
rollup: 2.70.1
@@ -10663,7 +10446,7 @@ packages:
fsevents: 2.3.2
dev: false
- /vite/2.9.1_sass@1.49.11:
+ /vite/2.9.1_sass@1.50.0:
resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==}
engines: {node: '>=12.2.0'}
hasBin: true
@@ -10679,11 +10462,11 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.30
+ esbuild: 0.14.34
postcss: 8.4.12
resolve: 1.22.0
rollup: 2.70.1
- sass: 1.49.11
+ sass: 1.50.0
optionalDependencies:
fsevents: 2.3.2
dev: false
@@ -10780,8 +10563,8 @@ packages:
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
dev: false
- /web-streams-polyfill/3.2.0:
- resolution: {integrity: sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==}
+ /web-streams-polyfill/3.2.1:
+ resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
engines: {node: '>= 8'}
/webidl-conversions/3.0.1:
@@ -10887,10 +10670,10 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.3_ajv@8.11.0
- '@babel/core': 7.17.8
- '@babel/preset-env': 7.16.11_@babel+core@7.17.8
- '@babel/runtime': 7.17.8
- '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
+ '@babel/core': 7.17.9
+ '@babel/preset-env': 7.16.11_@babel+core@7.17.9
+ '@babel/runtime': 7.17.9
+ '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.9+rollup@2.70.1
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.1
'@rollup/plugin-replace': 2.4.2_rollup@2.70.1
'@surma/rollup-plugin-off-main-thread': 2.2.3
@@ -11076,6 +10859,7 @@ packages:
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
+ dev: false
/yaml/1.10.2:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
@@ -11143,8 +10927,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- /zod/3.14.3:
- resolution: {integrity: sha512-OzwRCSXB1+/8F6w6HkYHdbuWysYWnAF4fkRgKDcSFc54CE+Sv0rHXKfeNUReGCrHukm1LNpi6AYeXotznhYJbQ==}
+ /zod/3.14.4:
+ resolution: {integrity: sha512-U9BFLb2GO34Sfo9IUYp0w3wJLlmcyGoMd75qU9yf+DrdGA4kEx6e+l9KOkAlyUO0PSQzZCa3TR4qVlcmwqSDuw==}
dev: false
/zwitch/2.0.2:
diff --git a/scripts/package.json b/scripts/package.json
index 8494d605e..9d75c44dd 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -18,7 +18,7 @@
"esbuild": "^0.14.34",
"globby": "^12.2.0",
"kleur": "^4.1.4",
- "svelte": "^3.46.6",
+ "svelte": "^3.47.0",
"tar": "^6.1.11"
}
}