Skip to content

Commit 999ef1f

Browse files
Merge pull request #36 from gabriellopes00/dependabot/npm_and_yarn/pg-8.7.1
build(deps): bump pg from 8.6.0 to 8.7.1
2 parents c51dad3 + 4b0f194 commit 999ef1f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"helmet": "^4.6.0",
4444
"jsonwebtoken": "^8.5.1",
4545
"module-alias": "^2.2.2",
46-
"pg": "^8.5.1",
46+
"pg": "^8.7.1",
4747
"pino": "^6.13.3",
4848
"pino-pretty": "^4.7.1",
4949
"swagger-ui-express": "^4.1.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,10 +5260,10 @@ pg-int8@1.0.1:
52605260
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
52615261
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
52625262

5263-
pg-pool@^3.3.0:
5264-
version "3.3.0"
5265-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.3.0.tgz#12d5c7f65ea18a6e99ca9811bd18129071e562fc"
5266-
integrity sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==
5263+
pg-pool@^3.4.1:
5264+
version "3.4.1"
5265+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.4.1.tgz#0e71ce2c67b442a5e862a9c182172c37eda71e9c"
5266+
integrity sha512-TVHxR/gf3MeJRvchgNHxsYsTCHQ+4wm3VIHSS19z8NC0+gioEhq1okDY1sm/TYbfoP6JLFx01s0ShvZ3puP/iQ==
52675267

52685268
pg-protocol@^1.5.0:
52695269
version "1.5.0"
@@ -5281,15 +5281,15 @@ pg-types@^2.1.0:
52815281
postgres-date "~1.0.4"
52825282
postgres-interval "^1.1.0"
52835283

5284-
pg@^8.5.1:
5285-
version "8.6.0"
5286-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.6.0.tgz#e222296b0b079b280cce106ea991703335487db2"
5287-
integrity sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==
5284+
pg@^8.7.1:
5285+
version "8.7.1"
5286+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.7.1.tgz#9ea9d1ec225980c36f94e181d009ab9f4ce4c471"
5287+
integrity sha512-7bdYcv7V6U3KAtWjpQJJBww0UEsWuh4yQ/EjNf2HeO/NnvKjpvhEIe/A/TleP6wtmSKnUnghs5A9jUoK6iDdkA==
52885288
dependencies:
52895289
buffer-writer "2.0.0"
52905290
packet-reader "1.0.0"
52915291
pg-connection-string "^2.5.0"
5292-
pg-pool "^3.3.0"
5292+
pg-pool "^3.4.1"
52935293
pg-protocol "^1.5.0"
52945294
pg-types "^2.1.0"
52955295
pgpass "1.x"

0 commit comments

Comments
 (0)