Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9d398c8

Browse files
committed
chore: upgrade deps
1 parent b3411bf commit 9d398c8

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"defu": "^4.0.1",
6767
"estree-walker": "^2.0.2",
6868
"magic-string": "^0.25.7",
69-
"ufo": "^0.7.1",
69+
"ufo": "^0.7.2",
7070
"upath": "^2.0.1"
7171
},
7272
"devDependencies": {
@@ -79,17 +79,17 @@
7979
"@nuxtjs/module-test-utils": "^1.6.3",
8080
"@release-it/conventional-changelog": "^2.0.1",
8181
"@types/fs-extra": "^9.0.11",
82-
"@types/jest": "^26.0.22",
82+
"@types/jest": "^26.0.23",
8383
"@types/normalize-path": "^3.0.0",
8484
"@typescript-eslint/eslint-plugin": "^4.22.0",
8585
"@typescript-eslint/parser": "^4.22.0",
8686
"babel-loader": "^8.2.2",
8787
"codecov": "^3.8.1",
88-
"core-js": "3.11.0",
88+
"core-js": "3.11.1",
8989
"cross-env": "^7.0.3",
9090
"eslint": "^7.25.0",
9191
"eslint-config-prettier": "^8.3.0",
92-
"eslint-plugin-jest": "^24.3.5",
92+
"eslint-plugin-jest": "^24.3.6",
9393
"eslint-plugin-prettier": "^3.4.0",
9494
"eslint-plugin-promise": "^5.1.0",
9595
"http-server": "^0.12.3",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,10 +2081,10 @@
20812081
dependencies:
20822082
"@types/istanbul-lib-report" "*"
20832083

2084-
"@types/jest@^26.0.22":
2085-
version "26.0.22"
2086-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6"
2087-
integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==
2084+
"@types/jest@^26.0.23":
2085+
version "26.0.23"
2086+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
2087+
integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
20882088
dependencies:
20892089
jest-diff "^26.0.0"
20902090
pretty-format "^26.0.0"
@@ -4413,10 +4413,10 @@ core-js-compat@^3.10.0, core-js-compat@^3.9.0, core-js-compat@^3.9.1:
44134413
browserslist "^4.16.3"
44144414
semver "7.0.0"
44154415

4416-
4417-
version "3.11.0"
4418-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.0.tgz#05dac6aa70c0a4ad842261f8957b961d36eb8926"
4419-
integrity sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw==
4416+
4417+
version "3.11.1"
4418+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.1.tgz#f920392bf8ed63a0ec8e4e729857bfa3d121c525"
4419+
integrity sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ==
44204420

44214421
core-js@^2.6.5:
44224422
version "2.6.12"
@@ -5504,10 +5504,10 @@ eslint-formatter-pretty@^4.0.0:
55045504
string-width "^4.2.0"
55055505
supports-hyperlinks "^2.0.0"
55065506

5507-
eslint-plugin-jest@^24.3.5:
5508-
version "24.3.5"
5509-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz#71f0b580f87915695c286c3f0eb88cf23664d044"
5510-
integrity sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug==
5507+
eslint-plugin-jest@^24.3.6:
5508+
version "24.3.6"
5509+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
5510+
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
55115511
dependencies:
55125512
"@typescript-eslint/experimental-utils" "^4.0.1"
55135513

@@ -13272,10 +13272,10 @@ ufo@^0.6.10:
1327213272
resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.6.11.tgz#69311ed4abc8ab671c83754b79ce0d396fea1075"
1327313273
integrity sha512-Yu7TJThwlr23peOkX/+hm6LfkyBs+eDWV880468PTrjKBKjjsNWFFwIuOqDfmXngRo9TZ4+twFYueRH0OLl0Gw==
1327413274

13275-
ufo@^0.7.1:
13276-
version "0.7.1"
13277-
resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.7.1.tgz#32441d4c034721223a1f471b362e73588f0fe669"
13278-
integrity sha512-Kt3fZl3vV5FgHTUZFeBB+kWFASPmPdvJLyGX00SceK/iIKyq3QqaOLoplAPCc7q/O2+ynIVpLH8dTOjICWGUew==
13275+
ufo@^0.7.2:
13276+
version "0.7.2"
13277+
resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.7.2.tgz#a0e3c9f1b1d9b55f60e068d17afd6ffbdc4fbd62"
13278+
integrity sha512-cfxpkL4g79LrCXa1RyvhM/obxunKRjHApD4Ml4UG0CZcKvfodfKH0YTmnm6ofKKUnLzBMdfXSZzlgyQmj6b3sw==
1327913279

1328013280
uglify-js@^3.1.4, uglify-js@^3.5.1:
1328113281
version "3.13.0"

0 commit comments

Comments
 (0)