Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit d05b217

Browse files
author
Valenтin Vasiλьев
authored
Merge pull request #14 from fingerprintjs/fix/upgrade-db-deps
chore: upgrade pg package
2 parents d900439 + 47c9037 commit d05b217

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"README.md"
2020
],
2121
"dependencies": {
22-
"pg": "^8.6.0"
22+
"pg": "^8.7.1"
2323
},
2424
"devDependencies": {
25-
"@types/pg": "^8.6.0",
25+
"@types/pg": "^8.6.3",
2626
"@typescript-eslint/eslint-plugin": "^4.28.1",
2727
"@typescript-eslint/parser": "^4.28.1",
2828
"eslint": "^7.30.0",

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@
632632
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
633633
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==
634634

635-
"@types/pg@^8.6.0":
636-
version "8.6.0"
637-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.6.0.tgz#34233b891a127d6caaad28e177b1baec1a2958d4"
638-
integrity sha512-3JXFrsl8COoqVB1+2Pqelx6soaiFVXzkT3fkuSNe7GB40ysfT0FHphZFPiqIXpMyTHSFRdLTyZzrFBrJRPAArA==
635+
"@types/pg@^8.6.3":
636+
version "8.6.3"
637+
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.6.3.tgz#eacfd5954752dd64d93d71d639e8c5b1f3bd3f22"
638+
integrity sha512-P0RrXJcw1hPS+KF0nBCC3FEEdZBfRsHbYtAzbY2QTc0gC4jFQvjQxIKXs0X/NgPhPI4DbAzdeW7WMCjaWjT7Pg==
639639
dependencies:
640640
"@types/node" "*"
641641
pg-protocol "*"
@@ -2548,10 +2548,10 @@ [email protected]:
25482548
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
25492549
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
25502550

2551-
pg-pool@^3.3.0:
2552-
version "3.3.0"
2553-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.3.0.tgz#12d5c7f65ea18a6e99ca9811bd18129071e562fc"
2554-
integrity sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==
2551+
pg-pool@^3.4.1:
2552+
version "3.4.1"
2553+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.4.1.tgz#0e71ce2c67b442a5e862a9c182172c37eda71e9c"
2554+
integrity sha512-TVHxR/gf3MeJRvchgNHxsYsTCHQ+4wm3VIHSS19z8NC0+gioEhq1okDY1sm/TYbfoP6JLFx01s0ShvZ3puP/iQ==
25552555

25562556
pg-protocol@*, pg-protocol@^1.5.0:
25572557
version "1.5.0"
@@ -2569,15 +2569,15 @@ pg-types@^2.1.0, pg-types@^2.2.0:
25692569
postgres-date "~1.0.4"
25702570
postgres-interval "^1.1.0"
25712571

2572-
pg@^8.6.0:
2573-
version "8.6.0"
2574-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.6.0.tgz#e222296b0b079b280cce106ea991703335487db2"
2575-
integrity sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==
2572+
pg@^8.7.1:
2573+
version "8.7.1"
2574+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.7.1.tgz#9ea9d1ec225980c36f94e181d009ab9f4ce4c471"
2575+
integrity sha512-7bdYcv7V6U3KAtWjpQJJBww0UEsWuh4yQ/EjNf2HeO/NnvKjpvhEIe/A/TleP6wtmSKnUnghs5A9jUoK6iDdkA==
25762576
dependencies:
25772577
buffer-writer "2.0.0"
25782578
packet-reader "1.0.0"
25792579
pg-connection-string "^2.5.0"
2580-
pg-pool "^3.3.0"
2580+
pg-pool "^3.4.1"
25812581
pg-protocol "^1.5.0"
25822582
pg-types "^2.1.0"
25832583
pgpass "1.x"

0 commit comments

Comments
 (0)