Upgrade fonteditor-core to version 2.1.2

This commit is contained in:
Antonin Stefanutti 2020-09-17 08:52:13 +02:00
parent 35610912e5
commit 9874f9e708
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -185,9 +185,9 @@
} }
}, },
"fonteditor-core": { "fonteditor-core": {
"version": "2.1.0", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.1.0.tgz", "resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.1.2.tgz",
"integrity": "sha512-IUKmOem2PQQ1rJ9AnVDAXFf89sCFCJ+zQdBGxdZ1ol2jhCPe8tZ1HFZ/ZmW7Qrder5qP4cLz1H8ZN3xZ4ZYmEQ==", "integrity": "sha512-bAxN24HhYB7nuOGvz/4xW7l+2LSJ2IpEorsHmRl0QSPrFwt15ysY/d82vN2qv5dnC102dC/EJSAe9PJiGsJfQA==",
"requires": { "requires": {
"xmldom": "~0.1.19" "xmldom": "~0.1.19"
} }

View File

@ -21,7 +21,7 @@
}, },
"dependencies": { "dependencies": {
"chalk": "^2.1.0", "chalk": "^2.1.0",
"fonteditor-core": "2.1.0", "fonteditor-core": "2.1.2",
"pdf-lib": "1.9.0", "pdf-lib": "1.9.0",
"puppeteer": "5.2.1", "puppeteer": "5.2.1",
"puppeteer-core": "5.2.1", "puppeteer-core": "5.2.1",