aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-20 09:46:44 +0100
committerGitHub <[email protected]>2023-03-20 09:46:44 +0100
commit0d9aba3873c6ae18610b72521252cf07e56133cc (patch)
tree8f8aa7601fdb54f990bbe098cb76ab9f5d0abdc4
parent68e17a95b0a7f62a7a43756667f861f8fcfb50ca (diff)
downloadfaker-0d9aba3873c6ae18610b72521252cf07e56133cc.tar.xz
faker-0d9aba3873c6ae18610b72521252cf07e56133cc.zip
chore(deps): update vitest to ~0.29.3 (#1949)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package.json6
-rw-r--r--pnpm-lock.yaml65
2 files changed, 35 insertions, 36 deletions
diff --git a/package.json b/package.json
index 26135024..a7d8d3dc 100644
--- a/package.json
+++ b/package.json
@@ -95,8 +95,8 @@
"@types/validator": "~13.7.14",
"@typescript-eslint/eslint-plugin": "~5.54.1",
"@typescript-eslint/parser": "~5.54.1",
- "@vitest/coverage-c8": "~0.29.2",
- "@vitest/ui": "~0.29.2",
+ "@vitest/coverage-c8": "~0.29.3",
+ "@vitest/ui": "~0.29.3",
"@vueuse/core": "~9.13.0",
"c8": "~7.13.0",
"conventional-changelog-cli": "~2.2.2",
@@ -127,7 +127,7 @@
"validator": "~13.9.0",
"vite": "~4.1.4",
"vitepress": "1.0.0-alpha.58",
- "vitest": "~0.29.2",
+ "vitest": "~0.29.3",
"vue": "~3.2.47"
},
"packageManager": "[email protected]",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 17f3bc99..17a760e8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -13,8 +13,8 @@ specifiers:
'@types/validator': ~13.7.14
'@typescript-eslint/eslint-plugin': ~5.54.1
'@typescript-eslint/parser': ~5.54.1
- '@vitest/coverage-c8': ~0.29.2
- '@vitest/ui': ~0.29.2
+ '@vitest/coverage-c8': ~0.29.3
+ '@vitest/ui': ~0.29.3
'@vueuse/core': ~9.13.0
c8: ~7.13.0
conventional-changelog-cli: ~2.2.2
@@ -45,7 +45,7 @@ specifiers:
validator: ~13.9.0
vite: ~4.1.4
vitepress: 1.0.0-alpha.58
- vitest: ~0.29.2
+ vitest: ~0.29.3
vue: ~3.2.47
devDependencies:
@@ -61,8 +61,8 @@ devDependencies:
'@types/validator': 13.7.14
'@typescript-eslint/eslint-plugin': 5.54.1_4rfaf6mlw2mmutqjcopwvbftpu
'@typescript-eslint/parser': 5.54.1_vgl77cfdswitgr47lm5swmv43m
- '@vitest/coverage-c8': [email protected]
- '@vitest/ui': 0.29.2
+ '@vitest/coverage-c8': [email protected]
+ '@vitest/ui': 0.29.3
'@vueuse/core': [email protected]
c8: 7.13.0
conventional-changelog-cli: 2.2.2
@@ -93,7 +93,7 @@ devDependencies:
validator: 13.9.0
vite: 4.1.4_@[email protected]
vitepress: 1.0.0-alpha.58_6x66empz7tvqv233bjwlvs4b7i
- vitest: 0.29.2_@[email protected]
+ vitest: 0.29.3_@[email protected]
vue: 3.2.47
packages:
@@ -1341,41 +1341,41 @@ packages:
vue: 3.2.47
dev: true
- /@vitest/coverage-c8/[email protected]:
- resolution: {integrity: sha512-NmD3WirQCeQjjKfHu4iEq18DVOBFbLn9TKVdMpyi5YW2EtnS+K22/WE+9/wRrepOhyeTxuEFgxUVkCAE1GhbnQ==}
+ /@vitest/coverage-c8/[email protected]:
+ resolution: {integrity: sha512-VMhCCkkd9E2J1U3OVQop2fT7PRutqNA+kjaiXkYKz6+ap5TcH+m5+61oE6bJNGn/pN6i5cL6nDqzrbl9wixFng==}
peerDependencies:
vitest: '>=0.29.0 <1'
dependencies:
c8: 7.13.0
picocolors: 1.0.0
std-env: 3.3.2
- vitest: 0.29.2_@[email protected]
+ vitest: 0.29.3_@[email protected]
dev: true
- /@vitest/expect/0.29.2:
- resolution: {integrity: sha512-wjrdHB2ANTch3XKRhjWZN0UueFocH0cQbi2tR5Jtq60Nb3YOSmakjdAvUa2JFBu/o8Vjhj5cYbcMXkZxn1NzmA==}
+ /@vitest/expect/0.29.3:
+ resolution: {integrity: sha512-z/0JqBqqrdtrT/wzxNrWC76EpkOHdl+SvuNGxWulLaoluygntYyG5wJul5u/rQs5875zfFz/F+JaDf90SkLUIg==}
dependencies:
- '@vitest/spy': 0.29.2
- '@vitest/utils': 0.29.2
+ '@vitest/spy': 0.29.3
+ '@vitest/utils': 0.29.3
chai: 4.3.7
dev: true
- /@vitest/runner/0.29.2:
- resolution: {integrity: sha512-A1P65f5+6ru36AyHWORhuQBJrOOcmDuhzl5RsaMNFe2jEkoj0faEszQS4CtPU/LxUYVIazlUtZTY0OEZmyZBnA==}
+ /@vitest/runner/0.29.3:
+ resolution: {integrity: sha512-XLi8ctbvOWhUWmuvBUSIBf8POEDH4zCh6bOuVxm/KGfARpgmVF1ku+vVNvyq85va+7qXxtl+MFmzyXQ2xzhAvw==}
dependencies:
- '@vitest/utils': 0.29.2
+ '@vitest/utils': 0.29.3
p-limit: 4.0.0
pathe: 1.1.0
dev: true
- /@vitest/spy/0.29.2:
- resolution: {integrity: sha512-Hc44ft5kaAytlGL2PyFwdAsufjbdOvHklwjNy/gy/saRbg9Kfkxfh+PklLm1H2Ib/p586RkQeNFKYuJInUssyw==}
+ /@vitest/spy/0.29.3:
+ resolution: {integrity: sha512-LLpCb1oOCOZcBm0/Oxbr1DQTuKLRBsSIHyLYof7z4QVE8/v8NcZKdORjMUq645fcfX55+nLXwU/1AQ+c2rND+w==}
dependencies:
tinyspy: 1.1.1
dev: true
- /@vitest/ui/0.29.2:
- resolution: {integrity: sha512-GpCExCMptrS1z3Xf6kz35Xdvjc2eTBy9OIIwW3HjePVxw9Q++ZoEaIBVimRTTGzSe40XiAI/ZyR0H0Ya9brqLA==}
+ /@vitest/ui/0.29.3:
+ resolution: {integrity: sha512-6xJyLhfSBRCzMbI9ip4BI7KIMnIM5cqOFl1sj4GSuHfRai17Q3FYZRcNvgo4TlE0f38/MSXDfjOc35/ZepYIWw==}
dependencies:
fast-glob: 3.2.12
flatted: 3.2.7
@@ -1384,13 +1384,12 @@ packages:
sirv: 2.0.2
dev: true
- /@vitest/utils/0.29.2:
- resolution: {integrity: sha512-F14/Uc+vCdclStS2KEoXJlOLAEyqRhnw0gM27iXw9bMTcyKRPJrQ+rlC6XZ125GIPvvKYMPpVxNhiou6PsEeYQ==}
+ /@vitest/utils/0.29.3:
+ resolution: {integrity: sha512-hg4Ff8AM1GtUnLpUJlNMxrf9f4lZr/xRJjh3uJ0QFP+vjaW82HAxKrmeBmLnhc8Os2eRf+f+VBu4ts7TafPPkA==}
dependencies:
cli-truncate: 3.1.0
diff: 5.1.0
loupe: 2.3.6
- picocolors: 1.0.0
pretty-format: 27.5.1
dev: true
@@ -5249,8 +5248,8 @@ packages:
extsprintf: 1.3.0
dev: true
- /vite-node/0.29.2_@[email protected]:
- resolution: {integrity: sha512-5oe1z6wzI3gkvc4yOBbDBbgpiWiApvuN4P55E8OI131JGrSuo4X3SOZrNmZYo4R8Zkze/dhi572blX0zc+6SdA==}
+ /vite-node/0.29.3_@[email protected]:
+ resolution: {integrity: sha512-QYzYSA4Yt2IiduEjYbccfZQfxKp+T1Do8/HEpSX/G5WIECTFKJADwLs9c94aQH4o0A+UtCKU61lj1m5KvbxxQA==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
@@ -5331,8 +5330,8 @@ packages:
- terser
dev: true
- /vitest/0.29.2_@[email protected]:
- resolution: {integrity: sha512-ydK9IGbAvoY8wkg29DQ4ivcVviCaUi3ivuPKfZEVddMTenFHUfB8EEDXQV8+RasEk1ACFLgMUqAaDuQ/Nk+mQA==}
+ /vitest/0.29.3_@[email protected]:
+ resolution: {integrity: sha512-muMsbXnZsrzDGiyqf/09BKQsGeUxxlyLeLK/sFFM4EXdURPQRv8y7dco32DXaRORYP0bvyN19C835dT23mL0ow==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -5356,11 +5355,11 @@ packages:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.15.3
- '@vitest/expect': 0.29.2
- '@vitest/runner': 0.29.2
- '@vitest/spy': 0.29.2
- '@vitest/ui': 0.29.2
- '@vitest/utils': 0.29.2
+ '@vitest/expect': 0.29.3
+ '@vitest/runner': 0.29.3
+ '@vitest/spy': 0.29.3
+ '@vitest/ui': 0.29.3
+ '@vitest/utils': 0.29.3
acorn: 8.8.2
acorn-walk: 8.2.0
cac: 6.7.14
@@ -5376,7 +5375,7 @@ packages:
tinypool: 0.3.1
tinyspy: 1.1.1
vite: 4.1.4_@[email protected]
- vite-node: 0.29.2_@[email protected]
+ vite-node: 0.29.3_@[email protected]
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less