From 2e8330fefcb3d63e7dd349077048a13755dd83d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 10:35:56 +0000 Subject: [PATCH] Bump pg from 7.18.1 to 7.18.2 Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.1 to 7.18.2. - [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/pg@7.18.1...pg@7.18.2) 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 bd3228c..44fd224 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "node-sass": "^4.13.1", "node-uuid": "^1.4.8", "passwords": "^1.3.1", - "pg": "^7.18.1", + "pg": "^7.18.2", "redis": "^3.0.2", "sequelize": "^5.21.3", "smooth-scroll": "^16.1.2", diff --git a/yarn.lock b/yarn.lock index d596d4f..46d21e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6081,10 +6081,10 @@ pg-types@^2.1.0: postgres-date "~1.0.4" postgres-interval "^1.1.0" -pg@^7.18.1: - version "7.18.1" - resolved "https://registry.yarnpkg.com/pg/-/pg-7.18.1.tgz#67f59c47a99456fcb34f9fe53662b79d4a992f6d" - integrity sha512-1KtKBKg/zWrjEEv//klBbVOPGucuc7HHeJf6OEMueVcUeyF3yueHf+DvhVwBjIAe9/97RAydO/lWjkcMwssuEw== +pg@^7.18.2: + version "7.18.2" + resolved "https://registry.yarnpkg.com/pg/-/pg-7.18.2.tgz#4e219f05a00aff4db6aab1ba02f28ffa4513b0bb" + integrity sha512-Mvt0dGYMwvEADNKy5PMQGlzPudKcKKzJds/VbOeZJpb6f/pI3mmoXX0JksPgI3l3JPP/2Apq7F36O63J7mgveA== dependencies: buffer-writer "2.0.0" packet-reader "1.0.0"