diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-02 20:23:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-02 20:23:14 +0000 |
| commit | 108c4b4342df7cf4f838228b357129005d1cfc5f (patch) | |
| tree | f2ce05ed39d6fa149cd4da89fe70b207fab516ce /package.json | |
| parent | Merge pull request #6898 from syuilo/dependabot/npm_and_yarn/eslint-7.14.0 (diff) | |
| parent | Bump pg from 8.4.2 to 8.5.1 (diff) | |
| download | misskey-108c4b4342df7cf4f838228b357129005d1cfc5f.tar.gz misskey-108c4b4342df7cf4f838228b357129005d1cfc5f.tar.bz2 misskey-108c4b4342df7cf4f838228b357129005d1cfc5f.zip | |
Merge pull request #6902 from syuilo/dependabot/npm_and_yarn/pg-8.5.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index df7d53e089..a34624403e 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "p-cancelable": "2.0.0", "parse5": "6.0.1", "parsimmon": "1.16.0", - "pg": "8.4.2", + "pg": "8.5.1", "portscanner": "2.2.0", "postcss": "8.1.6", "postcss-loader": "4.0.4", |