Skip to content

Commit b7c4b70

Browse files
chore(deps): bump pg from 8.7.3 to 8.8.0 (#431)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiawen Geng <[email protected]>
1 parent 430d9b8 commit b7c4b70

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: |
1717
npx envinfo
1818
npm i -g pnpm
19-
pnpm i
19+
pnpm i --no-frozen-lockfile
2020
- save_cache:
2121
paths:
2222
- node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"koa-compress": "^5.1.0",
2121
"koa-jwt": "4.0.3",
2222
"nodemailer": "6.7.6",
23-
"pg": "8.7.3",
23+
"pg": "8.8.0",
2424
"reflect-metadata": "0.1.13",
2525
"type-graphql": "1.1.1",
2626
"typeorm": "0.3.10",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)