aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-06-06 21:23:12 +0200
committerGitHub <[email protected]>2022-06-06 19:23:12 +0000
commit38805db2f06a1e795c2053de70083dac55d46527 (patch)
treecff4a67bc3733bf1f009340fe89fe256b28877e5
parent5f473ac04fcccaa91b8f2c073a7bc835c16e1d28 (diff)
downloadfaker-38805db2f06a1e795c2053de70083dac55d46527.tar.xz
faker-38805db2f06a1e795c2053de70083dac55d46527.zip
chore(release): 7.2.0 (#1040)
-rw-r--r--CHANGELOG.md21
-rw-r--r--package.json24
-rw-r--r--pnpm-lock.yaml456
3 files changed, 261 insertions, 240 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b7549ee..84f8e80c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [7.2.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.2.0) (2022-06-06)
+
+
+### ⚠ SOFT BREAKING CHANGES
+
+* always use https for loremflickr (#1034)
+ * we removed the last parameter for `image.imageUrl` and always generate https urls
+
+
+### Features
+
+* add en_CA city_name (close [#983](https://github.com/faker-js/faker/issues/983)) ([#992](https://github.com/faker-js/faker/issues/992)) ([dc5c720](https://github.com/faker-js/faker/commit/dc5c72070c2dd32e9b1cb32368646fa6ae1bed0c))
+* add german adjectives ([#1023](https://github.com/faker-js/faker/issues/1023)) ([1b9a920](https://github.com/faker-js/faker/commit/1b9a920b36133a1b1c6313f1fb086fb697120076))
+* always use https for loremflickr ([#1034](https://github.com/faker-js/faker/issues/1034)) ([a235dca](https://github.com/faker-js/faker/commit/a235dcac30064e1357c4b0dc2481b2dcfa04a365))
+* science module ([#1014](https://github.com/faker-js/faker/issues/1014)) ([d75d079](https://github.com/faker-js/faker/commit/d75d07970b44bde066de0a765c169809ee8f6b74))
+
+
+### Bug Fixes
+
+* 🇫🇷 fr and 🇨🇭 fr_CH 🎨 colors ([#1007](https://github.com/faker-js/faker/issues/1007)) ([d96457e](https://github.com/faker-js/faker/commit/d96457ed99fb124dd4fceb16a8b418be2a4f47ed))
+
## [7.1.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.1.0) (2022-05-25)
diff --git a/package.json b/package.json
index 3d85e27e..f1b8d38f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
- "version": "7.1.0",
+ "version": "7.2.0",
"description": "Generate massive amounts of fake contextual data",
"keywords": [
"faker",
@@ -95,19 +95,19 @@
"devDependencies": {
"@algolia/client-search": "~4.13.1",
"@types/markdown-it": "~12.2.3",
- "@types/node": "~17.0.35",
+ "@types/node": "~17.0.40",
"@types/prettier": "~2.6.3",
- "@types/react": "~18.0.11",
+ "@types/react": "~18.0.12",
"@types/sanitize-html": "~2.6.2",
- "@types/validator": "~13.7.2",
- "@typescript-eslint/eslint-plugin": "~5.27.0",
- "@typescript-eslint/parser": "~5.27.0",
- "@vitest/ui": "~0.13.1",
+ "@types/validator": "~13.7.3",
+ "@typescript-eslint/eslint-plugin": "~5.27.1",
+ "@typescript-eslint/parser": "~5.27.1",
+ "@vitest/ui": "~0.14.1",
"c8": "~7.11.3",
"conventional-changelog-cli": "~2.2.2",
- "cypress": "~10.0.0",
+ "cypress": "~10.0.2",
"esbuild": "~0.14.42",
- "eslint": "~8.16.0",
+ "eslint": "~8.17.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.0",
"eslint-gitignore": "~0.1.0",
@@ -131,11 +131,11 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.7.3",
"validator": "~13.7.0",
- "vite": "~2.9.9",
+ "vite": "~2.9.10",
"vitepress": "~0.22.4",
- "vitest": "~0.13.1"
+ "vitest": "~0.14.1"
},
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 00183191..ee6996bf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -3,19 +3,19 @@ lockfileVersion: 5.4
specifiers:
'@algolia/client-search': ~4.13.1
'@types/markdown-it': ~12.2.3
- '@types/node': ~17.0.35
+ '@types/node': ~17.0.40
'@types/prettier': ~2.6.3
- '@types/react': ~18.0.11
+ '@types/react': ~18.0.12
'@types/sanitize-html': ~2.6.2
- '@types/validator': ~13.7.2
- '@typescript-eslint/eslint-plugin': ~5.27.0
- '@typescript-eslint/parser': ~5.27.0
- '@vitest/ui': ~0.13.1
+ '@types/validator': ~13.7.3
+ '@typescript-eslint/eslint-plugin': ~5.27.1
+ '@typescript-eslint/parser': ~5.27.1
+ '@vitest/ui': ~0.14.1
c8: ~7.11.3
conventional-changelog-cli: ~2.2.2
- cypress: ~10.0.0
+ cypress: ~10.0.2
esbuild: ~0.14.42
- eslint: ~8.16.0
+ eslint: ~8.17.0
eslint-config-prettier: ~8.5.0
eslint-define-config: ~1.5.0
eslint-gitignore: ~0.1.0
@@ -39,31 +39,31 @@ specifiers:
typedoc-plugin-missing-exports: ~0.22.6
typescript: ~4.7.3
validator: ~13.7.0
- vite: ~2.9.9
+ vite: ~2.9.10
vitepress: ~0.22.4
- vitest: ~0.13.1
+ vitest: ~0.14.1
devDependencies:
'@algolia/client-search': 4.13.1
'@types/markdown-it': 12.2.3
- '@types/node': 17.0.35
+ '@types/node': 17.0.40
'@types/prettier': 2.6.3
- '@types/react': 18.0.11
+ '@types/react': 18.0.12
'@types/sanitize-html': 2.6.2
- '@types/validator': 13.7.2
- '@typescript-eslint/eslint-plugin': 5.27.0_ggfhmjd2gcmyxfvpoza5szm32a
- '@typescript-eslint/parser': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
- '@vitest/ui': 0.13.1
+ '@types/validator': 13.7.3
+ '@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4
+ '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
+ '@vitest/ui': 0.14.1
c8: 7.11.3
conventional-changelog-cli: 2.2.2
- cypress: 10.0.0
+ cypress: 10.0.2
esbuild: 0.14.42
- eslint: 8.16.0
- eslint-config-prettier: [email protected]
+ eslint: 8.17.0
+ eslint-config-prettier: [email protected]
eslint-define-config: 1.5.0
- eslint-gitignore: [email protected]
- eslint-plugin-jsdoc: [email protected]
- eslint-plugin-prettier: 4.0.0_j7rsahgqtkecno6yauhsgsglf4
+ eslint-gitignore: [email protected]
+ eslint-plugin-jsdoc: [email protected]
+ eslint-plugin-prettier: 4.0.0_ucegkljdju7q4zmvwxzqoprf3y
esno: 0.16.3
glob: 8.0.3
lint-staged: 13.0.0
@@ -82,9 +82,9 @@ devDependencies:
typedoc-plugin-missing-exports: [email protected]
typescript: 4.7.3
validator: 13.7.0
- vite: 2.9.9
- vitepress: 0.22.4_zvt3kh6vtxobxb4gmt75nlt57a
- vitest: 0.13.1_baewxcksk7k52bul4nl75m7fbi
+ vite: 2.9.10
+ vitepress: 0.22.4_eurjwfem4ie5nnznw6gmhlbswe
+ vitest: 0.14.1_a7yd2hxnomrpm3jtpuwtiwfsvm
packages:
@@ -209,16 +209,16 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/parser/7.18.3:
- resolution: {integrity: sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ==}
+ /@babel/parser/7.18.4:
+ resolution: {integrity: sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.18.2
+ '@babel/types': 7.18.4
dev: true
- /@babel/types/7.18.2:
- resolution: {integrity: sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==}
+ /@babel/types/7.18.4:
+ resolution: {integrity: sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -273,18 +273,18 @@ packages:
resolution: {integrity: sha512-bh5IskwkkodbvC0FzSg1AxMykfDl95hebEKwxNoq4e5QaGzOXSBgW8+jnMFZ7JU4sTBiB04vZWoUSzNrPboLZA==}
dev: true
- /@docsearch/js/3.1.0_zvt3kh6vtxobxb4gmt75nlt57a:
+ /@docsearch/js/3.1.0_eurjwfem4ie5nnznw6gmhlbswe:
resolution: {integrity: sha512-5XSK+xbP0hcTIp54MECqxkWLs6kf7Ug4nWdxWNtx8cUpLiFNFnKXDxCb35wnyNpjukmrx7Q9DkO5tFFsmNVxng==}
dependencies:
- '@docsearch/react': 3.1.0_zvt3kh6vtxobxb4gmt75nlt57a
- preact: 10.7.2
+ '@docsearch/react': 3.1.0_eurjwfem4ie5nnznw6gmhlbswe
+ preact: 10.7.3
transitivePeerDependencies:
- '@types/react'
- react
- react-dom
dev: true
- /@docsearch/react/3.1.0_zvt3kh6vtxobxb4gmt75nlt57a:
+ /@docsearch/react/3.1.0_eurjwfem4ie5nnznw6gmhlbswe:
resolution: {integrity: sha512-bjB6ExnZzf++5B7Tfoi6UXgNwoUnNOfZ1NyvnvPhWgCMy5V/biAtLL4o7owmZSYdAKeFSvZ5Lxm0is4su/dBWg==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0'
@@ -293,7 +293,7 @@ packages:
dependencies:
'@algolia/autocomplete-core': 1.6.3
'@docsearch/css': 3.1.0
- '@types/react': 18.0.11
+ '@types/react': 18.0.12
algoliasearch: 4.13.1
react: 18.1.0
react-dom: [email protected]
@@ -311,20 +311,20 @@ packages:
/@esbuild-kit/cjs-loader/2.0.1:
resolution: {integrity: sha512-KmE8XouKm6m05jPIsf5CTIZZ4171GHd+PUts1mtti2tzoiD228qCRjpkCwg540c3fMUweKupO+PIpkJ9+Z7vPg==}
dependencies:
- '@esbuild-kit/core-utils': 1.2.0
+ '@esbuild-kit/core-utils': 1.3.0
get-tsconfig: 3.0.1
dev: true
- /@esbuild-kit/core-utils/1.2.0:
- resolution: {integrity: sha512-C+WS7LupKIvf/3hx6qHzHMroGI9Ypqvainghcuq8Le5LL8VA0lgZEG8sEa5YMuWEBvImHTJ6kBCNFws+bTbMjw==}
+ /@esbuild-kit/core-utils/1.3.0:
+ resolution: {integrity: sha512-c3N86nZAgU7soEbSCyLGVVf+9iz5fWw4ujK6e8KSDN3PuVFD6G9JVyLsNWvNoWLmNANb0YKxuhqdOLM4kAK66w==}
dependencies:
esbuild: 0.14.38
dev: true
- /@esbuild-kit/esm-loader/2.1.2:
- resolution: {integrity: sha512-7p6ftgLQIZKIXV3KdOsQ4pYL6lJHc7mNfWTZBp+nI7ceVvxJwe1VoaQAP0zA81zadUoX5DsGi9RXMTxu1uYt7w==}
+ /@esbuild-kit/esm-loader/2.1.4:
+ resolution: {integrity: sha512-acfzciUGugu1TV1QHJOAOe6F5miEjQLDYMWhoD4mVPFmwHA8Iwp5UCJidyruj67qp2ybu+Zc++7+th9VnYaZMA==}
dependencies:
- '@esbuild-kit/core-utils': 1.2.0
+ '@esbuild-kit/core-utils': 1.3.0
es-module-lexer: 0.10.5
get-tsconfig: 3.0.1
dev: true
@@ -449,12 +449,12 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true
- /@types/node/14.18.18:
- resolution: {integrity: sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==}
+ /@types/node/14.18.20:
+ resolution: {integrity: sha512-Q8KKwm9YqEmUBRsqJ2GWJDtXltBDxTdC4m5vTdXBolu2PeQh8LX+f6BTwU+OuXPu37fLxoN6gidqBmnky36FXA==}
dev: true
- /@types/node/17.0.35:
- resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==}
+ /@types/node/17.0.40:
+ resolution: {integrity: sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg==}
dev: true
/@types/normalize-package-data/2.4.1:
@@ -469,8 +469,8 @@ packages:
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
dev: true
- /@types/react/18.0.11:
- resolution: {integrity: sha512-JxSwm54IgMW4XTR+zFF5QpNx4JITmFbB4WHR2J0vg9RpjNeyqEMlODXsD2e64br6GX70TL0UYjZJETpyyC1WdA==}
+ /@types/react/18.0.12:
+ resolution: {integrity: sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
@@ -495,20 +495,20 @@ packages:
resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
dev: true
- /@types/validator/13.7.2:
- resolution: {integrity: sha512-KFcchQ3h0OPQgFirBRPZr5F/sVjxZsOrQHedj3zi8AH3Zv/hOLx2OLR4hxR5HcfoU+33n69ZuOfzthKVdMoTiw==}
+ /@types/validator/13.7.3:
+ resolution: {integrity: sha512-DNviAE5OUcZ5s+XEQHRhERLg8fOp8gSgvyJ4aaFASx5wwaObm+PBwTIMXiOFm1QrSee5oYwEAYb7LMzX2O88gA==}
dev: true
/@types/yauzl/2.10.0:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
- '@types/node': 17.0.35
+ '@types/node': 17.0.40
dev: true
optional: true
- /@typescript-eslint/eslint-plugin/5.27.0_ggfhmjd2gcmyxfvpoza5szm32a:
- resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==}
+ /@typescript-eslint/eslint-plugin/5.27.1_aq7uryhocdbvbqum33pitcm3y4:
+ resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -518,12 +518,12 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
- '@typescript-eslint/scope-manager': 5.27.0
- '@typescript-eslint/type-utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
- '@typescript-eslint/utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
+ '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
+ '@typescript-eslint/scope-manager': 5.27.1
+ '@typescript-eslint/type-utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
+ '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.17.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
@@ -534,8 +534,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.27.0_blx5qwtqxfukidcbfrsfa7cnnq:
- resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==}
+ /@typescript-eslint/parser/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
+ resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -544,26 +544,26 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.27.0
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/typescript-estree': [email protected]
+ '@typescript-eslint/scope-manager': 5.27.1
+ '@typescript-eslint/types': 5.27.1
+ '@typescript-eslint/typescript-estree': [email protected]
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.17.0
typescript: 4.7.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.27.0:
- resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==}
+ /@typescript-eslint/scope-manager/5.27.1:
+ resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/visitor-keys': 5.27.0
+ '@typescript-eslint/types': 5.27.1
+ '@typescript-eslint/visitor-keys': 5.27.1
dev: true
- /@typescript-eslint/type-utils/5.27.0_blx5qwtqxfukidcbfrsfa7cnnq:
- resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==}
+ /@typescript-eslint/type-utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
+ resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -572,22 +572,22 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
+ '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.17.0
typescript: 4.7.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types/5.27.0:
- resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==}
+ /@typescript-eslint/types/5.27.1:
+ resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/[email protected]:
- resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==}
+ /@typescript-eslint/typescript-estree/[email protected]:
+ resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -595,8 +595,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/visitor-keys': 5.27.0
+ '@typescript-eslint/types': 5.27.1
+ '@typescript-eslint/visitor-keys': 5.27.1
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -607,130 +607,130 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.27.0_blx5qwtqxfukidcbfrsfa7cnnq:
- resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==}
+ /@typescript-eslint/utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
+ resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==}
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.27.0
- '@typescript-eslint/types': 5.27.0
- '@typescript-eslint/typescript-estree': [email protected]
- eslint: 8.16.0
+ '@typescript-eslint/scope-manager': 5.27.1
+ '@typescript-eslint/types': 5.27.1
+ '@typescript-eslint/typescript-estree': [email protected]
+ eslint: 8.17.0
eslint-scope: 5.1.1
- eslint-utils: [email protected]
+ eslint-utils: [email protected]
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.27.0:
- resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==}
+ /@typescript-eslint/visitor-keys/5.27.1:
+ resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/types': 5.27.1
eslint-visitor-keys: 3.3.0
dev: true
resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
- vite: 2.9.9
- vue: 3.2.36
+ vite: 2.9.10
+ vue: 3.2.37
dev: true
- /@vitest/ui/0.13.1:
- resolution: {integrity: sha512-o/xpr6yuS+4qS384BFZp1pDJ3ihWfS4U2t5sjN1CHVvKM9QzdPszp99kF9bbyxIzjCHy36NuspYbqLexqRARvg==}
+ /@vitest/ui/0.14.1:
+ resolution: {integrity: sha512-rWhltzClVxTT9ktnS9DBQUe3RdRweP+XF1LspK5i3e+P66gn3rc2LChol3EYPYHJghL2Xsm91lvQO1pgE4vgHA==}
dependencies:
sirv: 2.0.2
dev: true
- /@vue/compiler-core/3.2.36:
- resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==}
+ /@vue/compiler-core/3.2.37:
+ resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==}
dependencies:
- '@babel/parser': 7.18.3
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.4
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
source-map: 0.6.1
dev: true
- /@vue/compiler-dom/3.2.36:
- resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==}
+ /@vue/compiler-dom/3.2.37:
+ resolution: {integrity: sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==}
dependencies:
- '@vue/compiler-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
dev: true
- /@vue/compiler-sfc/3.2.36:
- resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==}
+ /@vue/compiler-sfc/3.2.37:
+ resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==}
dependencies:
- '@babel/parser': 7.18.3
- '@vue/compiler-core': 3.2.36
- '@vue/compiler-dom': 3.2.36
- '@vue/compiler-ssr': 3.2.36
- '@vue/reactivity-transform': 3.2.36
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.4
+ '@vue/compiler-core': 3.2.37
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/reactivity-transform': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
postcss: 8.4.14
source-map: 0.6.1
dev: true
- /@vue/compiler-ssr/3.2.36:
- resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==}
+ /@vue/compiler-ssr/3.2.37:
+ resolution: {integrity: sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==}
dependencies:
- '@vue/compiler-dom': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/compiler-dom': 3.2.37
+ '@vue/shared': 3.2.37
dev: true
- /@vue/reactivity-transform/3.2.36:
- resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==}
+ /@vue/reactivity-transform/3.2.37:
+ resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==}
dependencies:
- '@babel/parser': 7.18.3
- '@vue/compiler-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@babel/parser': 7.18.4
+ '@vue/compiler-core': 3.2.37
+ '@vue/shared': 3.2.37
estree-walker: 2.0.2
magic-string: 0.25.9
dev: true
- /@vue/reactivity/3.2.36:
- resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==}
+ /@vue/reactivity/3.2.37:
+ resolution: {integrity: sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==}
dependencies:
- '@vue/shared': 3.2.36
+ '@vue/shared': 3.2.37
dev: true
- /@vue/runtime-core/3.2.36:
- resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==}
+ /@vue/runtime-core/3.2.37:
+ resolution: {integrity: sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==}
dependencies:
- '@vue/reactivity': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/reactivity': 3.2.37
+ '@vue/shared': 3.2.37
dev: true
- /@vue/runtime-dom/3.2.36:
- resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==}
+ /@vue/runtime-dom/3.2.37:
+ resolution: {integrity: sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==}
dependencies:
- '@vue/runtime-core': 3.2.36
- '@vue/shared': 3.2.36
+ '@vue/runtime-core': 3.2.37
+ '@vue/shared': 3.2.37
csstype: 2.6.20
dev: true
- /@vue/server-renderer/[email protected]:
- resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==}
+ /@vue/server-renderer/[email protected]:
+ resolution: {integrity: sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==}
peerDependencies:
- vue: 3.2.36
+ vue: 3.2.37
dependencies:
- '@vue/compiler-ssr': 3.2.36
- '@vue/shared': 3.2.36
- vue: 3.2.36
+ '@vue/compiler-ssr': 3.2.37
+ '@vue/shared': 3.2.37
+ vue: 3.2.37
dev: true
- /@vue/shared/3.2.36:
- resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==}
+ /@vue/shared/3.2.37:
+ resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==}
dev: true
/JSONStream/1.3.5:
@@ -1129,8 +1129,8 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true
- /colorette/2.0.16:
- resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==}
+ /colorette/2.0.17:
+ resolution: {integrity: sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g==}
dev: true
/combined-stream/1.0.8:
@@ -1400,15 +1400,15 @@ packages:
resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==}
dev: true
- /cypress/10.0.0:
- resolution: {integrity: sha512-OdND7TaYZcDD+UYBlL6VCEMZcsclliG9TY/T6zLzeGtwOf5dwi+41nU9XAZzSbByoqturb8HS4G/+XD8PthN5w==}
+ /cypress/10.0.2:
+ resolution: {integrity: sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA==}
engines: {node: '>=12.0.0'}
hasBin: true
requiresBuild: true
dependencies:
'@cypress/request': 2.88.10
'@cypress/xvfb': [email protected]
- '@types/node': 14.18.18
+ '@types/node': 14.18.20
'@types/sinonjs__fake-timers': 8.1.1
'@types/sizzle': 2.3.3
arch: 2.2.0
@@ -1422,7 +1422,7 @@ packages:
cli-table3: 0.6.2
commander: 5.1.0
common-tags: 1.8.2
- dayjs: 1.11.2
+ dayjs: 1.11.3
enquirer: 2.3.6
eventemitter2: 6.4.5
@@ -1466,8 +1466,8 @@ packages:
resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==}
dev: true
- /dayjs/1.11.2:
- resolution: {integrity: sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw==}
+ /dayjs/1.11.3:
+ resolution: {integrity: sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==}
dev: true
@@ -1508,7 +1508,7 @@ packages:
dev: true
/decamelize-keys/1.1.0:
- resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=}
+ resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==}
engines: {node: '>=0.10.0'}
dependencies:
decamelize: 1.2.0
@@ -1516,7 +1516,7 @@ packages:
dev: true
/decamelize/1.2.0:
- resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=}
+ resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -2127,7 +2127,7 @@ packages:
dev: true
/escape-string-regexp/1.0.5:
- resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
dev: true
@@ -2136,13 +2136,13 @@ packages:
engines: {node: '>=10'}
dev: true
- /eslint-config-prettier/[email protected]:
+ /eslint-config-prettier/[email protected]:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.16.0
+ eslint: 8.17.0
dev: true
/eslint-define-config/1.5.0:
@@ -2150,7 +2150,7 @@ packages:
engines: {node: '>= 14.6.0', npm: '>= 6.0.0', pnpm: '>= 7.0.0'}
dev: true
- /eslint-gitignore/[email protected]:
+ /eslint-gitignore/[email protected]:
resolution: {integrity: sha512-VFvY5Wyjuz5xXDC/NeONHzsh4YQNok2Gzg4SftAAuhkbrdHv5CChjfiFyLKhRlgOdCJr5kBquaLXHtuDBTW2/Q==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@@ -2158,13 +2158,13 @@ packages:
dependencies:
array.prototype.flatmap: 1.3.0
debug: 4.3.4
- eslint: 8.16.0
+ eslint: 8.17.0
fast-glob: 3.2.11
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-jsdoc/[email protected]:
+ /eslint-plugin-jsdoc/[email protected]:
resolution: {integrity: sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==}
engines: {node: ^14 || ^16 || ^17 || ^18}
peerDependencies:
@@ -2174,7 +2174,7 @@ packages:
comment-parser: 1.3.1
debug: 4.3.4
escape-string-regexp: 4.0.0
- eslint: 8.16.0
+ eslint: 8.17.0
esquery: 1.4.0
semver: 7.3.7
spdx-expression-parse: 3.0.1
@@ -2182,7 +2182,7 @@ packages:
- supports-color
dev: true
- /eslint-plugin-prettier/4.0.0_j7rsahgqtkecno6yauhsgsglf4:
+ /eslint-plugin-prettier/4.0.0_ucegkljdju7q4zmvwxzqoprf3y:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'}
peerDependencies:
@@ -2193,8 +2193,8 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.16.0
- eslint-config-prettier: [email protected]
+ eslint: 8.17.0
+ eslint-config-prettier: [email protected]
prettier: 2.6.2
prettier-linter-helpers: 1.0.0
dev: true
@@ -2215,13 +2215,13 @@ packages:
estraverse: 5.3.0
dev: true
- /eslint-utils/[email protected]:
+ /eslint-utils/[email protected]:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.16.0
+ eslint: 8.17.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -2235,8 +2235,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.16.0:
- resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==}
+ /eslint/8.17.0:
+ resolution: {integrity: sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
@@ -2249,7 +2249,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
- eslint-utils: [email protected]
+ eslint-utils: [email protected]
eslint-visitor-keys: 3.3.0
espree: 9.3.2
esquery: 1.4.0
@@ -2283,7 +2283,7 @@ packages:
resolution: {integrity: sha512-6slSBEV1lMKcX13DBifvnDFpNno5WXhw4j/ff7RI0y51BZiDqEe5dNhhjhIQ3iCOQuzsm2MbVzmwqbN78BBhPg==}
hasBin: true
dependencies:
- tsx: 3.4.1
+ tsx: 3.4.2
dev: true
/espree/9.3.2:
@@ -2416,7 +2416,7 @@ packages:
dev: true
/fast-levenshtein/2.0.6:
- resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=}
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
dev: true
/fastq/1.13.0:
@@ -2453,7 +2453,7 @@ packages:
dev: true
/find-up/2.1.0:
- resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=}
+ resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==}
engines: {node: '>=4'}
dependencies:
locate-path: 2.0.0
@@ -2526,7 +2526,7 @@ packages:
dev: true
/fs.realpath/1.0.0:
- resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
dev: true
/fsevents/2.3.2:
@@ -2636,7 +2636,7 @@ packages:
dev: true
/git-remote-origin-url/2.0.0:
- resolution: {integrity: sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=}
+ resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==}
engines: {node: '>=4'}
dependencies:
gitconfiglocal: 1.0.0
@@ -2653,7 +2653,7 @@ packages:
dev: true
/gitconfiglocal/1.0.0:
- resolution: {integrity: sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=}
+ resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==}
dependencies:
ini: 1.3.8
dev: true
@@ -2734,7 +2734,7 @@ packages:
source-map: 0.6.1
wordwrap: 1.0.0
optionalDependencies:
- uglify-js: 3.15.5
+ uglify-js: 3.16.0
dev: true
/hard-rejection/2.1.0:
@@ -2842,7 +2842,7 @@ packages:
dev: true
/imurmurhash/0.1.4:
- resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=}
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
dev: true
@@ -2852,7 +2852,7 @@ packages:
dev: true
/inflight/1.0.6:
- resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=}
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies:
once: 1.4.0
wrappy: 1.0.2
@@ -2881,7 +2881,7 @@ packages:
dev: true
/is-arrayish/0.2.1:
- resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=}
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
dev: true
/is-bigint/1.0.4:
@@ -2924,7 +2924,7 @@ packages:
dev: true
/is-extglob/2.1.1:
- resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -2981,7 +2981,7 @@ packages:
dev: true
/is-plain-obj/1.1.0:
- resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=}
+ resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3029,7 +3029,7 @@ packages:
dev: true
/is-text-path/1.0.1:
- resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=}
+ resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==}
engines: {node: '>=0.10.0'}
dependencies:
text-extensions: 1.9.0
@@ -3051,11 +3051,11 @@ packages:
dev: true
/isarray/1.0.0:
- resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=}
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
dev: true
/isexe/2.0.0:
- resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=}
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
dev: true
/isstream/0.1.2:
@@ -3121,7 +3121,7 @@ packages:
dev: true
/json-stable-stringify-without-jsonify/1.0.1:
- resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=}
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
dev: true
/json-stringify-safe/5.0.1:
@@ -3141,7 +3141,7 @@ packages:
dev: true
/jsonparse/1.3.1:
- resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=}
+ resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
engines: {'0': node >= 0.2.0}
dev: true
@@ -3188,7 +3188,7 @@ packages:
hasBin: true
dependencies:
cli-truncate: 3.1.0
- colorette: 2.0.16
+ colorette: 2.0.17
commander: 9.3.0
debug: 4.3.4
execa: 6.1.0
@@ -3215,7 +3215,7 @@ packages:
optional: true
dependencies:
cli-truncate: 2.1.0
- colorette: 2.0.16
+ colorette: 2.0.17
enquirer: 2.3.6
log-update: 4.0.0
p-map: 4.0.0
@@ -3235,7 +3235,7 @@ packages:
optional: true
dependencies:
cli-truncate: 2.1.0
- colorette: 2.0.16
+ colorette: 2.0.17
log-update: 4.0.0
p-map: 4.0.0
rfdc: 1.3.0
@@ -3245,7 +3245,7 @@ packages:
dev: true
/load-json-file/4.0.0:
- resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=}
+ resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==}
engines: {node: '>=4'}
dependencies:
graceful-fs: 4.2.10
@@ -3260,7 +3260,7 @@ packages:
dev: true
/locate-path/2.0.0:
- resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=}
+ resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==}
engines: {node: '>=4'}
dependencies:
p-locate: 2.0.0
@@ -3290,7 +3290,7 @@ packages:
dev: true
/lodash.ismatch/4.4.0:
- resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=}
+ resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==}
dev: true
/lodash.merge/4.6.2:
@@ -3361,7 +3361,7 @@ packages:
dev: true
/map-obj/1.0.1:
- resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=}
+ resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3377,7 +3377,7 @@ packages:
dev: true
/memorystream/0.3.1:
- resolution: {integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI=}
+ resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
engines: {node: '>= 0.10.0'}
dev: true
@@ -3493,7 +3493,7 @@ packages:
dev: true
/natural-compare/1.4.0:
- resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=}
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true
/neo-async/2.6.2:
@@ -3578,7 +3578,7 @@ packages:
dev: true
/once/1.4.0:
- resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=}
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies:
wrappy: 1.0.2
dev: true
@@ -3635,7 +3635,7 @@ packages:
dev: true
/p-locate/2.0.0:
- resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=}
+ resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==}
engines: {node: '>=4'}
dependencies:
p-limit: 1.3.0
@@ -3670,7 +3670,7 @@ packages:
dev: true
/p-try/1.0.0:
- resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=}
+ resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==}
engines: {node: '>=4'}
dev: true
@@ -3687,7 +3687,7 @@ packages:
dev: true
/parse-json/4.0.0:
- resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=}
+ resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==}
engines: {node: '>=4'}
dependencies:
error-ex: 1.3.2
@@ -3705,11 +3705,11 @@ packages:
dev: true
/parse-srcset/1.0.2:
- resolution: {integrity: sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=}
+ resolution: {integrity: sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==}
dev: true
/path-exists/3.0.0:
- resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=}
+ resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
engines: {node: '>=4'}
dev: true
@@ -3719,7 +3719,7 @@ packages:
dev: true
/path-is-absolute/1.0.1:
- resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=}
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3759,11 +3759,11 @@ packages:
dev: true
/pend/1.2.0:
- resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=}
+ resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
dev: true
/performance-now/2.1.0:
- resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=}
+ resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==}
dev: true
/picocolors/1.0.0:
@@ -3788,12 +3788,12 @@ packages:
dev: true
/pify/2.3.0:
- resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=}
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
engines: {node: '>=0.10.0'}
dev: true
/pify/3.0.0:
- resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=}
+ resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==}
engines: {node: '>=4'}
dev: true
@@ -3806,8 +3806,8 @@ packages:
source-map-js: 1.0.2
dev: true
- /preact/10.7.2:
- resolution: {integrity: sha512-GLjn0I3r6ka+NvxJUppsVFqb4V0qDTEHT/QxHlidPuClGaxF/4AI2Qti4a0cv3XMh5n1+D3hLScW10LRIm5msQ==}
+ /preact/10.7.3:
+ resolution: {integrity: sha512-giqJXP8VbtA1tyGa3f1n9wiN7PrHtONrDyE3T+ifjr/tTkg+2N4d/6sjC9WyJKv8wM7rOYDveqy5ZoFmYlwo4w==}
dev: true
/prelude-ls/1.2.1:
@@ -3873,7 +3873,7 @@ packages:
dev: true
/q/1.5.1:
- resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=}
+ resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==}
engines: {node: '>=0.6.0', teleport: '>=0.2.0'}
dev: true
@@ -4036,8 +4036,8 @@ packages:
glob: 7.2.3
dev: true
- /rollup/2.74.1:
- resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==}
+ /rollup/2.75.5:
+ resolution: {integrity: sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -4530,13 +4530,13 @@ packages:
typescript: 4.7.3
dev: true
- /tsx/3.4.1:
- resolution: {integrity: sha512-ksemgcHyR+35wmPWyWBnZPCyPjt+vZj0DIo7Ze6dJzA9zoPo6LVRx/JgJ+hsGgVhFxLsZhTgqORZQORc2WOzKA==}
+ /tsx/3.4.2:
+ resolution: {integrity: sha512-Rd1gm2noOUiVynF+VFxo4bVBNbzS6haWKWtlQ0bEfCLLEqm+GG3R98D3Rqk6foQ3NnJk6JAWOx1ragwcAPj4Lg==}
hasBin: true
dependencies:
'@esbuild-kit/cjs-loader': 2.0.1
- '@esbuild-kit/core-utils': 1.2.0
- '@esbuild-kit/esm-loader': 2.1.2
+ '@esbuild-kit/core-utils': 1.3.0
+ '@esbuild-kit/esm-loader': 2.1.4
optionalDependencies:
fsevents: 2.3.2
dev: true
@@ -4621,8 +4621,8 @@ packages:
hasBin: true
dev: true
- /uglify-js/3.15.5:
- resolution: {integrity: sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==}
+ /uglify-js/3.16.0:
+ resolution: {integrity: sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw==}
engines: {node: '>=0.8.0'}
hasBin: true
requiresBuild: true
@@ -4703,8 +4703,8 @@ packages:
extsprintf: 1.3.0
dev: true
- /vite/2.9.9:
- resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
+ /vite/2.9.10:
+ resolution: {integrity: sha512-TwZRuSMYjpTurLqXspct+HZE7ONiW9d+wSWgvADGxhDPPyoIcNywY+RX4ng+QpK30DCa1l/oZgi2PLZDibhzbQ==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
@@ -4722,22 +4722,22 @@ packages:
esbuild: 0.14.42
postcss: 8.4.14
resolve: 1.22.0
- rollup: 2.74.1
+ rollup: 2.75.5
optionalDependencies:
fsevents: 2.3.2
dev: true
- /vitepress/0.22.4_zvt3kh6vtxobxb4gmt75nlt57a:
+ /vitepress/0.22.4_eurjwfem4ie5nnznw6gmhlbswe:
resolution: {integrity: sha512-oZUnLO/SpYdThaBKefDeOiVlr0Rie4Ppx3FzMnMyLtJnI5GlBMNjqYqMy/4+umm/iC+ZDJfI+IlDKxv5fZnYzA==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
'@docsearch/css': 3.1.0
- '@docsearch/js': 3.1.0_zvt3kh6vtxobxb4gmt75nlt57a
- '@vitejs/plugin-vue': [email protected][email protected]
+ '@docsearch/js': 3.1.0_eurjwfem4ie5nnznw6gmhlbswe
+ '@vitejs/plugin-vue': [email protected][email protected]
prismjs: 1.28.0
- vite: 2.9.9
- vue: 3.2.36
+ vite: 2.9.10
+ vue: 3.2.37
transitivePeerDependencies:
- '@types/react'
- less
@@ -4747,8 +4747,8 @@ packages:
- stylus
dev: true
- /vitest/0.13.1_baewxcksk7k52bul4nl75m7fbi:
- resolution: {integrity: sha512-CfSBf7YFw/i8HumSUQRtZKs0aV91DC9WU8nAgIJAlawKHaFuPHQohDwOTPIFgrxySiuFYUa0Yohf9gDFfBwjxA==}
+ /vitest/0.14.1_a7yd2hxnomrpm3jtpuwtiwfsvm:
+ resolution: {integrity: sha512-2UUm6jYgkwh7Y3VKSRR8OuaNCm+iA5LPDnal7jyITN39maZK9L+JVxqjtQ39PSFo5Fl3/BgaJvER6GGHX9JLxg==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -4768,14 +4768,14 @@ packages:
dependencies:
'@types/chai': 4.3.1
'@types/chai-subset': 1.3.3
- '@vitest/ui': 0.13.1
+ '@vitest/ui': 0.14.1
c8: 7.11.3
chai: 4.3.6
debug: 4.3.4
local-pkg: 0.4.1
tinypool: 0.1.3
tinyspy: 0.3.2
- vite: 2.9.9
+ vite: 2.9.10
transitivePeerDependencies:
- less
- sass
@@ -4791,14 +4791,14 @@ packages:
resolution: {integrity: sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==}
dev: true
- /vue/3.2.36:
- resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==}
+ /vue/3.2.37:
+ resolution: {integrity: sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==}
dependencies:
- '@vue/compiler-dom': 3.2.36
- '@vue/compiler-sfc': 3.2.36
- '@vue/runtime-dom': 3.2.36
- '@vue/server-renderer': [email protected]
- '@vue/shared': 3.2.36
+ '@vue/compiler-dom': 3.2.37
+ '@vue/compiler-sfc': 3.2.37
+ '@vue/runtime-dom': 3.2.37
+ '@vue/server-renderer': [email protected]
+ '@vue/shared': 3.2.37
dev: true
/which-boxed-primitive/1.0.2: