Update dependencies

This commit is contained in:
Vjacheslav Trushkin 2018-10-21 23:10:50 +03:00
parent 9054ed84e1
commit 9b3c2a0c07
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"version": "1.0.0-beta8",
"version": "1.0.0-beta9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@iconify/json": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.0.0.tgz",
"integrity": "sha512-SKp4GPm4jFd9faAsNG8XL+LUgUMabvJJoT7UURPCq+c1/T46fL0nErHtTRd7qzhYljKj5LTzh9ztB7TzkH1IHw=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.0.1.tgz",
"integrity": "sha512-LQ3DbrWzL7LeH3UYQCHiQLzkZ6+NF9DHICKwuewPExw4Y0NGK2bHWQkKypVzU5JUZh7FsvurLzOyYPwZUFyQbA=="
},
"accepts": {
"version": "1.3.5",

View File

@ -16,9 +16,9 @@
"url": "git+ssh://git@github.com/iconify-design/api.js.git"
},
"dependencies": {
"@iconify/json": "^1.0.1",
"express": "^4.16.4",
"nodemailer": "^4.6.8",
"@iconify/json": "*"
"nodemailer": "^4.6.8"
},
"devDependencies": {
"chai": "^4.2.0",