@@ -1101,10 +1101,10 @@ emoji-regex@^8.0.0:
1101
1101
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1102
1102
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1103
1103
1104
- entities@~2.1 .0 :
1105
- version "2.1 .0"
1106
- resolved "https://registry.yarnpkg.com/entities/-/entities-2.1 .0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5 "
1107
- integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w ==
1104
+ entities@^4.4 .0 :
1105
+ version "4.5 .0"
1106
+ resolved "https://registry.yarnpkg.com/entities/-/entities-4.5 .0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48 "
1107
+ integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw ==
1108
1108
1109
1109
env-paths@^2.2.1 :
1110
1110
version "2.2.1"
@@ -2691,12 +2691,12 @@ lines-and-columns@^1.1.6:
2691
2691
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
2692
2692
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
2693
2693
2694
- linkify-it@^3 .0.1 :
2695
- version "3 .0.3 "
2696
- resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3 .0.3 .tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e "
2697
- integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ ==
2694
+ linkify-it@^5 .0.0 :
2695
+ version "5 .0.0 "
2696
+ resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5 .0.0 .tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421 "
2697
+ integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ ==
2698
2698
dependencies :
2699
- uc.micro "^1 .0.1 "
2699
+ uc.micro "^2 .0.0 "
2700
2700
2701
2701
lint-staged@16.1.5 :
2702
2702
version "16.1.5"
@@ -2818,26 +2818,27 @@ lru-cache@^6.0.0:
2818
2818
dependencies :
2819
2819
yallist "^4.0.0"
2820
2820
2821
- markdown-it@^12 .0.0 :
2822
- version "12.3.2 "
2823
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2 .tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90 "
2824
- integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg ==
2821
+ markdown-it@^14 .0.0 :
2822
+ version "14.1.0 "
2823
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0 .tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45 "
2824
+ integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg ==
2825
2825
dependencies :
2826
2826
argparse "^2.0.1"
2827
- entities "~2.1.0"
2828
- linkify-it "^3.0.1"
2829
- mdurl "^1.0.1"
2830
- uc.micro "^1.0.5"
2827
+ entities "^4.4.0"
2828
+ linkify-it "^5.0.0"
2829
+ mdurl "^2.0.0"
2830
+ punycode.js "^2.3.1"
2831
+ uc.micro "^2.1.0"
2831
2832
2832
2833
math-intrinsics@^1.1.0 :
2833
2834
version "1.1.0"
2834
2835
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
2835
2836
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
2836
2837
2837
- mdurl@^1 .0.1 :
2838
- version "1 .0.1 "
2839
- resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1 .0.1 .tgz#fe85b2ec75a59037f2adfec100fd6c601761152e "
2840
- integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4 =
2838
+ mdurl@^2 .0.0 :
2839
+ version "2 .0.0 "
2840
+ resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2 .0.0 .tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0 "
2841
+ integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w= =
2841
2842
2842
2843
meow@^12.0.1 :
2843
2844
version "12.1.1"
@@ -3192,6 +3193,11 @@ psl@^1.1.28:
3192
3193
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
3193
3194
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
3194
3195
3196
+ punycode.js@^2.3.1 :
3197
+ version "2.3.1"
3198
+ resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
3199
+ integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
3200
+
3195
3201
punycode@^2.1.0, punycode@^2.1.1 :
3196
3202
version "2.1.1"
3197
3203
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -4014,10 +4020,10 @@ typed-array-length@^1.0.7:
4014
4020
possible-typed-array-names "^1.0.0"
4015
4021
reflect.getprototypeof "^1.0.6"
4016
4022
4017
- uc.micro@^1 .0.1 , uc.micro@^1.0.5 :
4018
- version "1.0.6 "
4019
- resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6. tgz#9c411a802a409a91fc6cf74081baba34b24499ac "
4020
- integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA ==
4023
+ uc.micro@^2 .0.0 , uc.micro@^2. 1.0 :
4024
+ version "2. 1.0"
4025
+ resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2. 1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee "
4026
+ integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A ==
4021
4027
4022
4028
unbox-primitive@^1.0.1 :
4023
4029
version "1.0.1"
0 commit comments