chore: upgrade webmscore

There was a critical RuntimeError due to compiling bug in webmscore v0.16.1
This commit is contained in:
Xmader 2021-01-07 03:29:38 -05:00
parent 86c15d55fe
commit d919441966
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2431,9 +2431,9 @@
} }
}, },
"webmscore": { "webmscore": {
"version": "0.16.1", "version": "0.16.2",
"resolved": "https://registry.npmjs.org/webmscore/-/webmscore-0.16.1.tgz", "resolved": "https://registry.npmjs.org/webmscore/-/webmscore-0.16.2.tgz",
"integrity": "sha512-ul6Kx9zCYLZIrdkPsMjE520hIoMg/jQ7WYpIulSCknUgqe7Ou5tjNR9wRY6AgocyX9wUYKqpG+IilpcCdFxDpA==" "integrity": "sha512-hLi5DyBwct/7hUZVRUMoXX4EGVpABfp/m+2Kzf6G74+1PYyiWxjHiQcKfblIwyyhpjqNZRntrMQDxXuZUj6L6g=="
}, },
"word-wrap": { "word-wrap": {
"version": "1.2.3", "version": "1.2.3",

View File

@ -43,7 +43,7 @@
"inquirer": "^7.3.3", "inquirer": "^7.3.3",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"ora": "^5.1.0", "ora": "^5.1.0",
"webmscore": "^0.16.1" "webmscore": "^0.16.2"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",