diff --git a/Server/package.json b/Server/package.json index 6482dbb..1e87e66 100644 --- a/Server/package.json +++ b/Server/package.json @@ -28,7 +28,7 @@ "ksuid": "^1.2.0", "lru-cache": "^5.1.1", "pg": "^7.9.0", - "pg-hstore": "^2.3.2", + "pg-hstore": "^2.3.3", "pm2": "^3.5.0", "sequelize": "^5.6.0", "socket.io": "^2.2.0", diff --git a/Server/yarn.lock b/Server/yarn.lock index 712128c..28c7fba 100644 --- a/Server/yarn.lock +++ b/Server/yarn.lock @@ -2645,10 +2645,10 @@ pg-connection-string@0.1.3: resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7" integrity sha1-2hhHsglA5C7hSSvq9l1J2RskXfc= -pg-hstore@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/pg-hstore/-/pg-hstore-2.3.2.tgz#f7ef053e7b9b892ae986af2f7cbe86432dfcf24f" - integrity sha1-9+8FPnubiSrphq8vfL6GQy388k8= +pg-hstore@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/pg-hstore/-/pg-hstore-2.3.3.tgz#d1978c12a85359830b1388d3b0ff233b88928e96" + integrity sha512-qpeTpdkguFgfdoidtfeTho1Q1zPVPbtMHgs8eQ+Aan05iLmIs3Z3oo5DOZRclPGoQ4i68I1kCtQSJSa7i0ZVYg== dependencies: underscore "^1.7.0"