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: v33.3.1
Choose a base ref
...
head repository: gajus/slonik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v33.3.2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 31, 2023

  1. fix: update dependencies

    gajus committed May 31, 2023
    Copy the full SHA
    d4eedd8 View commit details
Showing with 1,758 additions and 1,040 deletions.
  1. +1,747 −1,029 package-lock.json
  2. +11 −11 package.json
2,776 changes: 1,747 additions & 1,029 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,17 +5,17 @@
"url": "http://gajus.com"
},
"dependencies": {
"@types/pg": "^8.6.6",
"@types/pg": "^8.10.1",
"concat-stream": "^2.0.0",
"es6-error": "^4.1.1",
"get-stack-trace": "^2.1.1",
"is-plain-object": "^5.0.0",
"iso8601-duration": "^1.3.0",
"p-defer": "^3.0.0",
"pg": "^8.10.0",
"pg": "^8.11.0",
"pg-copy-streams": "^6.0.5",
"pg-copy-streams-binary": "^2.2.0",
"pg-cursor": "^2.9.0",
"pg-cursor": "^2.10.0",
"pg-protocol": "^1.6.0",
"pg-types": "^4.0.1",
"postgres-array": "^3.0.2",
@@ -28,26 +28,26 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.7",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^10.0.3",
"@types/concat-stream": "^2.0.0",
"@types/pg-copy-streams": "^1.2.2",
"@types/sinon": "^10.0.14",
"@types/sinon": "^10.0.15",
"@types/through2": "^2.0.38",
"ava": "^5.2.0",
"ava": "^5.3.0",
"coveralls": "^3.1.1",
"delay": "^5.0.0",
"eslint": "^8.38.0",
"eslint-config-canonical": "^41.0.3",
"eslint": "^8.41.0",
"eslint-config-canonical": "^41.0.5",
"expect-type": "^0.15.0",
"gitdown": "^3.1.5",
"husky": "^4.3.6",
"nyc": "^15.1.0",
"pg-native": "^3.0.1",
"postgres": "^3.3.4",
"postgres": "^3.3.5",
"postgres-bridge": "^1.14.0",
"semantic-release": "^21.0.1",
"sinon": "^15.0.4",
"semantic-release": "^21.0.2",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"zod": "^3.21.4"