Skip to content

Commit 9148b56

Browse files
chore(deps): update dependency mlly to v1
1 parent a628110 commit 9148b56

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"h3": "^0.8.6",
6565
"is-https": "^4.0.0",
6666
"items-promise": "^1.0.0",
67-
"mlly": "^0.5.17",
67+
"mlly": "^1.5.0",
6868
"ohmyfetch": "^0.4.21",
6969
"requrl": "^3.0.2",
7070
"scule": "^0.3.2",

yarn.lock

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,11 @@ acorn@^7.1.1, acorn@^7.4.0:
846846
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
847847
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
848848

849+
acorn@^8.11.3:
850+
version "8.11.3"
851+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
852+
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
853+
849854
acorn@^8.8.1:
850855
version "8.8.1"
851856
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
@@ -2738,16 +2743,6 @@ mkdist@^1.2.0:
27382743
mri "^1.2.0"
27392744
pathe "^1.1.0"
27402745

2741-
mlly@^0.5.17:
2742-
version "0.5.17"
2743-
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.5.17.tgz#26e05a66b0adf809767a38d8b3a885db0502f5c0"
2744-
integrity sha512-Rn+ai4G+CQXptDFSRNnChEgNr+xAEauYhwRvpPl/UHStTlgkIftplgJRsA2OXPuoUn86K4XAjB26+x5CEvVb6A==
2745-
dependencies:
2746-
acorn "^8.8.1"
2747-
pathe "^1.0.0"
2748-
pkg-types "^1.0.0"
2749-
ufo "^1.0.0"
2750-
27512746
mlly@^1.0.0:
27522747
version "1.0.0"
27532748
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.0.0.tgz#d38ca6e33ab89b60654f71ef08931d51e83d3569"
@@ -2778,6 +2773,16 @@ mlly@^1.2.0:
27782773
pkg-types "^1.0.2"
27792774
ufo "^1.1.1"
27802775

2776+
mlly@^1.5.0:
2777+
version "1.5.0"
2778+
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.5.0.tgz#8428a4617d54cc083d3009030ac79739a0e5447a"
2779+
integrity sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==
2780+
dependencies:
2781+
acorn "^8.11.3"
2782+
pathe "^1.1.2"
2783+
pkg-types "^1.0.3"
2784+
ufo "^1.3.2"
2785+
27812786
modify-values@^1.0.0:
27822787
version "1.0.1"
27832788
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -3047,6 +3052,11 @@ pathe@^1.1.0:
30473052
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.0.tgz#e2e13f6c62b31a3289af4ba19886c230f295ec03"
30483053
integrity sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==
30493054

3055+
pathe@^1.1.2:
3056+
version "1.1.2"
3057+
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
3058+
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
3059+
30503060
picocolors@^1.0.0:
30513061
version "1.0.0"
30523062
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
@@ -3097,6 +3107,15 @@ pkg-types@^1.0.2:
30973107
mlly "^1.1.1"
30983108
pathe "^1.1.0"
30993109

3110+
pkg-types@^1.0.3:
3111+
version "1.0.3"
3112+
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.0.3.tgz#988b42ab19254c01614d13f4f65a2cfc7880f868"
3113+
integrity sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==
3114+
dependencies:
3115+
jsonc-parser "^3.2.0"
3116+
mlly "^1.2.0"
3117+
pathe "^1.1.0"
3118+
31003119
pkg-up@^2.0.0:
31013120
version "2.0.0"
31023121
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
@@ -3717,6 +3736,11 @@ ufo@^1.1.1:
37173736
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.1.1.tgz#e70265e7152f3aba425bd013d150b2cdf4056d7c"
37183737
integrity sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==
37193738

3739+
ufo@^1.3.2:
3740+
version "1.3.2"
3741+
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.3.2.tgz#c7d719d0628a1c80c006d2240e0d169f6e3c0496"
3742+
integrity sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==
3743+
37203744
uglify-js@^3.1.4:
37213745
version "3.14.1"
37223746
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.1.tgz#e2cb9fe34db9cb4cf7e35d1d26dfea28e09a7d06"

0 commit comments

Comments
 (0)