Upgrade fonteditor-core to version 2.0.7

This commit is contained in:
Antonin Stefanutti 2020-01-01 18:54:33 +01:00
parent b760bb4984
commit 4080a17eb4
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837
2 changed files with 7 additions and 7 deletions

12
npm-shrinkwrap.json generated
View File

@ -203,9 +203,9 @@
}
},
"fonteditor-core": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.0.5.tgz",
"integrity": "sha512-O5iyde9JfQiuqChxPk9SzYCYlDpq9Xq+OcdvGXA1iuadNSY+n3keBiLl3qdi5Km8xHN/O1JHbaifYfeLCKp3QA==",
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.0.7.tgz",
"integrity": "sha512-Xni6mOAtkk77Wvuqbrz3r4oi7S+o/6eW/rsLNrsoNiSupmJHKR8vMhsfMqwC7WbBs9H9zpuisHSEvNtCJajjjw==",
"requires": {
"xmldom": "~0.1.19"
}
@ -715,9 +715,9 @@
}
},
"xmldom": {
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
"version": "0.1.31",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ=="
},
"yallist": {
"version": "3.1.1",

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"chalk": "^2.1.0",
"fonteditor-core": "^2.0.5",
"fonteditor-core": "2.0.7",
"hummus": "1.0.108",
"puppeteer": "1.19.0",
"puppeteer-core": "1.19.0",