npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-08 18:38:43 +03:00
parent 608a6303fb
commit a64f9d63e4
2 changed files with 11 additions and 4 deletions

View File

@ -940,6 +940,13 @@
"integrity": "sha512-KIe9qeNs+UYGpMQKijqGl6yjHhRGUss2mof323jS3/L11vzrALPRpyciWopSqhGQXsB/U8fXsr5cRbYaBW7+wA==", "integrity": "sha512-KIe9qeNs+UYGpMQKijqGl6yjHhRGUss2mof323jS3/L11vzrALPRpyciWopSqhGQXsB/U8fXsr5cRbYaBW7+wA==",
"requires": { "requires": {
"ig-object": "^3.0.0" "ig-object": "^3.0.0"
},
"dependencies": {
"ig-object": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-3.3.2.tgz",
"integrity": "sha512-O95A+n5F+ZAjp2buXfdblIITJ4E+DdSsFWp03CMb/jew8eNzhZ3dz8XhMKO67CXIKjqhZ+cahJygoT7ds0nBWA=="
}
} }
}, },
"ig-features": { "ig-features": {
@ -959,9 +966,9 @@
} }
}, },
"ig-object": { "ig-object": {
"version": "3.2.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-3.2.0.tgz", "resolved": "https://registry.npmjs.org/ig-object/-/ig-object-4.0.0.tgz",
"integrity": "sha512-TjSF6jy9f46RFx8vthLfkCus7QH2veKCwZQ0/Jl/4bg4L/OcM7xV93wfZ7wLG+W2Y3q6I3dZE4ZMfwvfl4ezZw==" "integrity": "sha512-8V3UNnRES9uM39Dyt2C8FRp4663bhfraRoLrFX09okZiqVL/a47KXWSxPLCGiqaBSoQKqXXI3mWfa+ECIKjPLQ=="
}, },
"image-size": { "image-size": {
"version": "0.5.5", "version": "0.5.5",

View File

@ -29,7 +29,7 @@
"guarantee-events": "^1.0.0", "guarantee-events": "^1.0.0",
"ig-actions": "^3.24.11", "ig-actions": "^3.24.11",
"ig-features": "^3.4.2", "ig-features": "^3.4.2",
"ig-object": "^3.2.0", "ig-object": "^4.0.0",
"moment": "^2.25.3", "moment": "^2.25.3",
"requirejs": "^2.3.6", "requirejs": "^2.3.6",
"requirejs-plugins": "^1.0.2", "requirejs-plugins": "^1.0.2",