summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-16 07:53:46 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-16 09:53:46 -0500
commit498ef59b0e577bbae0be7187e178c1af9f9469c2 (patch)
tree6fdd0b2473b747231d913308f3c88b44b9edc4db
parent0a330fdc9a73d4ded387fa41e1c681fa1a2b814a (diff)
downloadastro-498ef59b0e577bbae0be7187e178c1af9f9469c2.tar.gz
astro-498ef59b0e577bbae0be7187e178c1af9f9469c2.tar.zst
astro-498ef59b0e577bbae0be7187e178c1af9f9469c2.zip
[ci] update lockfile (#2810)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--package.json6
-rw-r--r--packages/astro/package.json6
-rw-r--r--packages/astro/test/fixtures/postcss/package.json4
-rw-r--r--packages/renderers/renderer-lit/package.json2
-rw-r--r--packages/webapi/package.json2
-rw-r--r--pnpm-lock.yaml1163
8 files changed, 599 insertions, 590 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 3468af34f..60000c43f 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"dependencies": {
- "@algolia/client-search": "^4.12.2",
+ "@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.40",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 36edd5130..b1060f02e 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,8 +11,8 @@
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.3",
- "autoprefixer": "^10.4.2",
- "postcss": "^8.4.8",
+ "autoprefixer": "^10.4.4",
+ "postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}
diff --git a/package.json b/package.json
index baf231633..0172ec6a0 100644
--- a/package.json
+++ b/package.json
@@ -55,15 +55,15 @@
"@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1",
"@octokit/action": "^3.18.0",
- "@typescript-eslint/eslint-plugin": "^5.14.0",
- "@typescript-eslint/parser": "^5.14.0",
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
+ "@typescript-eslint/parser": "^5.15.0",
"del": "^6.0.0",
"esbuild": "0.14.25",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
- "prettier": "^2.5.1",
+ "prettier": "^2.6.0",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.1.6",
diff --git a/packages/astro/package.json b/packages/astro/package.json
index f868a81e4..ae03af868 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -61,7 +61,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
- "@astrojs/compiler": "^0.12.0",
+ "@astrojs/compiler": "^0.12.1",
"@astrojs/language-server": "^0.8.10",
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
@@ -70,7 +70,7 @@
"@astrojs/renderer-svelte": "0.5.2",
"@astrojs/renderer-vue": "0.4.0",
"@astrojs/webapi": "^0.11.0",
- "@babel/core": "^7.17.5",
+ "@babel/core": "^7.17.7",
"@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
@@ -93,7 +93,7 @@
"mime": "^3.0.0",
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
- "postcss": "^8.4.8",
+ "postcss": "^8.4.12",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index 3a362454a..32ddab78c 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/renderer-solid": "workspace:*",
"astro": "workspace:*",
- "autoprefixer": "^10.4.2",
- "postcss": "^8.4.8"
+ "autoprefixer": "^10.4.4",
+ "postcss": "^8.4.12"
}
}
diff --git a/packages/renderers/renderer-lit/package.json b/packages/renderers/renderer-lit/package.json
index 7996bd061..5f9dbcab3 100644
--- a/packages/renderers/renderer-lit/package.json
+++ b/packages/renderers/renderer-lit/package.json
@@ -22,6 +22,6 @@
"dependencies": {
"@lit-labs/ssr": "^2.0.4",
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.0"
+ "lit": "^2.2.1"
}
}
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index 33b48ed4c..dc60e97a9 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -59,7 +59,7 @@
"@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0",
"event-target-shim": "^6.0.2",
- "fetch-blob": "^3.1.4",
+ "fetch-blob": "^3.1.5",
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 03dd8153c..b1e4f0029 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,15 +8,15 @@ importers:
'@changesets/changelog-github': ^0.4.3
'@changesets/cli': ^2.21.1
'@octokit/action': ^3.18.0
- '@typescript-eslint/eslint-plugin': ^5.14.0
- '@typescript-eslint/parser': ^5.14.0
+ '@typescript-eslint/eslint-plugin': ^5.15.0
+ '@typescript-eslint/parser': ^5.15.0
del: ^6.0.0
esbuild: 0.14.25
eslint: ^8.11.0
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
execa: ^6.1.0
- prettier: ^2.5.1
+ prettier: ^2.6.0
pretty-bytes: ^6.0.0
tiny-glob: ^0.2.9
turbo: ^1.1.6
@@ -27,15 +27,15 @@ importers:
'@changesets/changelog-github': 0.4.3
'@changesets/cli': 2.21.1
'@octokit/action': 3.18.0
- '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413
- '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28
+ '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
del: 6.0.0
esbuild: 0.14.25
eslint: 8.11.0
eslint-config-prettier: 8.5.0_eslint@8.11.0
- eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967
+ eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d
execa: 6.1.0
- prettier: 2.5.1
+ prettier: 2.6.0
pretty-bytes: 6.0.0
tiny-glob: 0.2.9
turbo: 1.1.6
@@ -78,7 +78,7 @@ importers:
examples/docs:
specifiers:
- '@algolia/client-search': ^4.12.2
+ '@algolia/client-search': ^4.13.0
'@astrojs/renderer-preact': ^0.5.0
'@astrojs/renderer-react': ^0.5.0
'@docsearch/css': ^3.0.0
@@ -88,9 +88,9 @@ importers:
react: ^17.0.2
react-dom: ^17.0.2
dependencies:
- '@algolia/client-search': 4.12.2
+ '@algolia/client-search': 4.13.0
'@docsearch/css': 3.0.0
- '@docsearch/react': 3.0.0_b7370fe379365cb66d103ab107c4222a
+ '@docsearch/react': 3.0.0_480a8db74f6ad30acbb587f476cf6f4e
'@types/react': 17.0.40
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
@@ -308,15 +308,15 @@ importers:
specifiers:
'@astrojs/renderer-preact': ^0.5.0
astro: ^0.24.3
- autoprefixer: ^10.4.2
- postcss: ^8.4.8
+ autoprefixer: ^10.4.4
+ postcss: ^8.4.12
tailwindcss: ^3.0.23
devDependencies:
'@astrojs/renderer-preact': link:../../packages/renderers/renderer-preact
astro: link:../../packages/astro
- autoprefixer: 10.4.2_postcss@8.4.8
- postcss: 8.4.8
- tailwindcss: 3.0.23_autoprefixer@10.4.2
+ autoprefixer: 10.4.4_postcss@8.4.12
+ postcss: 8.4.12
+ tailwindcss: 3.0.23_autoprefixer@10.4.4
examples/with-vite-plugin-pwa:
specifiers:
@@ -330,7 +330,7 @@ importers:
packages/astro:
specifiers:
- '@astrojs/compiler': ^0.12.0
+ '@astrojs/compiler': ^0.12.1
'@astrojs/language-server': ^0.8.10
'@astrojs/markdown-remark': ^0.6.4
'@astrojs/parser': ^0.22.2
@@ -340,7 +340,7 @@ importers:
'@astrojs/renderer-svelte': 0.5.2
'@astrojs/renderer-vue': 0.4.0
'@astrojs/webapi': ^0.11.0
- '@babel/core': ^7.17.5
+ '@babel/core': ^7.17.7
'@babel/traverse': ^7.17.3
'@babel/types': ^7.17.0
'@proload/core': ^0.2.2
@@ -384,7 +384,7 @@ importers:
mocha: ^9.2.2
parse5: ^6.0.1
path-to-regexp: ^6.2.0
- postcss: ^8.4.8
+ postcss: ^8.4.12
prismjs: ^1.27.0
rehype-slug: ^5.0.1
resolve: ^1.22.0
@@ -406,7 +406,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.13.4
dependencies:
- '@astrojs/compiler': 0.12.0
+ '@astrojs/compiler': 0.12.1
'@astrojs/language-server': 0.8.10
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@@ -415,7 +415,7 @@ importers:
'@astrojs/renderer-svelte': link:../renderers/renderer-svelte
'@astrojs/renderer-vue': link:../renderers/renderer-vue
'@astrojs/webapi': link:../webapi
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/traverse': 7.17.3
'@proload/core': 0.2.2
'@proload/plugin-tsm': 0.1.1_@proload+core@0.2.2
@@ -438,7 +438,7 @@ importers:
mime: 3.0.0
parse5: 6.0.1
path-to-regexp: 6.2.0
- postcss: 8.4.8
+ postcss: 8.4.12
prismjs: 1.27.0
rehype-slug: 5.0.1
resolve: 1.22.0
@@ -831,13 +831,13 @@ importers:
specifiers:
'@astrojs/renderer-solid': workspace:*
astro: workspace:*
- autoprefixer: ^10.4.2
- postcss: ^8.4.8
+ autoprefixer: ^10.4.4
+ postcss: ^8.4.12
dependencies:
'@astrojs/renderer-solid': link:../../../../renderers/renderer-solid
astro: link:../../..
- autoprefixer: 10.4.2_postcss@8.4.8
- postcss: 8.4.8
+ autoprefixer: 10.4.4_postcss@8.4.12
+ postcss: 8.4.12
packages/astro/test/fixtures/preact-component:
specifiers:
@@ -1064,11 +1064,11 @@ importers:
specifiers:
'@lit-labs/ssr': ^2.0.4
'@webcomponents/template-shadowroot': ^0.1.0
- lit: ^2.2.0
+ lit: ^2.2.1
dependencies:
'@lit-labs/ssr': 2.0.4
'@webcomponents/template-shadowroot': 0.1.0
- lit: 2.2.0
+ lit: 2.2.1
packages/renderers/renderer-preact:
specifiers:
@@ -1131,7 +1131,7 @@ importers:
'@ungap/structured-clone': ^0.3.4
abort-controller: ^3.0.0
event-target-shim: ^6.0.2
- fetch-blob: ^3.1.4
+ fetch-blob: ^3.1.5
formdata-polyfill: ^4.0.10
magic-string: ^0.25.9
mocha: ^9.2.2
@@ -1151,7 +1151,7 @@ importers:
'@ungap/structured-clone': 0.3.4
abort-controller: 3.0.0
event-target-shim: 6.0.2
- fetch-blob: 3.1.4
+ fetch-blob: 3.1.5
formdata-polyfill: 4.0.10
magic-string: 0.25.9
mocha: 9.2.2
@@ -1198,109 +1198,109 @@ packages:
'@algolia/autocomplete-shared': 1.5.2
dev: false
- /@algolia/autocomplete-preset-algolia/1.5.2_14692054139f70b780ac93b62be8ffd8:
+ /@algolia/autocomplete-preset-algolia/1.5.2_7938c62af9e2e3908b5b052ce2305b13:
resolution: {integrity: sha512-3MRYnYQFJyovANzSX2CToS6/5cfVjbLLqFsZTKcvF3abhQzxbqwwaMBlJtt620uBUOeMzhdfasKhCc40+RHiZw==}
peerDependencies:
'@algolia/client-search': ^4.9.1
algoliasearch: ^4.9.1
dependencies:
'@algolia/autocomplete-shared': 1.5.2
- '@algolia/client-search': 4.12.2
- algoliasearch: 4.12.2
+ '@algolia/client-search': 4.13.0
+ algoliasearch: 4.13.0
dev: false
/@algolia/autocomplete-shared/1.5.2:
resolution: {integrity: sha512-ylQAYv5H0YKMfHgVWX0j0NmL8XBcAeeeVQUmppnnMtzDbDnca6CzhKj3Q8eF9cHCgcdTDdb5K+3aKyGWA0obug==}
dev: false
- /@algolia/cache-browser-local-storage/4.12.2:
- resolution: {integrity: sha512-z8LjFsQc0B6h6LEE3pkUGM4ErVktn6bkFbhnYbTccjmFVQ+wXFJd/D63e0WtaC+hwRB1xq8uKhkz9oojEKEsGA==}
+ /@algolia/cache-browser-local-storage/4.13.0:
+ resolution: {integrity: sha512-nj1vHRZauTqP/bluwkRIgEADEimqojJgoTRCel5f6q8WCa9Y8QeI4bpDQP28FoeKnDRYa3J5CauDlN466jqRhg==}
dependencies:
- '@algolia/cache-common': 4.12.2
+ '@algolia/cache-common': 4.13.0
dev: false
- /@algolia/cache-common/4.12.2:
- resolution: {integrity: sha512-r//r7MF0Na0HxD2BHnjWsDKuI72Z5UEf/Rb/8MC08XKBsjCwBihGxWxycjRcNGjNEIxJBsvRMIEOipcd9qD54g==}
+ /@algolia/cache-common/4.13.0:
+ resolution: {integrity: sha512-f9mdZjskCui/dA/fA/5a+6hZ7xnHaaZI5tM/Rw9X8rRB39SUlF/+o3P47onZ33n/AwkpSbi5QOyhs16wHd55kA==}
dev: false
- /@algolia/cache-in-memory/4.12.2:
- resolution: {integrity: sha512-opWpbBUloP1fcTG3wBDnAfcoyNXW5GFDgGtLXrSANdfnelPKkr3O8j01ZTkRlPIuBDR0izGZG8MVWMDlTf71Bw==}
+ /@algolia/cache-in-memory/4.13.0:
+ resolution: {integrity: sha512-hHdc+ahPiMM92CQMljmObE75laYzNFYLrNOu0Q3/eyvubZZRtY2SUsEEgyUEyzXruNdzrkcDxFYa7YpWBJYHAg==}
dependencies:
- '@algolia/cache-common': 4.12.2
+ '@algolia/cache-common': 4.13.0
dev: false
- /@algolia/client-account/4.12.2:
- resolution: {integrity: sha512-HZqEyeVVjzOlfoSUyc+7+ueEJmRgqSuC+hqQOGECYa5JVno4d8eRVuDAMOb87I2LOdg/WoFMcAtaaRq2gpfV/w==}
+ /@algolia/client-account/4.13.0:
+ resolution: {integrity: sha512-FzFqFt9b0g/LKszBDoEsW+dVBuUe1K3scp2Yf7q6pgHWM1WqyqUlARwVpLxqyc+LoyJkTxQftOKjyFUqddnPKA==}
dependencies:
- '@algolia/client-common': 4.12.2
- '@algolia/client-search': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/client-common': 4.13.0
+ '@algolia/client-search': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
- /@algolia/client-analytics/4.12.2:
- resolution: {integrity: sha512-7ktimzesu+vk3l+eG9w/nQh6/9AoIieCKmoiRIguKh6okGsaSBrcTHvUwIQEIiliqPuAFBk2M8eXYFqOZzwCZw==}
+ /@algolia/client-analytics/4.13.0:
+ resolution: {integrity: sha512-klmnoq2FIiiMHImkzOm+cGxqRLLu9CMHqFhbgSy9wtXZrqb8BBUIUE2VyBe7azzv1wKcxZV2RUyNOMpFqmnRZA==}
dependencies:
- '@algolia/client-common': 4.12.2
- '@algolia/client-search': 4.12.2
- '@algolia/requester-common': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/client-common': 4.13.0
+ '@algolia/client-search': 4.13.0
+ '@algolia/requester-common': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
- /@algolia/client-common/4.12.2:
- resolution: {integrity: sha512-+dTicT1lklwOpeoiDspUoRSQYHhrr2IzllrX89/WuTPEBm2eww1xurqrSTQYC0MuVeX1s9/i4k34Q0ZnspypWg==}
+ /@algolia/client-common/4.13.0:
+ resolution: {integrity: sha512-GoXfTp0kVcbgfSXOjfrxx+slSipMqGO9WnNWgeMmru5Ra09MDjrcdunsiiuzF0wua6INbIpBQFTC2Mi5lUNqGA==}
dependencies:
- '@algolia/requester-common': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/requester-common': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
- /@algolia/client-personalization/4.12.2:
- resolution: {integrity: sha512-JBW3vYFGIm5sAAy3cLUdmUCpmSAdreo5S1fERg7xgF6KyxGrwyy5BViTNWrOKG+av2yusk1wKydOYJ1Fbpbaxw==}
+ /@algolia/client-personalization/4.13.0:
+ resolution: {integrity: sha512-KneLz2WaehJmNfdr5yt2HQETpLaCYagRdWwIwkTqRVFCv4DxRQ2ChPVW9jeTj4YfAAhfzE6F8hn7wkQ/Jfj6ZA==}
dependencies:
- '@algolia/client-common': 4.12.2
- '@algolia/requester-common': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/client-common': 4.13.0
+ '@algolia/requester-common': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
- /@algolia/client-search/4.12.2:
- resolution: {integrity: sha512-JIqi14TgfEqAooNbSPBC1ZCk3Pnviqlaz9KofAqWBxSRTpPUFnU/XQCU5ihR0PC68SFVDnU/Y9cak/XotXPUeg==}
+ /@algolia/client-search/4.13.0:
+ resolution: {integrity: sha512-blgCKYbZh1NgJWzeGf+caKE32mo3j54NprOf0LZVCubQb3Kx37tk1Hc8SDs9bCAE8hUvf3cazMPIg7wscSxspA==}
dependencies:
- '@algolia/client-common': 4.12.2
- '@algolia/requester-common': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/client-common': 4.13.0
+ '@algolia/requester-common': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
- /@algolia/logger-common/4.12.2:
- resolution: {integrity: sha512-iOiJAymLjq137G7+8EQuUEkrgta0cZGMg6scp8s4hJ+X6k+6By4nyptdkCWYwKLsW/Xy927QcIhGlkWV78vQIQ==}
+ /@algolia/logger-common/4.13.0:
+ resolution: {integrity: sha512-8yqXk7rMtmQJ9wZiHOt/6d4/JDEg5VCk83gJ39I+X/pwUPzIsbKy9QiK4uJ3aJELKyoIiDT1hpYVt+5ia+94IA==}
dev: false
- /@algolia/logger-console/4.12.2:
- resolution: {integrity: sha512-veuQZyTSqHoHJtr9mLMnYeal9Mee6hCie4eqY+645VbeOrgT9p/kCMbKg5GLJGoLPlXGu7C0XpHyUj5k7/NQyw==}
+ /@algolia/logger-console/4.13.0:
+ resolution: {integrity: sha512-YepRg7w2/87L0vSXRfMND6VJ5d6699sFJBRWzZPOlek2p5fLxxK7O0VncYuc/IbVHEgeApvgXx0WgCEa38GVuQ==}
dependencies:
- '@algolia/logger-common': 4.12.2
+ '@algolia/logger-common': 4.13.0
dev: false
- /@algolia/requester-browser-xhr/4.12.2:
- resolution: {integrity: sha512-FpFdHNd81tS3zj6Glqd+lt+RV0ljPExKtx+QB+gani6HWZ9YlSCM+Zl82T4ibxN+hmkrMeAyT+TMzS0jiGhGyQ==}
+ /@algolia/requester-browser-xhr/4.13.0:
+ resolution: {integrity: sha512-Dj+bnoWR5MotrnjblzGKZ2kCdQi2cK/VzPURPnE616NU/il7Ypy6U6DLGZ/ZYz+tnwPa0yypNf21uqt84fOgrg==}
dependencies:
- '@algolia/requester-common': 4.12.2
+ '@algolia/requester-common': 4.13.0
dev: false
- /@algolia/requester-common/4.12.2:
- resolution: {integrity: sha512-4szj/lvDQf/u8EyyRBBRZD1ZkKDyLBbckLj7meQDlnbfwnW1UpLwpB2l3XJ9wDmDSftGxUCeTl5oMFe4z9OEvQ==}
+ /@algolia/requester-common/4.13.0:
+ resolution: {integrity: sha512-BRTDj53ecK+gn7ugukDWOOcBRul59C4NblCHqj4Zm5msd5UnHFjd/sGX+RLOEoFMhetILAnmg6wMrRrQVac9vw==}
dev: false
- /@algolia/requester-node-http/4.12.2:
- resolution: {integrity: sha512-UXfJNZt2KMwjBjiOa3cJ/PyoXWZa/F1vy6rdyG4xQeZDcLbqKP3O2b+bOJcGPmFbmdwBhtAyMVLt+hvAvAVfOw==}
+ /@algolia/requester-node-http/4.13.0:
+ resolution: {integrity: sha512-9b+3O4QFU4azLhGMrZAr/uZPydvzOR4aEZfSL8ZrpLZ7fbbqTO0S/5EVko+QIgglRAtVwxvf8UJ1wzTD2jvKxQ==}
dependencies:
- '@algolia/requester-common': 4.12.2
+ '@algolia/requester-common': 4.13.0
dev: false
- /@algolia/transporter/4.12.2:
- resolution: {integrity: sha512-PUq79if4CukXsm27ymTQ3eD3juSvMcyJmt6mxCkSFE0zQRL4ert61HBlNH6S9y/quUVe3g7oggfHq3d5pdpqZA==}
+ /@algolia/transporter/4.13.0:
+ resolution: {integrity: sha512-8tSQYE+ykQENAdeZdofvtkOr5uJ9VcQSWgRhQ9h01AehtBIPAczk/b2CLrMsw5yQZziLs5cZ3pJ3478yI+urhA==}
dependencies:
- '@algolia/cache-common': 4.12.2
- '@algolia/logger-common': 4.12.2
- '@algolia/requester-common': 4.12.2
+ '@algolia/cache-common': 4.13.0
+ '@algolia/logger-common': 4.13.0
+ '@algolia/requester-common': 4.13.0
dev: false
/@ampproject/remapping/2.1.2:
@@ -1334,8 +1334,8 @@ packages:
leven: 3.1.0
dev: true
- /@astrojs/compiler/0.12.0:
- resolution: {integrity: sha512-P1OibxzBRkWz18FL9IClI4WIOL6fFHqrmYq+/Ygw3ya0GHeDZ8pLFVpLXTPKMdHoys43dwffPA/6pWaFygBlEw==}
+ /@astrojs/compiler/0.12.1:
+ resolution: {integrity: sha512-XpKZyJlnDhszulwwse/1uV+ZiyTpg6xNH5TrriYDVdzB8dUbQLdE7tX4Cxhdw5QrJpV57AaPrPXvJKi1jnIkxw==}
dependencies:
tsm: 2.2.1
uvu: 0.5.3
@@ -1365,21 +1365,21 @@ packages:
dependencies:
'@babel/highlight': 7.16.10
- /@babel/compat-data/7.17.0:
- resolution: {integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==}
+ /@babel/compat-data/7.17.7:
+ resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
engines: {node: '>=6.9.0'}
- /@babel/core/7.17.5:
- resolution: {integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==}
+ /@babel/core/7.17.7:
+ resolution: {integrity: sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.1.2
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.3
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
- '@babel/helper-module-transforms': 7.17.6
- '@babel/helpers': 7.17.2
- '@babel/parser': 7.17.3
+ '@babel/generator': 7.17.7
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7
+ '@babel/helper-module-transforms': 7.17.7
+ '@babel/helpers': 7.17.7
+ '@babel/parser': 7.17.7
'@babel/template': 7.16.7
'@babel/traverse': 7.17.3
'@babel/types': 7.17.0
@@ -1391,8 +1391,8 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/generator/7.17.3:
- resolution: {integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==}
+ /@babel/generator/7.17.7:
+ resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
@@ -1413,8 +1413,8 @@ packages:
'@babel/types': 7.17.0
dev: true
- /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5:
- resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==}
+ /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.7:
+ resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1422,13 +1422,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/compat-data': 7.17.0
- '@babel/core': 7.17.5
+ '@babel/compat-data': 7.17.7
+ '@babel/core': 7.17.7
'@babel/helper-validator-option': 7.16.7
- browserslist: 4.20.0
+ browserslist: 4.20.2
semver: 6.3.0
- /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.5:
+ /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.7:
resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1437,11 +1437,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
- '@babel/helper-member-expression-to-functions': 7.16.7
+ '@babel/helper-member-expression-to-functions': 7.17.7
'@babel/helper-optimise-call-expression': 7.16.7
'@babel/helper-replace-supers': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
@@ -1449,7 +1449,7 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.5:
+ /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.7:
resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1458,12 +1458,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.7:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
@@ -1471,8 +1471,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/traverse': 7.17.3
@@ -1517,8 +1517,8 @@ packages:
dependencies:
'@babel/types': 7.17.0
- /@babel/helper-member-expression-to-functions/7.16.7:
- resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==}
+ /@babel/helper-member-expression-to-functions/7.17.7:
+ resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
@@ -1537,13 +1537,13 @@ packages:
dependencies:
'@babel/types': 7.17.0
- /@babel/helper-module-transforms/7.17.6:
- resolution: {integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==}
+ /@babel/helper-module-transforms/7.17.7:
+ resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-module-imports': 7.16.7
- '@babel/helper-simple-access': 7.16.7
+ '@babel/helper-simple-access': 7.17.7
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
@@ -1579,7 +1579,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-member-expression-to-functions': 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/types': 7.17.0
@@ -1587,8 +1587,8 @@ packages:
- supports-color
dev: true
- /@babel/helper-simple-access/7.16.7:
- resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==}
+ /@babel/helper-simple-access/7.17.7:
+ resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
@@ -1626,8 +1626,8 @@ packages:
- supports-color
dev: true
- /@babel/helpers/7.17.2:
- resolution: {integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==}
+ /@babel/helpers/7.17.7:
+ resolution: {integrity: sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
@@ -1644,12 +1644,12 @@ packages:
chalk: 2.4.2
js-tokens: 4.0.0
- /@babel/parser/7.17.3:
- resolution: {integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==}
+ /@babel/parser/7.17.7:
+ resolution: {integrity: sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==}
engines: {node: '>=6.0.0'}
hasBin: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1658,11 +1658,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5:
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1671,13 +1671,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.5:
+ /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.7:
resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1686,15 +1686,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1703,14 +1703,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.7
'@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.5:
+ /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.7:
resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1719,15 +1719,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1736,12 +1736,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1750,12 +1750,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1764,12 +1764,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1778,12 +1778,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1792,12 +1792,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1806,12 +1806,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.5:
+ /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.7:
resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1820,15 +1820,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/compat-data': 7.17.0
- '@babel/core': 7.17.5
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
+ '@babel/compat-data': 7.17.7
+ '@babel/core': 7.17.7
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1837,12 +1837,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1851,13 +1851,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.7
dev: true
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.5:
+ /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.7:
resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1866,14 +1866,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.7
'@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.5:
+ /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1882,16 +1882,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==}
engines: {node: '>=4'}
peerDependencies:
@@ -1900,12 +1900,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.7:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1913,11 +1913,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.7:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1925,11 +1925,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.5:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.7:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -1938,11 +1938,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1950,11 +1950,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1962,11 +1962,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1974,7 +1974,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
@@ -1990,7 +1990,7 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: false
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.7:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1998,11 +1998,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2010,11 +2010,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.7:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2022,11 +2022,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2034,11 +2034,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2046,11 +2046,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.7:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2058,11 +2058,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.5:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.7:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2071,11 +2071,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.7:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2084,11 +2084,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2097,11 +2097,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.5:
+ /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.7:
resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2110,7 +2110,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-remap-async-to-generator': 7.16.8
@@ -2118,7 +2118,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2127,11 +2127,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2140,11 +2140,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2153,7 +2153,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
@@ -2166,7 +2166,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2175,12 +2175,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-destructuring/7.17.3_@babel+core@7.17.5:
- resolution: {integrity: sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==}
+ /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.7:
+ resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2188,11 +2188,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2201,12 +2201,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2215,11 +2215,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2228,12 +2228,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5:
+ /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2242,11 +2242,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2255,13 +2255,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7
'@babel/helper-function-name': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2270,11 +2270,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2283,11 +2283,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2296,16 +2296,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-module-transforms': 7.17.6
+ '@babel/core': 7.17.7
+ '@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.5:
- resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==}
+ /@babel/plugin-transform-modules-commonjs/7.17.7_@babel+core@7.17.7:
+ resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2313,16 +2313,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-module-transforms': 7.17.6
+ '@babel/core': 7.17.7
+ '@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-simple-access': 7.16.7
+ '@babel/helper-simple-access': 7.17.7
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2331,9 +2331,9 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-module-transforms': 7.17.6
+ '@babel/helper-module-transforms': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -2341,7 +2341,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2350,14 +2350,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-module-transforms': 7.17.6
+ '@babel/core': 7.17.7
+ '@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.5:
+ /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.7:
resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2366,11 +2366,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.7
dev: true
- /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2379,11 +2379,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2392,14 +2392,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5:
+ /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2408,11 +2408,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2421,7 +2421,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
@@ -2441,7 +2441,7 @@ packages:
'@babel/types': 7.17.0
dev: false
- /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2450,11 +2450,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
regenerator-transform: 0.14.5
dev: true
- /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2463,11 +2463,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2476,11 +2476,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2489,12 +2489,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@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.5:
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2503,11 +2503,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2516,11 +2516,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2529,11 +2529,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2542,11 +2542,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.5:
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.7:
resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2555,12 +2555,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.7
'@babel/helper-plugin-utils': 7.16.7
dev: true
- /@babel/preset-env/7.16.11_@babel+core@7.17.5:
+ /@babel/preset-env/7.16.11_@babel+core@7.17.7:
resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2569,86 +2569,86 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/compat-data': 7.17.0
- '@babel/core': 7.17.5
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
+ '@babel/compat-data': 7.17.7
+ '@babel/core': 7.17.7
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7
'@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.5
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.5
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.5
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.5
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.5
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5
- '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.5
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-destructuring': 7.17.3_@babel+core@7.17.5
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.5
- '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.5
- '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.5
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.7
+ '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.7
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.7
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.7
+ '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.7
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.7
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.7
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.7
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.7
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.7
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.7
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.7
+ '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.7
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.7
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-modules-commonjs': 7.17.7_@babel+core@7.17.7
+ '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.7
+ '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.7
+ '@babel/preset-modules': 0.1.5_@babel+core@7.17.7
'@babel/types': 7.17.0
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.5
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.5
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.5
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.7
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.7
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.7
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.5:
+ /@babel/preset-modules/0.1.5_@babel+core@7.17.7:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2656,16 +2656,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.7
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.7
'@babel/types': 7.17.0
esutils: 2.0.3
dev: true
- /@babel/runtime/7.17.2:
- resolution: {integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==}
+ /@babel/runtime/7.17.7:
+ resolution: {integrity: sha512-L6rvG9GDxaLgFjg41K+5Yv9OMrU98sWe+Ykmc6FDJW/+vYZMhdOMKkISgzptMaERHvS2Y2lw9MDRm2gHhlQQoA==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
@@ -2676,7 +2676,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@babel/types': 7.17.0
/@babel/traverse/7.17.3:
@@ -2684,12 +2684,12 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.3
+ '@babel/generator': 7.17.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@babel/types': 7.17.0
debug: 4.3.3
globals: 11.12.0
@@ -2706,7 +2706,7 @@ packages:
/@changesets/apply-release-plan/5.0.5:
resolution: {integrity: sha512-CxL9dkhzjHiVmXCyHgsLCQj7i/coFTMv/Yy0v6BC5cIWZkQml+lf7zvQqAcFXwY7b54HxRWZPku02XFB53Q0Uw==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/config': 1.7.0
'@changesets/get-version-range-type': 0.3.2
'@changesets/git': 1.3.1
@@ -2724,7 +2724,7 @@ packages:
/@changesets/assemble-release-plan/5.1.1:
resolution: {integrity: sha512-TQRZnK1sqYuoibJdSwpqE81rfDh0Xrkkr/M6bCQZ1ogGoRJNVbNYDWvNfkNvR4rEdRylri8cfKzffo/ruoy8QA==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/errors': 0.1.4
'@changesets/get-dependents-graph': 1.3.1
'@changesets/types': 4.1.0
@@ -2752,7 +2752,7 @@ packages:
resolution: {integrity: sha512-4AJKo/UW0P217m2VHjiuhZy+CstLw54eu9I1fsY7tst76GeEN7mX0mVrTNEisR6CvOH7wLav3ITqvDcKVPbKsw==}
hasBin: true
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/apply-release-plan': 5.0.5
'@changesets/assemble-release-plan': 5.1.1
'@changesets/changelog-git': 0.1.10
@@ -2825,7 +2825,7 @@ packages:
/@changesets/get-release-plan/3.0.7:
resolution: {integrity: sha512-zDp6RIEKvERIF4Osy8sJ5BzqTiiLMhPWBO02y6w3nzTQJ0VBMaTs4hhwImQ/54O9I34eUHR3D0DwmwGQ27ifaw==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/assemble-release-plan': 5.1.1
'@changesets/config': 1.7.0
'@changesets/pre': 1.0.10
@@ -2841,7 +2841,7 @@ packages:
/@changesets/git/1.3.1:
resolution: {integrity: sha512-yg60QUi38VA0XGXdBy9SRYJhs8xJHE97Z1CaB/hFyByBlh5k1i+avFNBvvw66MsoT/aiml6y9scIG6sC8R5mfg==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/errors': 0.1.4
'@changesets/types': 4.1.0
'@manypkg/get-packages': 1.1.3
@@ -2865,7 +2865,7 @@ packages:
/@changesets/pre/1.0.10:
resolution: {integrity: sha512-cZC1C1wTSC17/TcTWivAQ4LAXz5jEYDuy3UeZiBz1wnTTzMHyTHLLwJi60juhl4hawXunDLw0mwZkcpS8Ivitg==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/errors': 0.1.4
'@changesets/types': 4.1.0
'@manypkg/get-packages': 1.1.3
@@ -2875,7 +2875,7 @@ packages:
/@changesets/read/0.5.4:
resolution: {integrity: sha512-12dTx+p5ztFs9QgJDGHRHR6HzTIbHct9S4lK2I/i6Qkz1cNfAPVIbdoMCdbPIWeLank9muMUjiiFmCWJD7tQIg==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/git': 1.3.1
'@changesets/logger': 0.0.5
'@changesets/parse': 0.3.12
@@ -2892,7 +2892,7 @@ packages:
/@changesets/write/0.1.7:
resolution: {integrity: sha512-6r+tc6u2l5BBIwEAh7ivRYWFir+XKiw0q/6Hx6NJA4dSN5fNu9uyWRQ+IMHCllD9dBcsh+e79sOepc+xT8l28g==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/types': 4.1.0
fs-extra: 7.0.1
human-id: 1.0.2
@@ -2903,7 +2903,7 @@ packages:
resolution: {integrity: sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==}
dev: false
- /@docsearch/react/3.0.0_b7370fe379365cb66d103ab107c4222a:
+ /@docsearch/react/3.0.0_480a8db74f6ad30acbb587f476cf6f4e:
resolution: {integrity: sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==}
peerDependencies:
'@types/react': '>= 16.8.0 < 18.0.0'
@@ -2911,10 +2911,10 @@ packages:
react-dom: '>= 16.8.0 < 18.0.0'
dependencies:
'@algolia/autocomplete-core': 1.5.2
- '@algolia/autocomplete-preset-algolia': 1.5.2_14692054139f70b780ac93b62be8ffd8
+ '@algolia/autocomplete-preset-algolia': 1.5.2_7938c62af9e2e3908b5b052ce2305b13
'@docsearch/css': 3.0.0
'@types/react': 17.0.40
- algoliasearch: 4.12.2
+ algoliasearch: 4.13.0
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
transitivePeerDependencies:
@@ -2944,7 +2944,7 @@ packages:
ajv: 6.12.6
debug: 4.3.3
espree: 9.3.1
- globals: 13.12.1
+ globals: 13.13.0
ignore: 5.2.0
import-fresh: 3.3.0
js-yaml: 4.1.0
@@ -2973,8 +2973,8 @@ packages:
resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==}
dev: true
- /@iconify/utils/1.0.23:
- resolution: {integrity: sha512-Ktdmpe4mkMXQAnnDUz3s6s5aY/BeVPwHC1d5IhG1bgrWVNWFQNUj8cQPMbHpNCSD9MRC5yGxm9/PGPpOWGJLAg==}
+ /@iconify/utils/1.0.24:
+ resolution: {integrity: sha512-SxnUyoLqlB2HGncZIFgZsR3O7gvpdwODi7A7J7udKAXTAkA8ZzQ7cG/PzBuGWA7s67VJtKFyl/scGZB8c759qQ==}
dependencies:
'@antfu/install-pkg': 0.1.0
'@antfu/utils': 0.3.0
@@ -3007,9 +3007,9 @@ packages:
/@lit-labs/ssr-client/1.0.1:
resolution: {integrity: sha512-rr/UVhxbKWNUr+3qRyvZk+glC7v7ph8Gk/W0z96YG64COJKf9ilnWY6JGW77TRqhrRMmS2nsvAXOyQgcF+4jrA==}
dependencies:
- '@lit/reactive-element': 1.3.0
- lit: 2.2.0
- lit-html: 2.2.0
+ '@lit/reactive-element': 1.3.1
+ lit: 2.2.1
+ lit-html: 2.2.1
dev: false
/@lit-labs/ssr/2.0.4:
@@ -3017,11 +3017,11 @@ packages:
engines: {node: '>=13.9.0'}
dependencies:
'@lit-labs/ssr-client': 1.0.1
- '@lit/reactive-element': 1.3.0
+ '@lit/reactive-element': 1.3.1
'@types/node': 16.11.26
- lit: 2.2.0
+ lit: 2.2.1
lit-element: 3.2.0
- lit-html: 2.2.0
+ lit-html: 2.2.1
node-fetch: 2.6.7
parse5: 6.0.1
resolve: 1.22.0
@@ -3029,8 +3029,8 @@ packages:
- encoding
dev: false
- /@lit/reactive-element/1.3.0:
- resolution: {integrity: sha512-0TKSIuJHXNLM0k98fi0AdMIdUoHIYlDHTP+0Vruc2SOs4T6vU1FinXgSvYd8mSrkt+8R+qdRAXvjpqrMXMyBgw==}
+ /@lit/reactive-element/1.3.1:
+ resolution: {integrity: sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==}
dev: false
/@ljharb/has-package-exports-patterns/0.0.1:
@@ -3040,7 +3040,7 @@ packages:
/@manypkg/find-root/1.1.0:
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@types/node': 12.20.47
find-up: 4.1.0
fs-extra: 8.1.0
@@ -3049,7 +3049,7 @@ packages:
/@manypkg/get-packages/1.1.3:
resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
'@changesets/types': 4.1.0
'@manypkg/find-root': 1.1.0
fs-extra: 8.1.0
@@ -3252,7 +3252,7 @@ packages:
slash: 3.0.0
dev: true
- /@rollup/plugin-babel/5.3.1_@babel+core@7.17.5+rollup@2.70.1:
+ /@rollup/plugin-babel/5.3.1_@babel+core@7.17.7+rollup@2.70.1:
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -3265,7 +3265,7 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.17.5
+ '@babel/core': 7.17.7
'@babel/helper-module-imports': 7.16.7
'@rollup/pluginutils': 3.1.0_rollup@2.70.1
rollup: 2.70.1
@@ -3412,7 +3412,7 @@ packages:
/@types/babel__core/7.1.18:
resolution: {integrity: sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@babel/types': 7.17.0
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
@@ -3428,7 +3428,7 @@ packages:
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@babel/types': 7.17.0
dev: true
@@ -3653,8 +3653,8 @@ packages:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
dev: true
- /@typescript-eslint/eslint-plugin/5.14.0_ace6f9e7722b813e21eaf2dc993bc413:
- resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==}
+ /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28:
+ resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -3664,10 +3664,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2
- '@typescript-eslint/scope-manager': 5.14.0
- '@typescript-eslint/type-utils': 5.14.0_eslint@8.11.0+typescript@4.6.2
- '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/scope-manager': 5.15.0
+ '@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
debug: 4.3.3
eslint: 8.11.0
functional-red-black-tree: 1.0.1
@@ -3680,8 +3680,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==}
+ /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -3690,9 +3690,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.14.0
- '@typescript-eslint/types': 5.14.0
- '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2
+ '@typescript-eslint/scope-manager': 5.15.0
+ '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
debug: 4.3.3
eslint: 8.11.0
typescript: 4.6.2
@@ -3700,16 +3700,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.14.0:
- resolution: {integrity: sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==}
+ /@typescript-eslint/scope-manager/5.15.0:
+ resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.14.0
- '@typescript-eslint/visitor-keys': 5.14.0
+ '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/visitor-keys': 5.15.0
dev: true
- /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==}
+ /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -3718,7 +3718,7 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
debug: 4.3.3
eslint: 8.11.0
tsutils: 3.21.0_typescript@4.6.2
@@ -3727,13 +3727,13 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types/5.14.0:
- resolution: {integrity: sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==}
+ /@typescript-eslint/types/5.15.0:
+ resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.14.0_typescript@4.6.2:
- resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==}
+ /@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2:
+ resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -3741,8 +3741,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.14.0
- '@typescript-eslint/visitor-keys': 5.14.0
+ '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/visitor-keys': 5.15.0
debug: 4.3.3
globby: 11.1.0
is-glob: 4.0.3
@@ -3753,16 +3753,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==}
+ /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==}
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.9
- '@typescript-eslint/scope-manager': 5.14.0
- '@typescript-eslint/types': 5.14.0
- '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2
+ '@typescript-eslint/scope-manager': 5.15.0
+ '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
eslint: 8.11.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.11.0
@@ -3771,11 +3771,11 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.14.0:
- resolution: {integrity: sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==}
+ /@typescript-eslint/visitor-keys/5.15.0:
+ resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.14.0
+ '@typescript-eslint/types': 5.15.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -3831,7 +3831,7 @@ packages:
/@unocss/preset-icons/0.15.6:
resolution: {integrity: sha512-o5NWtOu3OKVaWYVieQ1pVmsj7jvWvMgE5TXPKRr3OTRR2u8M5wo+yRX4+m1sVjAtWiUz8e49TpbbsQTM42Lv7A==}
dependencies:
- '@iconify/utils': 1.0.23
+ '@iconify/utils': 1.0.24
'@unocss/core': 0.15.6
local-pkg: 0.4.1
transitivePeerDependencies:
@@ -3894,7 +3894,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.3
+ '@babel/parser': 7.17.7
'@vue/shared': 3.2.31
estree-walker: 2.0.2
source-map: 0.6.1
@@ -3910,7 +3910,7 @@ packages:
/@vue/compiler-sfc/3.2.31:
resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@vue/compiler-core': 3.2.31
'@vue/compiler-dom': 3.2.31
'@vue/compiler-ssr': 3.2.31
@@ -3918,7 +3918,7 @@ packages:
'@vue/shared': 3.2.31
estree-walker: 2.0.2
magic-string: 0.25.9
- postcss: 8.4.8
+ postcss: 8.4.12
source-map: 0.6.1
dev: false
@@ -3932,7 +3932,7 @@ packages:
/@vue/reactivity-transform/3.2.31:
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.7
'@vue/compiler-core': 3.2.31
'@vue/shared': 3.2.31
estree-walker: 2.0.2
@@ -4070,23 +4070,23 @@ packages:
uri-js: 4.4.1
dev: true
- /algoliasearch/4.12.2:
- resolution: {integrity: sha512-bn1P9+V415zeDQJtXn+1SwuwedEAv9/LJAxt8XwR6ygH/sMwaHSm2hpkz8wIbCBt/tKQ43TL672Kyxzv5PwGgQ==}
+ /algoliasearch/4.13.0:
+ resolution: {integrity: sha512-oHv4faI1Vl2s+YC0YquwkK/TsaJs79g2JFg5FDm2rKN12VItPTAeQ7hyJMHarOPPYuCnNC5kixbtcqvb21wchw==}
dependencies:
- '@algolia/cache-browser-local-storage': 4.12.2
- '@algolia/cache-common': 4.12.2
- '@algolia/cache-in-memory': 4.12.2
- '@algolia/client-account': 4.12.2
- '@algolia/client-analytics': 4.12.2
- '@algolia/client-common': 4.12.2
- '@algolia/client-personalization': 4.12.2
- '@algolia/client-search': 4.12.2
- '@algolia/logger-common': 4.12.2
- '@algolia/logger-console': 4.12.2
- '@algolia/requester-browser-xhr': 4.12.2
- '@algolia/requester-common': 4.12.2
- '@algolia/requester-node-http': 4.12.2
- '@algolia/transporter': 4.12.2
+ '@algolia/cache-browser-local-storage': 4.13.0
+ '@algolia/cache-common': 4.13.0
+ '@algolia/cache-in-memory': 4.13.0
+ '@algolia/client-account': 4.13.0
+ '@algolia/client-analytics': 4.13.0
+ '@algolia/client-common': 4.13.0
+ '@algolia/client-personalization': 4.13.0
+ '@algolia/client-search': 4.13.0
+ '@algolia/logger-common': 4.13.0
+ '@algolia/logger-console': 4.13.0
+ '@algolia/requester-browser-xhr': 4.13.0
+ '@algolia/requester-common': 4.13.0
+ '@algolia/requester-node-http': 4.13.0
+ '@algolia/transporter': 4.13.0
dev: false
/ansi-colors/4.1.1:
@@ -4200,19 +4200,19 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
- /autoprefixer/10.4.2_postcss@8.4.8:
- resolution: {integrity: sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==}
+ /autoprefixer/10.4.4_postcss@8.4.12:
+ resolution: {integrity: sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
- browserslist: 4.20.0
- caniuse-lite: 1.0.30001316
+ browserslist: 4.20.2
+ caniuse-lite: 1.0.30001317
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.8
+ postcss: 8.4.12
postcss-value-parser: 4.2.0
/available-typed-arrays/1.0.5:
@@ -4226,8 +4226,8 @@ packages:
object.assign: 4.1.2
dev: true
- /babel-plugin-jsx-dom-expressions/0.32.9:
- resolution: {integrity: sha512-6wvUZU+2oxRC4M5UyOMr3/x176NC5nbeDOXqckubCQkDr0mljpoRiLR5M0EXj3Jn2tiW6qVsQ3o4kKnjq8/kTA==}
+ /babel-plugin-jsx-dom-expressions/0.32.10:
+ resolution: {integrity: sha512-vtCYhvKnkGwuiiFN/56/4BGXchu8ju7TTay3A8wlkIWI5CsEaJD0ztGoGKlq/clQzuqm0hQtQAq5glCVHVuGGQ==}
dependencies:
'@babel/helper-module-imports': 7.16.0
'@babel/plugin-syntax-jsx': 7.16.7
@@ -4237,7 +4237,7 @@ packages:
- '@babel/core'
dev: false
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.5:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.7:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4245,15 +4245,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/compat-data': 7.17.0
- '@babel/core': 7.17.5
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
+ '@babel/compat-data': 7.17.7
+ '@babel/core': 7.17.7
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.7
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.5:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.7:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4261,14 +4261,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.7
core-js-compat: 3.21.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.5:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.7:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4276,8 +4276,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.5
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
+ '@babel/core': 7.17.7
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.7
transitivePeerDependencies:
- supports-color
dev: true
@@ -4285,7 +4285,7 @@ packages:
/babel-preset-solid/1.3.12:
resolution: {integrity: sha512-2/ggNVrYoZ/XMGB5ap9G5qoCXfYxm6GJ9NDhPz3+G4f4kSNQ1CMqZbQAfuKpUqEmtvcOM2riIgNsgeAdUiiGMw==}
dependencies:
- babel-plugin-jsx-dom-expressions: 0.32.9
+ babel-plugin-jsx-dom-expressions: 0.32.10
transitivePeerDependencies:
- '@babel/core'
dev: false
@@ -4351,13 +4351,13 @@ packages:
resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==}
dev: true
- /browserslist/4.20.0:
- resolution: {integrity: sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==}
+ /browserslist/4.20.2:
+ resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001316
- electron-to-chromium: 1.4.82
+ caniuse-lite: 1.0.30001317
+ electron-to-chromium: 1.4.85
escalade: 3.1.1
node-releases: 2.0.2
picocolors: 1.0.0
@@ -4427,8 +4427,8 @@ packages:
engines: {node: '>=10'}
dev: true
- /caniuse-lite/1.0.30001316:
- resolution: {integrity: sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==}
+ /caniuse-lite/1.0.30001317:
+ resolution: {integrity: sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==}
/ccount/2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -4652,7 +4652,7 @@ packages:
/core-js-compat/3.21.1:
resolution: {integrity: sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==}
dependencies:
- browserslist: 4.20.0
+ browserslist: 4.20.2
semver: 7.0.0
dev: true
@@ -5000,8 +5000,8 @@ packages:
jake: 10.8.2
dev: true
- /electron-to-chromium/1.4.82:
- resolution: {integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==}
+ /electron-to-chromium/1.4.85:
+ resolution: {integrity: sha512-K9AsQ41WS2bjZUFpRWfvaS4RjEcRCamEkBJN1Z1TQILBfP1H8QnJ9ti0wiLiMv0sRjX3EHKzgs9jDnmGFx2jXg==}
/emmet/2.3.6:
resolution: {integrity: sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==}
@@ -5102,8 +5102,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-android-64/0.14.26:
- resolution: {integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==}
+ /esbuild-android-64/0.14.27:
+ resolution: {integrity: sha512-LuEd4uPuj/16Y8j6kqy3Z2E9vNY9logfq8Tq+oTE2PZVuNs3M1kj5Qd4O95ee66yDGb3isaOCV7sOLDwtMfGaQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -5119,8 +5119,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-android-arm64/0.14.26:
- resolution: {integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==}
+ /esbuild-android-arm64/0.14.27:
+ resolution: {integrity: sha512-E8Ktwwa6vX8q7QeJmg8yepBYXaee50OdQS3BFtEHKrzbV45H4foMOeEE7uqdjGQZFBap5VAqo7pvjlyA92wznQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -5136,8 +5136,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-darwin-64/0.14.26:
- resolution: {integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==}
+ /esbuild-darwin-64/0.14.27:
+ resolution: {integrity: sha512-czw/kXl/1ZdenPWfw9jDc5iuIYxqUxgQ/Q+hRd4/3udyGGVI31r29LCViN2bAJgGvQkqyLGVcG03PJPEXQ5i2g==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -5153,8 +5153,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-darwin-arm64/0.14.26:
- resolution: {integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==}
+ /esbuild-darwin-arm64/0.14.27:
+ resolution: {integrity: sha512-BEsv2U2U4o672oV8+xpXNxN9bgqRCtddQC6WBh4YhXKDcSZcdNh7+6nS+DM2vu7qWIWNA4JbRG24LUUYXysimQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -5170,8 +5170,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-freebsd-64/0.14.26:
- resolution: {integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==}
+ /esbuild-freebsd-64/0.14.27:
+ resolution: {integrity: sha512-7FeiFPGBo+ga+kOkDxtPmdPZdayrSzsV9pmfHxcyLKxu+3oTcajeZlOO1y9HW+t5aFZPiv7czOHM4KNd0tNwCA==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -5187,8 +5187,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-freebsd-arm64/0.14.26:
- resolution: {integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==}
+ /esbuild-freebsd-arm64/0.14.27:
+ resolution: {integrity: sha512-8CK3++foRZJluOWXpllG5zwAVlxtv36NpHfsbWS7TYlD8S+QruXltKlXToc/5ZNzBK++l6rvRKELu/puCLc7jA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -5204,8 +5204,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-32/0.14.26:
- resolution: {integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==}
+ /esbuild-linux-32/0.14.27:
+ resolution: {integrity: sha512-qhNYIcT+EsYSBClZ5QhLzFzV5iVsP1YsITqblSaztr3+ZJUI+GoK8aXHyzKd7/CKKuK93cxEMJPpfi1dfsOfdw==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -5221,8 +5221,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-64/0.14.26:
- resolution: {integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==}
+ /esbuild-linux-64/0.14.27:
+ resolution: {integrity: sha512-ESjck9+EsHoTaKWlFKJpPZRN26uiav5gkI16RuI8WBxUdLrrAlYuYSndxxKgEn1csd968BX/8yQZATYf/9+/qg==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -5238,8 +5238,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-arm/0.14.26:
- resolution: {integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==}
+ /esbuild-linux-arm/0.14.27:
+ resolution: {integrity: sha512-JnnmgUBdqLQO9hoNZQqNHFWlNpSX82vzB3rYuCJMhtkuaWQEmQz6Lec1UIxJdC38ifEghNTBsF9bbe8dFilnCw==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -5255,8 +5255,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-arm64/0.14.26:
- resolution: {integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==}
+ /esbuild-linux-arm64/0.14.27:
+ resolution: {integrity: sha512-no6Mi17eV2tHlJnqBHRLekpZ2/VYx+NfGxKcBE/2xOMYwctsanCaXxw4zapvNrGE9X38vefVXLz6YCF8b1EHiQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -5272,8 +5272,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-mips64le/0.14.26:
- resolution: {integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==}
+ /esbuild-linux-mips64le/0.14.27:
+ resolution: {integrity: sha512-NolWP2uOvIJpbwpsDbwfeExZOY1bZNlWE/kVfkzLMsSgqeVcl5YMen/cedRe9mKnpfLli+i0uSp7N+fkKNU27A==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -5289,8 +5289,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-ppc64le/0.14.26:
- resolution: {integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==}
+ /esbuild-linux-ppc64le/0.14.27:
+ resolution: {integrity: sha512-/7dTjDvXMdRKmsSxKXeWyonuGgblnYDn0MI1xDC7J1VQXny8k1qgNp6VmrlsawwnsymSUUiThhkJsI+rx0taNA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -5306,8 +5306,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-riscv64/0.14.26:
- resolution: {integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==}
+ /esbuild-linux-riscv64/0.14.27:
+ resolution: {integrity: sha512-D+aFiUzOJG13RhrSmZgrcFaF4UUHpqj7XSKrIiCXIj1dkIkFqdrmqMSOtSs78dOtObWiOrFCDDzB24UyeEiNGg==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -5323,8 +5323,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-linux-s390x/0.14.26:
- resolution: {integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==}
+ /esbuild-linux-s390x/0.14.27:
+ resolution: {integrity: sha512-CD/D4tj0U4UQjELkdNlZhQ8nDHU5rBn6NGp47Hiz0Y7/akAY5i0oGadhEIg0WCY/HYVXFb3CsSPPwaKcTOW3bg==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -5340,8 +5340,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-netbsd-64/0.14.26:
- resolution: {integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==}
+ /esbuild-netbsd-64/0.14.27:
+ resolution: {integrity: sha512-h3mAld69SrO1VoaMpYl3a5FNdGRE/Nqc+E8VtHOag4tyBwhCQXxtvDDOAKOUQexBGca0IuR6UayQ4ntSX5ij1Q==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -5357,8 +5357,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-openbsd-64/0.14.26:
- resolution: {integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==}
+ /esbuild-openbsd-64/0.14.27:
+ resolution: {integrity: sha512-xwSje6qIZaDHXWoPpIgvL+7fC6WeubHHv18tusLYMwL+Z6bEa4Pbfs5IWDtQdHkArtfxEkIZz77944z8MgDxGw==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -5374,8 +5374,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-sunos-64/0.14.26:
- resolution: {integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==}
+ /esbuild-sunos-64/0.14.27:
+ resolution: {integrity: sha512-/nBVpWIDjYiyMhuqIqbXXsxBc58cBVH9uztAOIfWShStxq9BNBik92oPQPJ57nzWXRNKQUEFWr4Q98utDWz7jg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -5391,8 +5391,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-32/0.14.26:
- resolution: {integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==}
+ /esbuild-windows-32/0.14.27:
+ resolution: {integrity: sha512-Q9/zEjhZJ4trtWhFWIZvS/7RUzzi8rvkoaS9oiizkHTTKd8UxFwn/Mm2OywsAfYymgUYm8+y2b+BKTNEFxUekw==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -5408,8 +5408,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-64/0.14.26:
- resolution: {integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==}
+ /esbuild-windows-64/0.14.27:
+ resolution: {integrity: sha512-b3y3vTSl5aEhWHK66ngtiS/c6byLf6y/ZBvODH1YkBM+MGtVL6jN38FdHUsZasCz9gFwYs/lJMVY9u7GL6wfYg==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -5425,8 +5425,8 @@ packages:
requiresBuild: true
optional: true
- /esbuild-windows-arm64/0.14.26:
- resolution: {integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==}
+ /esbuild-windows-arm64/0.14.27:
+ resolution: {integrity: sha512-I/reTxr6TFMcR5qbIkwRGvldMIaiBu2+MP0LlD7sOlNXrfqIl9uNjsuxFPGEG4IRomjfQ5q8WT+xlF/ySVkqKg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -5461,32 +5461,32 @@ packages:
esbuild-windows-64: 0.14.25
esbuild-windows-arm64: 0.14.25
- /esbuild/0.14.26:
- resolution: {integrity: sha512-v0zIYlFB9NZ82/hFljhvpA7f8rob66r68ymB7juMz6TYAAMYjKGoW+hrMfRRvic5MAOI2wE/SuykFvsELLa6eA==}
+ /esbuild/0.14.27:
+ resolution: {integrity: sha512-MZQt5SywZS3hA9fXnMhR22dv0oPGh6QtjJRIYbgL1AeqAoQZE+Qn5ppGYQAoHv/vq827flj4tIJ79Mrdiwk46Q==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
- esbuild-android-64: 0.14.26
- esbuild-android-arm64: 0.14.26
- esbuild-darwin-64: 0.14.26
- esbuild-darwin-arm64: 0.14.26
- esbuild-freebsd-64: 0.14.26
- esbuild-freebsd-arm64: 0.14.26
- esbuild-linux-32: 0.14.26
- esbuild-linux-64: 0.14.26
- esbuild-linux-arm: 0.14.26
- esbuild-linux-arm64: 0.14.26
- esbuild-linux-mips64le: 0.14.26
- esbuild-linux-ppc64le: 0.14.26
- esbuild-linux-riscv64: 0.14.26
- esbuild-linux-s390x: 0.14.26
- esbuild-netbsd-64: 0.14.26
- esbuild-openbsd-64: 0.14.26
- esbuild-sunos-64: 0.14.26
- esbuild-windows-32: 0.14.26
- esbuild-windows-64: 0.14.26
- esbuild-windows-arm64: 0.14.26
+ esbuild-android-64: 0.14.27
+ esbuild-android-arm64: 0.14.27
+ esbuild-darwin-64: 0.14.27
+ esbuild-darwin-arm64: 0.14.27
+ esbuild-freebsd-64: 0.14.27
+ esbuild-freebsd-arm64: 0.14.27
+ esbuild-linux-32: 0.14.27
+ esbuild-linux-64: 0.14.27
+ esbuild-linux-arm: 0.14.27
+ esbuild-linux-arm64: 0.14.27
+ esbuild-linux-mips64le: 0.14.27
+ esbuild-linux-ppc64le: 0.14.27
+ esbuild-linux-riscv64: 0.14.27
+ esbuild-linux-s390x: 0.14.27
+ esbuild-netbsd-64: 0.14.27
+ esbuild-openbsd-64: 0.14.27
+ esbuild-sunos-64: 0.14.27
+ esbuild-windows-32: 0.14.27
+ esbuild-windows-64: 0.14.27
+ esbuild-windows-arm64: 0.14.27
dev: false
/escalade/3.1.1:
@@ -5529,7 +5529,7 @@ packages:
eslint: 8.11.0
dev: true
- /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967:
+ /eslint-plugin-prettier/4.0.0_68edcf5670f37721baf5d2cac6124e4d:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'}
peerDependencies:
@@ -5542,7 +5542,7 @@ packages:
dependencies:
eslint: 8.11.0
eslint-config-prettier: 8.5.0_eslint@8.11.0
- prettier: 2.5.1
+ prettier: 2.6.0
prettier-linter-helpers: 1.0.0
dev: true
@@ -5605,7 +5605,7 @@ packages:
file-entry-cache: 6.0.1
functional-red-black-tree: 1.0.1
glob-parent: 6.0.2
- globals: 13.12.1
+ globals: 13.13.0
ignore: 5.2.0
import-fresh: 3.3.0
imurmurhash: 0.1.4
@@ -5797,8 +5797,8 @@ packages:
dependencies:
reusify: 1.0.4
- /fetch-blob/3.1.4:
- resolution: {integrity: sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==}
+ /fetch-blob/3.1.5:
+ resolution: {integrity: sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==}
engines: {node: ^12.20 || >= 14.13}
dependencies:
node-domexception: 1.0.0
@@ -5876,7 +5876,7 @@ packages:
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
engines: {node: '>=12.20.0'}
dependencies:
- fetch-blob: 3.1.4
+ fetch-blob: 3.1.5
/fraction.js/4.2.0:
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
@@ -6042,8 +6042,8 @@ packages:
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
- /globals/13.12.1:
- resolution: {integrity: sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==}
+ /globals/13.13.0:
+ resolution: {integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@@ -6849,22 +6849,22 @@ packages:
/lit-element/3.2.0:
resolution: {integrity: sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==}
dependencies:
- '@lit/reactive-element': 1.3.0
- lit-html: 2.2.0
+ '@lit/reactive-element': 1.3.1
+ lit-html: 2.2.1
dev: false
- /lit-html/2.2.0:
- resolution: {integrity: sha512-dJnevgV8VkCuOXLWrjQopDE8nSy8CzipZ/ATfYQv7z7Dct4abblcKecf50gkIScuwCTzKvRLgvTgV0zzagW4gA==}
+ /lit-html/2.2.1:
+ resolution: {integrity: sha512-AiJ/Rs0awjICs2FioTnHSh+Np5dhYSkyRczKy3wKjp8qjLhr1Ov+GiHrUQNdX8ou1LMuznpIME990AZsa/tR8g==}
dependencies:
'@types/trusted-types': 2.0.2
dev: false
- /lit/2.2.0:
- resolution: {integrity: sha512-FDyxUuczo6cJJY/2Bkgfh1872U4ikUvmK1Cb6+lYC1CW+QOo8CaWXCpvPKFzYsz0ojUxoruBLVrECc7VI2f1dQ==}
+ /lit/2.2.1:
+ resolution: {integrity: sha512-dSe++R50JqrvNGXmI9OE13de1z5U/Y3J2dTm/9GC86vedI8ILoR8ZGnxfThFpvQ9m0lR0qRnIR4IiKj/jDCfYw==}
dependencies:
- '@lit/reactive-element': 1.3.0
+ '@lit/reactive-element': 1.3.1
lit-element: 3.2.0
- lit-html: 2.2.0
+ lit-html: 2.2.1
dev: false
/load-yaml-file/0.2.0:
@@ -7041,11 +7041,14 @@ packages:
mdast-util-to-markdown: 1.3.0
dev: false
- /mdast-util-gfm-table/1.0.3:
- resolution: {integrity: sha512-B/tgpJjND1qIZM2WZst+NYnb0notPE6m0J+YOe3NOHXyEmvK38ytxaOsgz4BvrRPQQcNbRrTzSHMPnBkj1fCjg==}
+ /mdast-util-gfm-table/1.0.4:
+ resolution: {integrity: sha512-aEuoPwZyP4iIMkf2cLWXxx3EQ6Bmh2yKy9MVCg4i6Sd3cX80dcLEfXO/V4ul3pGH9czBK4kp+FAl+ZHmSUt9/w==}
dependencies:
markdown-table: 3.0.2
+ mdast-util-from-markdown: 1.2.0
mdast-util-to-markdown: 1.3.0
+ transitivePeerDependencies:
+ - supports-color
dev: false
/mdast-util-gfm-task-list-item/1.0.1:
@@ -7055,14 +7058,18 @@ packages:
mdast-util-to-markdown: 1.3.0
dev: false
- /mdast-util-gfm/2.0.0:
- resolution: {integrity: sha512-wMwejlTN3EQADPFuvxe8lmGsay3+f6gSJKdAHR6KBJzpcxvsjJSILB9K6u6G7eQLC7iOTyVIHYGui9uBc9r1Tg==}
+ /mdast-util-gfm/2.0.1:
+ resolution: {integrity: sha512-42yHBbfWIFisaAfV1eixlabbsa6q7vHeSPY+cg+BBjX51M8xhgMacqH9g6TftB/9+YkcI0ooV4ncfrJslzm/RQ==}
dependencies:
+ mdast-util-from-markdown: 1.2.0
mdast-util-gfm-autolink-literal: 1.0.2
mdast-util-gfm-footnote: 1.0.1
mdast-util-gfm-strikethrough: 1.0.1
- mdast-util-gfm-table: 1.0.3
+ mdast-util-gfm-table: 1.0.4
mdast-util-gfm-task-list-item: 1.0.1
+ mdast-util-to-markdown: 1.3.0
+ transitivePeerDependencies:
+ - supports-color
dev: false
/mdast-util-mdx-expression/1.2.0:
@@ -7655,7 +7662,7 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
data-uri-to-buffer: 4.0.0
- fetch-blob: 3.1.4
+ fetch-blob: 3.1.5
formdata-polyfill: 4.0.10
/node-releases/2.0.2:
@@ -7985,14 +7992,14 @@ packages:
find-up: 4.1.0
dev: true
- /postcss-js/4.0.0_postcss@8.4.8:
+ /postcss-js/4.0.0_postcss@8.4.12:
resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==}
engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.3.3
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.8
+ postcss: 8.4.12
dev: true
/postcss-load-config/3.1.3:
@@ -8008,13 +8015,13 @@ packages:
yaml: 1.10.2
dev: true
- /postcss-nested/5.0.6_postcss@8.4.8:
+ /postcss-nested/5.0.6_postcss@8.4.12:
resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.8
+ postcss: 8.4.12
postcss-selector-parser: 6.0.9
dev: true
@@ -8029,8 +8036,8 @@ packages:
/postcss-value-parser/4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- /postcss/8.4.8:
- resolution: {integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==}
+ /postcss/8.4.12:
+ resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.1
@@ -8103,8 +8110,8 @@ packages:
hasBin: true
dev: true
- /prettier/2.5.1:
- resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==}
+ /prettier/2.6.0:
+ resolution: {integrity: sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -8326,7 +8333,7 @@ packages:
/regenerator-transform/0.14.5:
resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==}
dependencies:
- '@babel/runtime': 7.17.2
+ '@babel/runtime': 7.17.7
dev: true
/regexp.prototype.flags/1.4.1:
@@ -8421,9 +8428,11 @@ packages:
resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==}
dependencies:
'@types/mdast': 3.0.10
- mdast-util-gfm: 2.0.0
+ mdast-util-gfm: 2.0.1
micromark-extension-gfm: 2.0.1
unified: 10.1.2
+ transitivePeerDependencies:
+ - supports-color
dev: false
/remark-parse/10.0.1:
@@ -8548,7 +8557,7 @@ packages:
jest-worker: 26.6.2
rollup: 2.70.1
serialize-javascript: 4.0.0
- terser: 5.12.0
+ terser: 5.12.1
dev: true
/rollup/2.70.1:
@@ -9161,7 +9170,7 @@ packages:
engines: {node: '>= 8'}
dev: false
- /tailwindcss/3.0.23_autoprefixer@10.4.2:
+ /tailwindcss/3.0.23_autoprefixer@10.4.4:
resolution: {integrity: sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==}
engines: {node: '>=12.13.0'}
hasBin: true
@@ -9169,7 +9178,7 @@ packages:
autoprefixer: ^10.0.2
dependencies:
arg: 5.0.1
- autoprefixer: 10.4.2_postcss@8.4.8
+ autoprefixer: 10.4.4_postcss@8.4.12
chalk: 4.1.2
chokidar: 3.5.3
color-name: 1.1.4
@@ -9182,10 +9191,10 @@ packages:
is-glob: 4.0.3
normalize-path: 3.0.0
object-hash: 2.2.0
- postcss: 8.4.8
- postcss-js: 4.0.0_postcss@8.4.8
+ postcss: 8.4.12
+ postcss-js: 4.0.0_postcss@8.4.12
postcss-load-config: 3.1.3
- postcss-nested: 5.0.6_postcss@8.4.8
+ postcss-nested: 5.0.6_postcss@8.4.12
postcss-selector-parser: 6.0.9
postcss-value-parser: 4.2.0
quick-lru: 5.1.1
@@ -9246,8 +9255,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /terser/5.12.0:
- resolution: {integrity: sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A==}
+ /terser/5.12.1:
+ resolution: {integrity: sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -9849,8 +9858,8 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.26
- postcss: 8.4.8
+ esbuild: 0.14.27
+ postcss: 8.4.12
resolve: 1.22.0
rollup: 2.70.1
optionalDependencies:
@@ -9873,8 +9882,8 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.26
- postcss: 8.4.8
+ esbuild: 0.14.27
+ postcss: 8.4.12
resolve: 1.22.0
rollup: 2.70.1
sass: 1.49.9
@@ -10094,10 +10103,10 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.3_ajv@8.10.0
- '@babel/core': 7.17.5
- '@babel/preset-env': 7.16.11_@babel+core@7.17.5
- '@babel/runtime': 7.17.2
- '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.5+rollup@2.70.1
+ '@babel/core': 7.17.7
+ '@babel/preset-env': 7.16.11_@babel+core@7.17.7
+ '@babel/runtime': 7.17.7
+ '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.7+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