about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-08-02 08:53:14 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:17 -0500
commit676bd650132b35e764dab03c6d8799591709d92e (patch)
tree0a56d5fc2c9dac50a2d729f00242b9de2aa1ff4f /package.json
parent0362c9b647947d35d6ef3b85bf34a3579e491424 (diff)
[Node, Security] Add pg-native to Yarn dependencies (required for SCRAM authentication)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 846828647..29e9bfb8b 100644
--- a/package.json
+++ b/package.json
@@ -72,8 +72,8 @@
     "@gamestdio/websocket": "^0.3.2",
     "@rails/ujs": "^6.0.3",
     "array-includes": "^3.1.1",
-    "atrament": "0.2.4",
     "arrow-key-navigation": "^1.2.0",
+    "atrament": "0.2.4",
     "autoprefixer": "^9.8.5",
     "axios": "^0.19.2",
     "babel-loader": "^8.1.0",
@@ -122,6 +122,7 @@
     "offline-plugin": "^5.0.7",
     "path-complete-extname": "^1.0.0",
     "pg": "^6.4.0",
+    "pg-native": "^3.0.0",
     "postcss-loader": "^3.0.0",
     "postcss-object-fit-images": "^1.1.2",
     "promise.prototype.finally": "^3.1.2",