Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gajus/slonik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v34.1.0
Choose a base ref
...
head repository: gajus/slonik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v34.1.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 19, 2023

  1. fix: update pg

    gajus committed Sep 19, 2023
    Copy the full SHA
    0fc4c2a View commit details
Showing with 19 additions and 19 deletions.
  1. +17 −17 package-lock.json
  2. +2 −2 package.json
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
"url": "http://gajus.com"
},
"dependencies": {
"@types/pg": "^8.10.1",
"@types/pg": "^8.10.2",
"concat-stream": "^2.0.0",
"es6-error": "^4.1.1",
"iso8601-duration": "^1.3.0",
"pg": "^8.11.0",
"pg": "^8.11.3",
"pg-cursor": "^2.10.0",
"pg-protocol": "^1.6.0",
"pg-types": "^4.0.1",