mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
npm update
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
064eed381d
commit
2db4d84607
20
ui (gen4)/package-lock.json
generated
20
ui (gen4)/package-lock.json
generated
@ -944,6 +944,13 @@
|
|||||||
"integrity": "sha512-rR+M/vFJeBtQB9LpWG/q40GQJdVbHpUP//N58gsupAsD8JYWd7kXl34HqYEiZ7TtiR5y7mlwR7g+nhYdCtgT9w==",
|
"integrity": "sha512-rR+M/vFJeBtQB9LpWG/q40GQJdVbHpUP//N58gsupAsD8JYWd7kXl34HqYEiZ7TtiR5y7mlwR7g+nhYdCtgT9w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ig-object": "^2.2.2"
|
"ig-object": "^2.2.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"ig-object": {
|
||||||
|
"version": "2.7.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.7.2.tgz",
|
||||||
|
"integrity": "sha512-oDkhxH2mnrC148nNeLuYbgT1c6XNuJbVWm7j6WStIUZPpOQWR7/XnE4uodKmwjP47GbBKWuWtPhjA+F9pUubaA=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ig-features": {
|
"ig-features": {
|
||||||
@ -953,12 +960,19 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"ig-actions": "^3.24.7",
|
"ig-actions": "^3.24.7",
|
||||||
"ig-object": "^2.2.2"
|
"ig-object": "^2.2.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"ig-object": {
|
||||||
|
"version": "2.7.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.7.2.tgz",
|
||||||
|
"integrity": "sha512-oDkhxH2mnrC148nNeLuYbgT1c6XNuJbVWm7j6WStIUZPpOQWR7/XnE4uodKmwjP47GbBKWuWtPhjA+F9pUubaA=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ig-object": {
|
"ig-object": {
|
||||||
"version": "2.7.2",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-2.7.2.tgz",
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-3.0.0.tgz",
|
||||||
"integrity": "sha512-oDkhxH2mnrC148nNeLuYbgT1c6XNuJbVWm7j6WStIUZPpOQWR7/XnE4uodKmwjP47GbBKWuWtPhjA+F9pUubaA=="
|
"integrity": "sha512-hbcZPiOjfQ1QA/SJ9hfebO0icCn4Zxgg0ax0lV63GHfAUzK8MgukJigNsnTTJCtKccwwpIKAzesiG2v8e1o3Fg=="
|
||||||
},
|
},
|
||||||
"image-size": {
|
"image-size": {
|
||||||
"version": "0.5.5",
|
"version": "0.5.5",
|
||||||
|
|||||||
@ -29,11 +29,11 @@
|
|||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-actions": "^3.24.10",
|
"ig-actions": "^3.24.10",
|
||||||
"ig-features": "^3.4.2",
|
"ig-features": "^3.4.2",
|
||||||
"ig-object": "^2.7.2",
|
"ig-object": "^3.0.0",
|
||||||
"moment": "^2.25.1",
|
"moment": "^2.25.1",
|
||||||
"requirejs": "^2.3.6",
|
"requirejs": "^2.3.6",
|
||||||
"requirejs-plugins": "^1.0.2",
|
"requirejs-plugins": "^1.0.2",
|
||||||
"sharp": "^0.22.1",
|
"sharp": "*",
|
||||||
"strip-json-comments": "^2.0.1",
|
"strip-json-comments": "^2.0.1",
|
||||||
"v8-compile-cache": "^2.1.0",
|
"v8-compile-cache": "^2.1.0",
|
||||||
"wildglob": "^0.1.1"
|
"wildglob": "^0.1.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user