Skip to content

Commit

Permalink
Bump extract-pg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandupont committed Feb 14, 2022
1 parent 5ba2a50 commit 2421ca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"chalk": "4.1.2",
"extract-pg-schema": "^3.1.4",
"extract-pg-schema": "^3.1.5",
"optionator": "^0.9.1",
"pg": "^8.6.0",
"ramda": "^0.28.0",
Expand Down
1 change: 0 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable no-console */
import chalk from 'chalk';
// @ts-ignore
import optionator from 'optionator';
import path from 'path';

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2470,10 +2470,10 @@ external-editor@^3.0.3:
iconv-lite "^0.4.24"
tmp "^0.0.33"

extract-pg-schema@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/extract-pg-schema/-/extract-pg-schema-3.1.4.tgz#54163c73596fca374845d40b833fe650f5c82c03"
integrity sha512-8ZqXp50ra16btQRQEC3AUlkp0W8lD2DF3kzFUOeUkXNrwQkBPTmjmbxZJtPyQR7OFroi7cZvz56EcGnHUZ9BnQ==
extract-pg-schema@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/extract-pg-schema/-/extract-pg-schema-3.1.5.tgz#3bfe59a72fd1b473a9e98f8fd98a34a2af720c2f"
integrity sha512-W5pLrQA/jocDCzRZ96bHmIPcMa62QspRYUJNKk+5KW4fwCtdECvqCoYOImHBLA4+KAOl4HzL+JudZvOEWSMjMg==
dependencies:
"@types/pg" "^8.0.0"
jsonpath "^1.0.2"
Expand Down

0 comments on commit 2421ca6

Please sign in to comment.