Skip to content

Commit 1b3ae71

Browse files
committed
Force pg to use pg-connection-string 2.2.0 (?sslrootcert support)
1 parent 520ba6f commit 1b3ae71

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"update-dotenv": "^1.1.1"
6868
},
6969
"resolutions": {
70-
"graphql": "14.x"
70+
"graphql": "14.x",
71+
"pg-connection-string": "2.x"
7172
},
7273
"workspaces": {
7374
"packages": [

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12324,12 +12324,7 @@ performance-now@^2.1.0:
1232412324
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1232512325
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1232612326

12327-
12328-
version "0.1.3"
12329-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7"
12330-
integrity sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=
12331-
12332-
pg-connection-string@^2.0.0, pg-connection-string@^2.1.0:
12327+
[email protected], [email protected], pg-connection-string@^2.0.0, pg-connection-string@^2.1.0:
1233312328
version "2.2.0"
1233412329
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.2.0.tgz#caab4d38a9de4fdc29c9317acceed752897de41c"
1233512330
integrity sha512-xB/+wxcpFipUZOQcSzcgkjcNOosGhEoPSjz06jC89lv1dj7mc9bZv6wLVy8M2fVjP0a/xN0N988YDq1L0FhK3A==

0 commit comments

Comments
 (0)