diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13efbec2c..83485e75c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,16 +4,21 @@ All notable changes to this project will be documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
-## [Unreleased]
+## [3.5.0] - 2021-11-08
### Added
- The [`Slider`](https://illright.github.io/attractions/docs/components/slider) component has been added, allowing you to create a slider similar to the one you would get with ``. It also support inputting a range by supplying a tuple for the `value` prop (Thanks to [@RikuVan](https://github.com/RikuVan) for the contribution - [#290](https://github.com/illright/attractions/pull/290)).
-- The `closeOnSelection` prop to the `DatePicker` component has been added.
+- The `closeOnSelection` prop to the `DatePicker` component has been added to close the dropdown after a selection has been made.
### Changed
-- Change the [`Dropdown`](https://illright.github.io/attractions/docs/components/dropdown) chevron transition animation to a `scaleY(-1)` for `150ms` ([#310](https://github.com/illright/attractions/pull/310))
+- Change the [`Dropdown`](https://illright.github.io/attractions/docs/components/dropdown) chevron transition animation to a `scaleY(-1)` for `150ms` ([#310](https://github.com/illright/attractions/pull/310)).
+- The [`Card`](https://illright.github.io/attractions/docs/components/card) component will now use the SCSS `$background` variable as its default background color instead of the hard-coded white color.
+
+### Fixed
+
+- Fixed some types and documentation mistakes for the [`Accordion`](https://illright.github.io/attractions/docs/components/accordion) component ([#316](https://github.com/illright/attractions/pull/316)).
## [3.4.0] - 2021-09-12
diff --git a/attractions/package.json b/attractions/package.json
index 87794f833..229326b0c 100644
--- a/attractions/package.json
+++ b/attractions/package.json
@@ -1,6 +1,6 @@
{
"name": "attractions",
- "version": "3.4.0",
+ "version": "3.5.0",
"description": "A UI kit for Svelte",
"homepage": "https://illright.github.io/attractions/",
"bugs": "https://github.com/illright/attractions/issues",
@@ -30,23 +30,23 @@
"*"
],
"devDependencies": {
- "@babel/core": "^7.15.5",
- "@babel/preset-env": "^7.15.6",
- "@rollup/plugin-node-resolve": "^13.0.4",
- "@typescript-eslint/eslint-plugin": "^4.31.0",
- "@typescript-eslint/parser": "^4.31.0",
+ "@babel/core": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@rollup/plugin-node-resolve": "^13.0.6",
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
+ "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"pkg-versions": "^2.1.0",
"prettier-plugin-svelte": "^2.4.0",
- "rollup": "^2.56.3",
+ "rollup": "^2.59.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
- "sass": "^1.39.2",
- "stylelint": "^13.11.0",
+ "sass": "^1.43.4",
+ "stylelint": "^13.13.1",
"sveld": "^0.10.2",
- "svelte": "^3.42.5",
- "svelte-preprocess": "^4.9.4",
- "typescript": "^4.4.3"
+ "svelte": "^3.44.1",
+ "svelte-preprocess": "^4.9.8",
+ "typescript": "^4.4.4"
},
"peerDependencies": {
"postcss": ">=7 <9",
diff --git a/docs/package.json b/docs/package.json
index 3a3bc9330..8bcfae2cc 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -10,38 +10,38 @@
"start": "node __sapper__/build"
},
"dependencies": {
- "clipboard-polyfill": "^3.0.2",
- "compression": "^1.7.1",
+ "clipboard-polyfill": "^3.0.3",
+ "compression": "^1.7.4",
"polka": "next",
- "prismjs": "^1.24.0",
+ "prismjs": "^1.25.0",
"sapper-environment": "^1.0.1",
- "sirv": "^1.0.17"
+ "sirv": "^1.0.18"
},
"devDependencies": {
- "@babel/core": "^7.15.5",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.15.0",
- "@babel/preset-env": "^7.15.6",
- "@babel/runtime": "^7.15.4",
- "@rollup/plugin-alias": "^3.1.5",
+ "@babel/core": "^7.16.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-transform-runtime": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@babel/runtime": "^7.16.0",
+ "@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
- "@rollup/plugin-node-resolve": "^13.0.4",
+ "@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
- "attractions": "^3.0.0",
- "eslint-config-prettier": "^8.1.0",
- "mdsvex": "^0.9.6",
- "postcss": "^8.3.6",
+ "attractions": "workspace:^3.5.0",
+ "eslint-config-prettier": "^8.3.0",
+ "mdsvex": "^0.9.8",
+ "postcss": "^8.3.11",
"prettier": "2.4.0",
- "prism-svelte": "^0.4.6",
+ "prism-svelte": "^0.4.7",
"remark-heading-id": "^1.0.0",
- "rollup": "^2.56.3",
+ "rollup": "^2.59.0",
"rollup-plugin-svelte": "^7.1.0",
- "rollup-plugin-terser": "^7.0.0",
- "sapper": "^0.29.2",
- "sass": "^1.39.2",
- "svelte": "^3.42.5",
- "svelte-feather-icons": "^3.2.2",
- "svelte-preprocess": "^4.9.4"
+ "rollup-plugin-terser": "^7.0.2",
+ "sapper": "^0.29.3",
+ "sass": "^1.43.4",
+ "svelte": "^3.44.1",
+ "svelte-feather-icons": "^3.5.0",
+ "svelte-preprocess": "^4.9.8"
}
}
diff --git a/docs/src/routes/docs/components/card.svx b/docs/src/routes/docs/components/card.svx
index f2498131a..ac46f48dd 100644
--- a/docs/src/routes/docs/components/card.svx
+++ b/docs/src/routes/docs/components/card.svx
@@ -68,5 +68,6 @@ The content of the card.
| Name | Description | Default |
| ---- | ----------- | ------- |
| **`$main`** | The color of the border for outline cards. | |
+| **`$background`** | The background color of the card. | |
| **`$shadow-0`** | The shadow of regular cards. | |
| **`$card-radius`** | The curvature radius of a card. | `1.25em` |
diff --git a/package.json b/package.json
index f6a148e67..437910a2d 100644
--- a/package.json
+++ b/package.json
@@ -23,25 +23,25 @@
"docs"
],
"devDependencies": {
- "@babel/core": "^7.15.5",
+ "@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.15.0",
- "@babel/preset-env": "^7.15.6",
- "@babel/runtime": "^7.15.4",
+ "@babel/plugin-transform-runtime": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@babel/runtime": "^7.16.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
- "husky": "^7.0.2",
- "is-ci": "^3.0.0",
- "lint-staged": "^11.1.2",
+ "husky": "^7.0.4",
+ "is-ci": "^3.0.1",
+ "lint-staged": "^11.2.6",
"prettier": "2.4.0",
"prettier-plugin-svelte": "^2.4.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
- "svelte": "^3.42.5",
- "svelte-check": "^2.2.6",
- "typescript": "^4.4.3"
+ "svelte": "^3.44.1",
+ "svelte-check": "^2.2.8",
+ "typescript": "^4.4.4"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index eb79578f1..953a5e2e2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -4,186 +4,186 @@ importers:
.:
specifiers:
- '@babel/core': ^7.15.5
+ '@babel/core': ^7.16.0
'@babel/plugin-syntax-dynamic-import': ^7.8.3
- '@babel/plugin-transform-runtime': ^7.15.0
- '@babel/preset-env': ^7.15.6
- '@babel/runtime': ^7.15.4
+ '@babel/plugin-transform-runtime': ^7.16.0
+ '@babel/preset-env': ^7.16.0
+ '@babel/runtime': ^7.16.0
eslint: ^7.32.0
eslint-config-prettier: ^8.3.0
eslint-plugin-svelte3: ^3.2.1
- husky: ^7.0.2
- is-ci: ^3.0.0
- lint-staged: ^11.1.2
+ husky: ^7.0.4
+ is-ci: ^3.0.1
+ lint-staged: ^11.2.6
prettier: 2.4.0
prettier-plugin-svelte: ^2.4.0
stylelint: ^13.13.1
stylelint-config-prettier: ^8.0.2
stylelint-config-sass-guidelines: ^8.0.0
stylelint-config-standard: ^22.0.0
- svelte: ^3.42.5
- svelte-check: ^2.2.6
- typescript: ^4.4.3
+ svelte: ^3.44.1
+ svelte-check: ^2.2.8
+ typescript: ^4.4.4
devDependencies:
- '@babel/core': 7.15.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5
- '@babel/preset-env': 7.15.6_@babel+core@7.15.5
- '@babel/runtime': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.0
+ '@babel/preset-env': 7.16.0_@babel+core@7.16.0
+ '@babel/runtime': 7.16.0
eslint: 7.32.0
eslint-config-prettier: 8.3.0_eslint@7.32.0
- eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.42.5
- husky: 7.0.2
- is-ci: 3.0.0
- lint-staged: 11.1.2
+ eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.44.1
+ husky: 7.0.4
+ is-ci: 3.0.1
+ lint-staged: 11.2.6
prettier: 2.4.0
- prettier-plugin-svelte: 2.4.0_prettier@2.4.0+svelte@3.42.5
+ prettier-plugin-svelte: 2.4.0_prettier@2.4.0+svelte@3.44.1
stylelint: 13.13.1
stylelint-config-prettier: 8.0.2_stylelint@13.13.1
stylelint-config-sass-guidelines: 8.0.0_stylelint@13.13.1
stylelint-config-standard: 22.0.0_stylelint@13.13.1
- svelte: 3.42.5
- svelte-check: 2.2.6_@babel+core@7.15.5+svelte@3.42.5
- typescript: 4.4.3
+ svelte: 3.44.1
+ svelte-check: 2.2.8_@babel+core@7.16.0+svelte@3.44.1
+ typescript: 4.4.4
attractions:
specifiers:
- '@babel/core': ^7.15.5
- '@babel/preset-env': ^7.15.6
- '@rollup/plugin-node-resolve': ^13.0.4
- '@typescript-eslint/eslint-plugin': ^4.31.0
- '@typescript-eslint/parser': ^4.31.0
+ '@babel/core': ^7.16.0
+ '@babel/preset-env': ^7.16.0
+ '@rollup/plugin-node-resolve': ^13.0.6
+ '@typescript-eslint/eslint-plugin': ^4.33.0
+ '@typescript-eslint/parser': ^4.33.0
eslint: ^7.32.0
pkg-versions: ^2.1.0
prettier-plugin-svelte: ^2.4.0
- rollup: ^2.56.3
+ rollup: ^2.59.0
rollup-plugin-svelte: ^7.1.0
rollup-plugin-terser: ^7.0.2
- sass: ^1.39.2
- stylelint: ^13.11.0
+ sass: ^1.43.4
+ stylelint: ^13.13.1
sveld: ^0.10.2
- svelte: ^3.42.5
- svelte-preprocess: ^4.9.4
- typescript: ^4.4.3
+ svelte: ^3.44.1
+ svelte-preprocess: ^4.9.8
+ typescript: ^4.4.4
devDependencies:
- '@babel/core': 7.15.5
- '@babel/preset-env': 7.15.6_@babel+core@7.15.5
- '@rollup/plugin-node-resolve': 13.0.4_rollup@2.56.3
- '@typescript-eslint/eslint-plugin': 4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
- '@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.3
+ '@babel/core': 7.16.0
+ '@babel/preset-env': 7.16.0_@babel+core@7.16.0
+ '@rollup/plugin-node-resolve': 13.0.6_rollup@2.59.0
+ '@typescript-eslint/eslint-plugin': 4.33.0_cc617358c89d3f38c52462f6d809db4c
+ '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4
eslint: 7.32.0
pkg-versions: 2.1.0
- prettier-plugin-svelte: 2.4.0_prettier@2.4.0+svelte@3.42.5
- rollup: 2.56.3
- rollup-plugin-svelte: 7.1.0_rollup@2.56.3+svelte@3.42.5
- rollup-plugin-terser: 7.0.2_rollup@2.56.3
- sass: 1.39.2
+ prettier-plugin-svelte: 2.4.0_prettier@2.4.0+svelte@3.44.1
+ rollup: 2.59.0
+ rollup-plugin-svelte: 7.1.0_rollup@2.59.0+svelte@3.44.1
+ rollup-plugin-terser: 7.0.2_rollup@2.59.0
+ sass: 1.43.4
stylelint: 13.13.1
- sveld: 0.10.2_@babel+core@7.15.5+sass@1.39.2
- svelte: 3.42.5
- svelte-preprocess: 4.9.4_ac7e4895d58711fe97e678b474d796af
- typescript: 4.4.3
+ sveld: 0.10.2_@babel+core@7.16.0+sass@1.43.4
+ svelte: 3.44.1
+ svelte-preprocess: 4.9.8_b5001407c02a6975278f70b7f4fcdbb8
+ typescript: 4.4.4
docs:
specifiers:
- '@babel/core': ^7.15.5
- '@babel/plugin-syntax-dynamic-import': ^7.0.0
- '@babel/plugin-transform-runtime': ^7.15.0
- '@babel/preset-env': ^7.15.6
- '@babel/runtime': ^7.15.4
- '@rollup/plugin-alias': ^3.1.5
+ '@babel/core': ^7.16.0
+ '@babel/plugin-syntax-dynamic-import': ^7.8.3
+ '@babel/plugin-transform-runtime': ^7.16.0
+ '@babel/preset-env': ^7.16.0
+ '@babel/runtime': ^7.16.0
+ '@rollup/plugin-alias': ^3.1.8
'@rollup/plugin-babel': ^5.3.0
'@rollup/plugin-commonjs': ^20.0.0
- '@rollup/plugin-node-resolve': ^13.0.4
+ '@rollup/plugin-node-resolve': ^13.0.6
'@rollup/plugin-replace': ^3.0.0
- attractions: ^3.0.0
- clipboard-polyfill: ^3.0.2
- compression: ^1.7.1
- eslint-config-prettier: ^8.1.0
- mdsvex: ^0.9.6
+ attractions: workspace:^3.5.0
+ clipboard-polyfill: ^3.0.3
+ compression: ^1.7.4
+ eslint-config-prettier: ^8.3.0
+ mdsvex: ^0.9.8
polka: next
- postcss: ^8.3.6
+ postcss: ^8.3.11
prettier: 2.4.0
- prism-svelte: ^0.4.6
- prismjs: ^1.24.0
+ prism-svelte: ^0.4.7
+ prismjs: ^1.25.0
remark-heading-id: ^1.0.0
- rollup: ^2.56.3
+ rollup: ^2.59.0
rollup-plugin-svelte: ^7.1.0
- rollup-plugin-terser: ^7.0.0
- sapper: ^0.29.2
+ rollup-plugin-terser: ^7.0.2
+ sapper: ^0.29.3
sapper-environment: ^1.0.1
- sass: ^1.39.2
- sirv: ^1.0.17
- svelte: ^3.42.5
- svelte-feather-icons: ^3.2.2
- svelte-preprocess: ^4.9.4
+ sass: ^1.43.4
+ sirv: ^1.0.18
+ svelte: ^3.44.1
+ svelte-feather-icons: ^3.5.0
+ svelte-preprocess: ^4.9.8
dependencies:
clipboard-polyfill: 3.0.3
compression: 1.7.4
- polka: 1.0.0-next.20
- prismjs: 1.24.1
+ polka: 1.0.0-next.22
+ prismjs: 1.25.0
sapper-environment: 1.0.1
- sirv: 1.0.17
+ sirv: 1.0.18
devDependencies:
- '@babel/core': 7.15.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5
- '@babel/preset-env': 7.15.6_@babel+core@7.15.5
- '@babel/runtime': 7.15.4
- '@rollup/plugin-alias': 3.1.5_rollup@2.56.3
- '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.56.3
- '@rollup/plugin-commonjs': 20.0.0_rollup@2.56.3
- '@rollup/plugin-node-resolve': 13.0.4_rollup@2.56.3
- '@rollup/plugin-replace': 3.0.0_rollup@2.56.3
+ '@babel/core': 7.16.0
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.0
+ '@babel/preset-env': 7.16.0_@babel+core@7.16.0
+ '@babel/runtime': 7.16.0
+ '@rollup/plugin-alias': 3.1.8_rollup@2.59.0
+ '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.0+rollup@2.59.0
+ '@rollup/plugin-commonjs': 20.0.0_rollup@2.59.0
+ '@rollup/plugin-node-resolve': 13.0.6_rollup@2.59.0
+ '@rollup/plugin-replace': 3.0.0_rollup@2.59.0
attractions: link:../attractions
eslint-config-prettier: 8.3.0_eslint@7.32.0
- mdsvex: 0.9.8_svelte@3.42.5
- postcss: 8.3.6
+ mdsvex: 0.9.8_svelte@3.44.1
+ postcss: 8.3.11
prettier: 2.4.0
prism-svelte: 0.4.7
remark-heading-id: 1.0.0
- rollup: 2.56.3
- rollup-plugin-svelte: 7.1.0_rollup@2.56.3+svelte@3.42.5
- rollup-plugin-terser: 7.0.2_rollup@2.56.3
- sapper: 0.29.2_svelte@3.42.5
- sass: 1.39.2
- svelte: 3.42.5
+ rollup: 2.59.0
+ rollup-plugin-svelte: 7.1.0_rollup@2.59.0+svelte@3.44.1
+ rollup-plugin-terser: 7.0.2_rollup@2.59.0
+ sapper: 0.29.3_svelte@3.44.1
+ sass: 1.43.4
+ svelte: 3.44.1
svelte-feather-icons: 3.5.0
- svelte-preprocess: 4.9.4_c45331207d1691ca964d5a4483937951
+ svelte-preprocess: 4.9.8_069e99915ecbe20d86f9260d63f124ef
packages:
/@babel/code-frame/7.12.11:
resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
- '@babel/highlight': 7.14.5
+ '@babel/highlight': 7.16.0
dev: true
- /@babel/code-frame/7.14.5:
- resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==}
+ /@babel/code-frame/7.16.0:
+ resolution: {integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.14.5
+ '@babel/highlight': 7.16.0
dev: true
- /@babel/compat-data/7.15.0:
- resolution: {integrity: sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==}
+ /@babel/compat-data/7.16.0:
+ resolution: {integrity: sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core/7.15.5:
- resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==}
+ /@babel/core/7.16.0:
+ resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.14.5
- '@babel/generator': 7.15.4
- '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5
- '@babel/helper-module-transforms': 7.15.4
- '@babel/helpers': 7.15.4
- '@babel/parser': 7.15.6
- '@babel/template': 7.15.4
- '@babel/traverse': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/code-frame': 7.16.0
+ '@babel/generator': 7.16.0
+ '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0
+ '@babel/helper-module-transforms': 7.16.0
+ '@babel/helpers': 7.16.0
+ '@babel/parser': 7.16.2
+ '@babel/template': 7.16.0
+ '@babel/traverse': 7.16.0
+ '@babel/types': 7.16.0
convert-source-map: 1.8.0
debug: 4.3.2
gensync: 1.0.0-beta.2
@@ -194,103 +194,81 @@ packages:
- supports-color
dev: true
- /@babel/generator/7.15.0:
- resolution: {integrity: sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.15.0
- jsesc: 2.5.2
- source-map: 0.5.7
- dev: true
-
- /@babel/generator/7.15.4:
- resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==}
+ /@babel/generator/7.16.0:
+ resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
jsesc: 2.5.2
source-map: 0.5.7
dev: true
- /@babel/helper-annotate-as-pure/7.15.4:
- resolution: {integrity: sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==}
+ /@babel/helper-annotate-as-pure/7.16.0:
+ resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-builder-binary-assignment-operator-visitor/7.15.4:
- resolution: {integrity: sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==}
+ /@babel/helper-builder-binary-assignment-operator-visitor/7.16.0:
+ resolution: {integrity: sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-explode-assignable-expression': 7.15.4
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/helper-compilation-targets/7.15.0_@babel+core@7.15.5:
- resolution: {integrity: sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/compat-data': 7.15.0
- '@babel/core': 7.15.5
- '@babel/helper-validator-option': 7.14.5
- browserslist: 4.16.7
- semver: 6.3.0
+ '@babel/helper-explode-assignable-expression': 7.16.0
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==}
+ /@babel/helper-compilation-targets/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/compat-data': 7.15.0
- '@babel/core': 7.15.5
+ '@babel/compat-data': 7.16.0
+ '@babel/core': 7.16.0
'@babel/helper-validator-option': 7.14.5
- browserslist: 4.17.0
+ browserslist: 4.17.6
semver: 6.3.0
dev: true
- /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==}
+ /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-annotate-as-pure': 7.15.4
- '@babel/helper-function-name': 7.15.4
- '@babel/helper-member-expression-to-functions': 7.15.4
- '@babel/helper-optimise-call-expression': 7.15.4
- '@babel/helper-replace-supers': 7.15.4
- '@babel/helper-split-export-declaration': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-annotate-as-pure': 7.16.0
+ '@babel/helper-function-name': 7.16.0
+ '@babel/helper-member-expression-to-functions': 7.16.0
+ '@babel/helper-optimise-call-expression': 7.16.0
+ '@babel/helper-replace-supers': 7.16.0
+ '@babel/helper-split-export-declaration': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==}
+ /@babel/helper-create-regexp-features-plugin/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-annotate-as-pure': 7.15.4
- regexpu-core: 4.7.1
+ '@babel/core': 7.16.0
+ '@babel/helper-annotate-as-pure': 7.16.0
+ regexpu-core: 4.8.0
dev: true
- /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.5:
- resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==}
+ /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.16.0:
+ resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-compilation-targets': 7.15.0_@babel+core@7.15.5
- '@babel/helper-module-imports': 7.14.5
+ '@babel/core': 7.16.0
+ '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0
+ '@babel/helper-module-imports': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/traverse': 7.15.0
+ '@babel/traverse': 7.16.0
debug: 4.3.2
lodash.debounce: 4.0.8
resolve: 1.20.0
@@ -299,101 +277,71 @@ packages:
- supports-color
dev: true
- /@babel/helper-explode-assignable-expression/7.15.4:
- resolution: {integrity: sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==}
+ /@babel/helper-explode-assignable-expression/7.16.0:
+ resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-function-name/7.14.5:
- resolution: {integrity: sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==}
+ /@babel/helper-function-name/7.16.0:
+ resolution: {integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-get-function-arity': 7.14.5
- '@babel/template': 7.14.5
- '@babel/types': 7.15.0
+ '@babel/helper-get-function-arity': 7.16.0
+ '@babel/template': 7.16.0
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-function-name/7.15.4:
- resolution: {integrity: sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==}
+ /@babel/helper-get-function-arity/7.16.0:
+ resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-get-function-arity': 7.15.4
- '@babel/template': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-get-function-arity/7.14.5:
- resolution: {integrity: sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==}
+ /@babel/helper-hoist-variables/7.16.0:
+ resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-get-function-arity/7.15.4:
- resolution: {integrity: sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==}
+ /@babel/helper-member-expression-to-functions/7.16.0:
+ resolution: {integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-hoist-variables/7.14.5:
- resolution: {integrity: sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==}
+ /@babel/helper-module-imports/7.16.0:
+ resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-hoist-variables/7.15.4:
- resolution: {integrity: sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==}
+ /@babel/helper-module-transforms/7.16.0:
+ resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/helper-member-expression-to-functions/7.15.4:
- resolution: {integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/helper-module-imports/7.14.5:
- resolution: {integrity: sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.15.0
- dev: true
-
- /@babel/helper-module-imports/7.15.4:
- resolution: {integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/helper-module-transforms/7.15.4:
- resolution: {integrity: sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-module-imports': 7.15.4
- '@babel/helper-replace-supers': 7.15.4
- '@babel/helper-simple-access': 7.15.4
- '@babel/helper-split-export-declaration': 7.15.4
- '@babel/helper-validator-identifier': 7.14.9
- '@babel/template': 7.15.4
- '@babel/traverse': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/helper-module-imports': 7.16.0
+ '@babel/helper-replace-supers': 7.16.0
+ '@babel/helper-simple-access': 7.16.0
+ '@babel/helper-split-export-declaration': 7.16.0
+ '@babel/helper-validator-identifier': 7.15.7
+ '@babel/template': 7.16.0
+ '@babel/traverse': 7.16.0
+ '@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-optimise-call-expression/7.15.4:
- resolution: {integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==}
+ /@babel/helper-optimise-call-expression/7.16.0:
+ resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
/@babel/helper-plugin-utils/7.14.5:
@@ -401,59 +349,52 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-remap-async-to-generator/7.15.4:
- resolution: {integrity: sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==}
+ /@babel/helper-remap-async-to-generator/7.16.0:
+ resolution: {integrity: sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-annotate-as-pure': 7.15.4
- '@babel/helper-wrap-function': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/helper-annotate-as-pure': 7.16.0
+ '@babel/helper-wrap-function': 7.16.0
+ '@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-replace-supers/7.15.4:
- resolution: {integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==}
+ /@babel/helper-replace-supers/7.16.0:
+ resolution: {integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-member-expression-to-functions': 7.15.4
- '@babel/helper-optimise-call-expression': 7.15.4
- '@babel/traverse': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/helper-member-expression-to-functions': 7.16.0
+ '@babel/helper-optimise-call-expression': 7.16.0
+ '@babel/traverse': 7.16.0
+ '@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-simple-access/7.15.4:
- resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==}
+ /@babel/helper-simple-access/7.16.0:
+ resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-skip-transparent-expression-wrappers/7.15.4:
- resolution: {integrity: sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==}
+ /@babel/helper-skip-transparent-expression-wrappers/7.16.0:
+ resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.6
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-split-export-declaration/7.14.5:
- resolution: {integrity: sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==}
+ /@babel/helper-split-export-declaration/7.16.0:
+ resolution: {integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.15.0
+ '@babel/types': 7.16.0
dev: true
- /@babel/helper-split-export-declaration/7.15.4:
- resolution: {integrity: sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/helper-validator-identifier/7.14.9:
- resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==}
+ /@babel/helper-validator-identifier/7.15.7:
+ resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==}
engines: {node: '>=6.9.0'}
dev: true
@@ -462,918 +403,889 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-wrap-function/7.15.4:
- resolution: {integrity: sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==}
+ /@babel/helper-wrap-function/7.16.0:
+ resolution: {integrity: sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-function-name': 7.15.4
- '@babel/template': 7.15.4
- '@babel/traverse': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/helper-function-name': 7.16.0
+ '@babel/template': 7.16.0
+ '@babel/traverse': 7.16.0
+ '@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helpers/7.15.4:
- resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==}
+ /@babel/helpers/7.16.0:
+ resolution: {integrity: sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/template': 7.15.4
- '@babel/traverse': 7.15.4
- '@babel/types': 7.15.6
+ '@babel/template': 7.16.0
+ '@babel/traverse': 7.16.0
+ '@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/highlight/7.14.5:
- resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==}
+ /@babel/highlight/7.16.0:
+ resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-validator-identifier': 7.14.9
+ '@babel/helper-validator-identifier': 7.15.7
chalk: 2.4.2
js-tokens: 4.0.0
dev: true
- /@babel/parser/7.15.0:
- resolution: {integrity: sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==}
+ /@babel/parser/7.16.2:
+ resolution: {integrity: sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==}
engines: {node: '>=6.0.0'}
hasBin: true
dev: true
- /@babel/parser/7.15.6:
- resolution: {integrity: sha512-S/TSCcsRuCkmpUuoWijua0Snt+f3ewU/8spLo+4AXJCZfT0bVCzLD5MuOKdrx0mlAptbKzn5AdgEIIKXxXkz9Q==}
- engines: {node: '>=6.0.0'}
- hasBin: true
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.0:
+ resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.16.0
+ '@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==}
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
- '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
+ '@babel/plugin-proposal-optional-chaining': 7.16.0_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==}
+ /@babel/plugin-proposal-async-generator-functions/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-remap-async-to-generator': 7.15.4
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5
+ '@babel/helper-remap-async-to-generator': 7.16.0
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==}
+ /@babel/plugin-proposal-class-properties/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==}
+ /@babel/plugin-proposal-class-static-block/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-mAy3sdcY9sKAkf3lQbDiv3olOfiLqI51c9DR9b19uMoR2Z6r5pmGl7dfNFqEvqOyqbf1ta4lknK4gc5PJn3mfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==}
+ /@babel/plugin-proposal-dynamic-import/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==}
+ /@babel/plugin-proposal-export-namespace-from/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==}
+ /@babel/plugin-proposal-json-strings/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==}
+ /@babel/plugin-proposal-logical-assignment-operators/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==}
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==}
+ /@babel/plugin-proposal-numeric-separator/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.5:
- resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==}
+ /@babel/plugin-proposal-object-rest-spread/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.15.0
- '@babel/core': 7.15.5
- '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5
+ '@babel/compat-data': 7.16.0
+ '@babel/core': 7.16.0
+ '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==}
+ /@babel/plugin-proposal-optional-catch-binding/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==}
+ /@babel/plugin-proposal-optional-chaining/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0
dev: true
- /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==}
+ /@babel/plugin-proposal-private-methods/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==}
+ /@babel/plugin-proposal-private-property-in-object/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-annotate-as-pure': 7.15.4
- '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-annotate-as-pure': 7.16.0
+ '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==}
+ /@babel/plugin-proposal-unicode-property-regex/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.5:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.5:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.5:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.0:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.5:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.5:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.5:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.5:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.0:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.5:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==}
+ /@babel/plugin-transform-arrow-functions/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==}
+ /@babel/plugin-transform-async-to-generator/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-imports': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-module-imports': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-remap-async-to-generator': 7.15.4
+ '@babel/helper-remap-async-to-generator': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==}
+ /@babel/plugin-transform-block-scoped-functions/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.5:
- resolution: {integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==}
+ /@babel/plugin-transform-block-scoping/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==}
+ /@babel/plugin-transform-classes/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-annotate-as-pure': 7.15.4
- '@babel/helper-function-name': 7.15.4
- '@babel/helper-optimise-call-expression': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-annotate-as-pure': 7.16.0
+ '@babel/helper-function-name': 7.16.0
+ '@babel/helper-optimise-call-expression': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-replace-supers': 7.15.4
- '@babel/helper-split-export-declaration': 7.15.4
+ '@babel/helper-replace-supers': 7.16.0
+ '@babel/helper-split-export-declaration': 7.16.0
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==}
+ /@babel/plugin-transform-computed-properties/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.5:
- resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==}
+ /@babel/plugin-transform-destructuring/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==}
+ /@babel/plugin-transform-dotall-regex/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==}
+ /@babel/plugin-transform-duplicate-keys/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==}
+ /@babel/plugin-transform-exponentiation-operator/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==}
+ /@babel/plugin-transform-for-of/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==}
+ /@babel/plugin-transform-function-name/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-function-name': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-function-name': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==}
+ /@babel/plugin-transform-literals/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==}
+ /@babel/plugin-transform-member-expression-literals/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==}
+ /@babel/plugin-transform-modules-amd/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-transforms': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-module-transforms': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==}
+ /@babel/plugin-transform-modules-commonjs/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-transforms': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-module-transforms': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-simple-access': 7.15.4
+ '@babel/helper-simple-access': 7.16.0
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==}
+ /@babel/plugin-transform-modules-systemjs/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-hoist-variables': 7.15.4
- '@babel/helper-module-transforms': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-hoist-variables': 7.16.0
+ '@babel/helper-module-transforms': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-validator-identifier': 7.14.9
+ '@babel/helper-validator-identifier': 7.15.7
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==}
+ /@babel/plugin-transform-modules-umd/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-transforms': 7.15.4
+ '@babel/core': 7.16.0
+ '@babel/helper-module-transforms': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.5:
- resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==}
+ /@babel/plugin-transform-named-capturing-groups-regex/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.0
dev: true
- /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==}
+ /@babel/plugin-transform-new-target/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==}
+ /@babel/plugin-transform-object-super/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-replace-supers': 7.15.4
+ '@babel/helper-replace-supers': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==}
+ /@babel/plugin-transform-parameters/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-XgnQEm1CevKROPx+udOi/8f8TiGhrUWiHiaUCIp47tE0tpFDjzXNTZc9E5CmCwxNjXTWEVqvRfWZYOTFvMa/ZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==}
+ /@babel/plugin-transform-property-literals/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==}
+ /@babel/plugin-transform-regenerator/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
regenerator-transform: 0.14.5
dev: true
- /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==}
+ /@babel/plugin-transform-reserved-words/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-runtime/7.15.0_@babel+core@7.15.5:
- resolution: {integrity: sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==}
+ /@babel/plugin-transform-runtime/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-zlPf1/XFn5+vWdve3AAhf+Sxl+MVa5VlwTwWgnLx23u4GlatSRQJ3Eoo9vllf0a9il3woQsT4SK+5Z7c06h8ag==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-imports': 7.14.5
+ '@babel/core': 7.16.0
+ '@babel/helper-module-imports': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5
- babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.5
- babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5
+ babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.16.0
+ babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.16.0
+ babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.16.0
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==}
+ /@babel/plugin-transform-shorthand-properties/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.5:
- resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==}
+ /@babel/plugin-transform-spread/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.15.4
+ '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: true
- /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==}
+ /@babel/plugin-transform-sticky-regex/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==}
+ /@babel/plugin-transform-template-literals/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==}
+ /@babel/plugin-transform-typeof-symbol/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==}
+ /@babel/plugin-transform-unicode-escapes/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.5:
- resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==}
+ /@babel/plugin-transform-unicode-regex/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
dev: true
- /@babel/preset-env/7.15.6_@babel+core@7.15.5:
- resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==}
+ /@babel/preset-env/7.16.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.15.0
- '@babel/core': 7.15.5
- '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5
+ '@babel/compat-data': 7.16.0
+ '@babel/core': 7.16.0
+ '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0
'@babel/helper-plugin-utils': 7.14.5
'@babel/helper-validator-option': 7.14.5
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5
- '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5
- '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5
- '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5
- '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5
- '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5
- '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5
- '@babel/preset-modules': 0.1.4_@babel+core@7.15.5
- '@babel/types': 7.15.6
- babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5
- babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.5
- babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5
- core-js-compat: 3.17.3
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.16.0
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-async-generator-functions': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-class-properties': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-class-static-block': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-dynamic-import': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-export-namespace-from': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-json-strings': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-logical-assignment-operators': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-numeric-separator': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-object-rest-spread': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-optional-chaining': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-private-methods': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-private-property-in-object': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.0
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.0
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.0
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0
+ '@babel/plugin-transform-arrow-functions': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-async-to-generator': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-block-scoped-functions': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-block-scoping': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-classes': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-computed-properties': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-destructuring': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-dotall-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-duplicate-keys': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-exponentiation-operator': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-for-of': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-function-name': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-literals': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-member-expression-literals': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-modules-amd': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-modules-commonjs': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-modules-systemjs': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-modules-umd': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-new-target': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-object-super': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-property-literals': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-regenerator': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-reserved-words': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-shorthand-properties': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-spread': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-sticky-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-template-literals': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-typeof-symbol': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-unicode-escapes': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-unicode-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/preset-modules': 0.1.5_@babel+core@7.16.0
+ '@babel/types': 7.16.0
+ babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.16.0
+ babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.16.0
+ babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.16.0
+ core-js-compat: 3.19.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==}
+ /@babel/preset-modules/0.1.5_@babel+core@7.16.0:
+ resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@babel/helper-plugin-utils': 7.14.5
- '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5
- '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5
- '@babel/types': 7.15.6
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/plugin-transform-dotall-regex': 7.16.0_@babel+core@7.16.0
+ '@babel/types': 7.16.0
esutils: 2.0.3
dev: true
- /@babel/runtime/7.15.4:
- resolution: {integrity: sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==}
+ /@babel/runtime/7.16.0:
+ resolution: {integrity: sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: true
- /@babel/template/7.14.5:
- resolution: {integrity: sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==}
+ /@babel/template/7.16.0:
+ resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.14.5
- '@babel/parser': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/code-frame': 7.16.0
+ '@babel/parser': 7.16.2
+ '@babel/types': 7.16.0
dev: true
- /@babel/template/7.15.4:
- resolution: {integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==}
+ /@babel/traverse/7.16.0:
+ resolution: {integrity: sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.14.5
- '@babel/parser': 7.15.6
- '@babel/types': 7.15.6
- dev: true
-
- /@babel/traverse/7.15.0:
- resolution: {integrity: sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/code-frame': 7.14.5
- '@babel/generator': 7.15.0
- '@babel/helper-function-name': 7.14.5
- '@babel/helper-hoist-variables': 7.14.5
- '@babel/helper-split-export-declaration': 7.14.5
- '@babel/parser': 7.15.0
- '@babel/types': 7.15.0
+ '@babel/code-frame': 7.16.0
+ '@babel/generator': 7.16.0
+ '@babel/helper-function-name': 7.16.0
+ '@babel/helper-hoist-variables': 7.16.0
+ '@babel/helper-split-export-declaration': 7.16.0
+ '@babel/parser': 7.16.2
+ '@babel/types': 7.16.0
debug: 4.3.2
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/traverse/7.15.4:
- resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==}
+ /@babel/types/7.16.0:
+ resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.14.5
- '@babel/generator': 7.15.4
- '@babel/helper-function-name': 7.15.4
- '@babel/helper-hoist-variables': 7.15.4
- '@babel/helper-split-export-declaration': 7.15.4
- '@babel/parser': 7.15.6
- '@babel/types': 7.15.6
- debug: 4.3.2
- globals: 11.12.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/types/7.15.0:
- resolution: {integrity: sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-validator-identifier': 7.14.9
- to-fast-properties: 2.0.0
- dev: true
-
- /@babel/types/7.15.6:
- resolution: {integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-validator-identifier': 7.14.9
+ '@babel/helper-validator-identifier': 7.15.7
to-fast-properties: 2.0.0
dev: true
@@ -1384,7 +1296,7 @@ packages:
ajv: 6.12.6
debug: 4.3.2
espree: 7.3.1
- globals: 13.11.0
+ globals: 13.12.0
ignore: 4.0.6
import-fresh: 3.3.0
js-yaml: 3.14.1
@@ -1398,15 +1310,15 @@ packages:
resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==}
engines: {node: '>=10.10.0'}
dependencies:
- '@humanwhocodes/object-schema': 1.2.0
+ '@humanwhocodes/object-schema': 1.2.1
debug: 4.3.2
minimatch: 3.0.4
transitivePeerDependencies:
- supports-color
dev: true
- /@humanwhocodes/object-schema/1.2.0:
- resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==}
+ /@humanwhocodes/object-schema/1.2.1:
+ resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
dev: true
/@nodelib/fs.scandir/2.1.5:
@@ -1430,21 +1342,21 @@ packages:
fastq: 1.13.0
dev: true
- /@polka/url/1.0.0-next.20:
- resolution: {integrity: sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q==}
+ /@polka/url/1.0.0-next.21:
+ resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
dev: false
- /@rollup/plugin-alias/3.1.5_rollup@2.56.3:
- resolution: {integrity: sha512-yzUaSvCC/LJPbl9rnzX3HN7vy0tq7EzHoEiQl1ofh4n5r2Rd5bj/+zcJgaGA76xbw95/JjWQyvHg9rOJp2y0oQ==}
+ /@rollup/plugin-alias/3.1.8_rollup@2.59.0:
+ resolution: {integrity: sha512-tf7HeSs/06wO2LPqKNY3Ckbvy0JRe7Jyn98bXnt/gfrxbe+AJucoNJlsEVi9sdgbQtXemjbakCpO/76JVgnHpA==}
engines: {node: '>=8.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- rollup: 2.56.3
+ rollup: 2.59.0
slash: 3.0.0
dev: true
- /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.56.3:
+ /@rollup/plugin-babel/5.3.0_@babel+core@7.16.0+rollup@2.59.0:
resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -1455,69 +1367,69 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-module-imports': 7.14.5
- '@rollup/pluginutils': 3.1.0_rollup@2.56.3
- rollup: 2.56.3
+ '@babel/core': 7.16.0
+ '@babel/helper-module-imports': 7.16.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.59.0
+ rollup: 2.59.0
dev: true
- /@rollup/plugin-commonjs/20.0.0_rollup@2.56.3:
+ /@rollup/plugin-commonjs/20.0.0_rollup@2.59.0:
resolution: {integrity: sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
rollup: ^2.38.3
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.56.3
+ '@rollup/pluginutils': 3.1.0_rollup@2.59.0
commondir: 1.0.1
estree-walker: 2.0.2
- glob: 7.1.7
+ glob: 7.2.0
is-reference: 1.2.1
magic-string: 0.25.7
resolve: 1.20.0
- rollup: 2.56.3
+ rollup: 2.59.0
dev: true
- /@rollup/plugin-node-resolve/11.2.1_rollup@2.56.3:
+ /@rollup/plugin-node-resolve/11.2.1_rollup@2.59.0:
resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.56.3
+ '@rollup/pluginutils': 3.1.0_rollup@2.59.0
'@types/resolve': 1.17.1
builtin-modules: 3.2.0
deepmerge: 4.2.2
is-module: 1.0.0
resolve: 1.20.0
- rollup: 2.56.3
+ rollup: 2.59.0
dev: true
- /@rollup/plugin-node-resolve/13.0.4_rollup@2.56.3:
- resolution: {integrity: sha512-eYq4TFy40O8hjeDs+sIxEH/jc9lyuI2k9DM557WN6rO5OpnC2qXMBNj4IKH1oHrnAazL49C5p0tgP0/VpqJ+/w==}
+ /@rollup/plugin-node-resolve/13.0.6_rollup@2.59.0:
+ resolution: {integrity: sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^2.42.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.56.3
+ '@rollup/pluginutils': 3.1.0_rollup@2.59.0
'@types/resolve': 1.17.1
builtin-modules: 3.2.0
deepmerge: 4.2.2
is-module: 1.0.0
resolve: 1.20.0
- rollup: 2.56.3
+ rollup: 2.59.0
dev: true
- /@rollup/plugin-replace/3.0.0_rollup@2.56.3:
+ /@rollup/plugin-replace/3.0.0_rollup@2.59.0:
resolution: {integrity: sha512-3c7JCbMuYXM4PbPWT4+m/4Y6U60SgsnDT/cCyAyUKwFHg7pTSfsSQzIpETha3a3ig6OdOKzZz87D9ZXIK3qsDg==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.56.3
+ '@rollup/pluginutils': 3.1.0_rollup@2.59.0
magic-string: 0.25.7
- rollup: 2.56.3
+ rollup: 2.59.0
dev: true
- /@rollup/pluginutils/3.1.0_rollup@2.56.3:
+ /@rollup/pluginutils/3.1.0_rollup@2.59.0:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
@@ -1526,7 +1438,7 @@ packages:
'@types/estree': 0.0.39
estree-walker: 1.0.1
picomatch: 2.3.0
- rollup: 2.56.3
+ rollup: 2.59.0
dev: true
/@sindresorhus/is/0.14.0:
@@ -1534,27 +1446,28 @@ packages:
engines: {node: '>=6'}
dev: true
- /@stylelint/postcss-css-in-js/0.37.2_2b33a41d320e3e2012e5b3b0fadc703b:
+ /@stylelint/postcss-css-in-js/0.37.2_4f7b71a942b8b7a555b8adf78f88122b:
resolution: {integrity: sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==}
peerDependencies:
postcss: '>=7.0.0'
postcss-syntax: '>=0.36.2'
dependencies:
- '@babel/core': 7.15.5
- postcss: 7.0.36
- postcss-syntax: 0.36.2_postcss@7.0.36
+ '@babel/core': 7.16.0
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2_postcss@7.0.39
transitivePeerDependencies:
- supports-color
dev: true
- /@stylelint/postcss-markdown/0.36.2_2b33a41d320e3e2012e5b3b0fadc703b:
+ /@stylelint/postcss-markdown/0.36.2_4f7b71a942b8b7a555b8adf78f88122b:
resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==}
+ deprecated: 'Use the original unforked package instead: postcss-markdown'
peerDependencies:
postcss: '>=7.0.0'
postcss-syntax: '>=0.36.2'
dependencies:
- postcss: 7.0.36
- postcss-syntax: 0.36.2_postcss@7.0.36
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2_postcss@7.0.39
remark: 13.0.0
unist-util-find-all-after: 3.0.2
transitivePeerDependencies:
@@ -1590,16 +1503,8 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true
- /@types/node/16.3.3:
- resolution: {integrity: sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ==}
- dev: true
-
- /@types/node/16.4.13:
- resolution: {integrity: sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==}
- dev: true
-
- /@types/node/16.9.1:
- resolution: {integrity: sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==}
+ /@types/node/16.11.6:
+ resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==}
dev: true
/@types/normalize-package-data/2.4.1:
@@ -1617,21 +1522,21 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
- '@types/node': 16.4.13
+ '@types/node': 16.11.6
dev: true
- /@types/sass/1.16.1:
- resolution: {integrity: sha512-iZUcRrGuz/Tbg3loODpW7vrQJkUtpY2fFSf4ELqqkApcS2TkZ1msk7ie8iZPB86lDOP8QOTTmuvWjc5S0R9OjQ==}
+ /@types/sass/1.43.0:
+ resolution: {integrity: sha512-DPSXNJ1rYLo88GyF9tuB4bsYGfpKI1a4+wOQmc+LI1SUoocm9QLRSpz0GxxuyjmJsYFIQo/dDlRSSpIXngff+w==}
dependencies:
- '@types/node': 16.9.1
+ '@types/node': 16.11.6
dev: true
/@types/unist/2.0.6:
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
dev: true
- /@typescript-eslint/eslint-plugin/4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf:
- resolution: {integrity: sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==}
+ /@typescript-eslint/eslint-plugin/4.33.0_cc617358c89d3f38c52462f6d809db4c:
+ resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
@@ -1641,30 +1546,31 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/experimental-utils': 4.31.0_eslint@7.32.0+typescript@4.4.3
- '@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.3
- '@typescript-eslint/scope-manager': 4.31.0
+ '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.4
+ '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4
+ '@typescript-eslint/scope-manager': 4.33.0
debug: 4.3.2
eslint: 7.32.0
functional-red-black-tree: 1.0.1
+ ignore: 5.1.9
regexpp: 3.2.0
semver: 7.3.5
- tsutils: 3.21.0_typescript@4.4.3
- typescript: 4.4.3
+ tsutils: 3.21.0_typescript@4.4.4
+ typescript: 4.4.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.3:
- resolution: {integrity: sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==}
+ /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.4:
+ resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': 7.0.9
- '@typescript-eslint/scope-manager': 4.31.0
- '@typescript-eslint/types': 4.31.0
- '@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.3
+ '@typescript-eslint/scope-manager': 4.33.0
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.32.0
@@ -1673,8 +1579,8 @@ packages:
- typescript
dev: true
- /@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.3:
- resolution: {integrity: sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==}
+ /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.4:
+ resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
@@ -1683,31 +1589,31 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 4.31.0
- '@typescript-eslint/types': 4.31.0
- '@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.3
+ '@typescript-eslint/scope-manager': 4.33.0
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4
debug: 4.3.2
eslint: 7.32.0
- typescript: 4.4.3
+ typescript: 4.4.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/4.31.0:
- resolution: {integrity: sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==}
+ /@typescript-eslint/scope-manager/4.33.0:
+ resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': 4.31.0
- '@typescript-eslint/visitor-keys': 4.31.0
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/visitor-keys': 4.33.0
dev: true
- /@typescript-eslint/types/4.31.0:
- resolution: {integrity: sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==}
+ /@typescript-eslint/types/4.33.0:
+ resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: true
- /@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.3:
- resolution: {integrity: sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==}
+ /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.4:
+ resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
@@ -1715,23 +1621,23 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 4.31.0
- '@typescript-eslint/visitor-keys': 4.31.0
+ '@typescript-eslint/types': 4.33.0
+ '@typescript-eslint/visitor-keys': 4.33.0
debug: 4.3.2
globby: 11.0.4
- is-glob: 4.0.1
+ is-glob: 4.0.3
semver: 7.3.5
- tsutils: 3.21.0_typescript@4.4.3
- typescript: 4.4.3
+ tsutils: 3.21.0_typescript@4.4.4
+ typescript: 4.4.4
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/visitor-keys/4.31.0:
- resolution: {integrity: sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==}
+ /@typescript-eslint/visitor-keys/4.33.0:
+ resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dependencies:
- '@typescript-eslint/types': 4.31.0
+ '@typescript-eslint/types': 4.33.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -1739,7 +1645,7 @@ packages:
resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==}
engines: {node: '>= 0.6'}
dependencies:
- mime-types: 2.1.31
+ mime-types: 2.1.33
negotiator: 0.6.2
dev: false
@@ -1780,8 +1686,8 @@ packages:
uri-js: 4.4.1
dev: true
- /ajv/8.6.2:
- resolution: {integrity: sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==}
+ /ajv/8.6.3:
+ resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==}
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -1801,8 +1707,8 @@ packages:
type-fest: 0.21.3
dev: true
- /ansi-regex/5.0.0:
- resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==}
+ /ansi-regex/5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
dev: true
@@ -1854,16 +1760,16 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
- /autoprefixer/9.8.6:
- resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==}
+ /autoprefixer/9.8.8:
+ resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==}
hasBin: true
dependencies:
- browserslist: 4.17.0
- caniuse-lite: 1.0.30001256
- colorette: 1.4.0
+ browserslist: 4.17.6
+ caniuse-lite: 1.0.30001278
normalize-range: 0.1.2
num2fraction: 1.2.2
- postcss: 7.0.36
+ picocolors: 0.2.1
+ postcss: 7.0.39
postcss-value-parser: 4.1.0
dev: true
@@ -1873,38 +1779,38 @@ packages:
object.assign: 4.1.2
dev: true
- /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5:
- resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==}
+ /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.16.0:
+ resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.15.0
- '@babel/core': 7.15.5
- '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5
+ '@babel/compat-data': 7.16.0
+ '@babel/core': 7.16.0
+ '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.2.4_@babel+core@7.15.5:
- resolution: {integrity: sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==}
+ /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.16.0:
+ resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5
- core-js-compat: 3.16.0
+ '@babel/core': 7.16.0
+ '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0
+ core-js-compat: 3.19.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.5:
- resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==}
+ /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.16.0:
+ resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.15.5
- '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5
+ '@babel/core': 7.16.0
+ '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -1940,36 +1846,24 @@ packages:
fill-range: 7.0.1
dev: true
- /browserslist/4.16.7:
- resolution: {integrity: sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==}
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
- hasBin: true
- dependencies:
- caniuse-lite: 1.0.30001249
- colorette: 1.2.2
- electron-to-chromium: 1.3.799
- escalade: 3.1.1
- node-releases: 1.1.73
- dev: true
-
- /browserslist/4.17.0:
- resolution: {integrity: sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==}
+ /browserslist/4.17.6:
+ resolution: {integrity: sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001256
- colorette: 1.4.0
- electron-to-chromium: 1.3.836
+ caniuse-lite: 1.0.30001278
+ electron-to-chromium: 1.3.890
escalade: 3.1.1
- node-releases: 1.1.75
+ node-releases: 2.0.1
+ picocolors: 1.0.0
dev: true
/buffer-crc32/0.2.13:
resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=}
dev: true
- /buffer-from/1.1.1:
- resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==}
+ /buffer-from/1.1.2:
+ resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
dev: true
/builtin-modules/3.2.0:
@@ -2019,7 +1913,7 @@ packages:
engines: {node: '>=8'}
dependencies:
camelcase: 5.3.1
- map-obj: 4.2.1
+ map-obj: 4.3.0
quick-lru: 4.0.1
dev: true
@@ -2028,12 +1922,8 @@ packages:
engines: {node: '>=6'}
dev: true
- /caniuse-lite/1.0.30001249:
- resolution: {integrity: sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==}
- dev: true
-
- /caniuse-lite/1.0.30001256:
- resolution: {integrity: sha512-QirrvMLmB4txNnxiaG/xbm6FSzv9LqOZ3Jp9VtCYb3oPIfCHpr/oGn38pFq0udwlkctvXQgPthaXqJ76DaYGnA==}
+ /caniuse-lite/1.0.30001278:
+ resolution: {integrity: sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==}
dev: true
/chalk/2.4.2:
@@ -2073,7 +1963,7 @@ packages:
braces: 3.0.2
glob-parent: 5.1.2
is-binary-path: 2.1.0
- is-glob: 4.0.1
+ is-glob: 4.0.3
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
@@ -2084,8 +1974,8 @@ packages:
resolution: {integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==}
dev: true
- /clean-css/4.2.3:
- resolution: {integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==}
+ /clean-css/4.2.4:
+ resolution: {integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==}
engines: {node: '>= 4.0'}
dependencies:
source-map: 0.6.1
@@ -2108,7 +1998,7 @@ packages:
engines: {node: '>=8'}
dependencies:
slice-ansi: 3.0.0
- string-width: 4.2.2
+ string-width: 4.2.3
dev: true
/clipboard-polyfill/3.0.3:
@@ -2128,6 +2018,11 @@ packages:
mimic-response: 1.0.1
dev: true
+ /clone/2.1.2:
+ resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=}
+ engines: {node: '>=0.8'}
+ dev: true
+
/color-convert/1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
dependencies:
@@ -2149,21 +2044,21 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true
- /colorette/1.2.2:
- resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==}
- dev: true
-
/colorette/1.4.0:
resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==}
dev: true
+ /colorette/2.0.16:
+ resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==}
+ dev: true
+
/commander/2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
dev: true
- /commander/7.2.0:
- resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
- engines: {node: '>= 10'}
+ /commander/8.3.0:
+ resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
+ engines: {node: '>= 12'}
dev: true
/comment-parser/0.7.6:
@@ -2179,7 +2074,7 @@ packages:
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
engines: {node: '>= 0.6'}
dependencies:
- mime-db: 1.48.0
+ mime-db: 1.50.0
dev: false
/compression/1.7.4:
@@ -2205,17 +2100,10 @@ packages:
safe-buffer: 5.1.2
dev: true
- /core-js-compat/3.16.0:
- resolution: {integrity: sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==}
+ /core-js-compat/3.19.1:
+ resolution: {integrity: sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==}
dependencies:
- browserslist: 4.16.7
- semver: 7.0.0
- dev: true
-
- /core-js-compat/3.17.3:
- resolution: {integrity: sha512-+in61CKYs4hQERiADCJsdgewpdl/X0GhEX77pjKgbeibXviIt2oxEjTc8O2fqHX8mDdBrDvX8MYD/RYsBv4OiA==}
- dependencies:
- browserslist: 4.17.0
+ browserslist: 4.17.6
semver: 7.0.0
dev: true
@@ -2263,6 +2151,19 @@ packages:
ms: 2.1.2
dev: true
+ /debug/4.3.2_supports-color@8.1.1:
+ resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+ dependencies:
+ ms: 2.1.2
+ supports-color: 8.1.1
+ dev: true
+
/decamelize-keys/1.1.0:
resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=}
engines: {node: '>=0.10.0'}
@@ -2364,12 +2265,8 @@ packages:
resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=}
dev: true
- /electron-to-chromium/1.3.799:
- resolution: {integrity: sha512-V2rbYWdGvSqrg+95KjkVuSi41bGfrhrOzjl1tSi2VLnm0mRe3FsSvhiqidSiSll9WiMhrQAhpDcW/wcqK3c+Yw==}
- dev: true
-
- /electron-to-chromium/1.3.836:
- resolution: {integrity: sha512-Ney3pHOJBWkG/AqYjrW0hr2AUCsao+2uvq9HUlRP8OlpSdk/zOHOUJP7eu0icDvePC9DlgffuelP4TnOJmMRUg==}
+ /electron-to-chromium/1.3.890:
+ resolution: {integrity: sha512-VWlVXSkv0cA/OOehrEyqjUTHwV8YXCPTfPvbtoeU2aHR21vI4Ejh5aC4AxUwOmbLbBgb6Gd3URZahoCxtBqCYQ==}
dev: true
/emoji-regex/8.0.0:
@@ -2431,7 +2328,7 @@ packages:
eslint: 7.32.0
dev: true
- /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.42.5:
+ /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.44.1:
resolution: {integrity: sha512-YoBR9mLoKCjGghJ/gvpnFZKaMEu/VRcuxpSRS8KuozuEo7CdBH7bmBHa6FmMm0i4kJnOyx+PVsaptz96K6H/4Q==}
engines: {node: '>=10'}
peerDependencies:
@@ -2439,7 +2336,7 @@ packages:
svelte: ^3.2.0
dependencies:
eslint: 7.32.0
- svelte: 3.42.5
+ svelte: 3.44.1
dev: true
/eslint-scope/5.1.1:
@@ -2502,11 +2399,11 @@ packages:
file-entry-cache: 6.0.1
functional-red-black-tree: 1.0.1
glob-parent: 5.1.2
- globals: 13.11.0
+ globals: 13.12.0
ignore: 4.0.6
import-fresh: 3.3.0
imurmurhash: 0.1.4
- is-glob: 4.0.1
+ is-glob: 4.0.3
js-yaml: 3.14.1
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
@@ -2517,9 +2414,9 @@ packages:
progress: 2.0.3
regexpp: 3.2.0
semver: 7.3.5
- strip-ansi: 6.0.0
+ strip-ansi: 6.0.1
strip-json-comments: 3.1.1
- table: 6.7.1
+ table: 6.7.3
text-table: 0.2.0
v8-compile-cache: 2.3.0
transitivePeerDependencies:
@@ -2545,14 +2442,14 @@ packages:
resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
engines: {node: '>=0.10'}
dependencies:
- estraverse: 5.2.0
+ estraverse: 5.3.0
dev: true
/esrecurse/4.3.0:
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
engines: {node: '>=4.0'}
dependencies:
- estraverse: 5.2.0
+ estraverse: 5.3.0
dev: true
/estraverse/4.3.0:
@@ -2560,8 +2457,8 @@ packages:
engines: {node: '>=4.0'}
dev: true
- /estraverse/5.2.0:
- resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==}
+ /estraverse/5.3.0:
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
engines: {node: '>=4.0'}
dev: true
@@ -2593,7 +2490,7 @@ packages:
merge-stream: 2.0.0
npm-run-path: 4.0.1
onetime: 5.1.2
- signal-exit: 3.0.3
+ signal-exit: 3.0.5
strip-final-newline: 2.0.0
dev: true
@@ -2693,6 +2590,7 @@ packages:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
+ requiresBuild: true
dev: true
optional: true
@@ -2749,11 +2647,11 @@ packages:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
dependencies:
- is-glob: 4.0.1
+ is-glob: 4.0.3
dev: true
- /glob/7.1.7:
- resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==}
+ /glob/7.2.0:
+ resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -2784,8 +2682,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /globals/13.11.0:
- resolution: {integrity: sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==}
+ /globals/13.12.0:
+ resolution: {integrity: sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@@ -2798,7 +2696,7 @@ packages:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.7
- ignore: 5.1.8
+ ignore: 5.1.9
merge2: 1.4.1
slash: 3.0.0
dev: true
@@ -2885,12 +2783,12 @@ packages:
hasBin: true
dependencies:
camel-case: 3.0.0
- clean-css: 4.2.3
+ clean-css: 4.2.4
commander: 2.20.3
he: 1.2.0
param-case: 2.1.1
relateurl: 0.2.7
- uglify-js: 3.14.1
+ uglify-js: 3.14.3
dev: true
/html-tags/3.1.0:
@@ -2923,8 +2821,8 @@ packages:
engines: {node: '>=10.17.0'}
dev: true
- /husky/7.0.2:
- resolution: {integrity: sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==}
+ /husky/7.0.4:
+ resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==}
engines: {node: '>=12'}
hasBin: true
dev: true
@@ -2934,8 +2832,8 @@ packages:
engines: {node: '>= 4'}
dev: true
- /ignore/5.1.8:
- resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==}
+ /ignore/5.1.9:
+ resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==}
engines: {node: '>= 4'}
dev: true
@@ -3004,21 +2902,15 @@ packages:
engines: {node: '>=4'}
dev: true
- /is-ci/3.0.0:
- resolution: {integrity: sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==}
+ /is-ci/3.0.1:
+ resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
dependencies:
ci-info: 3.2.0
dev: true
- /is-core-module/2.5.0:
- resolution: {integrity: sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==}
- dependencies:
- has: 1.0.3
- dev: true
-
- /is-core-module/2.6.0:
- resolution: {integrity: sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==}
+ /is-core-module/2.8.0:
+ resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==}
dependencies:
has: 1.0.3
dev: true
@@ -3037,8 +2929,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /is-glob/4.0.1:
- resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==}
+ /is-glob/4.0.3:
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
engines: {node: '>=0.10.0'}
dependencies:
is-extglob: 2.1.1
@@ -3110,7 +3002,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 16.3.3
+ '@types/node': 16.11.6
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
@@ -3201,40 +3093,39 @@ packages:
resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=}
dev: true
- /lint-staged/11.1.2:
- resolution: {integrity: sha512-6lYpNoA9wGqkL6Hew/4n1H6lRqF3qCsujVT0Oq5Z4hiSAM7S6NksPJ3gnr7A7R52xCtiZMcEUNNQ6d6X5Bvh9w==}
+ /lint-staged/11.2.6:
+ resolution: {integrity: sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg==}
hasBin: true
dependencies:
- chalk: 4.1.2
cli-truncate: 2.1.0
- commander: 7.2.0
+ colorette: 1.4.0
+ commander: 8.3.0
cosmiconfig: 7.0.1
- debug: 4.3.2
+ debug: 4.3.2_supports-color@8.1.1
enquirer: 2.3.6
execa: 5.1.1
- listr2: 3.12.0_enquirer@2.3.6
- log-symbols: 4.1.0
+ listr2: 3.13.3_enquirer@2.3.6
micromatch: 4.0.4
normalize-path: 3.0.0
please-upgrade-node: 3.2.0
string-argv: 0.3.1
stringify-object: 3.3.0
- transitivePeerDependencies:
- - supports-color
+ supports-color: 8.1.1
dev: true
- /listr2/3.12.0_enquirer@2.3.6:
- resolution: {integrity: sha512-DLaOIhIBXxSDGfAuGyQPsQs6XPIJrUE1MaNYBq8aUS3bulSAEl9RMNNuRbfdxonTizL5ztAYvCZKKnP3gFSvYg==}
+ /listr2/3.13.3_enquirer@2.3.6:
+ resolution: {integrity: sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==}
engines: {node: '>=10.0.0'}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
dependencies:
cli-truncate: 2.1.0
- colorette: 1.4.0
+ clone: 2.1.2
+ colorette: 2.0.16
enquirer: 2.3.6
log-update: 4.0.0
p-map: 4.0.0
- rxjs: 6.6.7
+ rxjs: 7.4.0
through: 2.3.8
wrap-ansi: 7.0.0
dev: true
@@ -3246,10 +3137,6 @@ packages:
p-locate: 4.1.0
dev: true
- /lodash.clonedeep/4.5.0:
- resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=}
- dev: true
-
/lodash.debounce/4.0.8:
resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=}
dev: true
@@ -3320,8 +3207,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /map-obj/4.2.1:
- resolution: {integrity: sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==}
+ /map-obj/4.3.0:
+ resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
engines: {node: '>=8'}
dev: true
@@ -3356,15 +3243,15 @@ packages:
resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
dev: true
- /mdsvex/0.9.8_svelte@3.42.5:
+ /mdsvex/0.9.8_svelte@3.44.1:
resolution: {integrity: sha512-5QvThjRKoKkGH00qdHxLZ5ROd80RgGiJvM2B9opeFreaiGFTLoKKFUgEBCslLrwM24cVGJLmIM3rR83OFDf3tQ==}
peerDependencies:
svelte: 3.x
dependencies:
'@types/unist': 2.0.6
prism-svelte: 0.4.7
- prismjs: 1.24.1
- svelte: 3.42.5
+ prismjs: 1.25.0
+ svelte: 3.44.1
vfile-message: 2.0.4
dev: true
@@ -3412,20 +3299,20 @@ packages:
picomatch: 2.3.0
dev: true
- /mime-db/1.48.0:
- resolution: {integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==}
+ /mime-db/1.50.0:
+ resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==}
engines: {node: '>= 0.6'}
dev: false
- /mime-types/2.1.31:
- resolution: {integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==}
+ /mime-types/2.1.33:
+ resolution: {integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==}
engines: {node: '>= 0.6'}
dependencies:
- mime-db: 1.48.0
+ mime-db: 1.50.0
dev: false
- /mime/2.5.2:
- resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==}
+ /mime/2.6.0:
+ resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
engines: {node: '>=4.0.0'}
hasBin: true
dev: false
@@ -3471,8 +3358,8 @@ packages:
minimist: 1.2.5
dev: true
- /mri/1.1.6:
- resolution: {integrity: sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==}
+ /mri/1.2.0:
+ resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
dev: true
@@ -3484,8 +3371,8 @@ packages:
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
dev: true
- /nanoid/3.1.23:
- resolution: {integrity: sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==}
+ /nanoid/3.1.30:
+ resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
dev: true
@@ -3505,12 +3392,8 @@ packages:
lower-case: 1.1.4
dev: true
- /node-releases/1.1.73:
- resolution: {integrity: sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==}
- dev: true
-
- /node-releases/1.1.75:
- resolution: {integrity: sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==}
+ /node-releases/2.0.1:
+ resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==}
dev: true
/normalize-package-data/2.5.0:
@@ -3527,7 +3410,7 @@ packages:
engines: {node: '>=10'}
dependencies:
hosted-git-info: 4.0.2
- is-core-module: 2.6.0
+ is-core-module: 2.8.0
semver: 7.3.5
validate-npm-package-license: 3.0.4
dev: true
@@ -3676,7 +3559,7 @@ packages:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
dependencies:
- '@babel/code-frame': 7.14.5
+ '@babel/code-frame': 7.16.0
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.1.6
@@ -3706,6 +3589,14 @@ packages:
engines: {node: '>=8'}
dev: true
+ /picocolors/0.2.1:
+ resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==}
+ dev: true
+
+ /picocolors/1.0.0:
+ resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
+ dev: true
+
/picomatch/2.3.0:
resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==}
engines: {node: '>=8.6'}
@@ -3724,30 +3615,30 @@ packages:
semver-compare: 1.0.0
dev: true
- /polka/1.0.0-next.20:
- resolution: {integrity: sha512-7NIxlPOIpv4+fNPk0lQYKGSP60TZOT360XUIMMWSP5BcCegSFIKz5KyQ6nF4aFE7a6ajmIbtPDzsu9Kowsorkg==}
+ /polka/1.0.0-next.22:
+ resolution: {integrity: sha512-a7tsZy5gFbJr0aUltZS97xCkbPglXuD67AMvTyZX7BTDBH384FWf0ZQF6rPvdutSxnO1vUlXM2zSLf5tCKk5RA==}
engines: {node: '>=8'}
dependencies:
- '@polka/url': 1.0.0-next.20
+ '@polka/url': 1.0.0-next.21
trouter: 3.2.0
dev: false
- /postcss-html/0.36.0_2b33a41d320e3e2012e5b3b0fadc703b:
+ /postcss-html/0.36.0_4f7b71a942b8b7a555b8adf78f88122b:
resolution: {integrity: sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==}
peerDependencies:
postcss: '>=5.0.0'
postcss-syntax: '>=0.36.0'
dependencies:
htmlparser2: 3.10.1
- postcss: 7.0.36
- postcss-syntax: 0.36.2_postcss@7.0.36
+ postcss: 7.0.39
+ postcss-syntax: 0.36.2_postcss@7.0.39
dev: true
/postcss-less/3.1.4:
resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==}
engines: {node: '>=6.14.4'}
dependencies:
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/postcss-media-query-parser/0.2.3:
@@ -3762,21 +3653,21 @@ packages:
resolution: {integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==}
engines: {node: '>=6.0.0'}
dependencies:
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/postcss-sass/0.4.4:
resolution: {integrity: sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==}
dependencies:
gonzales-pe: 4.3.0
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/postcss-scss/2.1.1:
resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==}
engines: {node: '>=6.0.0'}
dependencies:
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/postcss-selector-parser/6.0.6:
@@ -3792,36 +3683,35 @@ packages:
engines: {node: '>=8.7.0'}
dependencies:
lodash: 4.17.21
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
- /postcss-syntax/0.36.2_postcss@7.0.36:
+ /postcss-syntax/0.36.2_postcss@7.0.39:
resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==}
peerDependencies:
postcss: '>=5.0.0'
dependencies:
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/postcss-value-parser/4.1.0:
resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==}
dev: true
- /postcss/7.0.36:
- resolution: {integrity: sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==}
+ /postcss/7.0.39:
+ resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==}
engines: {node: '>=6.0.0'}
dependencies:
- chalk: 2.4.2
+ picocolors: 0.2.1
source-map: 0.6.1
- supports-color: 6.1.0
dev: true
- /postcss/8.3.6:
- resolution: {integrity: sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==}
+ /postcss/8.3.11:
+ resolution: {integrity: sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
- colorette: 1.2.2
- nanoid: 3.1.23
+ nanoid: 3.1.30
+ picocolors: 1.0.0
source-map-js: 0.6.2
dev: true
@@ -3835,14 +3725,14 @@ packages:
engines: {node: '>=4'}
dev: true
- /prettier-plugin-svelte/2.4.0_prettier@2.4.0+svelte@3.42.5:
+ /prettier-plugin-svelte/2.4.0_prettier@2.4.0+svelte@3.44.1:
resolution: {integrity: sha512-JwJ9bOz4XHLQtiLnX4mTSSDUdhu12WH8sTwy/XTDCSyPlah6IcV7NWeYBZscPEcceu2YnW8Y9sJCP40Z2UH9GA==}
peerDependencies:
prettier: ^1.16.4 || ^2.0.0
svelte: ^3.2.0
dependencies:
prettier: 2.4.0
- svelte: 3.42.5
+ svelte: 3.44.1
dev: true
/prettier/2.4.0:
@@ -3851,12 +3741,18 @@ packages:
hasBin: true
dev: true
+ /prettier/2.4.1:
+ resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==}
+ engines: {node: '>=10.13.0'}
+ hasBin: true
+ dev: true
+
/prism-svelte/0.4.7:
resolution: {integrity: sha512-yABh19CYbM24V7aS7TuPYRNMqthxwbvx6FF/Rw920YbyBWO3tnyPIqRMgHuSVsLmuHkkBS1Akyof463FVdkeDQ==}
dev: true
- /prismjs/1.24.1:
- resolution: {integrity: sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==}
+ /prismjs/1.25.0:
+ resolution: {integrity: sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==}
/progress/2.0.3:
resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
@@ -3943,8 +3839,8 @@ packages:
strip-indent: 3.0.0
dev: true
- /regenerate-unicode-properties/8.2.0:
- resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==}
+ /regenerate-unicode-properties/9.0.0:
+ resolution: {integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
@@ -3961,7 +3857,7 @@ packages:
/regenerator-transform/0.14.5:
resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==}
dependencies:
- '@babel/runtime': 7.15.4
+ '@babel/runtime': 7.16.0
dev: true
/regexparam/1.3.0:
@@ -3974,16 +3870,16 @@ packages:
engines: {node: '>=8'}
dev: true
- /regexpu-core/4.7.1:
- resolution: {integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==}
+ /regexpu-core/4.8.0:
+ resolution: {integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==}
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
- regenerate-unicode-properties: 8.2.0
+ regenerate-unicode-properties: 9.0.0
regjsgen: 0.5.2
- regjsparser: 0.6.9
- unicode-match-property-ecmascript: 1.0.4
- unicode-match-property-value-ecmascript: 1.2.0
+ regjsparser: 0.7.0
+ unicode-match-property-ecmascript: 2.0.0
+ unicode-match-property-value-ecmascript: 2.0.0
dev: true
/registry-auth-token/4.2.1:
@@ -4004,8 +3900,8 @@ packages:
resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==}
dev: true
- /regjsparser/0.6.9:
- resolution: {integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==}
+ /regjsparser/0.7.0:
+ resolution: {integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==}
hasBin: true
dependencies:
jsesc: 0.5.0
@@ -4074,7 +3970,7 @@ packages:
/resolve/1.20.0:
resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
dependencies:
- is-core-module: 2.5.0
+ is-core-module: 2.8.0
path-parse: 1.0.7
dev: true
@@ -4089,7 +3985,7 @@ packages:
engines: {node: '>=8'}
dependencies:
onetime: 5.1.2
- signal-exit: 3.0.3
+ signal-exit: 3.0.5
dev: true
/reusify/1.0.4:
@@ -4101,17 +3997,17 @@ packages:
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
hasBin: true
dependencies:
- glob: 7.1.7
+ glob: 7.2.0
dev: true
/rimraf/3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
hasBin: true
dependencies:
- glob: 7.1.7
+ glob: 7.2.0
dev: true
- /rollup-plugin-svelte/7.1.0_rollup@2.56.3+svelte@3.42.5:
+ /rollup-plugin-svelte/7.1.0_rollup@2.59.0+svelte@3.44.1:
resolution: {integrity: sha512-vopCUq3G+25sKjwF5VilIbiY6KCuMNHP1PFvx2Vr3REBNMDllKHFZN2B9jwwC+MqNc3UPKkjXnceLPEjTjXGXg==}
engines: {node: '>=10'}
peerDependencies:
@@ -4119,21 +4015,21 @@ packages:
svelte: '>=3.5.0'
dependencies:
require-relative: 0.8.7
- rollup: 2.56.3
+ rollup: 2.59.0
rollup-pluginutils: 2.8.2
- svelte: 3.42.5
+ svelte: 3.44.1
dev: true
- /rollup-plugin-terser/7.0.2_rollup@2.56.3:
+ /rollup-plugin-terser/7.0.2_rollup@2.59.0:
resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==}
peerDependencies:
rollup: ^2.0.0
dependencies:
- '@babel/code-frame': 7.14.5
+ '@babel/code-frame': 7.16.0
jest-worker: 26.6.2
- rollup: 2.56.3
+ rollup: 2.59.0
serialize-javascript: 4.0.0
- terser: 5.7.1
+ terser: 5.9.0
dev: true
/rollup-pluginutils/2.8.2:
@@ -4142,8 +4038,8 @@ packages:
estree-walker: 0.6.1
dev: true
- /rollup/2.56.3:
- resolution: {integrity: sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==}
+ /rollup/2.59.0:
+ resolution: {integrity: sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -4156,18 +4052,17 @@ packages:
queue-microtask: 1.2.3
dev: true
- /rxjs/6.6.7:
- resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==}
- engines: {npm: '>=2.0.0'}
+ /rxjs/7.4.0:
+ resolution: {integrity: sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==}
dependencies:
- tslib: 1.14.1
+ tslib: 2.1.0
dev: true
/sade/1.7.4:
resolution: {integrity: sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==}
engines: {node: '>= 6'}
dependencies:
- mri: 1.1.6
+ mri: 1.2.0
dev: true
/safe-buffer/5.1.2:
@@ -4192,8 +4087,8 @@ packages:
dotenv: 8.6.0
dev: false
- /sapper/0.29.2_svelte@3.42.5:
- resolution: {integrity: sha512-ze/dWaQqlpBbt7z4ENzcFomEDeQTFODbdj7WKQxOrs2vRj3EnrxsngNAqsnxMnmR2kaHsajmvzq4fYICkNczSA==}
+ /sapper/0.29.3_svelte@3.44.1:
+ resolution: {integrity: sha512-L9BHq8xUoaSQByy8MGnj38PEhNzAnu6Sj9dzzWrFyjxgtDmzKug38AhoJvUGoBOQaFlhMxipkbMACR38zbB5zg==}
hasBin: true
peerDependencies:
svelte: ^3.17.3
@@ -4204,11 +4099,11 @@ packages:
source-map: 0.6.1
sourcemap-codec: 1.4.8
string-hash: 1.1.3
- svelte: 3.42.5
+ svelte: 3.44.1
dev: true
- /sass/1.39.2:
- resolution: {integrity: sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==}
+ /sass/1.43.4:
+ resolution: {integrity: sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==}
engines: {node: '>=8.9.0'}
hasBin: true
dependencies:
@@ -4264,16 +4159,16 @@ packages:
resolution: {integrity: sha512-H2FeQyImK4CFhGG1wVhHEB1hASWz+WQK6t2gMP5lk+b0PW30XSrsryDONDBwF1n6hBKsmbr0REfTinaNdEkcPQ==}
dev: true
- /signal-exit/3.0.3:
- resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==}
+ /signal-exit/3.0.5:
+ resolution: {integrity: sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==}
dev: true
- /sirv/1.0.17:
- resolution: {integrity: sha512-qx9go5yraB7ekT7bCMqUHJ5jEaOC/GXBxUWv+jeWnb7WzHUFdcQPGWk7YmAwFBaQBrogpuSqd/azbC2lZRqqmw==}
+ /sirv/1.0.18:
+ resolution: {integrity: sha512-f2AOPogZmXgJ9Ma2M22ZEhc1dNtRIzcEkiflMFeVTRq+OViOZMvH1IPMVOwrKaxpSaHioBJiDR0SluRqGa7atA==}
engines: {node: '>= 10'}
dependencies:
- '@polka/url': 1.0.0-next.20
- mime: 2.5.2
+ '@polka/url': 1.0.0-next.21
+ mime: 2.6.0
totalist: 1.1.0
dev: false
@@ -4315,10 +4210,10 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /source-map-support/0.5.19:
- resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==}
+ /source-map-support/0.5.20:
+ resolution: {integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==}
dependencies:
- buffer-from: 1.1.1
+ buffer-from: 1.1.2
source-map: 0.6.1
dev: true
@@ -4381,13 +4276,13 @@ packages:
resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=}
dev: true
- /string-width/4.2.2:
- resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==}
+ /string-width/4.2.3:
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
engines: {node: '>=8'}
dependencies:
emoji-regex: 8.0.0
is-fullwidth-code-point: 3.0.0
- strip-ansi: 6.0.0
+ strip-ansi: 6.0.1
dev: true
/string_decoder/1.3.0:
@@ -4405,11 +4300,11 @@ packages:
is-regexp: 1.0.0
dev: true
- /strip-ansi/6.0.0:
- resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==}
+ /strip-ansi/6.0.1:
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
engines: {node: '>=8'}
dependencies:
- ansi-regex: 5.0.0
+ ansi-regex: 5.0.1
dev: true
/strip-final-newline/2.0.0:
@@ -4464,7 +4359,7 @@ packages:
dependencies:
stylelint: 13.13.1
stylelint-order: 4.1.0_stylelint@13.13.1
- stylelint-scss: 3.20.1_stylelint@13.13.1
+ stylelint-scss: 3.21.0_stylelint@13.13.1
dev: true
/stylelint-config-standard/22.0.0_stylelint@13.13.1:
@@ -4482,13 +4377,13 @@ packages:
stylelint: ^10.0.1 || ^11.0.0 || ^12.0.0 || ^13.0.0
dependencies:
lodash: 4.17.21
- postcss: 7.0.36
+ postcss: 7.0.39
postcss-sorting: 5.0.1
stylelint: 13.13.1
dev: true
- /stylelint-scss/3.20.1_stylelint@13.13.1:
- resolution: {integrity: sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==}
+ /stylelint-scss/3.21.0_stylelint@13.13.1:
+ resolution: {integrity: sha512-CMI2wSHL+XVlNExpauy/+DbUcB/oUZLARDtMIXkpV/5yd8nthzylYd1cdHeDMJVBXeYHldsnebUX6MoV5zPW4A==}
engines: {node: '>=8'}
peerDependencies:
stylelint: ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0
@@ -4506,9 +4401,9 @@ packages:
engines: {node: '>=10.13.0'}
hasBin: true
dependencies:
- '@stylelint/postcss-css-in-js': 0.37.2_2b33a41d320e3e2012e5b3b0fadc703b
- '@stylelint/postcss-markdown': 0.36.2_2b33a41d320e3e2012e5b3b0fadc703b
- autoprefixer: 9.8.6
+ '@stylelint/postcss-css-in-js': 0.37.2_4f7b71a942b8b7a555b8adf78f88122b
+ '@stylelint/postcss-markdown': 0.36.2_4f7b71a942b8b7a555b8adf78f88122b
+ autoprefixer: 9.8.8
balanced-match: 2.0.0
chalk: 4.1.2
cosmiconfig: 7.0.1
@@ -4522,7 +4417,7 @@ packages:
globby: 11.0.4
globjoin: 0.1.4
html-tags: 3.1.0
- ignore: 5.1.8
+ ignore: 5.1.9
import-lazy: 4.0.0
imurmurhash: 0.1.4
known-css-properties: 0.21.0
@@ -4532,8 +4427,8 @@ packages:
meow: 9.0.0
micromatch: 4.0.4
normalize-selector: 0.2.0
- postcss: 7.0.36
- postcss-html: 0.36.0_2b33a41d320e3e2012e5b3b0fadc703b
+ postcss: 7.0.39
+ postcss-html: 0.36.0_4f7b71a942b8b7a555b8adf78f88122b
postcss-less: 3.1.4
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
@@ -4541,17 +4436,17 @@ packages:
postcss-sass: 0.4.4
postcss-scss: 2.1.1
postcss-selector-parser: 6.0.6
- postcss-syntax: 0.36.2_postcss@7.0.36
+ postcss-syntax: 0.36.2_postcss@7.0.39
postcss-value-parser: 4.1.0
resolve-from: 5.0.0
slash: 3.0.0
specificity: 0.4.1
- string-width: 4.2.2
- strip-ansi: 6.0.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
style-search: 0.1.0
sugarss: 2.0.0
svg-tags: 1.0.0
- table: 6.7.1
+ table: 6.7.3
v8-compile-cache: 2.3.0
write-file-atomic: 3.0.3
transitivePeerDependencies:
@@ -4561,7 +4456,7 @@ packages:
/sugarss/2.0.0:
resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==}
dependencies:
- postcss: 7.0.36
+ postcss: 7.0.39
dev: true
/supports-color/5.5.0:
@@ -4571,13 +4466,6 @@ packages:
has-flag: 3.0.0
dev: true
- /supports-color/6.1.0:
- resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==}
- engines: {node: '>=6'}
- dependencies:
- has-flag: 3.0.0
- dev: true
-
/supports-color/7.2.0:
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
engines: {node: '>=8'}
@@ -4585,21 +4473,28 @@ packages:
has-flag: 4.0.0
dev: true
- /sveld/0.10.2_@babel+core@7.15.5+sass@1.39.2:
+ /supports-color/8.1.1:
+ resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
+ engines: {node: '>=10'}
+ dependencies:
+ has-flag: 4.0.0
+ dev: true
+
+ /sveld/0.10.2_@babel+core@7.16.0+sass@1.43.4:
resolution: {integrity: sha512-51pf6aNw9Ks13/7DiA7UvriqittW6320g/14a9XxiN5/f7Yg6/IfByoKkFHyTf2RdeREvjITuJT5G8Me0tDvxw==}
hasBin: true
dependencies:
- '@rollup/plugin-node-resolve': 11.2.1_rollup@2.56.3
+ '@rollup/plugin-node-resolve': 11.2.1_rollup@2.59.0
acorn: 8.5.0
comment-parser: 0.7.6
fast-glob: 3.2.7
fs-extra: 9.1.0
- prettier: 2.4.0
- rollup: 2.56.3
- rollup-plugin-svelte: 7.1.0_rollup@2.56.3+svelte@3.42.5
- svelte: 3.42.5
- svelte-preprocess: 4.9.4_ac7e4895d58711fe97e678b474d796af
- typescript: 4.4.3
+ prettier: 2.4.1
+ rollup: 2.59.0
+ rollup-plugin-svelte: 7.1.0_rollup@2.59.0+svelte@3.44.1
+ svelte: 3.44.1
+ svelte-preprocess: 4.9.8_b5001407c02a6975278f70b7f4fcdbb8
+ typescript: 4.4.4
transitivePeerDependencies:
- '@babel/core'
- coffeescript
@@ -4613,8 +4508,8 @@ packages:
- sugarss
dev: true
- /svelte-check/2.2.6_@babel+core@7.15.5+svelte@3.42.5:
- resolution: {integrity: sha512-oJux/afbmcZO+N+ADXB88h6XANLie8Y2rh2qBlhgfkpr2c3t/q/T0w2JWrHqagaDL8zeNwO8a8RVFBkrRox8gg==}
+ /svelte-check/2.2.8_@babel+core@7.16.0+svelte@3.44.1:
+ resolution: {integrity: sha512-y8BmSf3v+jOoVwKY0K3wAiIt3hupLiUS4HYqXSZPXJZrChKddp+N8fyNeClsDChLt2sLUo6sOAhlnok/RJ+iIw==}
hasBin: true
peerDependencies:
svelte: ^3.24.0
@@ -4626,9 +4521,9 @@ packages:
minimist: 1.2.5
sade: 1.7.4
source-map: 0.7.3
- svelte: 3.42.5
- svelte-preprocess: 4.9.4_ec0223237e5a184cb8d2a9ceba918e29
- typescript: 4.4.3
+ svelte: 3.44.1
+ svelte-preprocess: 4.9.8_ac4fe129aa2f00e397fd9471edc3d40f
+ typescript: 4.4.4
transitivePeerDependencies:
- '@babel/core'
- coffeescript
@@ -4645,11 +4540,11 @@ packages:
/svelte-feather-icons/3.5.0:
resolution: {integrity: sha512-AO6vwbI+WH8xouZRIxyenUV2olSAjp0QFgBa4esyS9ZxvBmKkRu9VTfgbMW0F1N7QTOWbMpgaForsnOcFGfXeg==}
dependencies:
- svelte: 3.38.3
+ svelte: 3.44.1
dev: true
- /svelte-preprocess/4.9.4_ac7e4895d58711fe97e678b474d796af:
- resolution: {integrity: sha512-Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA==}
+ /svelte-preprocess/4.9.8_069e99915ecbe20d86f9260d63f124ef:
+ resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
@@ -4689,20 +4584,21 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@types/pug': 2.0.5
- '@types/sass': 1.16.1
+ '@types/sass': 1.43.0
detect-indent: 6.1.0
magic-string: 0.25.7
- sass: 1.39.2
+ postcss: 8.3.11
+ sass: 1.43.4
sorcery: 0.10.0
strip-indent: 3.0.0
- svelte: 3.42.5
- typescript: 4.4.3
+ svelte: 3.44.1
+ typescript: 4.4.4
dev: true
- /svelte-preprocess/4.9.4_c45331207d1691ca964d5a4483937951:
- resolution: {integrity: sha512-Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA==}
+ /svelte-preprocess/4.9.8_ac4fe129aa2f00e397fd9471edc3d40f:
+ resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
@@ -4742,21 +4638,19 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@types/pug': 2.0.5
- '@types/sass': 1.16.1
+ '@types/sass': 1.43.0
detect-indent: 6.1.0
magic-string: 0.25.7
- postcss: 8.3.6
- sass: 1.39.2
sorcery: 0.10.0
strip-indent: 3.0.0
- svelte: 3.42.5
- typescript: 4.4.3
+ svelte: 3.44.1
+ typescript: 4.4.4
dev: true
- /svelte-preprocess/4.9.4_ec0223237e5a184cb8d2a9ceba918e29:
- resolution: {integrity: sha512-Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA==}
+ /svelte-preprocess/4.9.8_b5001407c02a6975278f70b7f4fcdbb8:
+ resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
@@ -4796,24 +4690,20 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.15.5
+ '@babel/core': 7.16.0
'@types/pug': 2.0.5
- '@types/sass': 1.16.1
+ '@types/sass': 1.43.0
detect-indent: 6.1.0
magic-string: 0.25.7
+ sass: 1.43.4
sorcery: 0.10.0
strip-indent: 3.0.0
- svelte: 3.42.5
- typescript: 4.4.3
- dev: true
-
- /svelte/3.38.3:
- resolution: {integrity: sha512-N7bBZJH0iF24wsalFZF+fVYMUOigaAUQMIcEKHO3jstK/iL8VmP9xE+P0/a76+FkNcWt+TDv2Gx1taUoUscrvw==}
- engines: {node: '>= 8'}
+ svelte: 3.44.1
+ typescript: 4.4.4
dev: true
- /svelte/3.42.5:
- resolution: {integrity: sha512-+y9ivcwMojAb0e87W7vR/UP7go44zc/3gtEciIMb8CUoIkUx6UJmPloBvVuO9MDXoGkUZM5SHr5PbLze9fJQVw==}
+ /svelte/3.44.1:
+ resolution: {integrity: sha512-4DrCEJoBvdR689efHNSxIQn2pnFwB7E7j2yLEJtHE/P8hxwZWIphCtJ8are7bjl/iVMlcEf5uh5pJ68IwR09vQ==}
engines: {node: '>= 8'}
dev: true
@@ -4821,26 +4711,25 @@ packages:
resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=}
dev: true
- /table/6.7.1:
- resolution: {integrity: sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==}
+ /table/6.7.3:
+ resolution: {integrity: sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==}
engines: {node: '>=10.0.0'}
dependencies:
- ajv: 8.6.2
- lodash.clonedeep: 4.5.0
+ ajv: 8.6.3
lodash.truncate: 4.4.2
slice-ansi: 4.0.0
- string-width: 4.2.2
- strip-ansi: 6.0.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
dev: true
- /terser/5.7.1:
- resolution: {integrity: sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==}
+ /terser/5.9.0:
+ resolution: {integrity: sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==}
engines: {node: '>=10'}
hasBin: true
dependencies:
commander: 2.20.3
source-map: 0.7.3
- source-map-support: 0.5.19
+ source-map-support: 0.5.20
dev: true
/text-table/0.2.0:
@@ -4893,14 +4782,18 @@ packages:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
dev: true
- /tsutils/3.21.0_typescript@4.4.3:
+ /tslib/2.1.0:
+ resolution: {integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==}
+ dev: true
+
+ /tsutils/3.21.0_typescript@4.4.4:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 4.4.3
+ typescript: 4.4.4
dev: true
/type-check/0.4.0:
@@ -4941,38 +4834,38 @@ packages:
is-typedarray: 1.0.0
dev: true
- /typescript/4.4.3:
- resolution: {integrity: sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==}
+ /typescript/4.4.4:
+ resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
- /uglify-js/3.14.1:
- resolution: {integrity: sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==}
+ /uglify-js/3.14.3:
+ resolution: {integrity: sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==}
engines: {node: '>=0.8.0'}
hasBin: true
dev: true
- /unicode-canonical-property-names-ecmascript/1.0.4:
- resolution: {integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==}
+ /unicode-canonical-property-names-ecmascript/2.0.0:
+ resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}
dev: true
- /unicode-match-property-ecmascript/1.0.4:
- resolution: {integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==}
+ /unicode-match-property-ecmascript/2.0.0:
+ resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines: {node: '>=4'}
dependencies:
- unicode-canonical-property-names-ecmascript: 1.0.4
- unicode-property-aliases-ecmascript: 1.1.0
+ unicode-canonical-property-names-ecmascript: 2.0.0
+ unicode-property-aliases-ecmascript: 2.0.0
dev: true
- /unicode-match-property-value-ecmascript/1.2.0:
- resolution: {integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==}
+ /unicode-match-property-value-ecmascript/2.0.0:
+ resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==}
engines: {node: '>=4'}
dev: true
- /unicode-property-aliases-ecmascript/1.1.0:
- resolution: {integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==}
+ /unicode-property-aliases-ecmascript/2.0.0:
+ resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==}
engines: {node: '>=4'}
dev: true
@@ -5102,8 +4995,8 @@ packages:
engines: {node: '>=8'}
dependencies:
ansi-styles: 4.3.0
- string-width: 4.2.2
- strip-ansi: 6.0.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
dev: true
/wrap-ansi/7.0.0:
@@ -5111,8 +5004,8 @@ packages:
engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
- string-width: 4.2.2
- strip-ansi: 6.0.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
dev: true
/wrappy/1.0.2:
@@ -5124,7 +5017,7 @@ packages:
dependencies:
imurmurhash: 0.1.4
is-typedarray: 1.0.0
- signal-exit: 3.0.3
+ signal-exit: 3.0.5
typedarray-to-buffer: 3.1.5
dev: true