npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-24 16:21:47 +03:00
parent 2b8f60bd8f
commit 1a2864cbc7
2 changed files with 15 additions and 15 deletions

View File

@ -939,26 +939,26 @@
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
},
"ig-actions": {
"version": "3.24.5",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.5.tgz",
"integrity": "sha512-fts33XhxeKO5j/m31nQ6p5hnY07SQt8Ltsokraj3x1k0PfDFVos+kX6szAO82Y5VDHxGXRDnAHZne7yxggqP1w==",
"version": "3.24.8",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.8.tgz",
"integrity": "sha512-CF81xSbySrbNoXo8wvQe4s5fD9JTXGRxeaQ10xFDw28Kt9DIGpBL5AMSXMMJ8VJsmFoRD4M/wgamiWvQRJ584Q==",
"requires": {
"ig-object": "^2.2.0"
"ig-object": "^2.2.2"
}
},
"ig-features": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.1.tgz",
"integrity": "sha512-f1vjnhTnEUm0F2ihF5ndcjdwoPfq2QYoxd2rhCIg1F6iOcJ6Dg4B0IMQzMsF9Si8+7BGeGydKoELM60OB7WOmw==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.2.tgz",
"integrity": "sha512-vzmxDU/jknxii++h5ldU6f66uFzYvbmMIdk+VaNO3d6ADi5Y0y4NaQPM1NSagfXTlj3FAGMbvloZf5V9+ORIKA==",
"requires": {
"ig-actions": "^3.24.2",
"ig-object": "^2.1.1"
"ig-actions": "^3.24.7",
"ig-object": "^2.2.2"
}
},
"ig-object": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.2.0.tgz",
"integrity": "sha512-a7LOu5pTMBcDIp0HlaGeLeCk4AhhrA/0EsV7SLFx+g7HCLaRxNw8peaDtKyW8n/KIyToT8J+voUuoE/4ZUnz/A=="
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.2.2.tgz",
"integrity": "sha512-JuC0QSFjZAHUXOkTidgzozlro3MzeVjSf7lbjWjCSlpQT4C04VIv/jXao/yRrtbo2dtOWR2u8Lf52OEKtUOZ4A=="
},
"image-size": {
"version": "0.5.5",

View File

@ -27,9 +27,9 @@
"generic-walk": "^1.4.0",
"glob": "^7.1.6",
"guarantee-events": "^1.0.0",
"ig-actions": "^3.24.5",
"ig-features": "^3.4.1",
"ig-object": "^2.2.0",
"ig-actions": "^3.24.8",
"ig-features": "^3.4.2",
"ig-object": "^2.2.2",
"moment": "^2.24.0",
"requirejs": "^2.3.6",
"requirejs-plugins": "^1.0.2",