Skip to content

Commit

Permalink
Merge pull request #16 from polarityio/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sarus authored Dec 3, 2024
2 parents 0a3f58a + 6085ade commit 1b6cad4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-int-dev-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run-integration-development-checklist:
runs-on: ubuntu-latest
container: 'centos:7'
container: 'rockylinux:8'

steps:
- uses: actions/checkout@v2
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "postgresql",
"version": "3.1.0",
"version": "3.1.1",
"main": "./integration.js",
"private": true,
"dependencies": {
"async": "^3.2.5",
"pg": "^8.11.5"
"async": "^3.2.6",
"pg": "^8.13.1"
}
}

0 comments on commit 1b6cad4

Please sign in to comment.