fix(deps): update all non-major dependencies

This commit is contained in:
renovate[bot] 2022-11-14 02:44:42 +00:00
parent 0d8f09cec5
commit 20613beb8a
3 changed files with 202 additions and 248 deletions

View File

@ -62,13 +62,13 @@
]
},
"dependencies": {
"@braintree/sanitize-url": "6.0.1",
"@braintree/sanitize-url": "6.0.2",
"@types/node": "18.11.9",
"@types/uuid": "8.3.4",
"d3": "7.6.1",
"dagre": "0.8.5",
"dagre-d3": "0.6.4",
"dompurify": "2.4.0",
"dompurify": "2.4.1",
"fast-clone": "1.5.13",
"graphlib": "2.1.8",
"khroma": "2.0.0",
@ -83,18 +83,18 @@
"@applitools/eyes-cypress": "3.27.6",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@cspell/eslint-plugin": "6.14.0",
"@cspell/eslint-plugin": "6.14.2",
"@types/d3": "7.4.0",
"@types/dompurify": "2.3.4",
"@types/eslint": "8.4.10",
"@types/express": "4.17.14",
"@types/jsdom": "20.0.0",
"@types/jsdom": "20.0.1",
"@types/lodash": "4.14.188",
"@types/mdast": "3.0.10",
"@types/prettier": "2.7.1",
"@types/stylis": "4.0.2",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vitest/coverage-c8": "0.24.5",
"@vitest/ui": "0.24.5",
"concurrently": "7.5.0",
@ -106,7 +106,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jest": "27.1.4",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.0",
@ -114,7 +114,7 @@
"eslint-plugin-tsdoc": "0.2.17",
"express": "4.18.2",
"globby": "13.1.2",
"husky": "8.0.1",
"husky": "8.0.2",
"identity-obj-proxy": "3.0.0",
"jest": "29.2.2",
"jison": "0.4.18",
@ -131,8 +131,8 @@
"ts-node": "10.9.1",
"typescript": "4.8.4",
"unist-util-flatmap": "1.0.0",
"vite": "3.2.2",
"vitepress": "1.0.0-alpha.27",
"vite": "3.2.3",
"vitepress": "1.0.0-alpha.28",
"vitepress-plugin-mermaid": "2.0.8",
"vitepress-plugin-search": "1.0.4-alpha.15",
"vitest": "0.24.5"

View File

@ -69,7 +69,7 @@
"d3": "^7.0.0",
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"dompurify": "2.4.0",
"dompurify": "2.4.1",
"fast-clone": "^1.5.13",
"graphlib": "^2.1.8",
"khroma": "^2.0.0",
@ -86,13 +86,13 @@
"@types/dompurify": "2.3.4",
"@types/eslint": "8.4.10",
"@types/express": "4.17.14",
"@types/jsdom": "20.0.0",
"@types/jsdom": "20.0.1",
"@types/lodash": "4.14.188",
"@types/micromatch": "4.0.2",
"@types/prettier": "2.7.1",
"@types/stylis": "4.0.2",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"chokidar": "3.5.3",
"concurrently": "7.5.0",
"coveralls": "3.1.1",
@ -104,13 +104,13 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jest": "27.1.4",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.0",
"express": "4.18.2",
"globby": "13.1.2",
"husky": "8.0.1",
"husky": "8.0.2",
"identity-obj-proxy": "3.0.0",
"jison": "0.4.18",
"js-base64": "3.7.2",

View File

@ -8,23 +8,23 @@ importers:
.:
specifiers:
'@applitools/eyes-cypress': 3.27.6
'@braintree/sanitize-url': 6.0.1
'@braintree/sanitize-url': 6.0.2
'@commitlint/cli': 17.2.0
'@commitlint/config-conventional': 17.2.0
'@cspell/eslint-plugin': 6.14.0
'@cspell/eslint-plugin': 6.14.2
'@types/d3': 7.4.0
'@types/dompurify': 2.3.4
'@types/eslint': 8.4.10
'@types/express': 4.17.14
'@types/jsdom': 20.0.0
'@types/jsdom': 20.0.1
'@types/lodash': 4.14.188
'@types/mdast': 3.0.10
'@types/node': 18.11.9
'@types/prettier': 2.7.1
'@types/stylis': 4.0.2
'@types/uuid': 8.3.4
'@typescript-eslint/eslint-plugin': 5.42.0
'@typescript-eslint/parser': 5.42.0
'@typescript-eslint/eslint-plugin': 5.42.1
'@typescript-eslint/parser': 5.42.1
'@vitest/coverage-c8': 0.24.5
'@vitest/ui': 0.24.5
concurrently: 7.5.0
@ -34,13 +34,13 @@ importers:
d3: 7.6.1
dagre: 0.8.5
dagre-d3: 0.6.4
dompurify: 2.4.0
dompurify: 2.4.1
esbuild: 0.15.13
eslint: 8.27.0
eslint-config-prettier: 8.5.0
eslint-plugin-cypress: 2.12.1
eslint-plugin-html: 7.1.0
eslint-plugin-jest: 27.1.4
eslint-plugin-jest: 27.1.5
eslint-plugin-jsdoc: 39.6.2
eslint-plugin-json: 3.1.0
eslint-plugin-markdown: 3.0.0
@ -50,7 +50,7 @@ importers:
fast-clone: 1.5.13
globby: 13.1.2
graphlib: 2.1.8
husky: 8.0.1
husky: 8.0.2
identity-obj-proxy: 3.0.0
jest: 29.2.2
jison: 0.4.18
@ -74,19 +74,19 @@ importers:
typescript: 4.8.4
unist-util-flatmap: 1.0.0
uuid: 9.0.0
vite: 3.2.2
vitepress: 1.0.0-alpha.27
vite: 3.2.3
vitepress: 1.0.0-alpha.28
vitepress-plugin-mermaid: 2.0.8
vitepress-plugin-search: 1.0.4-alpha.15
vitest: 0.24.5
dependencies:
'@braintree/sanitize-url': 6.0.1
'@braintree/sanitize-url': 6.0.2
'@types/node': 18.11.9
'@types/uuid': 8.3.4
d3: 7.6.1
dagre: 0.8.5
dagre-d3: 0.6.4
dompurify: 2.4.0
dompurify: 2.4.1
fast-clone: 1.5.13
graphlib: 2.1.8
khroma: 2.0.0
@ -100,18 +100,18 @@ importers:
'@applitools/eyes-cypress': 3.27.6
'@commitlint/cli': 17.2.0
'@commitlint/config-conventional': 17.2.0
'@cspell/eslint-plugin': 6.14.0
'@cspell/eslint-plugin': 6.14.2
'@types/d3': 7.4.0
'@types/dompurify': 2.3.4
'@types/eslint': 8.4.10
'@types/express': 4.17.14
'@types/jsdom': 20.0.0
'@types/jsdom': 20.0.1
'@types/lodash': 4.14.188
'@types/mdast': 3.0.10
'@types/prettier': 2.7.1
'@types/stylis': 4.0.2
'@typescript-eslint/eslint-plugin': 5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34
'@typescript-eslint/parser': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq
'@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
'@vitest/coverage-c8': 0.24.5_7l34rqjzi6dnvspyhao4gurgki
'@vitest/ui': 0.24.5
concurrently: 7.5.0
@ -123,7 +123,7 @@ importers:
eslint-config-prettier: 8.5.0_eslint@8.27.0
eslint-plugin-cypress: 2.12.1_eslint@8.27.0
eslint-plugin-html: 7.1.0
eslint-plugin-jest: 27.1.4_mo2lami4yy66jkzk2pp2s2sft4
eslint-plugin-jest: 27.1.5_iokx7ekx3swgvwius64h34smqy
eslint-plugin-jsdoc: 39.6.2_eslint@8.27.0
eslint-plugin-json: 3.1.0
eslint-plugin-markdown: 3.0.0_eslint@8.27.0
@ -131,7 +131,7 @@ importers:
eslint-plugin-tsdoc: 0.2.17
express: 4.18.2
globby: 13.1.2
husky: 8.0.1
husky: 8.0.2
identity-obj-proxy: 3.0.0
jest: 29.2.2_odkjkoia5xunhxkdrka32ib6vi
jison: 0.4.18
@ -148,10 +148,10 @@ importers:
ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54
typescript: 4.8.4
unist-util-flatmap: 1.0.0
vite: 3.2.2
vitepress: 1.0.0-alpha.27_tbpndr44ulefs3hehwpi2mkf2y
vitepress-plugin-mermaid: 2.0.8_4ciratiyyfxwawp34rwsk4kamu
vitepress-plugin-search: 1.0.4-alpha.15_jqf4rwmsymnrb4kzh6io7s4tmi
vite: 3.2.3_@types+node@18.11.9
vitepress: 1.0.0-alpha.28_ysryt2e75uhznkanan6iyjk4mi
vitepress-plugin-mermaid: 2.0.8_rrdem5zfx6mwymtnpoibog245q
vitepress-plugin-search: 1.0.4-alpha.15_s3edpouswd4dgoi2en7bdlrp54
vitest: 0.24.5_7l34rqjzi6dnvspyhao4gurgki
packages/mermaid:
@ -164,13 +164,13 @@ importers:
'@types/dompurify': 2.3.4
'@types/eslint': 8.4.10
'@types/express': 4.17.14
'@types/jsdom': 20.0.0
'@types/jsdom': 20.0.1
'@types/lodash': 4.14.188
'@types/micromatch': 4.0.2
'@types/prettier': 2.7.1
'@types/stylis': 4.0.2
'@typescript-eslint/eslint-plugin': 5.42.0
'@typescript-eslint/parser': 5.42.0
'@typescript-eslint/eslint-plugin': 5.42.1
'@typescript-eslint/parser': 5.42.1
chokidar: 3.5.3
concurrently: 7.5.0
coveralls: 3.1.1
@ -180,13 +180,13 @@ importers:
dagre: ^0.8.5
dagre-d3: ^0.6.4
documentation: 13.2.5
dompurify: 2.4.0
dompurify: 2.4.1
esbuild: 0.15.13
eslint: 8.27.0
eslint-config-prettier: 8.5.0
eslint-plugin-cypress: 2.12.1
eslint-plugin-html: 7.1.0
eslint-plugin-jest: 27.1.4
eslint-plugin-jest: 27.1.5
eslint-plugin-jsdoc: 39.6.2
eslint-plugin-json: 3.1.0
eslint-plugin-markdown: 3.0.0
@ -194,7 +194,7 @@ importers:
fast-clone: ^1.5.13
globby: 13.1.2
graphlib: ^2.1.8
husky: 8.0.1
husky: 8.0.2
identity-obj-proxy: 3.0.0
jison: 0.4.18
js-base64: 3.7.2
@ -224,7 +224,7 @@ importers:
d3: 7.6.1
dagre: 0.8.5
dagre-d3: 0.6.4
dompurify: 2.4.0
dompurify: 2.4.1
fast-clone: 1.5.13
graphlib: 2.1.8
khroma: 2.0.0
@ -240,13 +240,13 @@ importers:
'@types/dompurify': 2.3.4
'@types/eslint': 8.4.10
'@types/express': 4.17.14
'@types/jsdom': 20.0.0
'@types/jsdom': 20.0.1
'@types/lodash': 4.14.188
'@types/micromatch': 4.0.2
'@types/prettier': 2.7.1
'@types/stylis': 4.0.2
'@typescript-eslint/eslint-plugin': 5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34
'@typescript-eslint/parser': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq
'@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
chokidar: 3.5.3
concurrently: 7.5.0
coveralls: 3.1.1
@ -258,13 +258,13 @@ importers:
eslint-config-prettier: 8.5.0_eslint@8.27.0
eslint-plugin-cypress: 2.12.1_eslint@8.27.0
eslint-plugin-html: 7.1.0
eslint-plugin-jest: 27.1.4_nc2muyejbxixdtdkoal5nbvotq
eslint-plugin-jest: 27.1.5_jrpxipm6pabmwsz6c3beohyxm4
eslint-plugin-jsdoc: 39.6.2_eslint@8.27.0
eslint-plugin-json: 3.1.0
eslint-plugin-markdown: 3.0.0_eslint@8.27.0
express: 4.18.2
globby: 13.1.2
husky: 8.0.1
husky: 8.0.2
identity-obj-proxy: 3.0.0
jison: 0.4.18
js-base64: 3.7.2
@ -1121,8 +1121,8 @@ packages:
resolution: {integrity: sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w==}
dev: false
/@braintree/sanitize-url/6.0.1:
resolution: {integrity: sha512-zr9Qs9KFQiEvMWdZesjcmRJlUck5NR+eKGS1uyKk+oYTWwlYrsoPEi6VmG6/TzBD1hKCGEimrhTgGS6hvn/xIQ==}
/@braintree/sanitize-url/6.0.2:
resolution: {integrity: sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==}
/@cnakazawa/watch/1.0.4:
resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==}
@ -1302,32 +1302,32 @@ packages:
chalk: 4.1.2
dev: true
/@cspell/cspell-bundled-dicts/6.14.0:
resolution: {integrity: sha512-GItmbgKcqMUiNKy2Z3xPGEyS8Tu1DXrJCyj9uQD4J+MPQeirZfLb1wSNsZsVTTmRQm8eTZ/m73X95l8Ekfqm2A==}
/@cspell/cspell-bundled-dicts/6.14.2:
resolution: {integrity: sha512-gh6h/1vy332s3IR7x1v53Cp/WGPpbKKRdte3qUG0KZol9A52agfPCju8TEHxsyk8rXAbVtqYwue8Y68Nz4ZbVg==}
engines: {node: '>=14'}
dependencies:
'@cspell/dict-ada': 3.0.0
'@cspell/dict-ada': 4.0.0
'@cspell/dict-aws': 3.0.0
'@cspell/dict-bash': 3.0.0
'@cspell/dict-bash': 4.1.0
'@cspell/dict-companies': 3.0.3
'@cspell/dict-cpp': 4.0.0
'@cspell/dict-cryptocurrencies': 3.0.1
'@cspell/dict-csharp': 4.0.1
'@cspell/dict-css': 3.0.0
'@cspell/dict-css': 4.0.0
'@cspell/dict-dart': 2.0.0
'@cspell/dict-django': 3.0.0
'@cspell/dict-docker': 1.1.1
'@cspell/dict-dotnet': 3.0.1
'@cspell/dict-elixir': 3.0.0
'@cspell/dict-django': 4.0.0
'@cspell/dict-docker': 1.1.3
'@cspell/dict-dotnet': 4.0.0
'@cspell/dict-elixir': 4.0.0
'@cspell/dict-en-gb': 1.1.33
'@cspell/dict-en_us': 4.0.0
'@cspell/dict-en_us': 4.1.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-golang': 5.0.0
'@cspell/dict-haskell': 4.0.0
'@cspell/dict-html': 4.0.1
'@cspell/dict-html-symbol-entities': 4.0.0
'@cspell/dict-java': 5.0.2
'@cspell/dict-latex': 3.0.0
@ -1350,31 +1350,31 @@ packages:
'@cspell/dict-vue': 3.0.0
dev: true
/@cspell/cspell-pipe/6.14.0:
resolution: {integrity: sha512-8dZZst6jZ7ELrNV1JqHNb7EnlXZTjgRYl6C+3PrC30/XUkMubBUj9nncLQH+M1ZUVpSN1ErbnTPOpbCllZ8tvQ==}
/@cspell/cspell-pipe/6.14.2:
resolution: {integrity: sha512-9H7Z/jy2tGpMW9T/JOk8T3bqvQoHJIz1wddktA5Lq8fnMqlDhM9le2uykhVlLpemLhWpDS2fNzLJ3sHiaPgHBA==}
engines: {node: '>=14'}
dev: true
/@cspell/cspell-service-bus/6.14.0:
resolution: {integrity: sha512-p8sgtPfWm0UozKr4wPK/JK/IRqQZVJmA5O4YHaFYx3CHK4F7Lki0v6octds8ks9b3bP7KyVX+zix61y1LcCUQw==}
/@cspell/cspell-service-bus/6.14.2:
resolution: {integrity: sha512-IOK4MqwDNS2y29eZjdpHrCQ0ouTWZCS2e3EOmlvY+yUpT7e1AX8pVOaar4jLnXg03evAjrFrrmfmhFI6poO6Hg==}
engines: {node: '>=14'}
dev: true
/@cspell/cspell-types/6.14.0:
resolution: {integrity: sha512-QHl/M02JeqvIvBJsH4U6OMV6B210QaHYfau8RapbZi1xqVdWuO9UQ44Z180AG41Y8a7T41pi5QWCQVB2s1WA+w==}
/@cspell/cspell-types/6.14.2:
resolution: {integrity: sha512-/EZYVglm6+2GlnkFTzuLuQFr7vrttkhG+ZsNO9EDcFYB5N7O2ndNSkTQFxGi8FS8R3RS5CHyS5X6hANnolzvfQ==}
engines: {node: '>=14'}
dev: true
/@cspell/dict-ada/3.0.0:
resolution: {integrity: sha512-jpUVex0JTMGIQC/+T/GglLRpimmvH8HUcpf3gC+bS1ZcVGzyWQo5clevxYbz2MBVoLxSMZiqPoqB5dt/vAOTwQ==}
/@cspell/dict-ada/4.0.0:
resolution: {integrity: sha512-M0n4ZYmpLOXbDD07Qb/Ekk0K5pX2C+mCuJ2ZxPgbTq9HGlrN43PmqrGJHWcgtVHE3fd1D4VxS85QcQP6r1Y+KQ==}
dev: true
/@cspell/dict-aws/3.0.0:
resolution: {integrity: sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==}
dev: true
/@cspell/dict-bash/3.0.0:
resolution: {integrity: sha512-bQl6mk1SrcmrDL+F4XTeZtW2JnqgNJx5pNX6PIfWe5QA+J2blLlYbwDQOvjovpZEirwy8iqQmu//6bKjaDu1ow==}
/@cspell/dict-bash/4.1.0:
resolution: {integrity: sha512-8pFL03ZKejynfbsa2UZ3iZ7BrT1TAGTD8ZlK822ioAb7aoDvQhYao2Bjz5cXU0uk7CyrlgsSnYX94sLfqDfTxQ==}
dev: true
/@cspell/dict-companies/3.0.3:
@ -1393,36 +1393,36 @@ packages:
resolution: {integrity: sha512-BkfT6S790FcyWLTWYBwkj9dKxuNz4pHFDrj9GFrmqXd2HWzfSa944S0NJhal42TnW30JJljQY5P1ZYau+s2Pbg==}
dev: true
/@cspell/dict-css/3.0.0:
resolution: {integrity: sha512-GNg4EMhP+8yVr3AuebBMUxsb/otCz2DS8rTp2M5Fo1179uwpjMfPqLezFxH+YaiA3vgBiwajdrl/0ZGn44qBRw==}
/@cspell/dict-css/4.0.0:
resolution: {integrity: sha512-ieSeG9KAJGIr5eK0JRWqD5KXstPPUw6JUTmGWc7P/qiqj/sjmhWqWKEt7HhoSNcb8uQxAkAoxhrNpfbKzqnKAw==}
dev: true
/@cspell/dict-dart/2.0.0:
resolution: {integrity: sha512-p7vHszsu2uJt+F04gvNy1e5okypFfVEYHBWgpOV/Jrvs0F5A+gUzFTG2Ix9b1jkCigAULYKQkIGue+qlhSoK5Q==}
dev: true
/@cspell/dict-django/3.0.0:
resolution: {integrity: sha512-Ag6ecPokb12RcAwD9eOvKl5G2l4h5aOQl36mipqINLc+NPtIGVN3qa2FBg3hHeS6OvIDwCZ/LQ/zz5xbBhakhg==}
/@cspell/dict-django/4.0.0:
resolution: {integrity: sha512-k0npSzQrPQSqjR2XtumV14sv9waTRMUzPx0UfOuJZcnCCZY8ofPeqFYoku+O+9Kc9etFOziOxnScshKVDzYWOQ==}
dev: true
/@cspell/dict-docker/1.1.1:
resolution: {integrity: sha512-UEYoeRDm7oUN9yz1mYSozz6D4+2N14S/cd2Re9et6Xzq6yi62s4ky3knF92Of2weelADjnN41UA22VBhRAf7Sw==}
/@cspell/dict-docker/1.1.3:
resolution: {integrity: sha512-Iz7EQGnLBgnnmzCC8iLQ7JssCCQlCjZLiCs0qhooETWLifob3nzsI9AVBh3gkYLhISLIIjBpfa4LTknskT7LzA==}
dev: true
/@cspell/dict-dotnet/3.0.1:
resolution: {integrity: sha512-Flruqsmhwrm1K2+HKsA4I6aywmsM5QnCddFb8FIQLgluyuTss6Hs1Xj380+k3PeU/wAg4xNTD7f6b4xxZLbfjw==}
/@cspell/dict-dotnet/4.0.0:
resolution: {integrity: sha512-biZiTWyDqwVV2m+c17lLIliPDXPjOR1VwwmyMxvb3nFS84aP9x52SAVCf0w7Io1CIpUiY7XnG6/xeI7esYU78w==}
dev: true
/@cspell/dict-elixir/3.0.0:
resolution: {integrity: sha512-DJxGMNfcT1ieYupyzq7GNSIJEkdJAnpEoL58R54bf2mxRfC02Uu2sIcKWJO18ozOn3jgOY408TxOCEc8bz39jw==}
/@cspell/dict-elixir/4.0.0:
resolution: {integrity: sha512-0TqqdQjg/zu3wAjk2FQkZ87pPIS9tA9kl6he5NJB729ysrWhND/7aSPC48QrP46VZ+oFrvFZK8DC8ZlYs16cjQ==}
dev: true
/@cspell/dict-en-gb/1.1.33:
resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==}
dev: true
/@cspell/dict-en_us/4.0.0:
resolution: {integrity: sha512-ZqWPm0cdC/3KdhWWHojti7/gfH5/JIzyGqI2zlmibz/jpR5Z0IzsW71xQCuU3KpNaYU1Frfivk0m34yicm1JFw==}
/@cspell/dict-en_us/4.1.0:
resolution: {integrity: sha512-EnfxP/5U3kDhmTWcHV7Xs2Fxa9KAE5fbHm+4u8LGBOUZvSkZC5+ayjQ50CfEyTGuaI/946ITQYPRNxUZ7oqOiQ==}
dev: true
/@cspell/dict-filetypes/3.0.0:
@ -1441,20 +1441,20 @@ packages:
resolution: {integrity: sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==}
dev: true
/@cspell/dict-golang/4.0.0:
resolution: {integrity: sha512-XxKINt3dmpixrmAcxVdP545eh0S6vmaGbddZyzIWzQlwoIE0b98l3AvtcdhCyYxbvcKAcZ+pkf+t2zGTnMvQug==}
/@cspell/dict-golang/5.0.0:
resolution: {integrity: sha512-Cbx4mVHsGbr5D+wlT0yU3n/0c5iLvciU48rSOQR7SCAzu5mTXyM1mqRu6nqnRiMv6G6mO50EL2LCTq6RZrlIOg==}
dev: true
/@cspell/dict-haskell/3.0.0:
resolution: {integrity: sha512-vVreZvGp9M8UcF/3fJAl/99M3NkcH0ik19xnFTsp4RWhy7+Ar/yCXo8251sSBtwL4TdR+0BHXdXKb2PYZ2UFdQ==}
/@cspell/dict-haskell/4.0.0:
resolution: {integrity: sha512-U/DPpDoitGeUvduM9teDkDc1zs4Plgh0pNONDP3YbsEICErSlp1NfatD0i35Z6cR0C7I8uEe4gG2phG00zrSqw==}
dev: true
/@cspell/dict-html-symbol-entities/4.0.0:
resolution: {integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==}
dev: true
/@cspell/dict-html/4.0.0:
resolution: {integrity: sha512-UQRolrzTTMS3Ja1qkrdERnqG04qqwqp4vbMV+BLKvR0oiibfH56Dfnx/qz/C5KgFLc48GLGXLALjgCiHtPjPiA==}
/@cspell/dict-html/4.0.1:
resolution: {integrity: sha512-q5fCzkoOz+8BW79qLrnANEDnG+Jb2WS2fXERxg9xwgKBXwXUxH8ttGVNhfkLpNWe/UMm00U1IZMnVGyYLNTO5w==}
dev: true
/@cspell/dict-java/5.0.2:
@ -1533,15 +1533,20 @@ packages:
resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==}
dev: true
/@cspell/eslint-plugin/6.14.0:
resolution: {integrity: sha512-Iv2Nh+/5tIEAzHCv+vwX/Eq1vkpizbGN89h5xLj3441SR2jt1DiAYDzVHfEYH0yZoMpn89ju12N+YEjAVUVSzw==}
/@cspell/eslint-plugin/6.14.2:
resolution: {integrity: sha512-GnwM/DOenB6VIt4lMpmw4jI1Sc83eR9/lsxz/yTQ8LZFYVxK0yWi+LbSLCLvKhLJ9RNm7jzyHCanIFNtx+aEyw==}
engines: {node: '>=14'}
dependencies:
cspell-lib: 6.14.0
cspell-lib: 6.14.2
transitivePeerDependencies:
- encoding
dev: true
/@cspell/strong-weak-map/6.14.2:
resolution: {integrity: sha512-OS/t4e5vfUyAiOcyuI1I9d4/EWCx7pA3L8uHNOQQHgjVP41tffMaKTirqRiNhkruIhmxa5Tk5fbQLRMEFapalg==}
engines: {node: '>=14.6'}
dev: true
/@cspotcode/source-map-support/0.8.1:
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
engines: {node: '>=12'}
@ -2602,8 +2607,8 @@ packages:
'@types/istanbul-lib-report': 3.0.0
dev: true
/@types/jsdom/20.0.0:
resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==}
/@types/jsdom/20.0.1:
resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
dependencies:
'@types/node': 18.11.9
'@types/tough-cookie': 4.0.2
@ -2786,8 +2791,8 @@ packages:
dev: true
optional: true
/@typescript-eslint/eslint-plugin/5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34:
resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==}
/@typescript-eslint/eslint-plugin/5.42.1_2udltptbznfmezdozpdoa2aemq:
resolution: {integrity: sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@ -2797,10 +2802,10 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/scope-manager': 5.42.0
'@typescript-eslint/type-utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/scope-manager': 5.42.1
'@typescript-eslint/type-utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
debug: 4.3.4
eslint: 8.27.0
ignore: 5.2.0
@ -2813,8 +2818,8 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==}
/@typescript-eslint/parser/5.42.1_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -2823,9 +2828,9 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 5.42.0
'@typescript-eslint/types': 5.42.0
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
'@typescript-eslint/scope-manager': 5.42.1
'@typescript-eslint/types': 5.42.1
'@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4
debug: 4.3.4
eslint: 8.27.0
typescript: 4.8.4
@ -2833,24 +2838,16 @@ packages:
- supports-color
dev: true
/@typescript-eslint/scope-manager/5.41.0:
resolution: {integrity: sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==}
/@typescript-eslint/scope-manager/5.42.1:
resolution: {integrity: sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==}
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
'@typescript-eslint/types': 5.42.1
'@typescript-eslint/visitor-keys': 5.42.1
dev: true
/@typescript-eslint/scope-manager/5.42.0:
resolution: {integrity: sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.42.0
'@typescript-eslint/visitor-keys': 5.42.0
dev: true
/@typescript-eslint/type-utils/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==}
/@typescript-eslint/type-utils/5.42.1_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@ -2859,8 +2856,8 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
'@typescript-eslint/utils': 5.42.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4
'@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
debug: 4.3.4
eslint: 8.27.0
tsutils: 3.21.0_typescript@4.8.4
@ -2869,18 +2866,13 @@ packages:
- supports-color
dev: true
/@typescript-eslint/types/5.41.0:
resolution: {integrity: sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==}
/@typescript-eslint/types/5.42.1:
resolution: {integrity: sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/types/5.42.0:
resolution: {integrity: sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree/5.41.0_typescript@4.8.4:
resolution: {integrity: sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==}
/@typescript-eslint/typescript-estree/5.42.1_typescript@4.8.4:
resolution: {integrity: sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@ -2888,8 +2880,8 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.41.0
'@typescript-eslint/visitor-keys': 5.41.0
'@typescript-eslint/types': 5.42.1
'@typescript-eslint/visitor-keys': 5.42.1
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@ -2900,38 +2892,17 @@ packages:
- supports-color
dev: true
/@typescript-eslint/typescript-estree/5.42.0_typescript@4.8.4:
resolution: {integrity: sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.42.0
'@typescript-eslint/visitor-keys': 5.42.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.41.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==}
/@typescript-eslint/utils/5.42.1_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==}
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
'@typescript-eslint/scope-manager': 5.42.1
'@typescript-eslint/types': 5.42.1
'@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4
eslint: 8.27.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.27.0
@ -2941,50 +2912,22 @@ packages:
- typescript
dev: true
/@typescript-eslint/utils/5.42.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==}
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.42.0
'@typescript-eslint/types': 5.42.0
'@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4
eslint: 8.27.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.27.0
semver: 7.3.8
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/@typescript-eslint/visitor-keys/5.41.0:
resolution: {integrity: sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==}
/@typescript-eslint/visitor-keys/5.42.1:
resolution: {integrity: sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.41.0
'@typescript-eslint/types': 5.42.1
eslint-visitor-keys: 3.3.0
dev: true
/@typescript-eslint/visitor-keys/5.42.0:
resolution: {integrity: sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.42.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==}
/@vitejs/plugin-vue/3.2.0_vite@3.2.3+vue@3.2.41:
resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^3.0.0
vue: ^3.2.25
dependencies:
vite: 3.2.2
vite: 3.2.3_@types+node@18.11.9
vue: 3.2.41
dev: true
@ -4702,59 +4645,60 @@ packages:
engines: {node: '>=8'}
dev: true
/cspell-dictionary/6.14.0:
resolution: {integrity: sha512-BJ89Fv6wiXHrR1OHKq/pnuutImXKehvGI2Wb8lkxOja7GYAypXMfyJRTJ2orE5eqmRD4DI+j3s7Bhby116z+Lw==}
/cspell-dictionary/6.14.2:
resolution: {integrity: sha512-j2+uZRru3xFtW7VUOoJCrlXta1DBiPq44yGjN/Npc0wtR/aWA/NOdRysap3jWhBS1t43CiA5fqXyMO7d4wDqxw==}
engines: {node: '>=14'}
dependencies:
'@cspell/cspell-pipe': 6.14.0
'@cspell/cspell-types': 6.14.0
cspell-trie-lib: 6.14.0
'@cspell/cspell-pipe': 6.14.2
'@cspell/cspell-types': 6.14.2
cspell-trie-lib: 6.14.2
fast-equals: 4.0.3
gensequence: 4.0.2
dev: true
/cspell-glob/6.14.0:
resolution: {integrity: sha512-0qdqwPJ+4tXk9HwB8IHlHy+P+8OM5sbVFTr5YaC5dGoy+Tfz56Y8V7gnitrmrxcLe3lpHVxi/mHNE3N/HWc+0Q==}
/cspell-glob/6.14.2:
resolution: {integrity: sha512-a9o3lBccEcH2676RGge2YqEORovm+II++D53P6hOW/23ltDe1J509MSY6CJdYdPk/VssOExas6akJ6FbKSCBgw==}
engines: {node: '>=14'}
dependencies:
micromatch: 4.0.5
dev: true
/cspell-grammar/6.14.0:
resolution: {integrity: sha512-0+W6tuHRYsFvrdh3HBTsQlYRWwv+RAok+YZaTv8ypmkMAISU13ipxL9SkEc/r/AermPd5JpJAfPNw8ZNWRVsAg==}
/cspell-grammar/6.14.2:
resolution: {integrity: sha512-Q9+gwp1U/qnECTqxa7WBMPn6sgBfXPIM68jXg8RgNMAuy1CE+m1eTCM9FBNFNpNKJWjaZPvANLOW5/EStN2A/A==}
engines: {node: '>=14'}
hasBin: true
dependencies:
'@cspell/cspell-pipe': 6.14.0
'@cspell/cspell-types': 6.14.0
'@cspell/cspell-pipe': 6.14.2
'@cspell/cspell-types': 6.14.2
dev: true
/cspell-io/6.14.0:
resolution: {integrity: sha512-KmjUQ2JrmH3/5JZtYvvjtlB4FWHwE75DrudYfnyFUTzLvVlSagNagfy5wPWTkydnRMdI23I7BOqBA+wtBydXcA==}
/cspell-io/6.14.2:
resolution: {integrity: sha512-QyQ0BBfDvF6B37SlSsmlzRnaGqiIHt7c5NsCNKf3ZfioTWkNI/fiabvSkpNGBAkELP6BPBxjsG+TaS+swZp+Kg==}
engines: {node: '>=14'}
dependencies:
'@cspell/cspell-service-bus': 6.14.0
'@cspell/cspell-service-bus': 6.14.2
node-fetch: 2.6.7
transitivePeerDependencies:
- encoding
dev: true
/cspell-lib/6.14.0:
resolution: {integrity: sha512-EqC/zhG7JSiYIcbzyPngFFrj5ElK0EACILKeqO/5lMvX19TdzaLDtnhY8ZHFY5+EIuaPkj4ahAqferx1gbJaDA==}
/cspell-lib/6.14.2:
resolution: {integrity: sha512-QNsmWix0oFi1CjzFfNG1xAJVl1OC+6kiWvq0A1S8VD3LJhJVvBqSv1vudpL1oS7H2/2yxk9PUC/MajGLi5i5MQ==}
engines: {node: '>=14.6'}
dependencies:
'@cspell/cspell-bundled-dicts': 6.14.0
'@cspell/cspell-pipe': 6.14.0
'@cspell/cspell-types': 6.14.0
'@cspell/cspell-bundled-dicts': 6.14.2
'@cspell/cspell-pipe': 6.14.2
'@cspell/cspell-types': 6.14.2
'@cspell/strong-weak-map': 6.14.2
clear-module: 4.1.2
comment-json: 4.2.3
configstore: 5.0.1
cosmiconfig: 7.0.1
cspell-dictionary: 6.14.0
cspell-glob: 6.14.0
cspell-grammar: 6.14.0
cspell-io: 6.14.0
cspell-trie-lib: 6.14.0
cspell-dictionary: 6.14.2
cspell-glob: 6.14.2
cspell-grammar: 6.14.2
cspell-io: 6.14.2
cspell-trie-lib: 6.14.2
fast-equals: 4.0.3
find-up: 5.0.0
fs-extra: 10.1.0
@ -4768,12 +4712,12 @@ packages:
- encoding
dev: true
/cspell-trie-lib/6.14.0:
resolution: {integrity: sha512-JY2iRwp/6/qQYmOw2B8uhYDxP7VzqSWIo8rD5lHSivQMjH7lhVnQ2LPumMTa9IEOEesCkwNM8N+krndo12Ptqg==}
/cspell-trie-lib/6.14.2:
resolution: {integrity: sha512-+aTRwFUzBPFbJ8zlDwzB1ew/gP7L6kddoXjmqCNeFx9B5DiwN1KPFRo+uBx21JOkoavnviGU//DpyWSU9Cittw==}
engines: {node: '>=14'}
dependencies:
'@cspell/cspell-pipe': 6.14.0
'@cspell/cspell-types': 6.14.0
'@cspell/cspell-pipe': 6.14.2
'@cspell/cspell-types': 6.14.2
fs-extra: 10.1.0
gensequence: 4.0.2
dev: true
@ -5561,6 +5505,11 @@ packages:
/dompurify/2.4.0:
resolution: {integrity: sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==}
dev: true
/dompurify/2.4.1:
resolution: {integrity: sha512-ewwFzHzrrneRjxzmK6oVz/rZn9VWspGFRDb4/rRtIsM1n36t9AKma/ye8syCpcw+XJ25kOK/hOG7t1j2I2yBqA==}
dev: false
/domutils/3.0.1:
resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==}
@ -5981,8 +5930,8 @@ packages:
htmlparser2: 8.0.1
dev: true
/eslint-plugin-jest/27.1.4_mo2lami4yy66jkzk2pp2s2sft4:
resolution: {integrity: sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==}
/eslint-plugin-jest/27.1.5_iokx7ekx3swgvwius64h34smqy:
resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@typescript-eslint/eslint-plugin': ^5.0.0
@ -5994,8 +5943,8 @@ packages:
jest:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34
'@typescript-eslint/utils': 5.41.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq
'@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
eslint: 8.27.0
jest: 29.2.2_odkjkoia5xunhxkdrka32ib6vi
transitivePeerDependencies:
@ -6003,8 +5952,8 @@ packages:
- typescript
dev: true
/eslint-plugin-jest/27.1.4_nc2muyejbxixdtdkoal5nbvotq:
resolution: {integrity: sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==}
/eslint-plugin-jest/27.1.5_jrpxipm6pabmwsz6c3beohyxm4:
resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@typescript-eslint/eslint-plugin': ^5.0.0
@ -6016,8 +5965,8 @@ packages:
jest:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.42.0_ofgjrzjuekeo7s3hdyz2yuzw34
'@typescript-eslint/utils': 5.41.0_rmayb2veg2btbq6mbmnyivgasy
'@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq
'@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
eslint: 8.27.0
jest: 26.6.3_ts-node@10.9.1
transitivePeerDependencies:
@ -7397,8 +7346,8 @@ packages:
engines: {node: '>=12.20.0'}
dev: true
/husky/8.0.1:
resolution: {integrity: sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==}
/husky/8.0.2:
resolution: {integrity: sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==}
engines: {node: '>=14'}
hasBin: true
dev: true
@ -9640,7 +9589,7 @@ packages:
/mermaid/9.1.7:
resolution: {integrity: sha512-MRVHXy5FLjnUQUG7YS3UN9jEN6FXCJbFCXVGJQjVIbiR6Vhw0j/6pLIjqsiah9xoHmQU6DEaKOvB3S1g/1nBPA==}
dependencies:
'@braintree/sanitize-url': 6.0.1
'@braintree/sanitize-url': 6.0.2
d3: 7.6.1
dagre: 0.8.5
dagre-d3: 0.6.4
@ -13014,17 +12963,20 @@ packages:
- terser
dev: true
/vite/3.2.2:
resolution: {integrity: sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==}
/vite/3.2.3_@types+node@18.11.9:
resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
'@types/node': '>= 14'
less: '*'
sass: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
peerDependenciesMeta:
'@types/node':
optional: true
less:
optional: true
sass:
@ -13036,6 +12988,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 18.11.9
esbuild: 0.15.13
postcss: 8.4.18
resolve: 1.22.1
@ -13044,7 +12997,7 @@ packages:
fsevents: 2.3.2
dev: true
/vitepress-plugin-mermaid/2.0.8_4ciratiyyfxwawp34rwsk4kamu:
/vitepress-plugin-mermaid/2.0.8_rrdem5zfx6mwymtnpoibog245q:
resolution: {integrity: sha512-ywWxTeg9kMv7ZPf/igCBF4ZHhWZAyRtbPnA12ICQuNK2AMp7r5IHOfnuX1EJQf8gNdsh8bcvvSvm8Ll92fdOTw==}
peerDependencies:
mermaid: ^8.0.0 || ^9.0.0
@ -13053,10 +13006,10 @@ packages:
dependencies:
mermaid: 9.1.7
vite-plugin-md: 0.20.4_nbt6i7tbnkrbcx4lq4tinvsaae
vitepress: 1.0.0-alpha.27_tbpndr44ulefs3hehwpi2mkf2y
vitepress: 1.0.0-alpha.28_ysryt2e75uhznkanan6iyjk4mi
dev: true
/vitepress-plugin-search/1.0.4-alpha.15_jqf4rwmsymnrb4kzh6io7s4tmi:
/vitepress-plugin-search/1.0.4-alpha.15_s3edpouswd4dgoi2en7bdlrp54:
resolution: {integrity: sha512-Ef/VkhTVYlECVI0H9Ck6745UNPfYFppAqnlxVSMJXdxP2vjOZ5TYNczlTTQ2p9dh16MFw/IurbL1/GrG4nXdNw==}
engines: {node: ^14.13.1 || ^16.7.0 || >=18}
peerDependencies:
@ -13069,26 +13022,27 @@ packages:
'@types/markdown-it': 12.2.3
flexsearch: 0.7.31
markdown-it: 13.0.1
vite: 3.2.2
vitepress: 1.0.0-alpha.27_tbpndr44ulefs3hehwpi2mkf2y
vite: 3.2.3_@types+node@18.11.9
vitepress: 1.0.0-alpha.28_ysryt2e75uhznkanan6iyjk4mi
vue: 3.2.41
dev: true
/vitepress/1.0.0-alpha.27_tbpndr44ulefs3hehwpi2mkf2y:
resolution: {integrity: sha512-7/PwlIRZANvB2uyi8oi4oMXuH84g2/pAaoymb+ObBCs60m0oVxKMPO28w7R/svqSnnE+bNDOuLzTCXt7gn513g==}
/vitepress/1.0.0-alpha.28_ysryt2e75uhznkanan6iyjk4mi:
resolution: {integrity: sha512-pvbLssDMgLUN1terajmPlFBxHSDGO4DqwexKbjFyr7LeELerVuwGrG6F2J1hxmwOlbpLd1kHXEDqGm9JX/kTDQ==}
hasBin: true
dependencies:
'@docsearch/css': 3.3.0
'@docsearch/js': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y
'@vitejs/plugin-vue': 3.1.2_vite@3.2.2+vue@3.2.41
'@vitejs/plugin-vue': 3.2.0_vite@3.2.3+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
vite: 3.2.2
vite: 3.2.3_@types+node@18.11.9
vue: 3.2.41
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/node'
- '@types/react'
- '@vue/composition-api'
- less
@ -13136,7 +13090,7 @@ packages:
local-pkg: 0.4.2
tinypool: 0.2.4
tinyspy: 1.0.2
vite: 3.2.2
vite: 3.2.3_@types+node@18.11.9
transitivePeerDependencies:
- less
- sass
@ -13181,7 +13135,7 @@ packages:
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 3.2.2
vite: 3.2.3_@types+node@18.11.9
transitivePeerDependencies:
- less
- sass