Skip to content

Commit 1465b81

Browse files
Bump @types/pg from 8.15.5 to 8.15.6
Bumps [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) from 8.15.5 to 8.15.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) --- updated-dependencies: - dependency-name: "@types/pg" dependency-version: 8.15.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e685d1 commit 1465b81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/jest": "^30.0.0",
3131
"@types/node": "^24.6.1",
32-
"@types/pg": "^8.15.5",
32+
"@types/pg": "^8.15.6",
3333
"@unocha/hpc-repo-tools": "^8.0.0",
3434
"eslint": "^9.36.0",
3535
"husky": "^9.1.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,10 +1099,10 @@
10991099
dependencies:
11001100
undici-types "~7.13.0"
11011101

1102-
"@types/pg@^8.15.5":
1103-
version "8.15.5"
1104-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.15.5.tgz#ef43e0f33b62dac95cae2f042888ec7980b30c09"
1105-
integrity sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==
1102+
"@types/pg@^8.15.6":
1103+
version "8.15.6"
1104+
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.15.6.tgz#4df7590b9ac557cbe5479e0074ec1540cbddad9b"
1105+
integrity sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==
11061106
dependencies:
11071107
"@types/node" "*"
11081108
pg-protocol "*"

0 commit comments

Comments
 (0)