npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-30 02:32:01 +03:00
parent 559fedc965
commit c5aa63af3c
2 changed files with 8 additions and 8 deletions

View File

@ -939,9 +939,9 @@
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
},
"ig-actions": {
"version": "3.24.8",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.8.tgz",
"integrity": "sha512-CF81xSbySrbNoXo8wvQe4s5fD9JTXGRxeaQ10xFDw28Kt9DIGpBL5AMSXMMJ8VJsmFoRD4M/wgamiWvQRJ584Q==",
"version": "3.24.10",
"resolved": "https://registry.npmjs.org/ig-actions/-/ig-actions-3.24.10.tgz",
"integrity": "sha512-rR+M/vFJeBtQB9LpWG/q40GQJdVbHpUP//N58gsupAsD8JYWd7kXl34HqYEiZ7TtiR5y7mlwR7g+nhYdCtgT9w==",
"requires": {
"ig-object": "^2.2.2"
}
@ -956,9 +956,9 @@
}
},
"ig-object": {
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.4.5.tgz",
"integrity": "sha512-xziN3cLdnZjrsROy1mHEaAQastn4vG/g+7eKEd6nz6fSYLZldHQyeeZ95m+kdUrVxPrXD1ma5hdT2uht6Tr5vQ=="
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.5.0.tgz",
"integrity": "sha512-6A/6dFOusbannm/23cx848Yk1PQpEmcorJ5L+0H1urkMBtL+a3VXyS2q0C6SVAxyeJCoPeMg7KACNnrPPJMP7g=="
},
"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.8",
"ig-actions": "^3.24.10",
"ig-features": "^3.4.2",
"ig-object": "^2.4.5",
"ig-object": "^2.5.0",
"moment": "^2.24.0",
"requirejs": "^2.3.6",
"requirejs-plugins": "^1.0.2",