Skip to content

Commit 8624288

Browse files
fix(deps): update dependency markdown-it to v14
1 parent 996a7f0 commit 8624288

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"async": "^3.2.0",
4141
"express": "^4.17.1",
4242
"jsonwebtoken": "^8.5.1",
43-
"markdown-it": "^12.0.0",
43+
"markdown-it": "^14.0.0",
4444
"passport-http-bearer": "^1.0.1"
4545
},
4646
"nbbpm": {

yarn.lock

+31-25
Original file line numberDiff line numberDiff line change
@@ -1059,10 +1059,10 @@ encodeurl@~1.0.2:
10591059
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
10601060
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
10611061

1062-
entities@~2.1.0:
1063-
version "2.1.0"
1064-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
1065-
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
1062+
entities@^4.4.0:
1063+
version "4.5.0"
1064+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
1065+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
10661066

10671067
env-paths@^2.2.1:
10681068
version "2.2.1"
@@ -2442,12 +2442,12 @@ lines-and-columns@^1.1.6:
24422442
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
24432443
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
24442444

2445-
linkify-it@^3.0.1:
2446-
version "3.0.3"
2447-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
2448-
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
2445+
linkify-it@^5.0.0:
2446+
version "5.0.0"
2447+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
2448+
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
24492449
dependencies:
2450-
uc.micro "^1.0.1"
2450+
uc.micro "^2.0.0"
24512451

24522452
24532453
version "15.5.1"
@@ -2584,26 +2584,27 @@ lru-cache@^6.0.0:
25842584
dependencies:
25852585
yallist "^4.0.0"
25862586

2587-
markdown-it@^12.0.0:
2588-
version "12.3.2"
2589-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
2590-
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
2587+
markdown-it@^14.0.0:
2588+
version "14.1.0"
2589+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
2590+
integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
25912591
dependencies:
25922592
argparse "^2.0.1"
2593-
entities "~2.1.0"
2594-
linkify-it "^3.0.1"
2595-
mdurl "^1.0.1"
2596-
uc.micro "^1.0.5"
2593+
entities "^4.4.0"
2594+
linkify-it "^5.0.0"
2595+
mdurl "^2.0.0"
2596+
punycode.js "^2.3.1"
2597+
uc.micro "^2.1.0"
25972598

25982599
math-intrinsics@^1.1.0:
25992600
version "1.1.0"
26002601
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
26012602
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
26022603

2603-
mdurl@^1.0.1:
2604-
version "1.0.1"
2605-
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
2606-
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
2604+
mdurl@^2.0.0:
2605+
version "2.0.0"
2606+
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
2607+
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
26072608

26082609
26092610
version "0.3.0"
@@ -3016,6 +3017,11 @@ proxy-addr@~2.0.5:
30163017
forwarded "~0.1.2"
30173018
ipaddr.js "1.9.0"
30183019

3020+
punycode.js@^2.3.1:
3021+
version "2.3.1"
3022+
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
3023+
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
3024+
30193025
punycode@^2.1.0:
30203026
version "2.1.1"
30213027
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -3704,10 +3710,10 @@ typed-array-length@^1.0.6:
37043710
is-typed-array "^1.1.13"
37053711
possible-typed-array-names "^1.0.0"
37063712

3707-
uc.micro@^1.0.1, uc.micro@^1.0.5:
3708-
version "1.0.6"
3709-
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
3710-
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
3713+
uc.micro@^2.0.0, uc.micro@^2.1.0:
3714+
version "2.1.0"
3715+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
3716+
integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==
37113717

37123718
unbox-primitive@^1.0.1:
37133719
version "1.0.1"

0 commit comments

Comments
 (0)