diff --git a/package.json b/package.json index 6401f0f18f..135f56b563 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "module": "dist/mermaid.core.mjs", "types": "dist/mermaid.d.ts", "type": "module", - "packageManager": "pnpm@7.13.6", + "packageManager": "pnpm@7.14.1", "exports": { ".": { "require": "./dist/mermaid.min.js", @@ -91,7 +91,7 @@ "@applitools/eyes-cypress": "3.27.6", "@commitlint/cli": "17.1.2", "@commitlint/config-conventional": "17.1.0", - "@cspell/eslint-plugin": "6.12.0", + "@cspell/eslint-plugin": "6.13.2", "@types/d3": "7.4.0", "@types/dompurify": "2.3.4", "@types/eslint": "8.4.9", @@ -101,22 +101,22 @@ "@types/mdast": "3.0.10", "@types/prettier": "2.7.1", "@types/stylis": "4.0.2", - "@typescript-eslint/eslint-plugin": "5.40.1", - "@typescript-eslint/parser": "5.40.1", + "@typescript-eslint/eslint-plugin": "5.41.0", + "@typescript-eslint/parser": "5.41.0", "@vitest/coverage-c8": "0.24.3", "@vitest/ui": "0.24.3", - "concurrently": "7.4.0", + "concurrently": "7.5.0", "coveralls": "3.1.1", - "cypress": "10.10.0", + "cypress": "10.11.0", "cypress-image-snapshot": "4.0.1", "documentation": "13.2.5", "esbuild": "0.15.12", - "eslint": "8.25.0", + "eslint": "8.26.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-html": "7.1.0", "eslint-plugin-jest": "27.1.3", - "eslint-plugin-jsdoc": "39.3.25", + "eslint-plugin-jsdoc": "39.4.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-markdown": "3.0.0", "eslint-plugin-no-only-tests": "3.1.0", @@ -131,7 +131,7 @@ "lint-staged": "13.0.3", "markdown-it": "13.0.1", "path-browserify": "1.0.1", - "pnpm": "7.13.6", + "pnpm": "7.14.1", "prettier": "2.7.1", "prettier-plugin-jsdoc": "0.4.2", "remark": "14.0.2", @@ -140,7 +140,7 @@ "ts-node": "10.9.1", "typescript": "4.8.4", "unist-util-flatmap": "1.0.0", - "vite": "3.1.8", + "vite": "3.2.2", "vitepress": "1.0.0-alpha.26", "vitepress-plugin-mermaid": "2.0.8", "vitepress-plugin-search": "1.0.4-alpha.14", @@ -157,6 +157,6 @@ "**/*.scss" ], "volta": { - "node": "18.5.0" + "node": "18.12.0" } } diff --git a/packages/mermaid-example-diagram/package.json b/packages/mermaid-example-diagram/package.json index 818ceb6a90..f05a0bb490 100644 --- a/packages/mermaid-example-diagram/package.json +++ b/packages/mermaid-example-diagram/package.json @@ -50,7 +50,7 @@ }, "dependencies": {}, "devDependencies": { - "concurrently": "7.4.0", + "concurrently": "7.5.0", "rimraf": "3.0.2" }, "resolutions": { diff --git a/packages/mermaid-mindmap/package.json b/packages/mermaid-mindmap/package.json index e6ec9ad520..601f5c8cec 100644 --- a/packages/mermaid-mindmap/package.json +++ b/packages/mermaid-mindmap/package.json @@ -57,7 +57,7 @@ "non-layered-tidy-tree-layout": "^2.0.2" }, "devDependencies": { - "concurrently": "7.4.0", + "concurrently": "7.5.0", "rimraf": "3.0.2" }, "resolutions": { diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index 6d951ffbb1..8d4a0ad64d 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -86,20 +86,20 @@ "@types/lodash": "4.14.186", "@types/prettier": "2.7.1", "@types/stylis": "4.0.2", - "@typescript-eslint/eslint-plugin": "5.40.1", - "@typescript-eslint/parser": "5.40.1", - "concurrently": "7.4.0", + "@typescript-eslint/eslint-plugin": "5.41.0", + "@typescript-eslint/parser": "5.41.0", + "concurrently": "7.5.0", "coveralls": "3.1.1", - "cypress": "10.10.0", + "cypress": "10.11.0", "cypress-image-snapshot": "4.0.1", "documentation": "13.2.5", "esbuild": "0.15.12", - "eslint": "8.25.0", + "eslint": "8.26.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-html": "7.1.0", "eslint-plugin-jest": "27.1.3", - "eslint-plugin-jsdoc": "39.3.25", + "eslint-plugin-jsdoc": "39.4.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-markdown": "3.0.0", "express": "4.18.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32755a1499..8bf3cce804 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,7 +11,7 @@ importers: '@braintree/sanitize-url': 6.0.1 '@commitlint/cli': 17.1.2 '@commitlint/config-conventional': 17.1.0 - '@cspell/eslint-plugin': 6.12.0 + '@cspell/eslint-plugin': 6.13.2 '@types/d3': 7.4.0 '@types/dompurify': 2.3.4 '@types/eslint': 8.4.9 @@ -23,13 +23,13 @@ importers: '@types/prettier': 2.7.1 '@types/stylis': 4.0.2 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.40.1 - '@typescript-eslint/parser': 5.40.1 + '@typescript-eslint/eslint-plugin': 5.41.0 + '@typescript-eslint/parser': 5.41.0 '@vitest/coverage-c8': 0.24.3 '@vitest/ui': 0.24.3 - concurrently: 7.4.0 + concurrently: 7.5.0 coveralls: 3.1.1 - cypress: 10.10.0 + cypress: 10.11.0 cypress-image-snapshot: 4.0.1 d3: 7.6.1 dagre: 0.8.5 @@ -37,12 +37,12 @@ importers: documentation: 13.2.5 dompurify: 2.4.0 esbuild: 0.15.12 - eslint: 8.25.0 + eslint: 8.26.0 eslint-config-prettier: 8.5.0 eslint-plugin-cypress: 2.12.1 eslint-plugin-html: 7.1.0 eslint-plugin-jest: 27.1.3 - eslint-plugin-jsdoc: 39.3.25 + eslint-plugin-jsdoc: 39.4.0 eslint-plugin-json: 3.1.0 eslint-plugin-markdown: 3.0.0 eslint-plugin-no-only-tests: 3.1.0 @@ -63,7 +63,7 @@ importers: moment-mini: 2.29.4 non-layered-tidy-tree-layout: 2.0.2 path-browserify: 1.0.1 - pnpm: 7.13.6 + pnpm: 7.14.1 prettier: 2.7.1 prettier-plugin-jsdoc: 0.4.2 remark: 14.0.2 @@ -75,7 +75,7 @@ importers: typescript: 4.8.4 unist-util-flatmap: 1.0.0 uuid: 9.0.0 - vite: 3.1.8 + vite: 3.2.2 vitepress: 1.0.0-alpha.26 vitepress-plugin-mermaid: 2.0.8 vitepress-plugin-search: 1.0.4-alpha.14 @@ -101,7 +101,7 @@ importers: '@applitools/eyes-cypress': 3.27.6 '@commitlint/cli': 17.1.2 '@commitlint/config-conventional': 17.1.0 - '@cspell/eslint-plugin': 6.12.0 + '@cspell/eslint-plugin': 6.13.2 '@types/d3': 7.4.0 '@types/dompurify': 2.3.4 '@types/eslint': 8.4.9 @@ -111,24 +111,24 @@ importers: '@types/mdast': 3.0.10 '@types/prettier': 2.7.1 '@types/stylis': 4.0.2 - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m '@vitest/coverage-c8': 0.24.3_sgxihqrf6yfkefuiez6xvwhntm '@vitest/ui': 0.24.3 - concurrently: 7.4.0 + concurrently: 7.5.0 coveralls: 3.1.1 - cypress: 10.10.0 - cypress-image-snapshot: 4.0.1_kk6yjhqxahghos5zojvosw7ng4 + cypress: 10.11.0 + cypress-image-snapshot: 4.0.1_ubq66qitfkq2hjrkiw5tjmpgui documentation: 13.2.5 esbuild: 0.15.12 - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-cypress: 2.12.1_eslint@8.25.0 + eslint: 8.26.0 + eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint-plugin-cypress: 2.12.1_eslint@8.26.0 eslint-plugin-html: 7.1.0 - eslint-plugin-jest: 27.1.3_6co43ebcjfbpobjajqgjcmpkdi - eslint-plugin-jsdoc: 39.3.25_eslint@8.25.0 + eslint-plugin-jest: 27.1.3_6amp5fdmvwluzjywjm3ep2edui + eslint-plugin-jsdoc: 39.4.0_eslint@8.26.0 eslint-plugin-json: 3.1.0 - eslint-plugin-markdown: 3.0.0_eslint@8.25.0 + eslint-plugin-markdown: 3.0.0_eslint@8.26.0 eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-tsdoc: 0.2.17 express: 4.18.2 @@ -141,7 +141,7 @@ importers: lint-staged: 13.0.3 markdown-it: 13.0.1 path-browserify: 1.0.1 - pnpm: 7.13.6 + pnpm: 7.14.1 prettier: 2.7.1 prettier-plugin-jsdoc: 0.4.2_prettier@2.7.1 remark: 14.0.2 @@ -150,10 +150,10 @@ importers: ts-node: 10.9.1_7jzoohtnaegavowzoeccrsbhty typescript: 4.8.4 unist-util-flatmap: 1.0.0 - vite: 3.1.8 + vite: 3.2.2 vitepress: 1.0.0-alpha.26_tbpndr44ulefs3hehwpi2mkf2y vitepress-plugin-mermaid: 2.0.8_uxsdzqies4qdrnfbfepslu5p2a - vitepress-plugin-search: 1.0.4-alpha.14_avkyoe4zdnp4ms2apm424dwjmm + vitepress-plugin-search: 1.0.4-alpha.14_m3jrvapcj7q7m5scmf3cftoq54 vitest: 0.24.3_sgxihqrf6yfkefuiez6xvwhntm packages/mermaid: @@ -170,11 +170,11 @@ importers: '@types/lodash': 4.14.186 '@types/prettier': 2.7.1 '@types/stylis': 4.0.2 - '@typescript-eslint/eslint-plugin': 5.40.1 - '@typescript-eslint/parser': 5.40.1 - concurrently: 7.4.0 + '@typescript-eslint/eslint-plugin': 5.41.0 + '@typescript-eslint/parser': 5.41.0 + concurrently: 7.5.0 coveralls: 3.1.1 - cypress: 10.10.0 + cypress: 10.11.0 cypress-image-snapshot: 4.0.1 d3: 7.6.1 dagre: ^0.8.5 @@ -182,12 +182,12 @@ importers: documentation: 13.2.5 dompurify: 2.4.0 esbuild: 0.15.12 - eslint: 8.25.0 + eslint: 8.26.0 eslint-config-prettier: 8.5.0 eslint-plugin-cypress: 2.12.1 eslint-plugin-html: 7.1.0 eslint-plugin-jest: 27.1.3 - eslint-plugin-jsdoc: 39.3.25 + eslint-plugin-jsdoc: 39.4.0 eslint-plugin-json: 3.1.0 eslint-plugin-markdown: 3.0.0 express: 4.18.2 @@ -240,22 +240,22 @@ importers: '@types/lodash': 4.14.186 '@types/prettier': 2.7.1 '@types/stylis': 4.0.2 - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - concurrently: 7.4.0 + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + concurrently: 7.5.0 coveralls: 3.1.1 - cypress: 10.10.0 - cypress-image-snapshot: 4.0.1_wsmbrbtpfgb2tvmlrj7mjfruri + cypress: 10.11.0 + cypress-image-snapshot: 4.0.1_qb6t4atfexeiaiscfhsmxcgcni documentation: 13.2.5 esbuild: 0.15.12 - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-cypress: 2.12.1_eslint@8.25.0 + eslint: 8.26.0 + eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint-plugin-cypress: 2.12.1_eslint@8.26.0 eslint-plugin-html: 7.1.0 - eslint-plugin-jest: 27.1.3_pubrigz2e5aqv2qdhrj3u7msey - eslint-plugin-jsdoc: 39.3.25_eslint@8.25.0 + eslint-plugin-jest: 27.1.3_ica35nyjpw4tulszcdgkibbjga + eslint-plugin-jsdoc: 39.4.0_eslint@8.26.0 eslint-plugin-json: 3.1.0 - eslint-plugin-markdown: 3.0.0_eslint@8.25.0 + eslint-plugin-markdown: 3.0.0_eslint@8.26.0 express: 4.18.2 globby: 13.1.2 husky: 8.0.1 @@ -277,16 +277,16 @@ importers: packages/mermaid-example-diagram: specifiers: - concurrently: 7.4.0 + concurrently: 7.5.0 rimraf: 3.0.2 devDependencies: - concurrently: 7.4.0 + concurrently: 7.5.0 rimraf: 3.0.2 packages/mermaid-mindmap: specifiers: '@braintree/sanitize-url': ^6.0.0 - concurrently: 7.4.0 + concurrently: 7.5.0 cytoscape: ^3.23.0 cytoscape-cose-bilkent: ^4.1.0 cytoscape-fcose: ^2.1.0 @@ -301,7 +301,7 @@ importers: d3: 7.6.1 non-layered-tidy-tree-layout: 2.0.2 devDependencies: - concurrently: 7.4.0 + concurrently: 7.5.0 rimraf: 3.0.2 packages: @@ -1292,242 +1292,242 @@ packages: chalk: 4.1.2 dev: true - /@cspell/cspell-bundled-dicts/6.12.0: - resolution: {integrity: sha512-myfsDwSJcAMjKbztKBG424wIp/YV9/lvxsgHFKxBGPi+nNx1p7TbOjAAO9EWk0mZVHyGKZwCFJS2ohkoqxJWoQ==} + /@cspell/cspell-bundled-dicts/6.13.2: + resolution: {integrity: sha512-Y0eiKfpy/PBoYZLT0WPAcUu3D7T/txbekUV/tkw6EusCIGrtJ91qYWnZh4MkUI5C/4XMCnlWfskWW+o3ju46Nw==} engines: {node: '>=14'} dependencies: - '@cspell/dict-ada': 2.0.1 - '@cspell/dict-aws': 2.0.0 - '@cspell/dict-bash': 2.0.4 - '@cspell/dict-companies': 2.0.14 - '@cspell/dict-cpp': 3.2.1 - '@cspell/dict-cryptocurrencies': 2.0.0 - '@cspell/dict-csharp': 3.0.1 - '@cspell/dict-css': 2.1.0 - '@cspell/dict-dart': 1.1.1 - '@cspell/dict-django': 2.0.0 + '@cspell/dict-ada': 3.0.0 + '@cspell/dict-aws': 3.0.0 + '@cspell/dict-bash': 3.0.0 + '@cspell/dict-companies': 3.0.1 + '@cspell/dict-cpp': 4.0.0 + '@cspell/dict-cryptocurrencies': 3.0.0 + '@cspell/dict-csharp': 4.0.0 + '@cspell/dict-css': 3.0.0 + '@cspell/dict-dart': 2.0.0 + '@cspell/dict-django': 3.0.0 '@cspell/dict-docker': 1.1.1 - '@cspell/dict-dotnet': 2.0.1 - '@cspell/dict-elixir': 2.0.1 + '@cspell/dict-dotnet': 3.0.0 + '@cspell/dict-elixir': 3.0.0 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 2.3.3 - '@cspell/dict-filetypes': 2.1.1 - '@cspell/dict-fonts': 2.1.0 - '@cspell/dict-fullstack': 2.0.6 - '@cspell/dict-git': 1.0.1 - '@cspell/dict-golang': 3.0.1 - '@cspell/dict-haskell': 2.0.1 - '@cspell/dict-html': 3.3.2 - '@cspell/dict-html-symbol-entities': 3.0.0 - '@cspell/dict-java': 3.0.7 - '@cspell/dict-latex': 2.0.9 - '@cspell/dict-lorem-ipsum': 2.0.1 - '@cspell/dict-lua': 2.0.0 - '@cspell/dict-node': 3.0.1 - '@cspell/dict-npm': 3.1.3 - '@cspell/dict-php': 2.0.0 - '@cspell/dict-powershell': 2.0.0 - '@cspell/dict-public-licenses': 1.0.6 - '@cspell/dict-python': 3.0.6 - '@cspell/dict-r': 1.0.3 - '@cspell/dict-ruby': 2.0.2 - '@cspell/dict-rust': 2.0.1 - '@cspell/dict-scala': 2.0.0 - '@cspell/dict-software-terms': 2.2.12 - '@cspell/dict-sql': 1.0.4 - '@cspell/dict-swift': 1.0.3 - '@cspell/dict-typescript': 2.0.2 - '@cspell/dict-vue': 2.0.2 - dev: true - - /@cspell/cspell-pipe/6.12.0: - resolution: {integrity: sha512-Nkm+tIJ5k+jZPovZCdmZhrWrwRFwnDq+7yCxhov0C7UX3hsSNtTJIpFuaCNEQJ+Whpvxdh1YKflvHiHYygEgTg==} + '@cspell/dict-en_us': 3.0.0 + '@cspell/dict-filetypes': 3.0.0 + '@cspell/dict-fonts': 3.0.0 + '@cspell/dict-fullstack': 3.0.0 + '@cspell/dict-git': 2.0.0 + '@cspell/dict-golang': 4.0.0 + '@cspell/dict-haskell': 3.0.0 + '@cspell/dict-html': 4.0.0 + '@cspell/dict-html-symbol-entities': 4.0.0 + '@cspell/dict-java': 4.0.0 + '@cspell/dict-latex': 3.0.0 + '@cspell/dict-lorem-ipsum': 3.0.0 + '@cspell/dict-lua': 3.0.0 + '@cspell/dict-node': 4.0.1 + '@cspell/dict-npm': 4.0.1 + '@cspell/dict-php': 3.0.1 + '@cspell/dict-powershell': 3.0.0 + '@cspell/dict-public-licenses': 2.0.0 + '@cspell/dict-python': 4.0.0 + '@cspell/dict-r': 2.0.0 + '@cspell/dict-ruby': 3.0.0 + '@cspell/dict-rust': 3.0.0 + '@cspell/dict-scala': 3.0.0 + '@cspell/dict-software-terms': 3.0.1 + '@cspell/dict-sql': 2.0.0 + '@cspell/dict-swift': 2.0.0 + '@cspell/dict-typescript': 3.0.1 + '@cspell/dict-vue': 3.0.0 + dev: true + + /@cspell/cspell-pipe/6.13.2: + resolution: {integrity: sha512-Rs4baE6I3OdCdtsDUsIg4Fo3tRAn6G35kbicH/9uhxGbooy6ElArMGIGvI4bh8MyXgnzIT9yT43CdcJEZ2sCqA==} engines: {node: '>=14'} dev: true - /@cspell/cspell-service-bus/6.12.0: - resolution: {integrity: sha512-GgvciSeMUekl8z8vP8//cs5/qRQJSLz9IVREf6fxQW4upjw6zXZ1KonwPqOF5uLocIMAr8eCdrJzHKuKvigJIA==} + /@cspell/cspell-service-bus/6.13.2: + resolution: {integrity: sha512-ETEZmxoI32rJHQb3oKCAF1xEse6udUAh8HEmPlIiyZFtp3FMoiH9vYtnZMLeMw1yg/WwTrXJUOxpY21kD42Wug==} engines: {node: '>=14'} dev: true - /@cspell/cspell-types/6.12.0: - resolution: {integrity: sha512-BcZTt05fNy9SGXfbPgUyxS4FfIaUpcVq8IOJ0noN+jsKsmlbssOUgJOB2ApN1h66FfWcKuFy/uNrjfcrQ7PTqg==} + /@cspell/cspell-types/6.13.2: + resolution: {integrity: sha512-gB+PXF7s3cJFygIhqD6cWyrI1D4sMICIP0sHlolqi6W7kOMmKw4rYEbb8kP/yfTuMFX6Cgm9/RZYxgwqk6s1qg==} engines: {node: '>=14'} dev: true - /@cspell/dict-ada/2.0.1: - resolution: {integrity: sha512-vopTJ1oHrrFYV5GU55Sr+AzItR78Uj5YbCaspYABmYKlq4NRrcUAUsr4bWgymDcspMIHO7e7IFcj48OKs1fndA==} + /@cspell/dict-ada/3.0.0: + resolution: {integrity: sha512-jpUVex0JTMGIQC/+T/GglLRpimmvH8HUcpf3gC+bS1ZcVGzyWQo5clevxYbz2MBVoLxSMZiqPoqB5dt/vAOTwQ==} dev: true - /@cspell/dict-aws/2.0.0: - resolution: {integrity: sha512-NKz7pDZ7pwj/b33i3f4WLpC1rOOUMmENwYgftxU+giU2YBeKM2wZbMTSEIzsrel56r0UlQYmdIVlP/B4nnVaoQ==} + /@cspell/dict-aws/3.0.0: + resolution: {integrity: sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==} dev: true - /@cspell/dict-bash/2.0.4: - resolution: {integrity: sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag==} + /@cspell/dict-bash/3.0.0: + resolution: {integrity: sha512-bQl6mk1SrcmrDL+F4XTeZtW2JnqgNJx5pNX6PIfWe5QA+J2blLlYbwDQOvjovpZEirwy8iqQmu//6bKjaDu1ow==} dev: true - /@cspell/dict-companies/2.0.14: - resolution: {integrity: sha512-Sq1X29Z05OZ/UNqTwVhf3/WaqvJQy4/S6gS8qYI5AQRX45gVe8CPhNBLmZOTC6z8m716bfQCxa5rRT9YNSdTZg==} + /@cspell/dict-companies/3.0.1: + resolution: {integrity: sha512-esgKy0UkWIK1lyRaN9XtbRZZJiJ0tLlfyLkaZ3s0OubsAsSH6hgM6nc2p1IbmyhsFaEfp645z+YneBuOTL35Rw==} dev: true - /@cspell/dict-cpp/3.2.1: - resolution: {integrity: sha512-XcmzrKIghqFfrYLLaHtWKOp9rupiuGdc5ODONk+emsq0W5CIc3Abn27IQHwUzxzF+Cm5IfKAIJ5Kpe6hkzm0HQ==} + /@cspell/dict-cpp/4.0.0: + resolution: {integrity: sha512-NrCmer14tTSbPs1TwqyCjFEmWCBw0UFvAn4O3pdWuxktArHxRJ5vUQOoL2Gus2H9s3ihhOJZkcuJ47Kd21E7BQ==} dev: true - /@cspell/dict-cryptocurrencies/2.0.0: - resolution: {integrity: sha512-nREysmmfOp7L2YCRAUufQahwD5/Punzb5AZ6eyg4zUamdRWHgBFphb5/9h2flt1vgdUfhc6hZcML21Ci7iXjaA==} + /@cspell/dict-cryptocurrencies/3.0.0: + resolution: {integrity: sha512-5/tAqEVcg3PP1ZiSunxSVX1h5jGGS9ulSQFhPlXswmRRlo0Bry7ZP6Am81TiPG0bvkRvKb8eA9N5z212q6UTcg==} dev: true - /@cspell/dict-csharp/3.0.1: - resolution: {integrity: sha512-xkfQu03F388w4sdVQSSjrVMkxAxpTYB2yW7nw0XYtTjl3L/jBgvTr/j1BTjdFbQhdNf10Lg0Ak1kXOjmHodVqA==} + /@cspell/dict-csharp/4.0.0: + resolution: {integrity: sha512-B6Ss3sMrkFRJFQCZ7F49yJzDZ6izpQTgNLEmuYIt0o6ZLsSvy5JDC3+F2rYfpsFESQIU/4GbqWZPTs7C9WvBeg==} dev: true - /@cspell/dict-css/2.1.0: - resolution: {integrity: sha512-glASAELcGhh4Ru0rTQ4G9mTQxSyPwsZOON/5BYflB6Kks8YC8nUvKrtMCoo5W7CPKPfSEa8zUNctFQ1+IUYDHA==} + /@cspell/dict-css/3.0.0: + resolution: {integrity: sha512-GNg4EMhP+8yVr3AuebBMUxsb/otCz2DS8rTp2M5Fo1179uwpjMfPqLezFxH+YaiA3vgBiwajdrl/0ZGn44qBRw==} dev: true - /@cspell/dict-dart/1.1.1: - resolution: {integrity: sha512-XBOCpezXrgFN18kGEwqMpTUGZdw4BjCoJrNOo6qBdcdZySCrEHLwELraLOkcSba2kM4stmTp0t59FkwtP8TKOA==} + /@cspell/dict-dart/2.0.0: + resolution: {integrity: sha512-p7vHszsu2uJt+F04gvNy1e5okypFfVEYHBWgpOV/Jrvs0F5A+gUzFTG2Ix9b1jkCigAULYKQkIGue+qlhSoK5Q==} dev: true - /@cspell/dict-django/2.0.0: - resolution: {integrity: sha512-GkJdJv6cmzrKcmq2/oxTXjKF5uv71r4eTqnFmgPbNBW1t+G4VYpzOf0QrVQrhx2RC4DdW5XfcTf+iS0FxHOTmw==} + /@cspell/dict-django/3.0.0: + resolution: {integrity: sha512-Ag6ecPokb12RcAwD9eOvKl5G2l4h5aOQl36mipqINLc+NPtIGVN3qa2FBg3hHeS6OvIDwCZ/LQ/zz5xbBhakhg==} dev: true /@cspell/dict-docker/1.1.1: resolution: {integrity: sha512-UEYoeRDm7oUN9yz1mYSozz6D4+2N14S/cd2Re9et6Xzq6yi62s4ky3knF92Of2weelADjnN41UA22VBhRAf7Sw==} dev: true - /@cspell/dict-dotnet/2.0.1: - resolution: {integrity: sha512-b1n4crJRW0WZVf9Gp/52j/tDtjYiZ3N81fIyfqPlBrjsh/5AivfA697DYwQ2mr8ngNX7RsqRtYNQjealA1rEnQ==} + /@cspell/dict-dotnet/3.0.0: + resolution: {integrity: sha512-RqZ+WbkT+/JaR4RPbtyohlkZSd6FSOGT/Bu4yYQN2X06Vlk5rvy/dYSQWk2t3d1qJFq5EO0m8eTs7IOOnBF33Q==} dev: true - /@cspell/dict-elixir/2.0.1: - resolution: {integrity: sha512-eTTTxZt1FqGkM780yFDxsGHvTbWqvlK8YISSccK8FyrB6ULW+uflQlNS5AnWg3uWKC48b7pQott+odYCsPJ+Ow==} + /@cspell/dict-elixir/3.0.0: + resolution: {integrity: sha512-DJxGMNfcT1ieYupyzq7GNSIJEkdJAnpEoL58R54bf2mxRfC02Uu2sIcKWJO18ozOn3jgOY408TxOCEc8bz39jw==} dev: true /@cspell/dict-en-gb/1.1.33: resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==} dev: true - /@cspell/dict-en_us/2.3.3: - resolution: {integrity: sha512-csyKeaNktfpvMkmE2GOPTwsrQm3wWhLKVaDRaGU0qTcIjDiCvqv/iYgrVrKRkoddA3kdNTZ8YNCcix7lb6VkOg==} + /@cspell/dict-en_us/3.0.0: + resolution: {integrity: sha512-pN26ZBp1kKiN1xwUyT4olDZrW+BvLojZDjtE6j/yY3CO7U4rztkhTO+Ao3rQosqD/icB9NoWvPSMFCpbiaejYA==} dev: true - /@cspell/dict-filetypes/2.1.1: - resolution: {integrity: sha512-Oo0/mUbFHzsaATqRLdkV1RMoYns3aGzeKFIpVJg415GYtJ8EABXtEArYTXeMwlboyGTPvEk+PR2hBSTSfQTqmg==} + /@cspell/dict-filetypes/3.0.0: + resolution: {integrity: sha512-Fiyp0z5uWaK0d2TfR9GMUGDKmUMAsOhGD5A0kHoqnNGswL2iw0KB0mFBONEquxU65fEnQv4R+jdM2d9oucujuA==} dev: true - /@cspell/dict-fonts/2.1.0: - resolution: {integrity: sha512-hk7xsbfWEUhc136Xj7I2TD7ouKAfWwzCVAQaHBxcVXAsVxu7bDOGj4FvE2jBzlkSUY8A9Ww8qS0GOFvowJshVg==} + /@cspell/dict-fonts/3.0.0: + resolution: {integrity: sha512-zTZni0AbwBVG1MKA0WpwPyIJPVF+gp6neXDQzHcu4RUnuQ4uDu0PVEuZjGHCJWwwFoR5JmkqZxVSg1y3ufJODA==} dev: true - /@cspell/dict-fullstack/2.0.6: - resolution: {integrity: sha512-R2E2xvbHvvRwwurxfpBJDRIJjXBMfEPF5WNV3LTOEMRqkZtoYCeJK9aqc8LHlmJMtAbnN1cx//BCDIyTJ0rO0A==} + /@cspell/dict-fullstack/3.0.0: + resolution: {integrity: sha512-BMQRTaeReLufjMwgWqqwPdrXQ7jkVGTv7/YvOLsHFZvcAP3eM7WqX+rvdXckLhJmuuzbceFRDKs5F/9Ig2x/tQ==} dev: true - /@cspell/dict-git/1.0.1: - resolution: {integrity: sha512-Rk+eTof/9inF11lvxmkCRK+gODatA3qai8kSASv6OG/JfPvpj7fTHErx/rdgPw/LOTDUafnoTjTYmj7B2MOQXg==} + /@cspell/dict-git/2.0.0: + resolution: {integrity: sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==} dev: true - /@cspell/dict-golang/3.0.1: - resolution: {integrity: sha512-0KNfXTbxHW2l8iVjxeOf+KFv9Qrw3z5cyKnkuYJWlBTSB5KcUBfeKCb4fsds26VdANqiy6U91b4gDx5kNEmBjQ==} + /@cspell/dict-golang/4.0.0: + resolution: {integrity: sha512-XxKINt3dmpixrmAcxVdP545eh0S6vmaGbddZyzIWzQlwoIE0b98l3AvtcdhCyYxbvcKAcZ+pkf+t2zGTnMvQug==} dev: true - /@cspell/dict-haskell/2.0.1: - resolution: {integrity: sha512-ooA23qIG7InOOxlLm67CNH5O2J85QsPHEAzEU9KEqVfYG5ovFs5tx6n9pHekDVk3MpQULpqfNUYDR0KigPLg5g==} + /@cspell/dict-haskell/3.0.0: + resolution: {integrity: sha512-vVreZvGp9M8UcF/3fJAl/99M3NkcH0ik19xnFTsp4RWhy7+Ar/yCXo8251sSBtwL4TdR+0BHXdXKb2PYZ2UFdQ==} dev: true - /@cspell/dict-html-symbol-entities/3.0.0: - resolution: {integrity: sha512-04K7cPTcbYXmHICfiob4gZA1yaj4hpfM+Nl5WIJ1EAZsSGHdqmGEF28GuCjyQ8ZeKiJAsPt/vXuLBbjxkHqZyQ==} + /@cspell/dict-html-symbol-entities/4.0.0: + resolution: {integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==} dev: true - /@cspell/dict-html/3.3.2: - resolution: {integrity: sha512-cM5pQSEiqjrdk6cRFLrlLdWNT/J8399f/A6DjwjfYhHrGy0e/Rsjv76HZT0GlE1OqMoq9eG9jdQsfoYYgWTIpQ==} + /@cspell/dict-html/4.0.0: + resolution: {integrity: sha512-UQRolrzTTMS3Ja1qkrdERnqG04qqwqp4vbMV+BLKvR0oiibfH56Dfnx/qz/C5KgFLc48GLGXLALjgCiHtPjPiA==} dev: true - /@cspell/dict-java/3.0.7: - resolution: {integrity: sha512-IL7ubsRvKX6dZSx++TplJCfhiS7kkEGpbTPG0gMEP50DTNAVM4icZS8zmer2UBCU5PTwF85abJjdX7mRADWKVg==} + /@cspell/dict-java/4.0.0: + resolution: {integrity: sha512-YeYy2P3FLHcm4vBN1pFPGfWFySTBfvPwqC0YZItqO/EprjSRc4czZbm6x8jQr0TWGbF1B1L5KwTWPV/ETjxSog==} dev: true - /@cspell/dict-latex/2.0.9: - resolution: {integrity: sha512-d1kTK6dJb5z6UcfASQWjqQlsjZvnoVOvMWxYtLpGksYf6gM4IgqoPVNMLYYK6xBS4T/uAnLIj975A6YuAeyZpg==} + /@cspell/dict-latex/3.0.0: + resolution: {integrity: sha512-QsRWj+Jll4ueVbce8ofKa743oQ2exmbVNZN70MaMbmu8PSbjW2+Rj3OdExVStesANMj7qc20inS/TgPr8DrInQ==} dev: true - /@cspell/dict-lorem-ipsum/2.0.1: - resolution: {integrity: sha512-s7Ft8UiloUJwgz4z8uLeFvCkeTcZ43HQl7mSAlZd76eW+keLSsdeGmLDx2zaciqo+MftPGyzygVCwaJjTGxiew==} + /@cspell/dict-lorem-ipsum/3.0.0: + resolution: {integrity: sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==} dev: true - /@cspell/dict-lua/2.0.0: - resolution: {integrity: sha512-7WUEBEspSKtsq104WdIys1+DLqAxpJPzw74Py1TuE3fI5GvlzeSZkRFP2ya54GB2lCO4C3mq4M8EnitpibVDfw==} + /@cspell/dict-lua/3.0.0: + resolution: {integrity: sha512-WOhSCgS5wMxkGQJ8siB90iTB9ElquJB7FeqYSbJqqs6cUwH8G7MM/CEDPL6h7vCo0+v3GuxQ8yKWDSUcUhz9Lg==} dev: true - /@cspell/dict-node/3.0.1: - resolution: {integrity: sha512-sK2cpuV0EAc43Amd5xeQXkI9MeRTECMw+yjap06gKSModbgI7BqJUHeKZed+0Hii+LpaJ4TYpLGiRVsO+qSk0w==} + /@cspell/dict-node/4.0.1: + resolution: {integrity: sha512-4EmT5yZFitdwnG0hYEd+Ek19zzD81Bp+n7w0kglZKldS5AvapwW6GM/SAps5YMQQc5zZMi+bMgV7NIzapREqUg==} dev: true - /@cspell/dict-npm/3.1.3: - resolution: {integrity: sha512-xnGp+TMpArdMLBUSG+ZrbEuhvY016rb76Yh35/OPDDEEz4ulENxLSZJxtN2/A0tZ9FJngDNSdFh7eJsOFmciZQ==} + /@cspell/dict-npm/4.0.1: + resolution: {integrity: sha512-jNKImVG5ZX+Pp6PhbSR3TmC9+0ROx09dGhSgUsZyvXV5CGEr+OQGJtNL98TGwU3pP2Xjc++qnHA/XPwB5WvLfA==} dev: true - /@cspell/dict-php/2.0.0: - resolution: {integrity: sha512-29WgU77eTO985LvMHwPi1pcpfopfCWfTdffDyqya0JIfOSaFUrlYKzGPkE4mRxcz2G3hXsaM0SRvBNdIRwEdUg==} + /@cspell/dict-php/3.0.1: + resolution: {integrity: sha512-KSUMyb92nq9P9u/RgNvve/X7oIrGGwUh6eu6NSQgSL4HhWn/Ux4unXrLxrcOUKKkmnkU31Kd/WDPJSuDJrD+AQ==} dev: true - /@cspell/dict-powershell/2.0.0: - resolution: {integrity: sha512-6uvEhLiGmG3u9TFkM1TYcky6aL9Yk7Sk3KJwoTYBaQJY2KqrprgyQtW6yxIw9oU52VRHlq3KKvSAA9Q26+SIkQ==} + /@cspell/dict-powershell/3.0.0: + resolution: {integrity: sha512-pkztY9Ak4oc33q+Qxcn9/CTOKo4N8YIRRE6v67WwQOncA5QIJfcOPUrjfR3Z8SpzElXhu3s9qtWWSqbCy6qmcA==} dev: true - /@cspell/dict-public-licenses/1.0.6: - resolution: {integrity: sha512-Z9IUFPkkOpOsEdgPUfQOJNQ+qU6+iBAZWS/CR5sUqTX+s5VkPNVwQyVC2kdmgmE2U5qwzAPewG6nVKr2MVogwg==} + /@cspell/dict-public-licenses/2.0.0: + resolution: {integrity: sha512-NdMHnS6xiYJKlzVoTV5CBhMiDpXMZ/PDcvXiOpxeR50xkjR18O/XFP4f4eDZpxGiBSUCMFRWf4JjILJ04Rpcfg==} dev: true - /@cspell/dict-python/3.0.6: - resolution: {integrity: sha512-tzxJ4sd9ZGhAUKg/WJJpQGDNtoHvM8Wn+iS2+PnQj2/LTHBW4mnaCogsGsBtYu8C4b2+BEQs+tc5808AeEfLug==} + /@cspell/dict-python/4.0.0: + resolution: {integrity: sha512-MC6CKbYOly3Ig25ZnhlCzPbE/QozqfQv4VYW6HcoMQ5IbHu33ddf2lzkZ89qTXlxsF5NT5qfZEkQYHYuhuL6AQ==} dev: true - /@cspell/dict-r/1.0.3: - resolution: {integrity: sha512-u2qeXd4cx/TvTVcmkvA+sK6f4K1uMAMO6QPMSr1pSvqGElPRP1mIBXmuiSuBzLO3LbsJuUEHw5Cp3/bxIB6rNA==} + /@cspell/dict-r/2.0.0: + resolution: {integrity: sha512-rdt1cKc3VL2uXJ2X088gRhTFreN/MkJWK1jccW1EWdFHLzDwhKfrlAkoLCp0paD6HvmloLQ+eSR09D58DdsYfA==} dev: true - /@cspell/dict-ruby/2.0.2: - resolution: {integrity: sha512-vVnUpSmGDbPjs7MHq741DsLHhQcoA4CnUCM9wsTorQ9AQRDAkDTbK/LcY8nM19MoXCb3eF8PFku5Jq+gqH0u7w==} + /@cspell/dict-ruby/3.0.0: + resolution: {integrity: sha512-sA98T8Y1Pmq3RStVkO14E8vTWkq6JUn8c8PldiMyYgV0yfQgwhQfFAzlSfF3Gg2B0VkIdqt2et2SPN7f9wp7fQ==} dev: true - /@cspell/dict-rust/2.0.1: - resolution: {integrity: sha512-ATDpIh0VWpQdUIZa8zqqJY4wQz3q00BTXlQCodeOmObYSb23+L6KWWzJ8mKLgpbc1lqTkogWrqxiCxlrCmqNmg==} + /@cspell/dict-rust/3.0.0: + resolution: {integrity: sha512-L1T1IBsYJZVDmfOGAbVLcpc6arWxRRCSJYvHSwEDBGrNuMyJ4jx/NvBEz5crcKf4vVKgwVlXgzQlJJZ8AVxU9w==} dev: true - /@cspell/dict-scala/2.0.0: - resolution: {integrity: sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g==} + /@cspell/dict-scala/3.0.0: + resolution: {integrity: sha512-sIiCQDIMMnNns/fzD61z5npbh5pypaKq07Orqe0+eRfdQpika8iRSGUGFHVbtdd1JzB1DyTCV2e8OwdaQiXqJQ==} dev: true - /@cspell/dict-software-terms/2.2.12: - resolution: {integrity: sha512-wVVy4on8Uq5VAWm3cqrrhewTRRbpmNxtmTURGQ5rT6FqUtJvZ7W2Pj3QquzXsA9zSFZhGFQR3U7IdFesET9yAg==} + /@cspell/dict-software-terms/3.0.1: + resolution: {integrity: sha512-un5lbB+cM750HCVmW/9FaNXpr3tSCYkiOQUEo2GPwX96BWsFgkxRj24Ah23jIt1rOqVLpYZNgbslqiG1NKVgVg==} dev: true - /@cspell/dict-sql/1.0.4: - resolution: {integrity: sha512-+9nMcwsCzdYH0tyv2LeuVvQ+DdecS2C1N+hw6sl0FTHWI5GwULHAGW840RBwcKw0s+dl7sc0WpZhS1EW7b0pXg==} + /@cspell/dict-sql/2.0.0: + resolution: {integrity: sha512-J3X8VSgWpc/4McQEs138abtBw/SO3Z+vGaYi5X7XV1pKPBxjupHTTNQHSS/HWUDmVWj6fR3OV+ZGptcmvv3Clg==} dev: true - /@cspell/dict-swift/1.0.3: - resolution: {integrity: sha512-yOBLSaRD0AnkkkndJ8PuB82Evp6lA2xItf2AWsnPfCCgxp5Ojk6uUBC/WQBSkzkCAOGbXyHsu9D97tsOx2c6cw==} + /@cspell/dict-swift/2.0.0: + resolution: {integrity: sha512-VStJ0fKPPNIXKmxJrbGH6vKNtJCwAnQatfSH0fVj+Unf3QHHlmuLKRG0cN0aVgEIolpRkxNXJcSB3CPbYr0Xhw==} dev: true - /@cspell/dict-typescript/2.0.2: - resolution: {integrity: sha512-OIoSJsCw9WHX4eDikoF5/0QbptMPZjElOcMYdYCyV03nqV5n4ot72ysTexW95yW4+fQU6uDPNQvnrUnhXXEkTA==} + /@cspell/dict-typescript/3.0.1: + resolution: {integrity: sha512-nKEtOpj+rJNIUK268/mCFDCIv1MWFdK1efm9YL4q1q3NHT+qCKhkXoA0eG8k4AaDIpsvebB8CgNIYFPxY92r4A==} dev: true - /@cspell/dict-vue/2.0.2: - resolution: {integrity: sha512-/MB0RS0Gn01s4pgmjy0FvsLfr3RRMrRphEuvTRserNcM8XVtoIVAtrjig/Gg0DPwDrN8Clm0L1j7iQay6S8D0g==} + /@cspell/dict-vue/3.0.0: + resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} dev: true - /@cspell/eslint-plugin/6.12.0: - resolution: {integrity: sha512-EIL6jL+lhZrnEuM1cY/h/sY1tyMj6hSX2WyJA5iL6nH5D+0y5XQMPq6mlOFVH/7f5hy9P+bfEX77tsT65Lu/dw==} + /@cspell/eslint-plugin/6.13.2: + resolution: {integrity: sha512-2NhwJxGhEU5cpuc+NjWnFteN+guoTZB41P33LnLvoMmIZkKsrmHAGQZIvkA5G+t3OEogC5Ek9kQ0VNiGlCjk2w==} engines: {node: '>=14'} dependencies: - cspell-lib: 6.12.0 + cspell-lib: 6.13.2 transitivePeerDependencies: - encoding dev: true @@ -1664,8 +1664,8 @@ packages: '@hapi/hoek': 9.3.0 dev: true - /@humanwhocodes/config-array/0.10.5: - resolution: {integrity: sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==} + /@humanwhocodes/config-array/0.11.7: + resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2751,8 +2751,8 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: - resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} + /@typescript-eslint/eslint-plugin/5.41.0_huremdigmcnkianavgfk3x6iou: + resolution: {integrity: sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2762,23 +2762,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/type-utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 ignore: 5.2.0 regexpp: 3.2.0 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} + /@typescript-eslint/parser/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2787,11 +2787,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color @@ -2805,8 +2805,16 @@ packages: '@typescript-eslint/visitor-keys': 5.40.1 dev: true - /@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} + /@typescript-eslint/scope-manager/5.41.0: + resolution: {integrity: sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/visitor-keys': 5.41.0 + dev: true + + /@typescript-eslint/type-utils/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2815,10 +2823,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -2830,6 +2838,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.41.0: + resolution: {integrity: sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2851,7 +2864,28 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: + /@typescript-eslint/typescript-estree/5.41.0_typescript@4.8.4: + resolution: {integrity: sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/visitor-keys': 5.41.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.40.1_wyqvi574yv7oiwfeinomdzmc3m: resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2862,9 +2896,29 @@ packages: '@typescript-eslint/scope-manager': 5.40.1 '@typescript-eslint/types': 5.40.1 '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - eslint: 8.25.0 + eslint: 8.26.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==} + 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 + '@types/semver': 7.3.12 + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 + eslint: 8.26.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.26.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -2879,14 +2933,22 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-vue/3.1.2_vite@3.1.8+vue@3.2.41: + /@typescript-eslint/visitor-keys/5.41.0: + resolution: {integrity: sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.41.0 + eslint-visitor-keys: 3.3.0 + dev: true + + /@vitejs/plugin-vue/3.1.2_vite@3.2.2+vue@3.2.41: resolution: {integrity: sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.1.8 + vite: 3.2.2 vue: 3.2.41 dev: true @@ -2904,6 +2966,7 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -2914,16 +2977,6 @@ packages: sirv: 2.0.2 dev: true - /@vue/compiler-core/3.2.40: - resolution: {integrity: sha512-2Dc3Stk0J/VyQ4OUr2yEC53kU28614lZS+bnrCbFSAIftBJ40g/2yQzf4mPBiFuqguMB7hyHaujdgZAQ67kZYA==} - dependencies: - '@babel/parser': 7.19.1 - '@vue/shared': 3.2.40 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - optional: true - /@vue/compiler-core/3.2.41: resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==} dependencies: @@ -2933,14 +2986,6 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-dom/3.2.40: - resolution: {integrity: sha512-OZCNyYVC2LQJy4H7h0o28rtk+4v+HMQygRTpmibGoG9wZyomQiS5otU7qo3Wlq5UfHDw2RFwxb9BJgKjVpjrQw==} - dependencies: - '@vue/compiler-core': 3.2.40 - '@vue/shared': 3.2.40 - dev: true - optional: true - /@vue/compiler-dom/3.2.41: resolution: {integrity: sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw==} dependencies: @@ -2948,25 +2993,9 @@ packages: '@vue/shared': 3.2.41 dev: true - /@vue/compiler-sfc/3.2.40: - resolution: {integrity: sha512-tzqwniIN1fu1PDHC3CpqY/dPCfN/RN1thpBC+g69kJcrl7mbGiHKNwbA6kJ3XKKy8R6JLKqcpVugqN4HkeBFFg==} - requiresBuild: true - dependencies: - '@babel/parser': 7.19.1 - '@vue/compiler-core': 3.2.40 - '@vue/compiler-dom': 3.2.40 - '@vue/compiler-ssr': 3.2.40 - '@vue/reactivity-transform': 3.2.40 - '@vue/shared': 3.2.40 - estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.16 - source-map: 0.6.1 - dev: true - optional: true - /@vue/compiler-sfc/3.2.41: resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==} + requiresBuild: true dependencies: '@babel/parser': 7.19.1 '@vue/compiler-core': 3.2.41 @@ -2976,18 +3005,10 @@ packages: '@vue/shared': 3.2.41 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.16 + postcss: 8.4.18 source-map: 0.6.1 dev: true - /@vue/compiler-ssr/3.2.40: - resolution: {integrity: sha512-80cQcgasKjrPPuKcxwuCx7feq+wC6oFl5YaKSee9pV3DNq+6fmCVwEEC3vvkf/E2aI76rIJSOYHsWSEIxK74oQ==} - dependencies: - '@vue/compiler-dom': 3.2.40 - '@vue/shared': 3.2.40 - dev: true - optional: true - /@vue/compiler-ssr/3.2.41: resolution: {integrity: sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ==} dependencies: @@ -2999,17 +3020,6 @@ packages: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} dev: true - /@vue/reactivity-transform/3.2.40: - resolution: {integrity: sha512-HQUCVwEaacq6fGEsg2NUuGKIhUveMCjOk8jGHqLXPI2w6zFoPrlQhwWEaINTv5kkZDXKEnCijAp+4gNEHG03yw==} - dependencies: - '@babel/parser': 7.19.1 - '@vue/compiler-core': 3.2.40 - '@vue/shared': 3.2.40 - estree-walker: 2.0.2 - magic-string: 0.25.9 - dev: true - optional: true - /@vue/reactivity-transform/3.2.41: resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==} dependencies: @@ -3051,11 +3061,6 @@ packages: vue: 3.2.41 dev: true - /@vue/shared/3.2.40: - resolution: {integrity: sha512-0PLQ6RUtZM0vO3teRfzGi4ltLUO5aO+kLgwh4Um3THSR03rpQWLTuRCkuO5A41ITzwdWeKdPHtSARuPkoo5pCQ==} - dev: true - optional: true - /@vue/shared/3.2.41: resolution: {integrity: sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw==} dev: true @@ -3150,6 +3155,7 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -3170,6 +3176,7 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -3806,6 +3813,7 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -4327,8 +4335,8 @@ packages: typedarray: 0.0.6 dev: true - /concurrently/7.4.0: - resolution: {integrity: sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==} + /concurrently/7.5.0: + resolution: {integrity: sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==} engines: {node: ^12.20.0 || ^14.13.0 || >=16.0.0} hasBin: true dependencies: @@ -4652,59 +4660,59 @@ packages: engines: {node: '>=8'} dev: true - /cspell-dictionary/6.12.0: - resolution: {integrity: sha512-I2cXSdXndt9H7yXmJzLTjgui/SAPGghXwxFeibTbvF68gyQYD5fUXvOygEIPrOEySKlAIb+aouV77SgoURxMHw==} + /cspell-dictionary/6.13.2: + resolution: {integrity: sha512-o+ZjeRctAvLSUvGaY0+3cQT6y6UEKEcLu1GVRsM39WceAOS9HONe+ma6KQDqB7Zxgzn/D4LHNZKUVgC7rYO46g==} engines: {node: '>=14'} dependencies: - '@cspell/cspell-pipe': 6.12.0 - '@cspell/cspell-types': 6.12.0 - cspell-trie-lib: 6.12.0 + '@cspell/cspell-pipe': 6.13.2 + '@cspell/cspell-types': 6.13.2 + cspell-trie-lib: 6.13.2 fast-equals: 4.0.3 gensequence: 4.0.2 dev: true - /cspell-glob/6.12.0: - resolution: {integrity: sha512-Q0rMGTxDyFFPm1LmHYM0ziuxQt2aXgr8Oi1glA2s0dBs0hg1DexlAEoLwLiMDUwSTvibEKIidPzlrmZ1AUDWEg==} + /cspell-glob/6.13.2: + resolution: {integrity: sha512-t7v5fCUkiNQXCyxMUA8LJX+DLJOK4dKh375OmnoIvDxSdbdRa8C6/2cypzXK4Vjf3JjxRp4AXcIKGFuEFBRzzQ==} engines: {node: '>=14'} dependencies: micromatch: 4.0.5 dev: true - /cspell-grammar/6.12.0: - resolution: {integrity: sha512-WXcDiWJ2pTW0jHY0Bf0DW5s8A9S0a+2tsVZsNxE/0CR5P/8yDSnznE+59uok/JN+GXOKQ6VIaqAZA3/XjDZuuA==} + /cspell-grammar/6.13.2: + resolution: {integrity: sha512-g/2cwvwQRSncDgx/uhxciabQYPUCDhbH4gkQdlEPphKwnGcLrGmDhgVaqjPjicrtMmc2WfVUHUiHm/wZNGe0pg==} engines: {node: '>=14'} hasBin: true dependencies: - '@cspell/cspell-pipe': 6.12.0 - '@cspell/cspell-types': 6.12.0 + '@cspell/cspell-pipe': 6.13.2 + '@cspell/cspell-types': 6.13.2 dev: true - /cspell-io/6.12.0: - resolution: {integrity: sha512-1faxDj2OMgq61w7GaiXZD7ytks6PksJlG484LMl2USv58jDky4i2lujJs1C/+aP97Box9EcdwzydHX9GpnqqCw==} + /cspell-io/6.13.2: + resolution: {integrity: sha512-tmd0Td+B6bvDjo8wDy6YCmSTUNauDA3PTYhfrQtptBuGQlFHaQpubB4CJIuwcIP/w4zn3WVyBBTMWJFmFYzXxA==} engines: {node: '>=14'} dependencies: - '@cspell/cspell-service-bus': 6.12.0 + '@cspell/cspell-service-bus': 6.13.2 node-fetch: 2.6.7 transitivePeerDependencies: - encoding dev: true - /cspell-lib/6.12.0: - resolution: {integrity: sha512-IKd2MzH/zoiXohc26Lqb1b8i+41Y2xGreyAe9ihv/7Z2dscGGVy7F/2taZvZK9kJIhaz33Yatxfx3htT6w0hqg==} + /cspell-lib/6.13.2: + resolution: {integrity: sha512-xssUIRqAXELPf+v44vAgkhDetGH5J2qkFtU+L8Wr3gEkAru3w7rFODkR2yrspyZ4At5eZalnokKUWqn6OjagYA==} engines: {node: '>=14'} dependencies: - '@cspell/cspell-bundled-dicts': 6.12.0 - '@cspell/cspell-pipe': 6.12.0 - '@cspell/cspell-types': 6.12.0 + '@cspell/cspell-bundled-dicts': 6.13.2 + '@cspell/cspell-pipe': 6.13.2 + '@cspell/cspell-types': 6.13.2 clear-module: 4.1.2 comment-json: 4.2.3 configstore: 5.0.1 cosmiconfig: 7.0.1 - cspell-dictionary: 6.12.0 - cspell-glob: 6.12.0 - cspell-grammar: 6.12.0 - cspell-io: 6.12.0 - cspell-trie-lib: 6.12.0 + cspell-dictionary: 6.13.2 + cspell-glob: 6.13.2 + cspell-grammar: 6.13.2 + cspell-io: 6.13.2 + cspell-trie-lib: 6.13.2 fast-equals: 4.0.3 find-up: 5.0.0 fs-extra: 10.1.0 @@ -4718,12 +4726,12 @@ packages: - encoding dev: true - /cspell-trie-lib/6.12.0: - resolution: {integrity: sha512-SJOdb51Wy3ewaKfttZwc9NYOIXaKlhyr+ykYKBExj3qMfV1J4d4iDLE95FriaRcqnq6X/qEM9jUvZHlvadDk3A==} + /cspell-trie-lib/6.13.2: + resolution: {integrity: sha512-23MwaRApfMhj+8UdgQX0VFMbTnLhe3Qp6vVoW3rmNsiFKqAZ4RmAOYZCJrnZn6T3UBPxNgw5fBxZNzHUzjTVZg==} engines: {node: '>=14'} dependencies: - '@cspell/cspell-pipe': 6.12.0 - '@cspell/cspell-types': 6.12.0 + '@cspell/cspell-pipe': 6.13.2 + '@cspell/cspell-types': 6.13.2 fs-extra: 10.1.0 gensequence: 4.0.2 dev: true @@ -4763,42 +4771,42 @@ packages: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} dev: true - /cypress-image-snapshot/4.0.1_kk6yjhqxahghos5zojvosw7ng4: + /cypress-image-snapshot/4.0.1_qb6t4atfexeiaiscfhsmxcgcni: resolution: {integrity: sha512-PBpnhX/XItlx3/DAk5ozsXQHUi72exybBNH5Mpqj1DVmjq+S5Jd9WE5CRa4q5q0zuMZb2V2VpXHth6MjFpgj9Q==} engines: {node: '>=8'} peerDependencies: cypress: ^4.5.0 dependencies: chalk: 2.4.2 - cypress: 10.10.0 + cypress: 10.11.0 fs-extra: 7.0.1 glob: 7.2.3 - jest-image-snapshot: 4.2.0_jest@29.2.2 + jest-image-snapshot: 4.2.0_jest@26.6.3 pkg-dir: 3.0.0 term-img: 4.1.0 transitivePeerDependencies: - jest dev: true - /cypress-image-snapshot/4.0.1_wsmbrbtpfgb2tvmlrj7mjfruri: + /cypress-image-snapshot/4.0.1_ubq66qitfkq2hjrkiw5tjmpgui: resolution: {integrity: sha512-PBpnhX/XItlx3/DAk5ozsXQHUi72exybBNH5Mpqj1DVmjq+S5Jd9WE5CRa4q5q0zuMZb2V2VpXHth6MjFpgj9Q==} engines: {node: '>=8'} peerDependencies: cypress: ^4.5.0 dependencies: chalk: 2.4.2 - cypress: 10.10.0 + cypress: 10.11.0 fs-extra: 7.0.1 glob: 7.2.3 - jest-image-snapshot: 4.2.0_jest@26.6.3 + jest-image-snapshot: 4.2.0_jest@29.2.2 pkg-dir: 3.0.0 term-img: 4.1.0 transitivePeerDependencies: - jest dev: true - /cypress/10.10.0: - resolution: {integrity: sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==} + /cypress/10.11.0: + resolution: {integrity: sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -4840,7 +4848,7 @@ packages: pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 request-progress: 3.0.0 - semver: 7.3.7 + semver: 7.3.8 supports-color: 8.1.1 tmp: 0.2.1 untildify: 4.0.0 @@ -5470,7 +5478,7 @@ packages: vinyl-fs: 3.0.3 yargs: 15.4.1 optionalDependencies: - '@vue/compiler-sfc': 3.2.40 + '@vue/compiler-sfc': 3.2.41 vue-template-compiler: 2.7.10 transitivePeerDependencies: - supports-color @@ -5907,21 +5915,21 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.0: + /eslint-config-prettier/8.5.0_eslint@8.26.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.25.0: + /eslint-plugin-cypress/2.12.1_eslint@8.26.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 globals: 11.12.0 dev: true @@ -5931,7 +5939,7 @@ packages: htmlparser2: 8.0.1 dev: true - /eslint-plugin-jest/27.1.3_6co43ebcjfbpobjajqgjcmpkdi: + /eslint-plugin-jest/27.1.3_6amp5fdmvwluzjywjm3ep2edui: resolution: {integrity: sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -5944,16 +5952,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 jest: 29.2.2_zbszuqcpgvqti4gsbgzr4pxrbm transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jest/27.1.3_pubrigz2e5aqv2qdhrj3u7msey: + /eslint-plugin-jest/27.1.3_ica35nyjpw4tulszcdgkibbjga: resolution: {integrity: sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -5966,17 +5974,17 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 jest: 26.6.3_ts-node@10.9.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsdoc/39.3.25_eslint@8.25.0: - resolution: {integrity: sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==} + /eslint-plugin-jsdoc/39.4.0_eslint@8.26.0: + resolution: {integrity: sha512-2FXAmh8lpO22aqZgu6NLB6berVnYgwbZx95BmjIIQjbRNwLIAwY0dtvSJDUZVW5nflv58c1gSWQjIJ8yLZ/+fw==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5985,7 +5993,7 @@ packages: comment-parser: 1.3.1 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.25.0 + eslint: 8.26.0 esquery: 1.4.0 semver: 7.3.8 spdx-expression-parse: 3.0.1 @@ -6001,13 +6009,13 @@ packages: vscode-json-languageservice: 4.2.1 dev: true - /eslint-plugin-markdown/3.0.0_eslint@8.25.0: + /eslint-plugin-markdown/3.0.0_eslint@8.26.0: resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.25.0 + eslint: 8.26.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color @@ -6041,13 +6049,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.25.0: + /eslint-utils/3.0.0_eslint@8.26.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 eslint-visitor-keys: 2.1.0 dev: true @@ -6061,14 +6069,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} + /eslint/8.26.0: + resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.10.5 + '@humanwhocodes/config-array': 0.11.7 '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -6076,7 +6085,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -6086,12 +6095,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.17.0 - globby: 11.1.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + is-path-inside: 3.0.3 js-sdsl: 4.1.4 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 @@ -10028,6 +10037,7 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -10651,8 +10661,8 @@ packages: engines: {node: '>=12.13.0'} dev: true - /pnpm/7.13.6: - resolution: {integrity: sha512-KIGf//0cojjX3cUL63gvAk8d5t9tg+5h6AxLGyxQwoCPtpsjXafm/auIJyDUUh9RVmcPusJxdiONkgxPnbW1YA==} + /pnpm/7.14.1: + resolution: {integrity: sha512-jxnp3SGzTZcSITKfaTfRrkOJYSeHwlU/rF+K9ofaIeHUYF3zR3Qcy5vl8mm07ECMfWhNjOy2phs2o3Zb41pHAg==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -10666,8 +10676,8 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.16: - resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + /postcss/8.4.18: + resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -11321,14 +11331,6 @@ packages: /robust-predicates/3.0.1: resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} - /rollup/2.78.1: - resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup/2.79.1: resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} @@ -12912,18 +12914,20 @@ packages: - less - sass - stylus + - sugarss - supports-color - terser dev: true - /vite/3.1.8: - resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==} + /vite/3.2.2: + resolution: {integrity: sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: less: '*' sass: '*' stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: less: @@ -12932,13 +12936,15 @@ packages: optional: true stylus: optional: true + sugarss: + optional: true terser: optional: true dependencies: esbuild: 0.15.12 - postcss: 8.4.16 + postcss: 8.4.18 resolve: 1.22.1 - rollup: 2.78.1 + rollup: 2.79.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -12955,7 +12961,7 @@ packages: vitepress: 1.0.0-alpha.26_tbpndr44ulefs3hehwpi2mkf2y dev: true - /vitepress-plugin-search/1.0.4-alpha.14_avkyoe4zdnp4ms2apm424dwjmm: + /vitepress-plugin-search/1.0.4-alpha.14_m3jrvapcj7q7m5scmf3cftoq54: resolution: {integrity: sha512-PvHdsv4DN4SNfbfMN2IFp6vNKLXqEVpZpvkFi5zyEdTn0nb2HtaNuAtwSeSz7gWOMZwzLQ/ncHQ0Ka5beHgASQ==} engines: {node: ^14.13.1 || ^16.7.0 || >=18} peerDependencies: @@ -12963,7 +12969,7 @@ packages: vitepress: ^1.0.0-alpha.13 vue: '3' dependencies: - vite: 3.1.8 + vite: 3.2.2 vitepress: 1.0.0-alpha.26_tbpndr44ulefs3hehwpi2mkf2y vue: 3.2.41 dev: true @@ -12974,13 +12980,13 @@ packages: dependencies: '@docsearch/css': 3.3.0 '@docsearch/js': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y - '@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41 + '@vitejs/plugin-vue': 3.1.2_vite@3.2.2+vue@3.2.41 '@vue/devtools-api': 6.4.5 '@vueuse/core': 9.4.0_vue@3.2.41 body-scroll-lock: 4.0.0-beta.0 shiki: 0.11.1 shiki-processor: 0.1.1_shiki@0.11.1 - vite: 3.1.8 + vite: 3.2.2 vue: 3.2.41 transitivePeerDependencies: - '@algolia/client-search' @@ -12991,6 +12997,7 @@ packages: - react-dom - sass - stylus + - sugarss - terser dev: true @@ -13030,11 +13037,12 @@ packages: local-pkg: 0.4.2 tinypool: 0.2.4 tinyspy: 1.0.2 - vite: 3.1.8 + vite: 3.2.2 transitivePeerDependencies: - less - sass - stylus + - sugarss - supports-color - terser dev: true @@ -13074,11 +13082,12 @@ packages: tinybench: 2.3.0 tinypool: 0.3.0 tinyspy: 1.0.2 - vite: 3.1.8 + vite: 3.2.2 transitivePeerDependencies: - less - sass - stylus + - sugarss - supports-color - terser dev: true