mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-22 06:53:01 +00:00
Update dependencies
This commit is contained in:
parent
dcc37dbe59
commit
071e46abb0
2 changed files with 8 additions and 8 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -10,9 +10,9 @@
|
|||
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
|
||||
},
|
||||
"applause-cli": {
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.2.3.tgz",
|
||||
"integrity": "sha512-VmJXLxLftGHVt41aM88I6HpY9j5OyCkSsEeRR2dMThQT3vlpaIW5Jk76nrzl64b0m/XfU4uRhTqzXloDw4q0ng=="
|
||||
"version": "1.2.4",
|
||||
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.2.4.tgz",
|
||||
"integrity": "sha512-08hu26dcAKHKUPkBi0K/wrBocBjwY2EDOhBBnwESTO4p++NUBPf0s5ZyDezNbVls/uf0QiO0iuR5+vyLE3o2cA=="
|
||||
},
|
||||
"arr-flatten": {
|
||||
"version": "1.1.0",
|
||||
|
@ -338,9 +338,9 @@
|
|||
}
|
||||
},
|
||||
"terrain50": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.5.0.tgz",
|
||||
"integrity": "sha512-IziHpH24RsmgIVsB7Q9PgUpsqUvcUHShsGJLNZihLRoPNKjcg1Fo98IbPPPeiQ9aiMUmGsRRj4Dw1yZrjH8c2g==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.6.0.tgz",
|
||||
"integrity": "sha512-ZlZiBd06dpQ6DyQ+4vzraavlQ+FHs3bYa/ziQJgKz8ixzhuUxHXIYb1P2SHajjGSNaEC4nfZbBRW13zTUn6JZQ==",
|
||||
"requires": {
|
||||
"nexline": "^1.2.0",
|
||||
"nnng": "^1.0.0"
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
"homepage": "https://github.com/sbrl/terrain50-cli#readme",
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"applause-cli": "^1.2.3",
|
||||
"applause-cli": "^1.2.4",
|
||||
"chroma-js": "^2.1.0",
|
||||
"image-encode": "^1.3.0",
|
||||
"nexline": "^1.2.0",
|
||||
"terrain50": "^1.5.0"
|
||||
"terrain50": "^1.6.0"
|
||||
},
|
||||
"bin": {
|
||||
"terrain50": "./src/index.mjs"
|
||||
|
|
Loading…
Reference in a new issue