npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-19 01:51:18 +03:00
parent bcc1ace919
commit 2211d2d23a
2 changed files with 11 additions and 11 deletions

View File

@ -939,20 +939,20 @@
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
}, },
"ig-actions": { "ig-actions": {
"version": "3.24.2", "version": "3.24.3",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.2.tgz", "resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.3.tgz",
"integrity": "sha512-OWwuchw7shWWUgkuCbIFlQueNWhg8TLYfXKTs5vnkGP71XoOUPtTc4z3suxl/N5ae7vqWBrNjidZfVr92pnzHQ==", "integrity": "sha512-5dLE/4rQmKkXfoQIevRuIPD3ZK1VyGv07z4vCaAKuIUlKHI1kVRqT0a8nArXMLTiXs+jZIYJDxffArkIrblaww==",
"requires": { "requires": {
"ig-object": "^2.0.0" "ig-object": "^2.1.1"
} }
}, },
"ig-features": { "ig-features": {
"version": "3.4.0", "version": "3.4.1",
"resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.0.tgz", "resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.1.tgz",
"integrity": "sha512-AtIy2OS+o4BtMvyuoj0UGcvVRTPXKeIwKcilhwfINIdhF8v6Gfe0Izz9JT4cYq3U0WhO50IT6N0XK/ZY4+gvJw==", "integrity": "sha512-f1vjnhTnEUm0F2ihF5ndcjdwoPfq2QYoxd2rhCIg1F6iOcJ6Dg4B0IMQzMsF9Si8+7BGeGydKoELM60OB7WOmw==",
"requires": { "requires": {
"ig-actions": "^3.21.1", "ig-actions": "^3.24.2",
"ig-object": "^2.0.0" "ig-object": "^2.1.1"
} }
}, },
"ig-object": { "ig-object": {

View File

@ -27,8 +27,8 @@
"generic-walk": "^1.4.0", "generic-walk": "^1.4.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"guarantee-events": "^1.0.0", "guarantee-events": "^1.0.0",
"ig-actions": "^3.24.2", "ig-actions": "^3.24.3",
"ig-features": "^3.4.0", "ig-features": "^3.4.1",
"ig-object": "^2.2.0", "ig-object": "^2.2.0",
"moment": "^2.24.0", "moment": "^2.24.0",
"requirejs": "^2.3.6", "requirejs": "^2.3.6",