Skip to content

Commit

Permalink
chore(deps): update devdependencies (#1088)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent d052520 commit 0d34481
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -104,8 +104,8 @@
"@eslint-types/typescript-eslint": "7.5.0",
"@types/config": "3.3.4",
"@types/mkdirp": "1.0.2",
"@types/node": "18.19.30",
"@types/pg": "8.11.4",
"@types/node": "18.19.31",
"@types/pg": "8.11.5",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
Expand Down Expand Up @@ -147,7 +147,7 @@
},
"pnpm": {
"patchedDependencies": {
"@types/pg@8.11.4": "patches/@types__pg@8.11.4.patch"
"@types/pg@8.11.5": "patches/@types__pg@8.11.5.patch"
}
}
}
@@ -1,6 +1,6 @@
diff --git a/lib/connection-parameters.d.ts b/lib/connection-parameters.d.ts
new file mode 100644
index 0000000000000000000000000000000000000000..951d48139a6eeab891e83753792000a34092edd3
index 0000000000000000000000000000000000000000..c2895f9763e30b72bd5cca9146719e1d0260c117
--- /dev/null
+++ b/lib/connection-parameters.d.ts
@@ -0,0 +1,58 @@
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit 0d34481

Please sign in to comment.