Merge pull request #7 from christroutner/greenkeeper/slpjs-0.18.3

Update slpjs to the latest version 🚀
This commit is contained in:
Chris Troutner
2019-06-08 10:24:17 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -14737,9 +14737,9 @@
} }
}, },
"slpjs": { "slpjs": {
"version": "0.18.2", "version": "0.18.3",
"resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.18.2.tgz", "resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.18.3.tgz",
"integrity": "sha512-11NacOSuZEBL8ntybVFhWQOHPhGaLGdKwYEmBOhSrV8cxB3Z9awDUhPpCvn1wDxBOS3puwGo551GF6LHQGXRZQ==", "integrity": "sha512-obQEhcW9rF+dOu+gFEZ7MeBNL5ez6yt54RewOI+2yDJe0Ey+s1T0NETs3ZwZowtiSgbNkXGaDR9oS3zOPqS7kA==",
"requires": { "requires": {
"@types/lodash": "^4.14.120", "@types/lodash": "^4.14.120",
"axios": "^0.18.0", "axios": "^0.18.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"pg": "^7.11.0", "pg": "^7.11.0",
"pg-hstore": "^2.3.2", "pg-hstore": "^2.3.2",
"slp-sdk": "^4.4.0", "slp-sdk": "^4.4.0",
"slpjs": "0.18.2", "slpjs": "0.18.3",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"strftime": "^0.10.0", "strftime": "^0.10.0",
"winston": "^3.2.1", "winston": "^3.2.1",