Update dependencies

This commit is contained in:
Starbeamrainbowlabs 2020-07-16 17:07:36 +01:00
parent 3c99fd4a4c
commit 724a80240d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -10,9 +10,9 @@
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
},
"applause-cli": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.2.4.tgz",
"integrity": "sha512-08hu26dcAKHKUPkBi0K/wrBocBjwY2EDOhBBnwESTO4p++NUBPf0s5ZyDezNbVls/uf0QiO0iuR5+vyLE3o2cA=="
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.3.0.tgz",
"integrity": "sha512-dGT5l0+Bwj0Sj/MwManYZ37XMs1DwAFRAl3iNpMIMbgYI+UcuTbKA+GXvi80rV9muUbV7NdqozkB9i+crC6qvQ=="
},
"arr-flatten": {
"version": "1.1.0",
@ -338,9 +338,9 @@
}
},
"terrain50": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.6.0.tgz",
"integrity": "sha512-ZlZiBd06dpQ6DyQ+4vzraavlQ+FHs3bYa/ziQJgKz8ixzhuUxHXIYb1P2SHajjGSNaEC4nfZbBRW13zTUn6JZQ==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.7.0.tgz",
"integrity": "sha512-TzeS2cIWoBYoNomvv9rI3EnwjQ5ErNvIwpWekWTyNKZPM3Rgn4vQxiqShK+zZvU7LAAB7OlMN/mS6SANdF5jfw==",
"requires": {
"nexline": "^1.2.0",
"nnng": "^1.0.0"

View File

@ -33,11 +33,11 @@
"homepage": "https://github.com/sbrl/terrain50-cli#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"applause-cli": "^1.2.4",
"applause-cli": "^1.3.0",
"chroma-js": "^2.1.0",
"image-encode": "^1.3.0",
"nexline": "^1.2.0",
"terrain50": "^1.6.0"
"terrain50": "^1.7.0"
},
"bin": {
"terrain50": "./src/index.mjs"