From 676bd650132b35e764dab03c6d8799591709d92e Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sun, 2 Aug 2020 08:53:14 -0500 Subject: [Node, Security] Add pg-native to Yarn dependencies (required for SCRAM authentication) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit