Up marked-hbfm version

This commit is contained in:
Trevor Buckner
2026-09-22 22:01:38 -04:00
parent 08927453c5
commit 8d11271313
2 changed files with 10 additions and 13 deletions
+9 -12
View File
@@ -58,7 +58,7 @@
"marked-emoji": "^2.0.3",
"marked-extended-tables": "^2.0.1",
"marked-gfm-heading-id": "^4.1.4",
"marked-hbfm": "^1.0.0",
"marked-hbfm": "^1.0.1",
"marked-nonbreaking-spaces": "^1.0.1",
"marked-smartypants-lite": "^1.0.3",
"marked-subsuper-text": "^1.0.4",
@@ -10061,15 +10061,15 @@
}
},
"node_modules/marked-hbfm": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/marked-hbfm/-/marked-hbfm-1.0.0.tgz",
"integrity": "sha512-IaXhgp9GOKpHRPw9o48kFdqOheUekS4110Y8ZgzpO+ilADRT4v+Uio6doQzP1qrZ9+E2ad9Qf46vJ5/iX8sd0Q==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/marked-hbfm/-/marked-hbfm-1.0.1.tgz",
"integrity": "sha512-mqz1ALIk0POeRCGjAGDTRhyKrMe+i5ycsxLV/8MlG13xC/oTEXA66VHZvIMNLotdM8jNNnLC9TFLCWECN4QHug==",
"license": "MIT",
"dependencies": {
"eslint-plugin-jest": "^29.16.2",
"eslint-plugin-react": "^7.37.5",
"lodash": "^4.18.1",
"marked": ">=3 <16",
"marked": ">=3 <19",
"marked-alignment-paragraphs": "^1.0.0",
"marked-definition-lists": "^1.0.1",
"marked-diagrams-markdeep": "^1.0.1",
@@ -10079,10 +10079,7 @@
"marked-nonbreaking-spaces": "^1.0.1",
"marked-smartypants-lite": "^1.0.3",
"marked-subsuper-text": "^1.0.4",
"marked-variables": "^1.0.5"
},
"peerDependencies": {
"marked": ">=3 <17"
"marked-variables": "^1.0.7"
}
},
"node_modules/marked-nonbreaking-spaces": {
@@ -10107,9 +10104,9 @@
}
},
"node_modules/marked-variables": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/marked-variables/-/marked-variables-1.0.6.tgz",
"integrity": "sha512-49tS52BA5M1Pr1wcQzFdUCWRh6XyRy73c8LxvxPob4FnsxLLWGTmvyhnRDAxL/RbXTV677P8xcZl2u9+FYeTIw==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/marked-variables/-/marked-variables-1.0.7.tgz",
"integrity": "sha512-b7ZxKQJ9TEF/xi7dpP//IyIvK10minaYqmQNX7K91K9189jSQ8grpxY9yOIAXpPmVfReY0aZbfxugolTBIpXAA==",
"license": "MIT",
"dependencies": {
"expr-eval": "^2.0.2",
+1 -1
View File
@@ -134,7 +134,7 @@
"marked-emoji": "^2.0.3",
"marked-extended-tables": "^2.0.1",
"marked-gfm-heading-id": "^4.1.4",
"marked-hbfm": "^1.0.0",
"marked-hbfm": "^1.0.1",
"marked-nonbreaking-spaces": "^1.0.1",
"marked-smartypants-lite": "^1.0.3",
"marked-subsuper-text": "^1.0.4",