Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies #1088

Merged
merged 2 commits into from Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.