mirror of https://github.com/iconify/api.git
Update dependencies
This commit is contained in:
parent
4ea82d2e4d
commit
b5232b3120
|
|
@ -4,9 +4,9 @@
|
|||
"requires": true,
|
||||
"dependencies": {
|
||||
"@iconify/json": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.0.10.tgz",
|
||||
"integrity": "sha512-W7rSBnh7tGlK5LS7IA9McFxm2wVSzx0K6SbT9oFwee3WXtEKRc1knZoAWfybCq+SheH2JTLc/p+QH8a/T+jIAA==",
|
||||
"version": "1.0.17",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.0.17.tgz",
|
||||
"integrity": "sha512-yCQAHsnlz3ZnkRcsnoBJHKI+AFbxch9/B8Le0GMfTwa0U3ThrBsn5nTpOXZkaZaAr0ae8itrAAvp6NhqZ8BxkA==",
|
||||
"optional": true
|
||||
},
|
||||
"@iconify/json-tools": {
|
||||
|
|
@ -508,7 +508,7 @@
|
|||
},
|
||||
"path-is-absolute": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
||||
"resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
||||
"dev": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"mocha": "^5.2.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@iconify/json": "^1.0.8",
|
||||
"@iconify/json": "*",
|
||||
"JSONStream": "^1.3.5",
|
||||
"event-stream": "^4.0.1",
|
||||
"nodemailer": "^4.6.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue