Skip to content

Commit e1901d7

Browse files
chore(deps): bump pg and @types/pg
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg). These dependencies needed to be updated together. Updates `pg` from 8.13.0 to 8.13.3 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg) Updates `@types/pg` from 8.11.10 to 8.11.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/pg" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 326f383 commit e1901d7

File tree

2 files changed

+48
-23
lines changed

2 files changed

+48
-23
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nuxt-auth-utils": "^0.5.7",
4646
"nuxt-cropper": "^0.0.4",
4747
"nuxt-icon": "^0.6.10",
48-
"pg": "^8.13.0",
48+
"pg": "^8.13.3",
4949
"radix-vue": "^1.9.5",
5050
"tailwind-merge": "^2.5.5",
5151
"uncrypto": "^0.1.3",
@@ -55,7 +55,7 @@
5555
"zod": "^3.24.2"
5656
},
5757
"devDependencies": {
58-
"@types/pg": "^8.11.10",
58+
"@types/pg": "^8.11.11",
5959
"changelogen": "^0.5.7",
6060
"husky": "^9.1.7",
6161
"lint-staged": "^15.4.3",

yarn.lock

+46-21
Original file line numberDiff line numberDiff line change
@@ -2096,10 +2096,10 @@
20962096
resolved "https://registry.yarnpkg.com/@types/parse-path/-/parse-path-7.0.3.tgz#cec2da2834ab58eb2eb579122d9a1fc13bd7ef36"
20972097
integrity sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==
20982098

2099-
"@types/pg@^8.11.10":
2100-
version "8.11.10"
2101-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.11.10.tgz#b8fb2b2b759d452fe3ec182beadd382563b63291"
2102-
integrity sha512-LczQUW4dbOQzsH2RQ5qoeJ6qJPdrcM/DcMLoqWQkMLMsq83J5lAX3LXjdkWdpscFy67JSOWDnh7Ny/sPFykmkg==
2099+
"@types/pg@^8.11.11":
2100+
version "8.11.11"
2101+
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.11.11.tgz#3bdce0580e521a62a62339a53d110458d9eae6df"
2102+
integrity sha512-kGT1qKM8wJQ5qlawUrEkXgvMSXoV213KfMGXcwfDwUIfUHXqXYXOfS1nE1LINRJVVVx5wCm70XnFlMHaIcQAfw==
21032103
dependencies:
21042104
"@types/node" "*"
21052105
pg-protocol "*"
@@ -5873,15 +5873,15 @@ [email protected]:
58735873
resolved "https://registry.yarnpkg.com/pg-numeric/-/pg-numeric-1.0.2.tgz#816d9a44026086ae8ae74839acd6a09b0636aa3a"
58745874
integrity sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==
58755875

5876-
pg-pool@^3.7.0:
5877-
version "3.7.0"
5878-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.0.tgz#d4d3c7ad640f8c6a2245adc369bafde4ebb8cbec"
5879-
integrity sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==
5876+
pg-pool@^3.7.1:
5877+
version "3.7.1"
5878+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.1.tgz#d1aaf618618d8f878acf185e86084928b8cd5b3c"
5879+
integrity sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==
58805880

5881-
pg-protocol@*, pg-protocol@^1.7.0:
5882-
version "1.7.0"
5883-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.0.tgz#ec037c87c20515372692edac8b63cf4405448a93"
5884-
integrity sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==
5881+
pg-protocol@*, pg-protocol@^1.7.1:
5882+
version "1.7.1"
5883+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.1.tgz#aad61a6f927b51e89dcf721408b76c0e536d43dc"
5884+
integrity sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==
58855885

58865886
pg-types@^2.1.0:
58875887
version "2.2.0"
@@ -5907,14 +5907,14 @@ pg-types@^4.0.1:
59075907
postgres-interval "^3.0.0"
59085908
postgres-range "^1.1.1"
59095909

5910-
pg@^8.13.0:
5911-
version "8.13.0"
5912-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.0.tgz#e3d245342eb0158112553fcc1890a60720ae2a3d"
5913-
integrity sha512-34wkUTh3SxTClfoHB3pQ7bIMvw9dpFU1audQQeZG837fmHfHpr14n/AELVDoOYVDW2h5RDWU78tFjkD+erSBsw==
5910+
pg@^8.13.3:
5911+
version "8.13.3"
5912+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.3.tgz#19cd021d1f9e9d26d860b80cd450f109a8652738"
5913+
integrity sha512-P6tPt9jXbL9HVu/SSRERNYaYG++MjnscnegFh9pPHihfoBSujsrka0hyuymMzeJKFWrcG8wvCKy8rCe8e5nDUQ==
59145914
dependencies:
59155915
pg-connection-string "^2.7.0"
5916-
pg-pool "^3.7.0"
5917-
pg-protocol "^1.7.0"
5916+
pg-pool "^3.7.1"
5917+
pg-protocol "^1.7.1"
59185918
pg-types "^2.1.0"
59195919
pgpass "1.x"
59205920
optionalDependencies:
@@ -7033,7 +7033,16 @@ string-argv@^0.3.2:
70337033
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
70347034
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
70357035

7036-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7036+
"string-width-cjs@npm:string-width@^4.2.0":
7037+
version "4.2.3"
7038+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7039+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7040+
dependencies:
7041+
emoji-regex "^8.0.0"
7042+
is-fullwidth-code-point "^3.0.0"
7043+
strip-ansi "^6.0.1"
7044+
7045+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
70377046
version "4.2.3"
70387047
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
70397048
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7074,7 +7083,14 @@ string_decoder@~1.1.1:
70747083
dependencies:
70757084
safe-buffer "~5.1.0"
70767085

7077-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7086+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7087+
version "6.0.1"
7088+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7089+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7090+
dependencies:
7091+
ansi-regex "^5.0.1"
7092+
7093+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
70787094
version "6.0.1"
70797095
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
70807096
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7848,7 +7864,16 @@ which@^3.0.1:
78487864
dependencies:
78497865
isexe "^2.0.0"
78507866

7851-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7867+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7868+
version "7.0.0"
7869+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7870+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7871+
dependencies:
7872+
ansi-styles "^4.0.0"
7873+
string-width "^4.1.0"
7874+
strip-ansi "^6.0.0"
7875+
7876+
wrap-ansi@^7.0.0:
78527877
version "7.0.0"
78537878
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
78547879
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)