From 8d9171dc9f21e84cf9cc2ffd8efd5d3ca99da63c Mon Sep 17 00:00:00 2001 From: JounQin Date: Sun, 24 Jul 2022 22:51:43 +0800 Subject: [PATCH] chore(deps): bump all (dev)Dependencies (#144) --- .changeset/cold-bobcats-count.md | 8 + .changeset/eleven-kangaroos-boil.md | 8 + .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- package.json | 26 +- packages/babel-preset/package.json | 10 +- packages/common-config/package.json | 2 +- packages/eslint-config/package.json | 20 +- packages/prettier-config/package.json | 2 +- pnpm-lock.yaml | 1936 +++++++++++++++++++------ 11 files changed, 1526 insertions(+), 492 deletions(-) create mode 100644 .changeset/cold-bobcats-count.md create mode 100644 .changeset/eleven-kangaroos-boil.md diff --git a/.changeset/cold-bobcats-count.md b/.changeset/cold-bobcats-count.md new file mode 100644 index 00000000..dd02930d --- /dev/null +++ b/.changeset/cold-bobcats-count.md @@ -0,0 +1,8 @@ +--- +"@1stg/app-preset": patch +"@1stg/common-config": patch +"@1stg/eslint-config": patch +"@1stg/lib-config": patch +--- + +perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx` diff --git a/.changeset/eleven-kangaroos-boil.md b/.changeset/eleven-kangaroos-boil.md new file mode 100644 index 00000000..c8219fe0 --- /dev/null +++ b/.changeset/eleven-kangaroos-boil.md @@ -0,0 +1,8 @@ +--- +"@1stg/app-config": patch +"@1stg/common-config": patch +"@1stg/eslint-config": patch +"@1stg/lib-config": patch +--- + +chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i` diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 191e3d07..4b8832ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: cache: pnpm - name: Install Dependencies - run: pnpm i + run: pnpm i --no-frozen-lockfile - name: Check, Lint and test run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54526ffb..3471246d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: cache: pnpm - name: Install Dependencies - run: pnpm i + run: pnpm i --no-frozen-lockfile - name: Create Release Pull Request or Publish to npm id: changesets diff --git a/README.md b/README.md index 153208d7..d236a4c7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) [![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) -[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets) +[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets) > Personal but Shareable Configurations for all 1stG.me projects diff --git a/package.json b/package.json index fec3b68d..6328983c 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "workspaces": [ "packages/*" ], - "packageManager": "pnpm@7.5.1", + "packageManager": "pnpm@7.6.0", "scripts": { "check": "run-p check:*", "check:eslint": "eslint-config-prettier .eslintrc.js", "check:stylelint": "stylelint-config-prettier-check", - "codesandbox:install": "npx pnpm@7.5.1 i", + "codesandbox:install": "npx pnpm@7.6.0 i --no-frozen-lockfile", "lint": "run-p lint:*", "lint:es": "eslint . --cache -f friendly", "lint:style": "stylelint . --cache", @@ -30,8 +30,10 @@ "@1stg/babel-preset": "workspace:*", "@1stg/browserslist-config": "workspace:*", "@1stg/commitlint-config": "workspace:*", + "@1stg/common-config": "workspace:*", "@1stg/config": "workspace:*", "@1stg/eslint-config": "workspace:*", + "@1stg/lib-config": "workspace:*", "@1stg/lint-staged": "workspace:*", "@1stg/markuplint-config": "workspace:*", "@1stg/postcss-config": "workspace:*", @@ -40,18 +42,18 @@ "@1stg/simple-git-hooks": "workspace:*", "@1stg/stylelint-config": "workspace:*", "@1stg/tsconfig": "workspace:*", - "@angular/compiler": "^14.0.6", - "@angular/compiler-cli": "^14.0.6", - "@angular/core": "^14.0.6", - "@changesets/changelog-github": "^0.4.5", - "@changesets/cli": "^2.23.2", + "@angular/compiler": "^14.1.0", + "@angular/compiler-cli": "^14.1.0", + "@angular/core": "^14.1.0", + "@changesets/changelog-github": "^0.4.6", + "@changesets/cli": "^2.24.0", "@types/babel__core": "^7.1.19", "@types/jest": "^28.1.6", - "@types/node": "^18.0.5", + "@types/node": "^18.0.6", "@types/react": "^18.0.15", "@types/unist": "^2.0.6", - "c8": "^7.11.3", - "markuplint": "^2.9.0", + "c8": "^7.12.0", + "markuplint": "^2.10.0", "postcss": "^8.4.14", "react": "^18.2.0", "rxjs": "^7.5.6", @@ -59,9 +61,9 @@ "svelte": "^3.49.0", "type-coverage": "^2.22.0", "typescript": "^4.7.4", - "vitest": "^0.18.1", + "vitest": "^0.19.0", "vue": "^3.2.37", - "vue-tsc": "^0.38.8" + "vue-tsc": "^0.39.0" }, "resolutions": { "prettier": "^2.7.1" diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 4624001d..f77d6461 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -44,23 +44,23 @@ "@babel/core": ">=7.14.1" }, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.18.6", - "@babel/preset-env": "^7.18.6", + "@babel/plugin-proposal-decorators": "^7.18.9", + "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@pkgr/utils": "^2.3.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", "@vue/babel-plugin-jsx": "^1.1.1", - "@vue/babel-preset-jsx": "^1.3.0", + "@vue/babel-preset-jsx": "^1.3.1", "babel-plugin-import": "^1.13.5", "babel-plugin-transform-async-to-promises": "^0.8.18", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-typescript-metadata": "^0.3.2", "babel-preset-proposal-typescript": "^2.2.0", - "core-js": "^3.23.4", + "core-js": "^3.23.5", "fast-async": "^7.0.6" }, "publishConfig": { diff --git a/packages/common-config/package.json b/packages/common-config/package.json index e5b25c3f..a56511d6 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -51,7 +51,7 @@ "@1stg/remark-config": "^4.0.3", "@1stg/simple-git-hooks": "^0.2.1", "@1stg/tsconfig": "^2.2.5", - "@babel/core": "^7.18.6", + "@babel/core": "^7.18.9", "@commitlint/cli": "^17.0.3", "eslint": "^8.20.0", "lint-staged": "^13.0.3", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f63cd1fb..69d1a6c8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -49,28 +49,28 @@ "@angular-eslint/eslint-plugin": "^14.0.2", "@angular-eslint/eslint-plugin-template": "^14.0.2", "@angular-eslint/template-parser": "^14.0.2", - "@babel/eslint-parser": "^7.18.2", + "@babel/eslint-parser": "^7.18.9", "@babel/eslint-plugin": "^7.17.7", "@pkgr/utils": "^2.3.0", - "@typescript-eslint/eslint-plugin": "^5.30.6", - "@typescript-eslint/parser": "^5.30.6", + "@typescript-eslint/eslint-plugin": "^5.30.7", + "@typescript-eslint/parser": "^5.30.7", "angular-eslint-template-parser": "^0.1.1", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-config-standard-react": "^11.0.1", "eslint-formatter-friendly": "^7.0.0", - "eslint-import-resolver-typescript": "^3.2.7", + "eslint-import-resolver-typescript": "^3.3.0", "eslint-plugin-css": "^0.6.0", "eslint-plugin-es-x": "^5.2.1", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-import": "^2.26.0", + "eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0", "eslint-plugin-jest": "^26.6.0", "eslint-plugin-jsdoc": "^39.3.3", - "eslint-plugin-json-schema-validator": "^3.2.5", + "eslint-plugin-json-schema-validator": "^4.0.0", "eslint-plugin-jsonc": "^2.3.1", - "eslint-plugin-markup": "^0.10.0", - "eslint-plugin-mdx": "^2.0.1", + "eslint-plugin-markup": "^0.10.1", + "eslint-plugin-mdx": "^2.0.2", "eslint-plugin-n": "^15.2.4", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", @@ -79,10 +79,10 @@ "eslint-plugin-regexp": "^1.7.0", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sonar": "^0.8.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-sonarjs": "^0.14.0", "eslint-plugin-svelte": "^2.2.0", "eslint-plugin-toml": "^0.3.1", - "eslint-plugin-unicorn": "^43.0.1", + "eslint-plugin-unicorn": "^43.0.2", "eslint-plugin-vue": "^9.2.0", "eslint-plugin-yml": "^1.0.0" }, diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 4e08300a..3e5d194b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -43,7 +43,7 @@ "dependencies": { "@1stg/config": "^0.2.0", "@prettier/plugin-pug": "^2.1.1", - "@prettier/plugin-ruby": "^3.1.2", + "@prettier/plugin-ruby": "^3.2.0", "@prettier/plugin-xml": "^2.2.0", "prettier-plugin-ini": "^1.0.0", "prettier-plugin-pkg": "^0.16.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27cfe7cd..6e49189c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,10 @@ importers: '@1stg/babel-preset': workspace:* '@1stg/browserslist-config': workspace:* '@1stg/commitlint-config': workspace:* + '@1stg/common-config': workspace:* '@1stg/config': workspace:* '@1stg/eslint-config': workspace:* + '@1stg/lib-config': workspace:* '@1stg/lint-staged': workspace:* '@1stg/markuplint-config': workspace:* '@1stg/postcss-config': workspace:* @@ -20,18 +22,18 @@ importers: '@1stg/simple-git-hooks': workspace:* '@1stg/stylelint-config': workspace:* '@1stg/tsconfig': workspace:* - '@angular/compiler': ^14.0.6 - '@angular/compiler-cli': ^14.0.6 - '@angular/core': ^14.0.6 - '@changesets/changelog-github': ^0.4.5 - '@changesets/cli': ^2.23.2 + '@angular/compiler': ^14.1.0 + '@angular/compiler-cli': ^14.1.0 + '@angular/core': ^14.1.0 + '@changesets/changelog-github': ^0.4.6 + '@changesets/cli': ^2.24.0 '@types/babel__core': ^7.1.19 '@types/jest': ^28.1.6 - '@types/node': ^18.0.5 + '@types/node': ^18.0.6 '@types/react': ^18.0.15 '@types/unist': ^2.0.6 - c8: ^7.11.3 - markuplint: ^2.9.0 + c8: ^7.12.0 + markuplint: ^2.10.0 postcss: ^8.4.14 react: ^18.2.0 rxjs: ^7.5.6 @@ -39,15 +41,17 @@ importers: svelte: ^3.49.0 type-coverage: ^2.22.0 typescript: ^4.7.4 - vitest: ^0.18.1 + vitest: ^0.19.0 vue: ^3.2.37 - vue-tsc: ^0.38.8 + vue-tsc: ^0.39.0 devDependencies: '@1stg/babel-preset': link:packages/babel-preset '@1stg/browserslist-config': link:packages/browserslist-config '@1stg/commitlint-config': link:packages/commitlint-config + '@1stg/common-config': link:packages/common-config '@1stg/config': link:packages/config '@1stg/eslint-config': link:packages/eslint-config + '@1stg/lib-config': link:packages/lib-config '@1stg/lint-staged': link:packages/lint-staged '@1stg/markuplint-config': link:packages/markuplint-config '@1stg/postcss-config': link:packages/postcss-config @@ -56,18 +60,18 @@ importers: '@1stg/simple-git-hooks': link:packages/simple-git-hooks '@1stg/stylelint-config': link:packages/stylelint-config '@1stg/tsconfig': link:packages/tsconfig - '@angular/compiler': 14.0.6_@angular+core@14.0.6 - '@angular/compiler-cli': 14.0.6_iy3v75sbynkuvelapr7qhgmina - '@angular/core': 14.0.6_rxjs@7.5.6+zone.js@0.11.6 - '@changesets/changelog-github': 0.4.5 - '@changesets/cli': 2.23.2 + '@angular/compiler': 14.1.0_@angular+core@14.1.0 + '@angular/compiler-cli': 14.1.0_bsntb4b45ycw7mpv6nax2z6oyu + '@angular/core': 14.1.0_rxjs@7.5.6+zone.js@0.11.7 + '@changesets/changelog-github': 0.4.6 + '@changesets/cli': 2.24.0 '@types/babel__core': 7.1.19 '@types/jest': 28.1.6 - '@types/node': 18.0.5 + '@types/node': 18.0.6 '@types/react': 18.0.15 '@types/unist': 2.0.6 - c8: 7.11.3 - markuplint: 2.9.0 + c8: 7.12.0 + markuplint: 2.10.0 postcss: 8.4.14 react: 18.2.0 rxjs: 7.5.6 @@ -75,9 +79,9 @@ importers: svelte: 3.49.0 type-coverage: 2.22.0_typescript@4.7.4 typescript: 4.7.4 - vitest: 0.18.1_c8@7.11.3 + vitest: 0.19.0_c8@7.12.0 vue: 3.2.37 - vue-tsc: 0.38.8_typescript@4.7.4 + vue-tsc: 0.39.0_typescript@4.7.4 packages/app-config: specifiers: @@ -103,46 +107,51 @@ importers: packages/babel-preset: specifiers: - '@babel/helper-plugin-utils': ^7.18.6 + '@babel/core': '>=7.14.1' + '@babel/helper-plugin-utils': ^7.18.9 '@babel/plugin-proposal-class-properties': ^7.18.6 - '@babel/plugin-proposal-decorators': ^7.18.6 - '@babel/preset-env': ^7.18.6 + '@babel/plugin-proposal-decorators': ^7.18.9 + '@babel/preset-env': ^7.18.9 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@pkgr/utils': ^2.3.0 '@vue/babel-helper-vue-jsx-merge-props': ^1.2.1 '@vue/babel-plugin-jsx': ^1.1.1 - '@vue/babel-preset-jsx': ^1.3.0 + '@vue/babel-preset-jsx': ^1.3.1 babel-plugin-import: ^1.13.5 babel-plugin-transform-async-to-promises: ^0.8.18 babel-plugin-transform-react-remove-prop-types: ^0.4.24 babel-plugin-transform-remove-console: ^6.9.4 babel-plugin-transform-typescript-metadata: ^0.3.2 babel-preset-proposal-typescript: ^2.2.0 - core-js: ^3.23.4 + core-js: ^3.23.5 fast-async: ^7.0.6 dependencies: - '@babel/helper-plugin-utils': 7.18.6 + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-decorators': 7.18.6_@babel+core@7.18.6 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-decorators': 7.18.9_@babel+core@7.18.6 + '@babel/preset-env': 7.18.9_@babel+core@7.18.6 '@babel/preset-react': 7.18.6_@babel+core@7.18.6 '@babel/preset-typescript': 7.18.6_@babel+core@7.18.6 '@pkgr/utils': 2.3.0 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.6 - '@vue/babel-preset-jsx': 1.3.0_@babel+core@7.18.6 + '@vue/babel-preset-jsx': 1.3.1_@babel+core@7.18.6 babel-plugin-import: 1.13.5 babel-plugin-transform-async-to-promises: 0.8.18 babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-plugin-transform-remove-console: 6.9.4 babel-plugin-transform-typescript-metadata: 0.3.2 babel-preset-proposal-typescript: 2.2.0_u4pnq6aitzjyryj6xisyu635ni - core-js: 3.23.4 + core-js: 3.23.5 fast-async: 7.0.6 packages/browserslist-config: - specifiers: {} + specifiers: + browserslist: '>=4.0.0' + dependencies: + browserslist: 4.21.2 packages/commitlint-config: specifiers: @@ -165,7 +174,7 @@ importers: '@1stg/remark-config': ^4.0.3 '@1stg/simple-git-hooks': ^0.2.1 '@1stg/tsconfig': ^2.2.5 - '@babel/core': ^7.18.6 + '@babel/core': ^7.18.9 '@commitlint/cli': ^17.0.3 eslint: ^8.20.0 lint-staged: ^13.0.3 @@ -183,7 +192,7 @@ importers: '@1stg/remark-config': link:../remark-config '@1stg/simple-git-hooks': link:../simple-git-hooks '@1stg/tsconfig': link:../tsconfig - '@babel/core': 7.18.6 + '@babel/core': 7.18.9 '@commitlint/cli': 17.0.3 eslint: 8.20.0 lint-staged: 13.0.3 @@ -201,28 +210,29 @@ importers: '@angular-eslint/eslint-plugin': ^14.0.2 '@angular-eslint/eslint-plugin-template': ^14.0.2 '@angular-eslint/template-parser': ^14.0.2 - '@babel/eslint-parser': ^7.18.2 + '@babel/eslint-parser': ^7.18.9 '@babel/eslint-plugin': ^7.17.7 '@pkgr/utils': ^2.3.0 - '@typescript-eslint/eslint-plugin': ^5.30.6 - '@typescript-eslint/parser': ^5.30.6 + '@typescript-eslint/eslint-plugin': ^5.30.7 + '@typescript-eslint/parser': ^5.30.7 angular-eslint-template-parser: ^0.1.1 + eslint: '>=6.0.0' eslint-config-prettier: ^8.5.0 eslint-config-standard: ^17.0.0 eslint-config-standard-jsx: ^11.0.0 eslint-config-standard-react: ^11.0.1 eslint-formatter-friendly: ^7.0.0 - eslint-import-resolver-typescript: ^3.2.7 + eslint-import-resolver-typescript: ^3.3.0 eslint-plugin-css: ^0.6.0 eslint-plugin-es-x: ^5.2.1 eslint-plugin-eslint-comments: ^3.2.0 - eslint-plugin-import: ^2.26.0 + eslint-plugin-import: npm:eslint-plugin-i@^2.26.0 eslint-plugin-jest: ^26.6.0 eslint-plugin-jsdoc: ^39.3.3 - eslint-plugin-json-schema-validator: ^3.2.5 + eslint-plugin-json-schema-validator: ^4.0.0 eslint-plugin-jsonc: ^2.3.1 - eslint-plugin-markup: ^0.10.0 - eslint-plugin-mdx: ^2.0.1 + eslint-plugin-markup: ^0.10.1 + eslint-plugin-mdx: ^2.0.2 eslint-plugin-n: ^15.2.4 eslint-plugin-prettier: ^4.2.1 eslint-plugin-promise: ^6.0.0 @@ -231,56 +241,64 @@ importers: eslint-plugin-regexp: ^1.7.0 eslint-plugin-simple-import-sort: ^7.0.0 eslint-plugin-sonar: ^0.8.0 - eslint-plugin-sonarjs: ^0.13.0 + eslint-plugin-sonarjs: ^0.14.0 eslint-plugin-svelte: ^2.2.0 eslint-plugin-toml: ^0.3.1 - eslint-plugin-unicorn: ^43.0.1 + eslint-plugin-unicorn: ^43.0.2 eslint-plugin-vue: ^9.2.0 eslint-plugin-yml: ^1.0.0 dependencies: '@1stg/config': link:../config - '@angular-eslint/eslint-plugin': 14.0.2_typescript@4.7.4 - '@angular-eslint/eslint-plugin-template': 14.0.2_typescript@4.7.4 - '@angular-eslint/template-parser': 14.0.2_typescript@4.7.4 - '@babel/eslint-parser': 7.18.2_@babel+core@7.18.6 - '@babel/eslint-plugin': 7.17.7_i3vp7s4ugjzn35akjtdn5xbexm + '@angular-eslint/eslint-plugin': 14.0.2_he2ccbldppg44uulnyq4rwocfa + '@angular-eslint/eslint-plugin-template': 14.0.2_he2ccbldppg44uulnyq4rwocfa + '@angular-eslint/template-parser': 14.0.2_he2ccbldppg44uulnyq4rwocfa + '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu + '@babel/eslint-plugin': 7.17.7_5hdsoqonnk3nvwkon7f6brqzku '@pkgr/utils': 2.3.0 - '@typescript-eslint/eslint-plugin': 5.30.6_mjm7gzt7bw7zudybav3weyespq - '@typescript-eslint/parser': 5.30.6_typescript@4.7.4 + '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 + '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa angular-eslint-template-parser: 0.1.1_lscoefpp2xo4h6652u3xspi3ma - eslint-config-prettier: 8.5.0 - eslint-config-standard: 17.0.0_f5ubwgwrbuznucoyv7f4tqevci - eslint-config-standard-jsx: 11.0.0_eslint-plugin-react@7.30.1 - eslint-config-standard-react: 11.0.1_eslint-plugin-react@7.30.1 + eslint: 8.20.0 + eslint-config-prettier: 8.5.0_eslint@8.20.0 + eslint-config-standard: 17.0.0_afahsawqwkk6a7xxn76kfhtzni + eslint-config-standard-jsx: 11.0.0_d6b2yfc7lkeycvhlikcoxofgwu + eslint-config-standard-react: 11.0.1_d6b2yfc7lkeycvhlikcoxofgwu eslint-formatter-friendly: 7.0.0 - eslint-import-resolver-typescript: 3.2.7_fkfqfehjtk7sk2efaqbgxsuasa - eslint-plugin-css: 0.6.0 - eslint-plugin-es-x: 5.2.1 - eslint-plugin-eslint-comments: 3.2.0 - eslint-plugin-import: 2.26.0_i34hqfc5p3ijx5rvmnahqhs72q - eslint-plugin-jest: 26.6.0_v2lc5xsqbrrxosznethluz7p2u - eslint-plugin-jsdoc: 39.3.3 - eslint-plugin-json-schema-validator: 3.2.5 - eslint-plugin-jsonc: 2.3.1 - eslint-plugin-markup: 0.10.0 - eslint-plugin-mdx: 2.0.1 - eslint-plugin-n: 15.2.4 - eslint-plugin-prettier: 4.2.1_5ipovlnpea62s4232hvmwuqmsm - eslint-plugin-promise: 6.0.0 - eslint-plugin-react: 7.30.1 - eslint-plugin-react-hooks: 4.6.0 - eslint-plugin-regexp: 1.7.0 - eslint-plugin-simple-import-sort: 7.0.0 - eslint-plugin-sonar: 0.8.0_u4pnq6aitzjyryj6xisyu635ni - eslint-plugin-sonarjs: 0.13.0 - eslint-plugin-svelte: 2.2.0_svelte@3.49.0 - eslint-plugin-toml: 0.3.1 - eslint-plugin-unicorn: 43.0.1 - eslint-plugin-vue: 9.2.0 - eslint-plugin-yml: 1.0.0 + eslint-import-resolver-typescript: 3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m + eslint-plugin-css: 0.6.0_eslint@8.20.0 + eslint-plugin-es-x: 5.2.1_eslint@8.20.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.20.0 + eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i + eslint-plugin-jest: 26.6.0_hd24iy2743l222hqij56zjtbia + eslint-plugin-jsdoc: 39.3.3_eslint@8.20.0 + eslint-plugin-json-schema-validator: 4.0.0_eslint@8.20.0 + eslint-plugin-jsonc: 2.3.1_eslint@8.20.0 + eslint-plugin-markup: 0.10.1_eslint@8.20.0 + eslint-plugin-mdx: 2.0.2_eslint@8.20.0 + eslint-plugin-n: 15.2.4_eslint@8.20.0 + eslint-plugin-prettier: 4.2.1_g4fztgbwjyq2fvmcscny2sj6fy + eslint-plugin-promise: 6.0.0_eslint@8.20.0 + eslint-plugin-react: 7.30.1_eslint@8.20.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.20.0 + eslint-plugin-regexp: 1.7.0_eslint@8.20.0 + eslint-plugin-simple-import-sort: 7.0.0_eslint@8.20.0 + eslint-plugin-sonar: 0.8.0_x45rze3t5r5rpj27b7qxdjmrpe + eslint-plugin-sonarjs: 0.14.0_eslint@8.20.0 + eslint-plugin-svelte: 2.2.0_piwa6j2njmnknm35bh3wz5v52y + eslint-plugin-toml: 0.3.1_eslint@8.20.0 + eslint-plugin-unicorn: 43.0.2_eslint@8.20.0 + eslint-plugin-vue: 9.2.0_eslint@8.20.0 + eslint-plugin-yml: 1.0.0_eslint@8.20.0 packages/husky-config: - specifiers: {} + specifiers: + '@commitlint/cli': '>=11.0.0' + husky: '>=3.0.0 && <5.0.0' + lint-staged: '>=9.0.0' + dependencies: + '@commitlint/cli': 17.0.3 + husky: 4.3.8 + lint-staged: 13.0.3 packages/lib-config: specifiers: @@ -296,12 +314,14 @@ importers: '@1stg/prettier-config': ^3.7.0 '@1stg/tsconfig': ^2.2.5 '@pkgr/utils': ^2.3.0 + lint-staged: '>=10.0.0' prettier: ^2.7.1 dependencies: '@1stg/config': link:../config '@1stg/prettier-config': link:../prettier-config '@1stg/tsconfig': link:../tsconfig '@pkgr/utils': 2.3.0 + lint-staged: 13.0.3 prettier: 2.7.1 packages/markuplint-config: @@ -309,11 +329,13 @@ importers: '@markuplint/svelte-parser': ^2.2.3 '@markuplint/vue-parser': ^2.3.2 '@markuplint/vue-spec': ^2.1.1 + markuplint: ^2.0.0 markuplint-angular-parser: ^1.1.3 dependencies: '@markuplint/svelte-parser': 2.2.3 '@markuplint/vue-parser': 2.3.2_eslint@8.20.0 '@markuplint/vue-spec': 2.1.1 + markuplint: 2.9.0 markuplint-angular-parser: 1.1.3 packages/postcss-config: @@ -322,6 +344,7 @@ importers: autoprefixer: ^10.4.7 cssnano: ^5.1.12 cssnano-preset-advanced: ^5.3.8 + postcss: '>=7.0.0' postcss-import: ^14.1.0 postcss-modules: ^4.3.1 postcss-normalize: ^10.0.1 @@ -337,13 +360,16 @@ importers: postcss-normalize: 10.0.1_ueju2bwfzqc5aneogkggyoaage postcss-preset-env: 7.7.2_postcss@8.4.14 postcss-url: 10.1.3_postcss@8.4.14 + devDependencies: + postcss: 8.4.14 packages/prettier-config: specifiers: '@1stg/config': ^0.2.0 '@prettier/plugin-pug': ^2.1.1 - '@prettier/plugin-ruby': ^3.1.2 + '@prettier/plugin-ruby': ^3.2.0 '@prettier/plugin-xml': ^2.2.0 + prettier: '>=1.18.0' prettier-plugin-ini: ^1.0.0 prettier-plugin-pkg: ^0.16.0 prettier-plugin-properties: ^0.1.0 @@ -354,8 +380,9 @@ importers: dependencies: '@1stg/config': link:../config '@prettier/plugin-pug': 2.1.1_prettier@2.7.1 - '@prettier/plugin-ruby': 3.1.2 + '@prettier/plugin-ruby': 3.2.0 '@prettier/plugin-xml': 2.2.0 + prettier: 2.7.1 prettier-plugin-ini: 1.0.0 prettier-plugin-pkg: 0.16.0_prettier@2.7.1 prettier-plugin-properties: 0.1.0_prettier@2.7.1 @@ -393,9 +420,16 @@ importers: packages/simple-git-hooks: specifiers: + '@commitlint/cli': '>=11.0.0' '@pkgr/utils': ^2.3.0 + lint-staged: '>=9.0.0' + simple-git-hooks: '>=2.2.0' dependencies: + '@commitlint/cli': 17.0.3 '@pkgr/utils': 2.3.0 + lint-staged: 13.0.3 + devDependencies: + simple-git-hooks: 2.8.0 packages/stylelint-config: specifiers: @@ -407,6 +441,7 @@ importers: postcss-markdown: ^1.2.0 postcss-scss: ^4.0.4 postcss-syntax: ^0.36.2 + stylelint: '>=13.0.0' stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^26.0.0 stylelint-high-performance-animation: ^1.6.0 @@ -423,6 +458,7 @@ importers: postcss-markdown: 1.2.0 postcss-scss: 4.0.4_postcss@8.4.14 postcss-syntax: 0.36.2_wwhk6mm4vrxkapktxrodsiot2e + stylelint: 14.9.1 stylelint-config-prettier: 9.0.3_stylelint@14.9.1 stylelint-config-standard: 26.0.0_stylelint@14.9.1 stylelint-high-performance-animation: 1.6.0_stylelint@14.9.1 @@ -432,7 +468,10 @@ importers: stylelint-stylus: 0.16.1_csnzvmhfjrgvcjmnnup4gywa4y packages/tsconfig: - specifiers: {} + specifiers: + typescript: '>=3.0.0' + devDependencies: + typescript: 4.7.4 packages: @@ -447,68 +486,72 @@ packages: resolution: {integrity: sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==} dev: false - /@angular-eslint/eslint-plugin-template/14.0.2_typescript@4.7.4: + /@angular-eslint/eslint-plugin-template/14.0.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.2 - '@typescript-eslint/utils': 5.29.0_typescript@4.7.4 + '@typescript-eslint/utils': 5.29.0_he2ccbldppg44uulnyq4rwocfa aria-query: 5.0.0 axobject-query: 3.0.1 + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: false - /@angular-eslint/eslint-plugin/14.0.2_typescript@4.7.4: + /@angular-eslint/eslint-plugin/14.0.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-TfiXWqaWGysnPB6JstZouvA9tNwIsCLvSIGqniE1U90kX6p5nL8Z09JOiv/9jlYfgAIEgUD48BGMZzDi86voGA==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/utils': 14.0.2_typescript@4.7.4 - '@typescript-eslint/utils': 5.29.0_typescript@4.7.4 + '@angular-eslint/utils': 14.0.2_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.29.0_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: false - /@angular-eslint/template-parser/14.0.2_typescript@4.7.4: + /@angular-eslint/template-parser/14.0.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-NTXSfL97WVs4GTKPtPcRZfWtvNbhgcIZUvKUTk5ieYiVLqsHF9Y+NlAKBh44AGldM5oCNO4HUfnvOedtqkQ+MA==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.2 + eslint: 8.20.0 eslint-scope: 5.1.1 typescript: 4.7.4 dev: false - /@angular-eslint/utils/14.0.2_typescript@4.7.4: + /@angular-eslint/utils/14.0.2_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-8cHyQFG3jIHMHBjlqMU9ExAgOFGqbvxUa5EUvdc8wJUXtwhYx5NCQupdSpy/qG8gHiXjxvxinEtACZJQ9/SOwQ==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.2 - '@typescript-eslint/utils': 5.29.0_typescript@4.7.4 + '@typescript-eslint/utils': 5.29.0_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: false - /@angular/compiler-cli/14.0.6_iy3v75sbynkuvelapr7qhgmina: - resolution: {integrity: sha512-w1ccZEzbRRqzMNaty0P4QliSslmR+9pBhDpKNfI+PsRqjJOnyC9tFdtZQLjcbnaM8W0yJLnCfZQ7KKXjnjzawg==} + /@angular/compiler-cli/14.1.0_bsntb4b45ycw7mpv6nax2z6oyu: + resolution: {integrity: sha512-llJkDnv0+riTdRPdOJv/FToz4X9ZO1URnalW+tIe2RyfOzkEqM+VLD/x+3cVgnsaFKuoPxIjZEkMoppGwVB4kg==} engines: {node: ^14.15.0 || >=16.10.0} hasBin: true peerDependencies: - '@angular/compiler': 14.0.6 + '@angular/compiler': 14.1.0 typescript: '>=4.6.2 <4.8' dependencies: - '@angular/compiler': 14.0.6_@angular+core@14.0.6 - '@babel/core': 7.18.6 + '@angular/compiler': 14.1.0_@angular+core@14.1.0 + '@babel/core': 7.18.9 chokidar: 3.5.3 convert-source-map: 1.8.0 dependency-graph: 0.11.0 @@ -523,21 +566,21 @@ packages: - supports-color dev: true - /@angular/compiler/14.0.6_@angular+core@14.0.6: - resolution: {integrity: sha512-zYq3+Pg6m7NKivqEk+vNy+5ic5A+B0ReqIECjs10pVeXoWBxjvZAqG2ksrCQ0axtju2hA3lrFsDthLShWBEf4g==} + /@angular/compiler/14.1.0_@angular+core@14.1.0: + resolution: {integrity: sha512-aLbtpFDF3fp/DOEsWSdpszmoNZAb0To/zoKhHVmEReuUKkMtlPNd3+e6wkR2vrvR/cWgbKwdb7RQ1IQtGDu74A==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: - '@angular/core': 14.0.6 + '@angular/core': 14.1.0 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 14.0.6_rxjs@7.5.6+zone.js@0.11.6 + '@angular/core': 14.1.0_rxjs@7.5.6+zone.js@0.11.7 tslib: 2.4.0 dev: true - /@angular/core/14.0.6_rxjs@7.5.6+zone.js@0.11.6: - resolution: {integrity: sha512-hyQ3s9Yrm3ejhumgAC9ENhMFmvmPlJkk1tEOjruyoiHwK4EOaDpI+GCNQIBUB1Z3B/QLMlgZeMXrULQztjSQwg==} + /@angular/core/14.1.0_rxjs@7.5.6+zone.js@0.11.7: + resolution: {integrity: sha512-3quEsHmQifJOQ2oij5K+cjGjmhsKsyZI1+OTHWNZ6IXeuYviZv4U/Cui9fUJ1RN3CZxH3NzWB3gB/5qYFQfOgg==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -545,7 +588,7 @@ packages: dependencies: rxjs: 7.5.6 tslib: 2.4.0 - zone.js: 0.11.6 + zone.js: 0.11.7 dev: true /@babel/code-frame/7.0.0: @@ -590,28 +633,53 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false - /@babel/eslint-parser/7.18.2_@babel+core@7.18.6: - resolution: {integrity: sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==} + /@babel/core/7.18.9: + resolution: {integrity: sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.9 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.9 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.9 + '@babel/template': 7.18.6 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 + convert-source-map: 1.8.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + + /@babel/eslint-parser/7.18.9_454u7sltq2wfyzqnoclqps3oeu: + resolution: {integrity: sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.18.6 + '@babel/core': 7.18.9 + eslint: 8.20.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: false - /@babel/eslint-plugin/7.17.7_i3vp7s4ugjzn35akjtdn5xbexm: + /@babel/eslint-plugin/7.17.7_5hdsoqonnk3nvwkon7f6brqzku: resolution: {integrity: sha512-JATUoJJXSgwI0T8juxWYtK1JSgoLpIGUsCHIv+NMXcUDA2vIe6nvAHR9vnuJgs/P1hOFw7vPwibixzfqBBLIVw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/eslint-parser': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/eslint-parser': 7.18.2_@babel+core@7.18.6 + '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu + eslint: 8.20.0 eslint-rule-composer: 0.3.0 dev: false @@ -622,6 +690,15 @@ packages: '@babel/types': 7.18.8 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 + dev: false + + /@babel/generator/7.18.9: + resolution: {integrity: sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.9 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} @@ -649,6 +726,32 @@ packages: '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.1 semver: 6.3.0 + dev: false + + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.6 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.2 + semver: 6.3.0 + dev: false + + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.9: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.2 + semver: 6.3.0 /@babel/helper-create-class-features-plugin/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==} @@ -668,6 +771,24 @@ packages: - supports-color dev: false + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} engines: {node: '>=6.9.0'} @@ -700,6 +821,11 @@ packages: /@babel/helper-environment-visitor/7.18.6: resolution: {integrity: sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-environment-visitor/7.18.9: + resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} + engines: {node: '>=6.9.0'} /@babel/helper-explode-assignable-expression/7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} @@ -714,12 +840,20 @@ packages: dependencies: '@babel/template': 7.18.6 '@babel/types': 7.18.8 + dev: false + + /@babel/helper-function-name/7.18.9: + resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.18.6 + '@babel/types': 7.18.9 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 /@babel/helper-member-expression-to-functions/7.18.6: resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} @@ -728,11 +862,18 @@ packages: '@babel/types': 7.18.7 dev: false + /@babel/helper-member-expression-to-functions/7.18.9: + resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.9 + dev: false + /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 /@babel/helper-module-transforms/7.18.6: resolution: {integrity: sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==} @@ -760,8 +901,24 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-module-transforms/7.18.9: + resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-simple-access': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.18.6 + '@babel/template': 7.18.6 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 transitivePeerDependencies: - supports-color @@ -777,6 +934,11 @@ packages: engines: {node: '>=6.9.0'} dev: false + /@babel/helper-plugin-utils/7.18.9: + resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-remap-async-to-generator/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==} engines: {node: '>=6.9.0'} @@ -805,11 +967,24 @@ packages: - supports-color dev: false + /@babel/helper-replace-supers/7.18.9: + resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/helper-simple-access/7.18.6: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 /@babel/helper-skip-transparent-expression-wrappers/7.18.6: resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==} @@ -818,11 +993,18 @@ packages: '@babel/types': 7.18.7 dev: false + /@babel/helper-skip-transparent-expression-wrappers/7.18.9: + resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.9 + dev: false + /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} @@ -849,8 +1031,19 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helpers/7.18.9: + resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.18.6 + '@babel/traverse': 7.18.9 + '@babel/types': 7.18.9 transitivePeerDependencies: - supports-color @@ -876,6 +1069,14 @@ packages: hasBin: true dependencies: '@babel/types': 7.18.8 + dev: false + + /@babel/parser/7.18.9: + resolution: {integrity: sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.18.9 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -899,6 +1100,18 @@ packages: '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6 dev: false + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.6 + dev: false + /@babel/plugin-proposal-async-do-expressions/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-ptV7n23Rks40JioBVMA78p3I/IKThTLY8uGtERiBg8yZuySWW6Q2MiycxKKjrVfthjdY1UUvkS6e8UcvS7hJJw==} engines: {node: '>=6.9.0'} @@ -907,7 +1120,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-async-do-expressions': 7.18.6_@babel+core@7.18.6 dev: false @@ -934,7 +1147,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color dev: false @@ -947,7 +1160,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -969,6 +1182,22 @@ packages: - supports-color dev: false + /@babel/plugin-proposal-decorators/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-KD7zDNaD14CRpjQjVbV4EnH9lsKYlcpUrhZH37ei2IY+AlXrfAPy5pTmRUE4X6X1k8EsKXPraykxeaogqQvSGA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.18.6 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-proposal-do-expressions/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-ddToGCONJhCuL+l4FhtGnKl5ZYCj9fDVFiqiCdQDpeIbVn/NvMeSib+7T1/rk08jRafae4qNiP8OnJyuqlsuYA==} engines: {node: '>=6.9.0'} @@ -976,7 +1205,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-do-expressions': 7.18.6_@babel+core@7.18.6 dev: false @@ -1002,6 +1231,17 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6 dev: false + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6 + dev: false + /@babel/plugin-proposal-function-bind/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-e2N7sdLvLG6W5KVjGQjIPY7bJ3hixiS35gSKYdCQq2bhWclZSkLf9Mp9qocsYleqkWOJnsCEvCvur0ThRe1Jpw==} engines: {node: '>=6.9.0'} @@ -1009,7 +1249,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-function-bind': 7.18.6_@babel+core@7.18.6 dev: false @@ -1020,7 +1260,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-wrap-function': 7.18.6 '@babel/plugin-syntax-function-sent': 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: @@ -1034,7 +1274,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6 dev: false @@ -1049,6 +1289,17 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 dev: false + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 + dev: false + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} @@ -1085,6 +1336,20 @@ packages: '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6 dev: false + /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 + dev: false + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} @@ -1103,11 +1368,23 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 dev: false + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 + dev: false + /@babel/plugin-proposal-partial-application/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-yM8U6Ro0L1BX+DzdYLSCjd7grbxSj4t30qoQQtFS/FUb12RcWcVeqQ2CTQuLG7esLH/vQMCYj5KlIeeUjSDHmQ==} engines: {node: '>=6.9.0'} @@ -1115,7 +1392,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-partial-application': 7.18.6_@babel+core@7.18.6 dev: false @@ -1126,7 +1403,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-pipeline-operator': 7.18.6_@babel+core@7.18.6 dev: false @@ -1152,7 +1429,7 @@ packages: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -1166,7 +1443,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-syntax-record-and-tuple': 7.18.6_@babel+core@7.18.6 dev: false @@ -1178,7 +1455,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-throw-expressions': 7.18.6_@babel+core@7.18.6 dev: false @@ -1200,7 +1477,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.6: @@ -1238,7 +1515,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-do-expressions/7.18.6_@babel+core@7.18.6: @@ -1248,7 +1525,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.6: @@ -1276,7 +1553,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-function-sent/7.18.6_@babel+core@7.18.6: @@ -1286,7 +1563,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.6: @@ -1315,7 +1592,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.6: @@ -1379,7 +1656,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-pipeline-operator/7.18.6_@babel+core@7.18.6: @@ -1389,7 +1666,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.6: @@ -1409,7 +1686,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-throw-expressions/7.18.6_@babel+core@7.18.6: @@ -1419,7 +1696,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.6: @@ -1439,7 +1716,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.6: @@ -1486,6 +1763,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-classes/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ==} engines: {node: '>=6.9.0'} @@ -1505,6 +1792,25 @@ packages: - supports-color dev: false + /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-transform-computed-properties/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==} engines: {node: '>=6.9.0'} @@ -1515,6 +1821,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-destructuring/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==} engines: {node: '>=6.9.0'} @@ -1525,6 +1841,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-destructuring/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} @@ -1546,6 +1872,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} @@ -1567,6 +1903,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.6: + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-function-name/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==} engines: {node: '>=6.9.0'} @@ -1579,6 +1925,18 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-literals/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==} engines: {node: '>=6.9.0'} @@ -1589,6 +1947,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} @@ -1644,6 +2012,22 @@ packages: - supports-color dev: false + /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-identifier': 7.18.6 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} @@ -1701,6 +2085,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.6: + resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} @@ -1718,7 +2112,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.6: @@ -1740,9 +2134,9 @@ packages: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/types': 7.18.7 + '@babel/types': 7.18.9 dev: false /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.6: @@ -1753,7 +2147,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.6: @@ -1798,6 +2192,17 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 dev: false + /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + dev: false + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} @@ -1818,6 +2223,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-typeof-symbol/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==} engines: {node: '>=6.9.0'} @@ -1828,6 +2243,16 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: false + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-typescript/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w==} engines: {node: '>=6.9.0'} @@ -1836,7 +2261,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -1914,32 +2339,118 @@ packages: '@babel/plugin-transform-computed-properties': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-destructuring': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-duplicate-keys': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-duplicate-keys': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-for-of': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-function-name': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-systemjs': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-spread': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-template-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-typeof-symbol': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.6 + '@babel/preset-modules': 0.1.5_@babel+core@7.18.6 + '@babel/types': 7.18.7 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6 + core-js-compat: 3.23.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/preset-env/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.6 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-for-of': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-function-name': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.6 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-modules-systemjs': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-spread': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-template-literals': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-typeof-symbol': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.6 '@babel/preset-modules': 0.1.5_@babel+core@7.18.6 - '@babel/types': 7.18.7 + '@babel/types': 7.18.9 babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6 babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6 babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6 @@ -1969,7 +2480,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 @@ -1984,7 +2495,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-typescript': 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: @@ -1996,14 +2507,22 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.9 + dev: false + + /@babel/runtime/7.18.9: + resolution: {integrity: sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + dev: true /@babel/template/7.18.6: resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.9 + '@babel/types': 7.18.9 /@babel/traverse/7.18.6: resolution: {integrity: sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==} @@ -2028,13 +2547,31 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.7 + '@babel/generator': 7.18.9 '@babel/helper-environment-visitor': 7.18.6 '@babel/helper-function-name': 7.18.6 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.9 + '@babel/types': 7.18.9 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/traverse/7.18.9: + resolution: {integrity: sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.9 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.9 + '@babel/types': 7.18.9 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2054,6 +2591,14 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 + dev: false + + /@babel/types/7.18.9: + resolution: {integrity: sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.18.6 + to-fast-properties: 2.0.0 /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2063,14 +2608,14 @@ packages: resolution: {integrity: sha512-sBnCqW0nqofE47mxFnw+lvx6kzsQstwaQMVkh66qm/A6IlsnH7WsyGuVXTou8RF2wL4W7ybOoHPvP2WgIo6rhQ==} dev: false - /@changesets/apply-release-plan/6.0.1: - resolution: {integrity: sha512-KGtai19+Uo7k8uco9m+hIPGoet9E6eZq15RIeHoivvgwwI66AC6ievbUO5h0NqGlZjBWnYJQNkuT66kvBYzxsA==} + /@changesets/apply-release-plan/6.0.2: + resolution: {integrity: sha512-s+rYNUTyC3FhTn8Gt35h65Bw/pwFevXLP/yOwzfrlfCd8Hj2FkX+1l3zPVkP+OpeMq7BAYtB6YfSkQe9awl4DQ==} dependencies: - '@babel/runtime': 7.18.6 - '@changesets/config': 2.0.1 + '@babel/runtime': 7.18.9 + '@changesets/config': 2.1.0 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/git': 1.4.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 @@ -2081,51 +2626,51 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.1.3: - resolution: {integrity: sha512-I+TTkUoqvxBEuDLoJfJYKDXIJ+nyiTbVJ8KGhpXEsLq4N/ms/AStSbouJwF2d/p3cB+RCPr5+gXh31GSN4kA7w==} + /@changesets/assemble-release-plan/5.2.0: + resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 semver: 5.7.1 dev: true - /@changesets/changelog-git/0.1.11: - resolution: {integrity: sha512-sWJvAm+raRPeES9usNpZRkooeEB93lOpUN0Lmjz5vhVAb7XGIZrHEJ93155bpE1S0c4oJ5Di9ZWgzIwqhWP/Wg==} + /@changesets/changelog-git/0.1.12: + resolution: {integrity: sha512-Xv2CPjTBmwjl8l4ZyQ3xrsXZMq8WafPUpEonDpTmcb24XY8keVzt7ZSCJuDz035EiqrjmDKDhODoQ6XiHudlig==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 dev: true - /@changesets/changelog-github/0.4.5: - resolution: {integrity: sha512-J36QJml3mXYm88PLY2qGepmb7j6LA3NM/wuUy6XBwh14qzVTRek+3Xww5oqeZhpK5lK8ELxGahdhSdYQzMv0kA==} + /@changesets/changelog-github/0.4.6: + resolution: {integrity: sha512-ahR/+o3OPodzfG9kucEMU/tEtBgwy6QoJiWi1sDBPme8n3WjT6pBlbhqNYpWAJKilomwfjBGY0MTUTs6r9d1RQ==} dependencies: '@changesets/get-github-info': 0.5.1 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 dotenv: 8.6.0 transitivePeerDependencies: - encoding dev: true - /@changesets/cli/2.23.2: - resolution: {integrity: sha512-o7CWC+mcwOmA3yK5axqHOSYPYEjX/x+nq/s9aX78AyzH1SQZa6L5HX4P9uUXibyjcKynklkmusxv8vN8+hJggA==} + /@changesets/cli/2.24.0: + resolution: {integrity: sha512-GlY8OGkwoTRupdV9L46NUhAZScJacRpY/ZUNHf+IQ65HoxgeT/OmgMIUnnippW4BtjlikayNV/HhkI/2HLsXcA==} hasBin: true dependencies: - '@babel/runtime': 7.18.6 - '@changesets/apply-release-plan': 6.0.1 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/changelog-git': 0.1.11 - '@changesets/config': 2.0.1 + '@babel/runtime': 7.18.9 + '@changesets/apply-release-plan': 6.0.2 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/changelog-git': 0.1.12 + '@changesets/config': 2.1.0 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/get-release-plan': 3.0.10 - '@changesets/git': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/get-release-plan': 3.0.11 + '@changesets/git': 1.4.0 '@changesets/logger': 0.0.5 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 - '@changesets/write': 0.1.8 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.6 + '@changesets/types': 5.1.0 + '@changesets/write': 0.1.9 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -2147,13 +2692,13 @@ packages: tty-table: 4.1.6 dev: true - /@changesets/config/2.0.1: - resolution: {integrity: sha512-rJaQWqsjM54T7bDiCoMDcgOuY2HzyovvRs68C//C+tYgbHyjs00JcNVcScjlV47hATrNG1AI8qTD7V9bcO/1cg==} + /@changesets/config/2.1.0: + resolution: {integrity: sha512-43potf+DwYHmH7EY19vxtCq6fqj7UUIrZ4DTwM3pVBqCKxFIytm7GPy7wNAsH06UvMw7NRuOu4QK5HN02GsIrw==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 '@changesets/logger': 0.0.5 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 @@ -2165,10 +2710,10 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.2: - resolution: {integrity: sha512-tsqA6qZRB86SQuApSoDvI8yEWdyIlo/WLI4NUEdhhxLMJ0dapdeT6rUZRgSZzK1X2nv5YwR0MxQBbDAiDibKrg==} + /@changesets/get-dependents-graph/1.3.3: + resolution: {integrity: sha512-h4fHEIt6X+zbxdcznt1e8QD7xgsXRAXd2qzLlyxoRDFSa6SxJrDAUyh7ZUNdhjBU4Byvp4+6acVWVgzmTy4UNQ==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 @@ -2184,15 +2729,15 @@ packages: - encoding dev: true - /@changesets/get-release-plan/3.0.10: - resolution: {integrity: sha512-QeKHeo+mX1baRy3OIHQePMPebPFymq/ZxS6Bk3Y3FXiU+pXVnjrfqARj1E4xQT5c+48u6ISqJ8tW5f3EZ1/hng==} + /@changesets/get-release-plan/3.0.11: + resolution: {integrity: sha512-WDVCuPIdIxLlITsCUEgQiiBitrcAqoOkyEkhkCGgzv4QBf87pJN15McOPKVy7Q2eiU3BfRDwYp4YtOPh4RUgCA==} dependencies: - '@babel/runtime': 7.18.6 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/config': 2.0.1 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 + '@babel/runtime': 7.18.9 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/config': 2.1.0 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.6 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -2200,12 +2745,12 @@ packages: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.3.2: - resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==} + /@changesets/git/1.4.0: + resolution: {integrity: sha512-uaFWaxVSotgbqnc0DxBtqJl940QDNlzGaaGJUEhPuNiw6CrpFMKPV9Q4wgiDMGVaIkoUpDbLnLRYjVu/FlqLhA==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 spawndamnit: 2.0.0 @@ -2217,31 +2762,31 @@ packages: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.13: - resolution: {integrity: sha512-wh9Ifa0dungY6d2nMz6XxF6FZ/1I7j+mEgPAqrIyKS64nifTh1Ua82qKKMMK05CL7i4wiB2NYc3SfnnCX3RVeA==} + /@changesets/parse/0.3.14: + resolution: {integrity: sha512-SWnNVyC9vz61ueTbuxvA6b4HXcSx2iaWr2VEa37lPg1Vw+cEyQp7lOB219P7uow1xFfdtIEEsxbzXnqLAAaY8w==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.11: - resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==} + /@changesets/pre/1.0.12: + resolution: {integrity: sha512-RFzWYBZx56MtgMesXjxx7ymyI829/rcIw/41hvz3VJPnY8mDscN7RJyYu7Xm7vts2Fcd+SRcO0T/Ws3I1/6J7g==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.5: - resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==} + /@changesets/read/0.5.6: + resolution: {integrity: sha512-0Y2/ym46Vv78Yp4vUuqkQRHo2wdDYvDLtD1t4yoNDZ3ELzgC9kkWYywncxi9rj9nilLrgaVujKfEVNyFYefFoQ==} dependencies: - '@babel/runtime': 7.18.6 - '@changesets/git': 1.3.2 + '@babel/runtime': 7.18.9 + '@changesets/git': 1.4.0 '@changesets/logger': 0.0.5 - '@changesets/parse': 0.3.13 - '@changesets/types': 5.0.0 + '@changesets/parse': 0.3.14 + '@changesets/types': 5.1.0 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 @@ -2251,15 +2796,15 @@ packages: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.0.0: - resolution: {integrity: sha512-IT1kBLSbAgTS4WtpU6P5ko054hq12vk4tgeIFRVE7Vnm4a/wgbNvBalgiKP0MjEXbCkZbItiGQHkCGxYWR55sA==} + /@changesets/types/5.1.0: + resolution: {integrity: sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==} dev: true - /@changesets/write/0.1.8: - resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==} + /@changesets/write/0.1.9: + resolution: {integrity: sha512-E90ZrsrfJVOOQaP3Mm5Xd7uDwBAqq3z5paVEavTHKA8wxi7NAL8CmjgbGxSFuiP7ubnJA2BuHlrdE4z86voGOg==} dependencies: - '@babel/runtime': 7.18.6 - '@changesets/types': 5.0.0 + '@babel/runtime': 7.18.9 + '@changesets/types': 5.1.0 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 2.7.1 @@ -2636,7 +3181,7 @@ packages: resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@sinclair/typebox': 0.24.19 + '@sinclair/typebox': 0.24.20 dev: true /@jridgewell/gen-mapping/0.1.1: @@ -2688,7 +3233,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -2697,7 +3242,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -2990,8 +3535,8 @@ packages: pug-lexer: 5.0.1 dev: false - /@prettier/plugin-ruby/3.1.2: - resolution: {integrity: sha512-0riBsZYu9MEdWgiZPKpZTdCbvLOk01xTvOs1wJbO7Hw4Fd/rX4Qhz+qsgJm+zloO99Zng88OQy96nSb6KUQHZg==} + /@prettier/plugin-ruby/3.2.0: + resolution: {integrity: sha512-hCE4OVohe79FBAy0s9QLq8PmUc9cD4NbQtm2NHPWbSMq3mwHCRaxA+KYDRhHvG4AQIcf4YeQM8oRuTNyvLA41w==} dependencies: prettier: 2.7.1 dev: false @@ -3112,8 +3657,8 @@ packages: picomatch: 2.3.1 dev: false - /@sinclair/typebox/0.24.19: - resolution: {integrity: sha512-gHJu8cdYTD5p4UqmQHrxaWrtb/jkH5imLXzuBypWhKzNkW0qfmgz+w1xaJccWVuJta1YYUdlDiPHXRTR4Ku0MQ==} + /@sinclair/typebox/0.24.20: + resolution: {integrity: sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==} dev: true /@sindresorhus/is/0.7.0: @@ -3181,8 +3726,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.9 + '@babel/types': 7.18.9 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.17.1 @@ -3191,20 +3736,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.9 + '@babel/types': 7.18.9 dev: true /@types/babel__traverse/7.17.1: resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.9 dev: true /@types/chai-subset/1.3.3: @@ -3283,18 +3828,14 @@ packages: /@types/jest/28.1.6: resolution: {integrity: sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==} dependencies: - jest-matcher-utils: 28.1.1 - pretty-format: 28.1.1 + jest-matcher-utils: 28.1.3 + pretty-format: 28.1.3 dev: true /@types/json-schema/7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} dev: false - /@types/json5/0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - dev: false - /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: @@ -3326,8 +3867,8 @@ packages: resolution: {integrity: sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==} dev: false - /@types/node/18.0.5: - resolution: {integrity: sha512-En7tneq+j0qAiVwysBD79y86MT3ModuoIJbe7JXp+sb5UAjInSShmK3nXXMioBzfF7rXC12hv12d4IyCVwN4dA==} + /@types/node/18.0.6: + resolution: {integrity: sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==} dev: true /@types/normalize-package-data/2.4.1: @@ -3375,8 +3916,8 @@ packages: /@types/unist/2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} - /@typescript-eslint/eslint-plugin/5.30.6_mjm7gzt7bw7zudybav3weyespq: - resolution: {integrity: sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==} + /@typescript-eslint/eslint-plugin/5.30.7_6wltbjakwuqm7awqswigmiuhd4: + resolution: {integrity: sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3386,11 +3927,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.30.6_typescript@4.7.4 - '@typescript-eslint/scope-manager': 5.30.6 - '@typescript-eslint/type-utils': 5.30.6_typescript@4.7.4 - '@typescript-eslint/utils': 5.30.6_typescript@4.7.4 + '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/scope-manager': 5.30.7 + '@typescript-eslint/type-utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 + eslint: 8.20.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -3401,8 +3943,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.30.6_typescript@4.7.4: - resolution: {integrity: sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==} + /@typescript-eslint/parser/5.30.7_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3411,10 +3953,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.30.6 - '@typescript-eslint/types': 5.30.6 - '@typescript-eslint/typescript-estree': 5.30.6_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.30.7 + '@typescript-eslint/types': 5.30.7 + '@typescript-eslint/typescript-estree': 5.30.7_typescript@4.7.4 debug: 4.3.4 + eslint: 8.20.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -3436,8 +3979,16 @@ packages: '@typescript-eslint/visitor-keys': 5.30.6 dev: false - /@typescript-eslint/type-utils/5.30.6_typescript@4.7.4: - resolution: {integrity: sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==} + /@typescript-eslint/scope-manager/5.30.7: + resolution: {integrity: sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.30.7 + '@typescript-eslint/visitor-keys': 5.30.7 + dev: false + + /@typescript-eslint/type-utils/5.30.7_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3446,8 +3997,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.30.6_typescript@4.7.4 + '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 + eslint: 8.20.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: @@ -3464,6 +4016,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false + /@typescript-eslint/types/5.30.7: + resolution: {integrity: sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + /@typescript-eslint/typescript-estree/5.29.0_typescript@4.7.4: resolution: {integrity: sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3506,7 +4063,28 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.29.0_typescript@4.7.4: + /@typescript-eslint/typescript-estree/5.30.7_typescript@4.7.4: + resolution: {integrity: sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.30.7 + '@typescript-eslint/visitor-keys': 5.30.7 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/utils/5.29.0_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3516,14 +4094,15 @@ packages: '@typescript-eslint/scope-manager': 5.29.0 '@typescript-eslint/types': 5.29.0 '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.7.4 + eslint: 8.20.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0 + eslint-utils: 3.0.0_eslint@8.20.0 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/utils/5.30.6_typescript@4.7.4: + /@typescript-eslint/utils/5.30.6_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3533,8 +4112,27 @@ packages: '@typescript-eslint/scope-manager': 5.30.6 '@typescript-eslint/types': 5.30.6 '@typescript-eslint/typescript-estree': 5.30.6_typescript@4.7.4 + eslint: 8.20.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.20.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/utils/5.30.7_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@typescript-eslint/scope-manager': 5.30.7 + '@typescript-eslint/types': 5.30.7 + '@typescript-eslint/typescript-estree': 5.30.7_typescript@4.7.4 + eslint: 8.20.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0 + eslint-utils: 3.0.0_eslint@8.20.0 transitivePeerDependencies: - supports-color - typescript @@ -3556,36 +4154,58 @@ packages: eslint-visitor-keys: 3.3.0 dev: false - /@volar/code-gen/0.38.8: - resolution: {integrity: sha512-e37jd+JwNjBpWiBblsdmYMbJ9bELiuj2yZrsXv1IVKpYNSfvS92ZiYjJqVXHUwpzNeZjFG0RCd5nTpbiebwANw==} + /@typescript-eslint/visitor-keys/5.30.7: + resolution: {integrity: sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.30.7 + eslint-visitor-keys: 3.3.0 + dev: false + + /@volar/code-gen/0.39.0: + resolution: {integrity: sha512-56ycx16FoeDrjVuQ2RKIRmk3paFuIG4eIZLMpxypGKOlhFxS9/nB2eumln2e1jVlnAWeTcFw5V1/eYpDTazHLA==} dependencies: - '@volar/source-map': 0.38.8 + '@volar/source-map': 0.39.0 + dev: true + + /@volar/source-map/0.39.0: + resolution: {integrity: sha512-sV/eDeOjBwDJxrxwP/ifABvlOUzjpUpCbtbAhoc9hD9SrHlaDGrKtnmXdqgH5DNHIfm5aUpY0xojRvFFOubpuw==} dev: true - /@volar/source-map/0.38.8: - resolution: {integrity: sha512-JZvpjW/z2U3wq5wvwcTounPrRAZuSl4hlVKr3y7y72bKr++6W05OnX7fl/ddw39G/wLHdI2ag5+4JWsSd/EYhg==} + /@volar/typescript-faster/0.39.0: + resolution: {integrity: sha512-+NNY456ABrvXD2VsJGsH4BGQTWkSyWcUfdbcREqXD+g2GotW7UtkFMtNgu1ASXBhKl7oRdPuRk5wK9Edw2tW9A==} + dependencies: + semver: 7.3.7 dev: true - /@volar/vue-code-gen/0.38.8: - resolution: {integrity: sha512-iQVNmIu1TqnqTko+l9yeylmZipZ8zNH20XZAK9+48hkv2fEQnnJn5AI2W9Zb2M5DkGMpbYiJk9Fq1vm51YY1+g==} + /@volar/vue-code-gen/0.39.0: + resolution: {integrity: sha512-0KqocSt5o4TtmUngq+8tmWRfifgyE9eDzb4/1Ih7bl52T1RDdOOKkZ9GzP3zBic3N7lJHiOaLdGMXTK+IzAe7g==} dependencies: - '@volar/code-gen': 0.38.8 - '@volar/source-map': 0.38.8 + '@volar/code-gen': 0.39.0 + '@volar/source-map': 0.39.0 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 '@vue/shared': 3.2.37 dev: true - /@volar/vue-typescript/0.38.8: - resolution: {integrity: sha512-7WeFt5piz9I6FKw2cQQCWm+75MxS6xCOGm300iu+hJORlroN2dwWbwj97pQnDGbjQbftCRplUYf0GqmhcOsanQ==} + /@volar/vue-language-core/0.39.0: + resolution: {integrity: sha512-MnXnrIB7PtggLfKcLtg9I5X1i5FMCoTC+jYtR/j5RZU97boPbFi0lYLysCGPUXdP3w5taIXGPgfT8VnbLEkndQ==} dependencies: - '@volar/code-gen': 0.38.8 - '@volar/source-map': 0.38.8 - '@volar/vue-code-gen': 0.38.8 + '@volar/code-gen': 0.39.0 + '@volar/source-map': 0.39.0 + '@volar/vue-code-gen': 0.39.0 '@vue/compiler-sfc': 3.2.37 '@vue/reactivity': 3.2.37 dev: true + /@volar/vue-typescript/0.39.0: + resolution: {integrity: sha512-RV+oHtkuta/kwskg02Ykp9qvDXpgDNF1EVgeGx42v1b65qMyAd5FgxOZxYYCzVV4DzVa6gH+C5YhuQXo4oEdog==} + dependencies: + '@volar/code-gen': 0.39.0 + '@volar/typescript-faster': 0.39.0 + '@volar/vue-language-core': 0.39.0 + dev: true + /@vue/babel-helper-vue-jsx-merge-props/1.2.1: resolution: {integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==} dev: false @@ -3625,11 +4245,11 @@ packages: svg-tags: 1.0.0 dev: false - /@vue/babel-preset-jsx/1.3.0_@babel+core@7.18.6: - resolution: {integrity: sha512-WFHjZWoUV/W0VAnEM/vi3zhdKsWrYf1TVFuxrpMQXVjhU8w8cxAUzNkmUDvf5iugCNzQssTJp9LjDPHAcmCqUw==} + /@vue/babel-preset-jsx/1.3.1_@babel+core@7.18.6: + resolution: {integrity: sha512-ml+nqcSKp8uAqFZLNc7OWLMzR7xDBsUfkomF98DtiIBlLqlq4jCQoLINARhgqRIyKdB+mk/94NWpIb4pL6D3xw==} peerDependencies: '@babel/core': ^7.0.0-0 - vue: 2.x + vue: '*' peerDependenciesMeta: vue: optional: true @@ -3709,7 +4329,7 @@ packages: /@vue/compiler-core/3.2.37: resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: - '@babel/parser': 7.18.8 + '@babel/parser': 7.18.9 '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 @@ -3723,7 +4343,7 @@ packages: /@vue/compiler-sfc/3.2.37: resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==} dependencies: - '@babel/parser': 7.18.8 + '@babel/parser': 7.18.9 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 '@vue/compiler-ssr': 3.2.37 @@ -3743,7 +4363,7 @@ packages: /@vue/reactivity-transform/3.2.37: resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: - '@babel/parser': 7.18.8 + '@babel/parser': 7.18.9 '@vue/compiler-core': 3.2.37 '@vue/shared': 3.2.37 estree-walker: 2.0.2 @@ -3809,6 +4429,14 @@ packages: acorn: 8.7.1 dev: false + /acorn-jsx/5.3.2_acorn@8.8.0: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 8.8.0 + dev: false + /acorn-walk/8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} @@ -3826,6 +4454,12 @@ packages: hasBin: true dev: false + /acorn/8.8.0: + resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + /aggregate-error/3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -3862,7 +4496,7 @@ packages: peerDependencies: '@angular-eslint/template-parser': '*' dependencies: - '@angular-eslint/template-parser': 14.0.2_typescript@4.7.4 + '@angular-eslint/template-parser': 14.0.2_he2ccbldppg44uulnyq4rwocfa dev: false /angular-html-parser/1.8.0: @@ -4019,6 +4653,17 @@ packages: es-shim-unscopables: 1.0.0 dev: false + /array.prototype.reduce/1.0.4: + resolution: {integrity: sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + es-array-method-boxes-properly: 1.0.0 + is-string: 1.0.7 + dev: false + /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -4127,7 +4772,7 @@ packages: /babel-plugin-transform-typescript-metadata/0.3.2: resolution: {integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==} dependencies: - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: false /babel-preset-proposal-typescript/2.2.0_u4pnq6aitzjyryj6xisyu635ni: @@ -4138,7 +4783,7 @@ packages: typescript: ^4.3.0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-proposal-async-do-expressions': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.6 @@ -4291,17 +4936,17 @@ packages: electron-to-chromium: 1.4.185 node-releases: 2.0.6 update-browserslist-db: 1.0.4_browserslist@4.21.1 + dev: false /browserslist/4.21.2: resolution: {integrity: sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001366 - electron-to-chromium: 1.4.189 + caniuse-lite: 1.0.30001369 + electron-to-chromium: 1.4.199 node-releases: 2.0.6 - update-browserslist-db: 1.0.4_browserslist@4.21.2 - dev: false + update-browserslist-db: 1.0.5_browserslist@4.21.2 /buffer-alloc-unsafe/1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} @@ -4349,8 +4994,8 @@ packages: engines: {node: '>= 0.8'} dev: false - /c8/7.11.3: - resolution: {integrity: sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==} + /c8/7.12.0: + resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -4360,7 +5005,7 @@ packages: foreground-child: 2.0.0 istanbul-lib-coverage: 3.2.0 istanbul-lib-report: 3.0.0 - istanbul-reports: 3.1.4 + istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 v8-to-istanbul: 9.0.1 @@ -4443,11 +5088,11 @@ packages: /caniuse-lite/1.0.30001364: resolution: {integrity: sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==} - - /caniuse-lite/1.0.30001366: - resolution: {integrity: sha512-yy7XLWCubDobokgzudpkKux8e0UOOnLHE6mlNJBzT3lZJz6s5atSEzjoL+fsCPkI0G8MP5uVdDx1ur/fXEWkZA==} dev: false + /caniuse-lite/1.0.30001369: + resolution: {integrity: sha512-OY1SBHaodJc4wflDIKnlkdqWzJZd1Ls/2zbVJHBSv3AT7vgOJ58yAhd2CN4d57l2kPJrgMb7P9+N1Mhy4tNSQA==} + /caw/2.0.1: resolution: {integrity: sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==} engines: {node: '>=4'} @@ -4574,6 +5219,10 @@ packages: engines: {node: '>=10'} dev: false + /ci-info/2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + dev: false + /ci-info/3.3.2: resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} @@ -4806,8 +5455,8 @@ packages: requiresBuild: true dev: false - /core-js/3.23.4: - resolution: {integrity: sha512-vjsKqRc1RyAJC3Ye2kYqgfdThb3zYnx9CrqoCcjMOENMtQPC7ZViBvlDxwYU/2z2NI/IPuiXw5mT4hWhddqjzQ==} + /core-js/3.23.5: + resolution: {integrity: sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==} requiresBuild: true dev: false @@ -5471,11 +6120,11 @@ packages: /electron-to-chromium/1.4.185: resolution: {integrity: sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==} - - /electron-to-chromium/1.4.189: - resolution: {integrity: sha512-dQ6Zn4ll2NofGtxPXaDfY2laIa6NyCQdqXYHdwH90GJQW0LpJJib0ZU/ERtbb0XkBEmUD2eJtagbOie3pdMiPg==} dev: false + /electron-to-chromium/1.4.199: + resolution: {integrity: sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==} + /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -5544,6 +6193,10 @@ packages: string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 + /es-array-method-boxes-properly/1.0.0: + resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} + dev: false + /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: false @@ -5597,6 +6250,16 @@ packages: cpu: [x64] os: [android] requiresBuild: true + dev: false + optional: true + + /esbuild-android-64/0.14.49: + resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true optional: true /esbuild-android-arm64/0.14.48: @@ -5605,6 +6268,16 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: false + optional: true + + /esbuild-android-arm64/0.14.49: + resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true optional: true /esbuild-darwin-64/0.14.48: @@ -5613,6 +6286,16 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: false + optional: true + + /esbuild-darwin-64/0.14.49: + resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true optional: true /esbuild-darwin-arm64/0.14.48: @@ -5621,6 +6304,16 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: false + optional: true + + /esbuild-darwin-arm64/0.14.49: + resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true optional: true /esbuild-freebsd-64/0.14.48: @@ -5629,6 +6322,16 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true + dev: false + optional: true + + /esbuild-freebsd-64/0.14.49: + resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true optional: true /esbuild-freebsd-arm64/0.14.48: @@ -5637,6 +6340,16 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true + dev: false + optional: true + + /esbuild-freebsd-arm64/0.14.49: + resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true optional: true /esbuild-linux-32/0.14.48: @@ -5645,6 +6358,16 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-32/0.14.49: + resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-64/0.14.48: @@ -5653,6 +6376,16 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-64/0.14.49: + resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-arm/0.14.48: @@ -5661,6 +6394,16 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-arm/0.14.49: + resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-arm64/0.14.48: @@ -5669,6 +6412,16 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-arm64/0.14.49: + resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-mips64le/0.14.48: @@ -5677,6 +6430,16 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-mips64le/0.14.49: + resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-ppc64le/0.14.48: @@ -5685,14 +6448,34 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-ppc64le/0.14.49: + resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-riscv64/0.14.48: + resolution: {integrity: sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: false optional: true - /esbuild-linux-riscv64/0.14.48: - resolution: {integrity: sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA==} + /esbuild-linux-riscv64/0.14.49: + resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] requiresBuild: true + dev: true optional: true /esbuild-linux-s390x/0.14.48: @@ -5701,6 +6484,16 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-s390x/0.14.49: + resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-netbsd-64/0.14.48: @@ -5709,6 +6502,16 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true + dev: false + optional: true + + /esbuild-netbsd-64/0.14.49: + resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true optional: true /esbuild-openbsd-64/0.14.48: @@ -5717,6 +6520,16 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true + dev: false + optional: true + + /esbuild-openbsd-64/0.14.49: + resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true optional: true /esbuild-sunos-64/0.14.48: @@ -5725,6 +6538,16 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true + dev: false + optional: true + + /esbuild-sunos-64/0.14.49: + resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true optional: true /esbuild-windows-32/0.14.48: @@ -5733,6 +6556,16 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-32/0.14.49: + resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild-windows-64/0.14.48: @@ -5741,6 +6574,16 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-64/0.14.49: + resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild-windows-arm64/0.14.48: @@ -5749,6 +6592,16 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-arm64/0.14.49: + resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild/0.14.48: @@ -5777,6 +6630,35 @@ packages: esbuild-windows-32: 0.14.48 esbuild-windows-64: 0.14.48 esbuild-windows-arm64: 0.14.48 + dev: false + + /esbuild/0.14.49: + resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + esbuild-android-64: 0.14.49 + esbuild-android-arm64: 0.14.49 + esbuild-darwin-64: 0.14.49 + esbuild-darwin-arm64: 0.14.49 + esbuild-freebsd-64: 0.14.49 + esbuild-freebsd-arm64: 0.14.49 + esbuild-linux-32: 0.14.49 + esbuild-linux-64: 0.14.49 + esbuild-linux-arm: 0.14.49 + esbuild-linux-arm64: 0.14.49 + esbuild-linux-mips64le: 0.14.49 + esbuild-linux-ppc64le: 0.14.49 + esbuild-linux-riscv64: 0.14.49 + esbuild-linux-s390x: 0.14.49 + esbuild-netbsd-64: 0.14.49 + esbuild-openbsd-64: 0.14.49 + esbuild-sunos-64: 0.14.49 + esbuild-windows-32: 0.14.49 + esbuild-windows-64: 0.14.49 + esbuild-windows-arm64: 0.14.49 + dev: true /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -5809,32 +6691,36 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-prettier/8.5.0: + /eslint-config-prettier/8.5.0_eslint@8.20.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' + dependencies: + eslint: 8.20.0 dev: false - /eslint-config-standard-jsx/11.0.0_eslint-plugin-react@7.30.1: + /eslint-config-standard-jsx/11.0.0_d6b2yfc7lkeycvhlikcoxofgwu: resolution: {integrity: sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==} peerDependencies: eslint: ^8.8.0 eslint-plugin-react: ^7.28.0 dependencies: - eslint-plugin-react: 7.30.1 + eslint: 8.20.0 + eslint-plugin-react: 7.30.1_eslint@8.20.0 dev: false - /eslint-config-standard-react/11.0.1_eslint-plugin-react@7.30.1: + /eslint-config-standard-react/11.0.1_d6b2yfc7lkeycvhlikcoxofgwu: resolution: {integrity: sha512-4WlBynOqBZJRaX81CBcIGDHqUiqxvw4j/DbEIICz8QkMs3xEncoPgAoysiqCSsg71X92uhaBc8sgqB96smaMmg==} peerDependencies: eslint: ^7.12.1 eslint-plugin-react: ^7.21.5 dependencies: - eslint-plugin-react: 7.30.1 + eslint: 8.20.0 + eslint-plugin-react: 7.30.1_eslint@8.20.0 dev: false - /eslint-config-standard/17.0.0_f5ubwgwrbuznucoyv7f4tqevci: + /eslint-config-standard/17.0.0_afahsawqwkk6a7xxn76kfhtzni: resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -5842,9 +6728,10 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint-plugin-import: 2.26.0_i34hqfc5p3ijx5rvmnahqhs72q - eslint-plugin-n: 15.2.4 - eslint-plugin-promise: 6.0.0 + eslint: 8.20.0 + eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i + eslint-plugin-n: 15.2.4_eslint@8.20.0 + eslint-plugin-promise: 6.0.0_eslint@8.20.0 dev: false /eslint-formatter-friendly/7.0.0: @@ -5867,8 +6754,8 @@ packages: - supports-color dev: false - /eslint-import-resolver-typescript/3.2.7_fkfqfehjtk7sk2efaqbgxsuasa: - resolution: {integrity: sha512-WvcsRy3aPmwVsuS/XVliAJWpIdTlaFXXZPZk3TCbvvF8RtaAkjAhcLL5bl5VEoTmE+XnTHjIbWMzNZcOQpK/DA==} + /eslint-import-resolver-typescript/3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m: + resolution: {integrity: sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5876,7 +6763,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.10.0 - eslint-plugin-import: 2.26.0_i34hqfc5p3ijx5rvmnahqhs72q + eslint: 8.20.0 + eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i get-tsconfig: 4.2.0 globby: 13.1.2 is-core-module: 2.9.0 @@ -5886,27 +6774,32 @@ packages: - supports-color dev: false - /eslint-mdx/2.0.1: - resolution: {integrity: sha512-25qjdxWQGDX0zXxnZGfqwEbWjUuY1eCnK7CIq3fNE+5rWSAeleJ/i0nLKcgh6XrvmxKn6ZYcJ9msdeqmL4kPMQ==} - engines: {node: '>=12.20'} + /eslint-mdx/2.0.2_eslint@8.20.0: + resolution: {integrity: sha512-MEVpk4Up8DNvabR9chGE2sKhInmSgSdtqEW9CueYTExZB0t+qaT3KGctbDjbcD5YkDbvYhgSCYo/J72ncIPIbw==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8.0.0' dependencies: + acorn: 8.8.0 + acorn-jsx: 5.3.2_acorn@8.8.0 cosmiconfig: 7.0.1 + eslint: 8.20.0 + espree: 9.3.2 estree-util-visit: 1.1.0 remark-mdx: 2.1.2 remark-parse: 10.0.1 remark-stringify: 10.0.2 - synckit: 0.7.2 + synckit: 0.8.1 tslib: 2.4.0 unified: 10.1.2 unist-util-visit: 4.1.0 + uvu: 0.5.6 vfile: 5.3.4 transitivePeerDependencies: - supports-color dev: false - /eslint-module-utils/2.7.3_2q2z6tayalivbsvwghbmod3pby: + /eslint-module-utils/2.7.3_cil25ulcmkukxkx7gouducvgwq: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -5924,88 +6817,91 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.6_typescript@4.7.4 + '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa debug: 3.2.7 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.2.7_fkfqfehjtk7sk2efaqbgxsuasa + eslint-import-resolver-typescript: 3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-css/0.6.0: + /eslint-plugin-css/0.6.0_eslint@8.20.0: resolution: {integrity: sha512-cQ+FsHNmVVSfMhiZnhhBvvdmzNF2oDvuY9oSpfGGMJctwDQiKtZ1rdALb0psHfobg8nBPwkgHg4i8JQhI8lXJQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=7.0.0' dependencies: colord: 2.9.2 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 known-css-properties: 0.24.0 postcss-value-parser: 4.2.0 dev: false - /eslint-plugin-es-x/5.2.1: + /eslint-plugin-es-x/5.2.1_eslint@8.20.0: resolution: {integrity: sha512-NRNKsXjFwfgm11seplh8OiJ/2nbklD5ya72dbOOjURGZxpl8fzjRtQcErvl1UT306GtIoEEeG4OZqnwwsRABqg==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 regexpp: 3.2.0 dev: false - /eslint-plugin-es/4.1.0: + /eslint-plugin-es/4.1.0_eslint@8.20.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: + eslint: 8.20.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: false - /eslint-plugin-eslint-comments/3.2.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.20.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 + eslint: 8.20.0 ignore: 5.2.0 dev: false - /eslint-plugin-import/2.26.0_i34hqfc5p3ijx5rvmnahqhs72q: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i: + resolution: {integrity: sha512-d1o6wLEslujT20ObVE/sAfpgsMBlU58P0rU+sudTHCuWDpVhFAuDz1cYzeM70RJ++XCUsCYBID4a3m51TOPT+g==} engines: {node: '>=4'} peerDependencies: - '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true dependencies: - '@typescript-eslint/parser': 5.30.6_typescript@4.7.4 array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 + eslint: 8.20.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_2q2z6tayalivbsvwghbmod3pby + eslint-module-utils: 2.7.3_cil25ulcmkukxkx7gouducvgwq + get-own-property-symbols: 0.9.5 + get-tsconfig: 4.2.0 has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 minimatch: 3.1.2 + object.getownpropertydescriptors: 2.1.4 object.values: 1.1.5 resolve: 1.22.1 - tsconfig-paths: 3.14.1 transitivePeerDependencies: + - '@typescript-eslint/parser' - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: false - /eslint-plugin-jest/26.6.0_v2lc5xsqbrrxosznethluz7p2u: + /eslint-plugin-jest/26.6.0_hd24iy2743l222hqij56zjtbia: resolution: {integrity: sha512-f8n46/97ZFdU4KqeQYqO8AEVGIhHWvkpgNBWHH3jrM28/y8llnbf3IjfIKv6p2pZIMinK1PCqbbROxs9Eud02Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6018,14 +6914,15 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.30.6_mjm7gzt7bw7zudybav3weyespq - '@typescript-eslint/utils': 5.30.6_typescript@4.7.4 + '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 + '@typescript-eslint/utils': 5.30.6_he2ccbldppg44uulnyq4rwocfa + eslint: 8.20.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-jsdoc/39.3.3: + /eslint-plugin-jsdoc/39.3.3_eslint@8.20.0: resolution: {integrity: sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==} engines: {node: ^14 || ^16 || ^17 || ^18} peerDependencies: @@ -6035,6 +6932,7 @@ packages: comment-parser: 1.3.1 debug: 4.3.4 escape-string-regexp: 4.0.0 + eslint: 8.20.0 esquery: 1.4.0 semver: 7.3.7 spdx-expression-parse: 3.0.1 @@ -6042,19 +6940,20 @@ packages: - supports-color dev: false - /eslint-plugin-json-schema-validator/3.2.5: - resolution: {integrity: sha512-++cfWdI0SNUI6er5uDd5ukpRU9t6UI1xn9wJ9sGhEzBtTDZYaZYWHG35/onptoy9keCWHbSE/r2pqk58IWADkQ==} - engines: {node: ^14.17.0 || >=16.0.0} + /eslint-plugin-json-schema-validator/4.0.0_eslint@8.20.0: + resolution: {integrity: sha512-j1BuYdrcMRN2EFkUJAB+M0xYUdXZSo07GNzf9H3q1hRA+mQ2AxgkPR7jV4r6VRuu8PSjSyb3mTZ2uhzcHLEftw==} + engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: ajv: 8.11.0 debug: 4.3.4 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 json-schema-migrate: 2.0.0 jsonc-eslint-parser: 2.1.0 minimatch: 5.1.0 - synckit: 0.7.2 + synckit: 0.8.1 toml-eslint-parser: 0.4.0 tunnel-agent: 0.6.0 yaml-eslint-parser: 1.0.1 @@ -6062,51 +6961,55 @@ packages: - supports-color dev: false - /eslint-plugin-jsonc/2.3.1: + /eslint-plugin-jsonc/2.3.1_eslint@8.20.0: resolution: {integrity: sha512-8sgWGWiVRMFL6xGawRymrE4RjZJgiU0rXYgFFb71wvdwuUkPgWSvfFtc8jfwcgjjqFjis8vzCUFsg7SciMEDWw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: false - /eslint-plugin-markdown/2.2.1: - resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} - engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} + /eslint-plugin-markdown/3.0.0_eslint@8.20.0: + resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '>=6.0.0' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: + eslint: 8.20.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-markup/0.10.0: - resolution: {integrity: sha512-vC7b3HJldGSb10utUC+cPm2xdsrLz+caKMsHVweOKcBTvyt7tl3wZEXl85gCFjBFsZRraDPZ9qpZlzWd2RvLww==} + /eslint-plugin-markup/0.10.1_eslint@8.20.0: + resolution: {integrity: sha512-hX5CQBv4MHCP3bhS/cRo8DCCFufn5gk9nqpTfPyM2WjLbKAojHnutQSrEzMlrm5ETBrkwaCYJSphnPfNJ1MFXQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=5.0.0' dependencies: cosmiconfig: 7.0.1 - eslint-plugin-utils: 0.3.1 - markuplint: 2.9.0 - synckit: 0.7.2 + eslint: 8.20.0 + eslint-plugin-utils: 0.3.1_eslint@8.20.0 + markuplint: 2.10.0 + synckit: 0.8.1 tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-mdx/2.0.1: - resolution: {integrity: sha512-BKPKX6+KxOkvKe+ASxZJeBGdrWemM8NtgJrzxzS30/hwxcEo86jsQi9SJmSrWLUs0P9KAAnM2/iW5ry/oRos8g==} - engines: {node: '>=12.20'} + /eslint-plugin-mdx/2.0.2_eslint@8.20.0: + resolution: {integrity: sha512-9mHBCxfB15YaewEHRwmFZVOlnYn7CAWKA4F43oJ8UGYWERTxJjiEqZgfK3QL9wP3zOIubOWcq4gUKzNmGbolVg==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8.0.0' dependencies: - eslint-mdx: 2.0.1 - eslint-plugin-markdown: 2.2.1 + eslint: 8.20.0 + eslint-mdx: 2.0.2_eslint@8.20.0 + eslint-plugin-markdown: 3.0.0_eslint@8.20.0 remark-mdx: 2.1.2 remark-parse: 10.0.1 remark-stringify: 10.0.2 @@ -6117,15 +7020,16 @@ packages: - supports-color dev: false - /eslint-plugin-n/15.2.4: + /eslint-plugin-n/15.2.4_eslint@8.20.0: resolution: {integrity: sha512-tjnVMv2fiXYMnuiIFI8QMtyUFI42SckEEWvi8h68SWGWshfqO6SSCASy24dGMGAiy7NUk6DZt90DM0iNUsmQ5w==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint-plugin-es: 4.1.0 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-plugin-es: 4.1.0_eslint@8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 ignore: 5.2.0 is-core-module: 2.9.0 minimatch: 3.1.2 @@ -6133,7 +7037,7 @@ packages: semver: 7.3.7 dev: false - /eslint-plugin-prettier/4.2.1_5ipovlnpea62s4232hvmwuqmsm: + /eslint-plugin-prettier/4.2.1_g4fztgbwjyq2fvmcscny2sj6fy: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -6144,26 +7048,31 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint-config-prettier: 8.5.0 + eslint: 8.20.0 + eslint-config-prettier: 8.5.0_eslint@8.20.0 prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: false - /eslint-plugin-promise/6.0.0: + /eslint-plugin-promise/6.0.0_eslint@8.20.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 + dependencies: + eslint: 8.20.0 dev: false - /eslint-plugin-react-hooks/4.6.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.20.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + dependencies: + eslint: 8.20.0 dev: false - /eslint-plugin-react/7.30.1: + /eslint-plugin-react/7.30.1_eslint@8.20.0: resolution: {integrity: sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==} engines: {node: '>=4'} peerDependencies: @@ -6172,6 +7081,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 + eslint: 8.20.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.2 minimatch: 3.1.2 @@ -6185,14 +7095,15 @@ packages: string.prototype.matchall: 4.0.7 dev: false - /eslint-plugin-regexp/1.7.0: + /eslint-plugin-regexp/1.7.0_eslint@8.20.0: resolution: {integrity: sha512-nmhXqrEP+O+dz2z5MSkc41u/4fA8oakweoCUdfYwox7DBhzadEqZz8T+s6/UiY0NIU0kv+3UrzBfhPp4wUxbaA==} engines: {node: ^12 || >=14} peerDependencies: eslint: '>=6.0.0' dependencies: comment-parser: 1.3.1 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 grapheme-splitter: 1.0.4 jsdoctypeparser: 9.0.0 refa: 0.9.1 @@ -6201,37 +7112,51 @@ packages: scslre: 0.1.6 dev: false - /eslint-plugin-simple-import-sort/7.0.0: + /eslint-plugin-simple-import-sort/7.0.0_eslint@8.20.0: resolution: {integrity: sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==} peerDependencies: eslint: '>=5.0.0' + dependencies: + eslint: 8.20.0 dev: false - /eslint-plugin-sonar/0.8.0_u4pnq6aitzjyryj6xisyu635ni: + /eslint-plugin-sonar/0.8.0_x45rze3t5r5rpj27b7qxdjmrpe: resolution: {integrity: sha512-5ZqgYIY1NSyR80v9RXbgwaK/jkHuGmuBa7ybsDEhwPydGplYvoj4zx8ahR8II7SoIOXPuzeh8HifEvKQSxu0iQ==} engines: {node: '>=12.20'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: ^4.0.0 dependencies: - '@babel/eslint-parser': 7.18.2_@babel+core@7.18.6 + '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu builtin-modules: 3.3.0 bytes: 3.1.2 - eslint-plugin-sonarjs: 0.13.0 + eslint: 8.20.0 + eslint-plugin-sonarjs: 0.13.0_eslint@8.20.0 scslre: 0.1.6 typescript: 4.7.4 transitivePeerDependencies: - '@babel/core' dev: false - /eslint-plugin-sonarjs/0.13.0: + /eslint-plugin-sonarjs/0.13.0_eslint@8.20.0: resolution: {integrity: sha512-t3m7ta0EspzDxSOZh3cEOJIJVZgN/TlJYaBGnQlK6W/PZNbWep8q4RQskkJkA7/zwNpX0BaoEOSUUrqaADVoqA==} engines: {node: '>=12'} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + eslint: 8.20.0 + dev: false + + /eslint-plugin-sonarjs/0.14.0_eslint@8.20.0: + resolution: {integrity: sha512-0X0q3fB8ghppms19cR2oIK2ajoFp7DEy3AVGDqO7WX02r1aWOzkrHa+veatGZw+R7amgBvfcF0qHCG66p9Zoag==} + engines: {node: '>=12'} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + eslint: 8.20.0 dev: false - /eslint-plugin-svelte/2.2.0_svelte@3.49.0: + /eslint-plugin-svelte/2.2.0_piwa6j2njmnknm35bh3wz5v52y: resolution: {integrity: sha512-V7LwA2lEzGqQ1/Cor3uZS/dL3ff6kdHX44TNYViXyHifIEsFiN2TJWdnH+n6NewjCQ93KVI4cWeZI0Pl7ET/hA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -6242,7 +7167,8 @@ packages: optional: true dependencies: debug: 4.3.4 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 known-css-properties: 0.25.0 postcss: 8.4.14 postcss-load-config: 3.1.4_postcss@8.4.14 @@ -6255,21 +7181,22 @@ packages: - ts-node dev: false - /eslint-plugin-toml/0.3.1: + /eslint-plugin-toml/0.3.1_eslint@8.20.0: resolution: {integrity: sha512-glaDFIEeDUYb9VrNdKGiSOmeRQ+jAFJVV5xhu3chYOF8+YfMYiUQhpCwzgYYiFTR2Hv5TYlO02oRwKxjMIw17Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 + eslint: 8.20.0 lodash: 4.17.21 toml-eslint-parser: 0.4.0 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-unicorn/43.0.1: - resolution: {integrity: sha512-wYvF6q0RRTKw6gzbKy5bbazWUrBEPIto2S9U6eSF+tsHgtgE+CwQ6Bww1W2Ie9TRED01QkZRN79c5aVMFgrFYw==} + /eslint-plugin-unicorn/43.0.2_eslint@8.20.0: + resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==} engines: {node: '>=14.18'} peerDependencies: eslint: '>=8.18.0' @@ -6277,7 +7204,8 @@ packages: '@babel/helper-validator-identifier': 7.18.6 ci-info: 3.3.2 clean-regexp: 1.0.0 - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -6290,37 +7218,41 @@ packages: strip-indent: 3.0.0 dev: false - /eslint-plugin-utils/0.3.1: + /eslint-plugin-utils/0.3.1_eslint@8.20.0: resolution: {integrity: sha512-bomAAoDLoAZ54eu2+fTOMl02q+fhGlQkU9LqIbsADFiTaaWWpfozbeX70I9RxwwkzZdFpfG+n06yeKlWv7s8dQ==} engines: {node: '>=10'} peerDependencies: eslint: '>=5.0.0' + dependencies: + eslint: 8.20.0 dev: false - /eslint-plugin-vue/9.2.0: + /eslint-plugin-vue/9.2.0_eslint@8.20.0: resolution: {integrity: sha512-W2hc+NUXoce8sZtWgZ45miQTy6jNyuSdub5aZ1IBune4JDeAyzucYX0TzkrQ1jMO52sNUDYlCIHDoaNePe0p5g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint-utils: 3.0.0 + eslint: 8.20.0 + eslint-utils: 3.0.0_eslint@8.20.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 9.0.3 + vue-eslint-parser: 9.0.3_eslint@8.20.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-yml/1.0.0: + /eslint-plugin-yml/1.0.0_eslint@8.20.0: resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 + eslint: 8.20.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.0.1 @@ -6356,15 +7288,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: false - /eslint-utils/3.0.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint-visitor-keys: 2.1.0 - dev: false - /eslint-utils/3.0.0_eslint@8.20.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} @@ -6838,6 +7761,13 @@ packages: semver-regex: 2.0.0 dev: false + /find-versions/4.0.0: + resolution: {integrity: sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==} + engines: {node: '>=10'} + dependencies: + semver-regex: 3.1.4 + dev: false + /find-yarn-workspace-root2/1.2.16: resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} dependencies: @@ -6970,6 +7900,10 @@ packages: has: 1.0.3 has-symbols: 1.0.3 + /get-own-property-symbols/0.9.5: + resolution: {integrity: sha512-ZvAIlmbmRE39iErqrw45vIkUUi0TQ78AWi5RtesI8rP13kECtm56WwgaWXn8valvJ6bOhQhBrn+PoNqnDu132w==} + dev: false + /get-proxy/2.1.0: resolution: {integrity: sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==} engines: {node: '>=4'} @@ -7385,6 +8319,24 @@ packages: engines: {node: '>=12.20.0'} dev: false + /husky/4.3.8: + resolution: {integrity: sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==} + engines: {node: '>=10'} + hasBin: true + requiresBuild: true + dependencies: + chalk: 4.1.2 + ci-info: 2.0.0 + compare-versions: 3.6.0 + cosmiconfig: 7.0.1 + find-versions: 4.0.0 + opencollective-postinstall: 2.0.3 + pkg-dir: 5.0.0 + please-upgrade-node: 3.2.0 + slash: 3.0.0 + which-pm-runs: 1.1.0 + dev: false + /iconv-lite/0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} @@ -7940,8 +8892,8 @@ packages: supports-color: 7.2.0 dev: true - /istanbul-reports/3.1.4: - resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} + /istanbul-reports/3.1.5: + resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -7956,14 +8908,14 @@ packages: is-object: 1.0.2 dev: false - /jest-diff/28.1.1: - resolution: {integrity: sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg==} + /jest-diff/28.1.3: + resolution: {integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: chalk: 4.1.2 diff-sequences: 28.1.1 jest-get-type: 28.0.2 - pretty-format: 28.1.1 + pretty-format: 28.1.3 dev: true /jest-get-type/28.0.2: @@ -7971,14 +8923,14 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dev: true - /jest-matcher-utils/28.1.1: - resolution: {integrity: sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw==} + /jest-matcher-utils/28.1.3: + resolution: {integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: chalk: 4.1.2 - jest-diff: 28.1.1 + jest-diff: 28.1.3 jest-get-type: 28.0.2 - pretty-format: 28.1.1 + pretty-format: 28.1.3 dev: true /jest-worker/26.6.2: @@ -8077,13 +9029,6 @@ packages: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: false - /json5/1.0.1: - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} - hasBin: true - dependencies: - minimist: 1.2.6 - dev: false - /json5/2.2.1: resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} engines: {node: '>=6'} @@ -8537,6 +9482,37 @@ packages: - supports-color dev: false + /markuplint/2.10.0: + resolution: {integrity: sha512-baVjRvVOgV+MPR5180xEahI32yH7CbQmVH4sbnb/nc4gvSoJ9jjFg03dkZsopVOSp/XkuvH9L4JhjDwtUJmRnQ==} + hasBin: true + dependencies: + '@markuplint/create-rule-helper': 2.3.3 + '@markuplint/file-resolver': 2.5.3 + '@markuplint/html-parser': 2.2.2 + '@markuplint/html-spec': 2.8.0 + '@markuplint/i18n': 2.1.1 + '@markuplint/ml-ast': 2.0.1-dev.20220307.0 + '@markuplint/ml-config': 2.1.0 + '@markuplint/ml-core': 2.3.3 + '@markuplint/ml-spec': 2.1.1 + '@markuplint/rules': 2.4.3 + chokidar: 3.5.3 + cli-color: 2.0.3 + debug: 4.3.4 + detect-installed: 2.0.4 + eastasianwidth: 0.2.0 + enquirer: 2.3.6 + get-stdin: 8.0.0 + has-yarn: 2.1.0 + meow: 9.0.0 + os-locale: 5.0.0 + strict-event-emitter: 0.2.4 + strip-ansi: 6.0.1 + tslib: 2.4.0 + uuid: 8.3.2 + transitivePeerDependencies: + - supports-color + /markuplint/2.9.0: resolution: {integrity: sha512-zfJepajlWeQnfCQRME07CwZb4As0rjM8Mh/lv02zXEnVWJzsSX/DeLrTw3E2U3f3d6ehRoyV4WM4NxTlzI5IiA==} hasBin: true @@ -8567,6 +9543,7 @@ packages: uuid: 8.3.2 transitivePeerDependencies: - supports-color + dev: false /mathml-tag-names/2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} @@ -9023,8 +10000,8 @@ packages: /micromark-extension-mdxjs/1.0.0: resolution: {integrity: sha512-TZZRZgeHvtgm+IhtgC2+uDMR7h8eTKF0QUX9YsgoL9+bADBpBY6SiLvWqnBlLbCEevITmTqmEuY3FoxMKVs1rQ==} dependencies: - acorn: 8.7.1 - acorn-jsx: 5.3.2_acorn@8.7.1 + acorn: 8.8.0 + acorn-jsx: 5.3.2_acorn@8.8.0 micromark-extension-mdx-expression: 1.0.3 micromark-extension-mdx-jsx: 1.0.3 micromark-extension-mdx-md: 1.0.0 @@ -9554,6 +10531,16 @@ packages: es-abstract: 1.20.1 dev: false + /object.getownpropertydescriptors/2.1.4: + resolution: {integrity: sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==} + engines: {node: '>= 0.8'} + dependencies: + array.prototype.reduce: 1.0.4 + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.1 + dev: false + /object.hasown/1.1.1: resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} dependencies: @@ -9597,6 +10584,11 @@ packages: is-wsl: 2.2.0 dev: false + /opencollective-postinstall/2.0.3: + resolution: {integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==} + hasBin: true + dev: false + /optionator/0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} engines: {node: '>= 0.8.0'} @@ -10017,6 +11009,19 @@ packages: find-up: 4.1.0 dev: true + /pkg-dir/5.0.0: + resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==} + engines: {node: '>=10'} + dependencies: + find-up: 5.0.0 + dev: false + + /please-upgrade-node/3.2.0: + resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} + dependencies: + semver-compare: 1.0.0 + dev: false + /pluralize/8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -11022,8 +12027,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - /pretty-format/28.1.1: - resolution: {integrity: sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw==} + /pretty-format/28.1.3: + resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/schemas': 28.1.3 @@ -12389,6 +13394,15 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: false + + /rollup/2.77.0: + resolution: {integrity: sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==} + engines: {node: '>=10.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -12457,11 +13471,20 @@ packages: commander: 2.20.3 dev: false + /semver-compare/1.0.0: + resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} + dev: false + /semver-regex/2.0.0: resolution: {integrity: sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==} engines: {node: '>=6'} dev: false + /semver-regex/3.1.4: + resolution: {integrity: sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==} + engines: {node: '>=8'} + dev: false + /semver-truncate/1.1.2: resolution: {integrity: sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==} engines: {node: '>=0.10.0'} @@ -13163,14 +14186,6 @@ packages: stable: 0.1.8 dev: false - /synckit/0.7.2: - resolution: {integrity: sha512-CSZRtSRZ8RhJGMtWyLRqlarmWPPlsgZJHtV6cz0VTHNOg+R7UBoE2eNPQmB5Qrhtk3RX2AAcJmVwMXFULVQSwg==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - dependencies: - '@pkgr/utils': 2.3.0 - tslib: 2.4.0 - dev: false - /synckit/0.8.1: resolution: {integrity: sha512-rJEeygO5PNmcZICmrgnbOd2usi5zWE1ESc0Gn5tTmJlongoU8zCTwMFQtar2UgMSiR68vK9afPQ+uVs2lURSIA==} engines: {node: ^14.18.0 || >=16.0.0} @@ -13398,15 +14413,6 @@ packages: yn: 3.1.1 dev: false - /tsconfig-paths/3.14.1: - resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} - dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.6 - strip-bom: 3.0.0 - dev: false - /tslib/1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} @@ -13791,9 +14797,10 @@ packages: browserslist: 4.21.1 escalade: 3.1.1 picocolors: 1.0.0 + dev: false - /update-browserslist-db/1.0.4_browserslist@4.21.2: - resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==} + /update-browserslist-db/1.0.5_browserslist@4.21.2: + resolution: {integrity: sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -13801,7 +14808,6 @@ packages: browserslist: 4.21.2 escalade: 3.1.1 picocolors: 1.0.0 - dev: false /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -13921,9 +14927,9 @@ packages: vfile-message: 3.1.2 dev: false - /vite/3.0.0: - resolution: {integrity: sha512-M7phQhY3+fRZa0H+1WzI6N+/onruwPTBTMvaj7TzgZ0v2TE+N2sdLKxJOfOv9CckDWt5C4HmyQP81xB4dwRKzA==} - engines: {node: '>=14.18.0'} + /vite/3.0.2: + resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==} + engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: less: '*' @@ -13940,20 +14946,21 @@ packages: terser: optional: true dependencies: - esbuild: 0.14.48 + esbuild: 0.14.49 postcss: 8.4.14 resolve: 1.22.1 - rollup: 2.75.7 + rollup: 2.77.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.18.1_c8@7.11.3: - resolution: {integrity: sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==} + /vitest/0.19.0_c8@7.12.0: + resolution: {integrity: sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@edge-runtime/vm': '*' + '@vitest/browser': '*' '@vitest/ui': '*' c8: '*' happy-dom: '*' @@ -13961,6 +14968,8 @@ packages: peerDependenciesMeta: '@edge-runtime/vm': optional: true + '@vitest/browser': + optional: true '@vitest/ui': optional: true c8: @@ -13972,14 +14981,14 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@types/node': 18.0.5 - c8: 7.11.3 + '@types/node': 18.0.6 + c8: 7.12.0 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 tinypool: 0.2.4 tinyspy: 1.0.0 - vite: 3.0.0 + vite: 3.0.2 transitivePeerDependencies: - less - sass @@ -14006,13 +15015,14 @@ packages: - supports-color dev: false - /vue-eslint-parser/9.0.3: + /vue-eslint-parser/9.0.3_eslint@8.20.0: resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 + eslint: 8.20.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -14023,13 +15033,14 @@ packages: - supports-color dev: false - /vue-tsc/0.38.8_typescript@4.7.4: - resolution: {integrity: sha512-hhyc5SODiekcYNXG08aNg17LogR19o3i14avVejo+Fm45Dqk9Ke6rb0M19HoTKdQGfZBgqg2VUboYxmtAukWeg==} + /vue-tsc/0.39.0_typescript@4.7.4: + resolution: {integrity: sha512-Hjm1C8T4ooNb5UBUqe0h7uCvV7Ff5UlWG4YgATVYREodafA4WxZIjE8v8wUG8mtyBDSaXXmg0J592i4jo3olug==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-typescript': 0.38.8 + '@volar/vue-language-core': 0.39.0 + '@volar/vue-typescript': 0.39.0 typescript: 4.7.4 dev: true @@ -14080,6 +15091,11 @@ packages: resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} dev: true + /which-pm-runs/1.1.0: + resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} + engines: {node: '>=4'} + dev: false + /which-pm/2.0.0: resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} engines: {node: '>=8.15'} @@ -14261,8 +15277,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /zone.js/0.11.6: - resolution: {integrity: sha512-umJqFtKyZlPli669gB1gOrRE9hxUUGkZr7mo878z+NEBJZZixJkKeVYfnoLa7g25SseUDc92OZrMKKHySyJrFg==} + /zone.js/0.11.7: + resolution: {integrity: sha512-e39K2EdK5JfA3FDuUTVRvPlYV4aBfnOOcGuILhQAT7nzeV12uSrLBzImUM9CDVoncDSX4brR/gwqu0heQ3BQ0g==} dependencies: tslib: 2.4.0 dev: true