From 335cfeabec24d06efdb60d4ed74cff54861fa9c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2019 01:34:06 +0000 Subject: [PATCH] Bump pg from 7.11.0 to 7.12.0 Bumps [pg](https://github.com/brianc/node-postgres) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/compare/v7.11.0...v7.12.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d20f0fe1..e9f08c23 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "feathers-permissions": "^0.2.1", "feathers-sequelize": "^6.0.1", "helmet": "^3.20.0", - "pg": "^7.11.0", + "pg": "^7.12.0", "sequelize": "^5.10.3", "serve-favicon": "^2.5.0", "uuid": "^3.3.2", diff --git a/yarn.lock b/yarn.lock index 73d661e6..1004a919 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3058,10 +3058,10 @@ pg-types@~2.0.0: postgres-date "~1.0.4" postgres-interval "^1.1.0" -pg@^7.11.0: - version "7.11.0" - resolved "https://registry.yarnpkg.com/pg/-/pg-7.11.0.tgz#a8b9ae9cf19199b7952b72957573d0a9c5e67c0c" - integrity sha512-YO4V7vCmEMGoF390LJaFaohWNKaA2ayoQOEZmiHVcAUF+YsRThpf/TaKCgSvsSE7cDm37Q/Cy3Gz41xiX/XjTw== +pg@^7.12.0: + version "7.12.0" + resolved "https://registry.yarnpkg.com/pg/-/pg-7.12.0.tgz#e1b883afe14acb0db58385c20bb7236c7e0aef56" + integrity sha512-q54Ic0oBXfDZMwheP8ALeUX32TUXvF7SNgAlZjyhkDuFCJkQCgcLBz0Be5uOrAj3ljSok/CI9lRbYzEko0z1Zw== dependencies: buffer-writer "2.0.0" packet-reader "1.0.0"