mirror of
https://github.com/daniel-j/fimfic2epub.git
synced 2025-04-27 15:17:19 +12:00
downgrade fonteditor-core
This commit is contained in:
parent
6b1490bf9e
commit
9b92b599b1
2 changed files with 18 additions and 17 deletions
31
package-lock.json
generated
31
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "fimfic2epub",
|
||||
"version": "1.7.57",
|
||||
"version": "1.7.58",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "fimfic2epub",
|
||||
"version": "1.7.57",
|
||||
"version": "1.7.58",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"canvas": "^2.11.2",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"elementtree": "^0.1.7",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"file-type": "^16.4.0",
|
||||
"fonteditor-core": "2.1.9",
|
||||
"fonteditor-core": "2.1.2",
|
||||
"html-entities": "^2.3.2",
|
||||
"html-to-text": "^7.1.1",
|
||||
"image-size": "^1.0.0",
|
||||
|
@ -2331,14 +2331,6 @@
|
|||
"@xtuc/long": "4.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.8.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
||||
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@xtuc/ieee754": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
||||
|
@ -6239,11 +6231,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fonteditor-core": {
|
||||
"version": "2.1.9",
|
||||
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.1.9.tgz",
|
||||
"integrity": "sha512-ugQrZurAeKr94N1eiOiT+/ZeDFj828ndjG9q88/1oMkIGI8HtHk+D0YC0wwP92XvPmrLItxuKL2PphHfVYHy/A==",
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.1.2.tgz",
|
||||
"integrity": "sha512-bAxN24HhYB7nuOGvz/4xW7l+2LSJ2IpEorsHmRl0QSPrFwt15ysY/d82vN2qv5dnC102dC/EJSAe9PJiGsJfQA==",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.3"
|
||||
"xmldom": "~0.1.19"
|
||||
}
|
||||
},
|
||||
"node_modules/for-each": {
|
||||
|
@ -15278,6 +15270,15 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/xmldom": {
|
||||
"version": "0.1.31",
|
||||
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
|
||||
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==",
|
||||
"deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0",
|
||||
"engines": {
|
||||
"node": ">=0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/xtend": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fimfic2epub",
|
||||
"version": "1.7.57",
|
||||
"version": "1.7.58",
|
||||
"description": "Tool to generate improved EPUB ebooks from Fimfiction stories",
|
||||
"author": "djazz",
|
||||
"license": "MIT",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"elementtree": "^0.1.7",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"file-type": "^16.4.0",
|
||||
"fonteditor-core": "2.1.9",
|
||||
"fonteditor-core": "2.1.2",
|
||||
"html-entities": "^2.3.2",
|
||||
"html-to-text": "^7.1.1",
|
||||
"image-size": "^1.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue