Skip to content

Commit 3e59f28

Browse files
authored
Bump version of pg-cursor (brianc#64)
This includes fixes in pg-cursor@2.0.1. I've relaxed semver a touch so I don't have to release a new version here just for patch changes to pg-cursor.
1 parent a84db5f commit 3e59f28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"singleQuote": true
4545
},
4646
"dependencies": {
47-
"pg-cursor": "2.0.0"
47+
"pg-cursor": "^2.0.1"
4848
}
4949
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1123,10 +1123,10 @@ pg-connection-string@0.1.3:
11231123
version "0.1.3"
11241124
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7"
11251125

1126-
pg-cursor@2.0.0:
1127-
version "2.0.0"
1128-
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-2.0.0.tgz#1e11532613d2d4c61057a5705a1536b1052d1698"
1129-
integrity sha512-/gYHadqLurektHk6HXiL0hSrn+RZfowkLr+ftC0lLoLBlIm8JIdk9f9g71EEjK63XxqhFqcykHuxQLFzSeyzdQ==
1126+
pg-cursor@^2.0.1:
1127+
version "2.0.1"
1128+
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-2.0.1.tgz#f3bcb3d40b29d86d50014daa0a58f1f0fb71a7f9"
1129+
integrity sha512-AfPaRh6N32HrXB8/D0JXfJWdLCn8U+Z4LEf8C954aSFTjhZqt7QbyAYyN5k1E4cv0HQjwW70G1xywQ5ZECzPPg==
11301130

11311131
pg-int8@1.0.1:
11321132
version "1.0.1"

0 commit comments

Comments
 (0)