pagexray 2.3.0

This commit is contained in:
soulgalore 2018-05-12 20:45:28 +02:00
parent eaae8205a3
commit 7b7961f24f
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
2.2.2
2.3.0

14
package-lock.json generated
View File

@ -5908,9 +5908,9 @@
"integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
},
"pagexray": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-2.2.2.tgz",
"integrity": "sha512-IEaBgmc6ADFndVRulQssMOC9bb9zKfH3MNbZKus3siFAUgBRVULXjGmmRO8cCWuHrbdmfgsbmpodFjKfsZjDEA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-2.3.0.tgz",
"integrity": "sha512-RNnrtck7WokZHy2QVR5UhiG99T1lWaJAo2MckCNis9YDHaHoKupvJFezVLoGbWPk9oLicTWUB3r7YkFxmo8b6A==",
"requires": {
"minimist": "1.2.0"
}
@ -8272,6 +8272,14 @@
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.0.tgz",
"integrity": "sha1-aYhLoUSsM/5plzemCG3v+t0PicU="
},
"pagexray": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-2.2.2.tgz",
"integrity": "sha512-IEaBgmc6ADFndVRulQssMOC9bb9zKfH3MNbZKus3siFAUgBRVULXjGmmRO8cCWuHrbdmfgsbmpodFjKfsZjDEA==",
"requires": {
"minimist": "1.2.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",

View File

@ -96,7 +96,7 @@
"mkdirp": "0.5.1",
"moment": "2.21.0",
"node-slack": "0.0.7",
"pagexray": "2.2.2",
"pagexray": "2.3.0",
"pug": "2.0.1",
"p-limit": "1.2.0",
"recursive-readdir": "2.2.2",