Skip to content

Commit 76c983b

Browse files
authored
Merge pull request #36 from clevertech/update-pg
Update pg
2 parents 3d4af28 + 4b363ea commit 76c983b

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clevertech.biz/auth-core",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "The set of utilities necessary to build an authentication service. This does not include templates, views, styles, or transport layer.",
55
"keywords": [],
66
"main": "dist/library.js",
@@ -93,7 +93,7 @@
9393
"jest": "^25.1.0",
9494
"lint-staged": "^4.0.0",
9595
"mysql": "^2.15.0",
96-
"pg": "^8.5.0",
96+
"pg": "^8.6.0",
9797
"prettier": "^1.9.2",
9898
"rimraf": "^2.6.1",
9999
"semantic-release": "^8.0.0",

yarn.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5714,25 +5714,30 @@ performance-now@^2.1.0:
57145714
version "2.1.0"
57155715
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
57165716

5717-
[email protected], pg-connection-string@^2.4.0:
5717+
57185718
version "2.4.0"
57195719
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.4.0.tgz#c979922eb47832999a204da5dbe1ebf2341b6a10"
57205720
integrity sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==
57215721

5722+
pg-connection-string@^2.5.0:
5723+
version "2.5.0"
5724+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
5725+
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
5726+
57225727
57235728
version "1.0.1"
57245729
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
57255730
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
57265731

5727-
pg-pool@^3.2.2:
5728-
version "3.2.2"
5729-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.2.2.tgz#a560e433443ed4ad946b84d774b3f22452694dff"
5730-
integrity sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA==
5732+
pg-pool@^3.3.0:
5733+
version "3.3.0"
5734+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.3.0.tgz#12d5c7f65ea18a6e99ca9811bd18129071e562fc"
5735+
integrity sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==
57315736

5732-
pg-protocol@^1.4.0:
5733-
version "1.4.0"
5734-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.4.0.tgz#43a71a92f6fe3ac559952555aa3335c8cb4908be"
5735-
integrity sha512-El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==
5737+
pg-protocol@^1.5.0:
5738+
version "1.5.0"
5739+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
5740+
integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
57365741

57375742
pg-types@^2.1.0:
57385743
version "2.2.0"
@@ -5745,16 +5750,16 @@ pg-types@^2.1.0:
57455750
postgres-date "~1.0.4"
57465751
postgres-interval "^1.1.0"
57475752

5748-
pg@^8.5.0:
5749-
version "8.5.1"
5750-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.5.1.tgz#34dcb15f6db4a29c702bf5031ef2e1e25a06a120"
5751-
integrity sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==
5753+
pg@^8.6.0:
5754+
version "8.6.0"
5755+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.6.0.tgz#e222296b0b079b280cce106ea991703335487db2"
5756+
integrity sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==
57525757
dependencies:
57535758
buffer-writer "2.0.0"
57545759
packet-reader "1.0.0"
5755-
pg-connection-string "^2.4.0"
5756-
pg-pool "^3.2.2"
5757-
pg-protocol "^1.4.0"
5760+
pg-connection-string "^2.5.0"
5761+
pg-pool "^3.3.0"
5762+
pg-protocol "^1.5.0"
57585763
pg-types "^2.1.0"
57595764
pgpass "1.x"
57605765

0 commit comments

Comments
 (0)