From 1e7d14df1dca6f8f019adb9f4b49486e52d7614b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 07:21: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 860e4ad..2e0425e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mocha-esm": "^1.1.1", "node-sass": "^4.13.1", "nodebrainz": "^2.1.1", - "pg": "^7.18.1", + "pg": "^7.18.2", "playmusic": "^2.3.0", "sass-loader": "^8.0.2", "sequelize": "^5.21.4", diff --git a/yarn.lock b/yarn.lock index 34666f0..758c64f 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"