|
@@ -15,24 +15,30 @@
|
|
|
"integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
|
|
|
},
|
|
|
"pg": {
|
|
|
- "version": "7.17.1",
|
|
|
- "resolved": "https://registry.npmjs.org/pg/-/pg-7.17.1.tgz",
|
|
|
- "integrity": "sha512-SYWEip6eADsgDQIZk0bmB2JDOrC8Xu6z10KlhlXl03NSomwVmHB6ZTVyDCwOfT6bXHI8QndJdk5XxSSRXikaSA==",
|
|
|
+ "version": "8.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.0.tgz",
|
|
|
+ "integrity": "sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==",
|
|
|
"requires": {
|
|
|
"buffer-writer": "2.0.0",
|
|
|
"packet-reader": "1.0.0",
|
|
|
- "pg-connection-string": "0.1.3",
|
|
|
- "pg-packet-stream": "^1.1.0",
|
|
|
- "pg-pool": "^2.0.9",
|
|
|
+ "pg-cloudflare": "^1.1.0",
|
|
|
+ "pg-connection-string": "^2.6.0",
|
|
|
+ "pg-pool": "^3.6.0",
|
|
|
+ "pg-protocol": "^1.6.0",
|
|
|
"pg-types": "^2.1.0",
|
|
|
- "pgpass": "1.x",
|
|
|
- "semver": "4.3.2"
|
|
|
+ "pgpass": "1.x"
|
|
|
}
|
|
|
},
|
|
|
+ "pg-cloudflare": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
"pg-connection-string": {
|
|
|
- "version": "0.1.3",
|
|
|
- "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-0.1.3.tgz",
|
|
|
- "integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc="
|
|
|
+ "version": "2.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.0.tgz",
|
|
|
+ "integrity": "sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg=="
|
|
|
},
|
|
|
"pg-cursor": {
|
|
|
"version": "2.1.6",
|
|
@@ -44,15 +50,15 @@
|
|
|
"resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
|
|
|
"integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw=="
|
|
|
},
|
|
|
- "pg-packet-stream": {
|
|
|
- "version": "1.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz",
|
|
|
- "integrity": "sha512-kRBH0tDIW/8lfnnOyTwKD23ygJ/kexQVXZs7gEyBljw4FYqimZFxnMMx50ndZ8In77QgfGuItS5LLclC2TtjYg=="
|
|
|
- },
|
|
|
"pg-pool": {
|
|
|
- "version": "2.0.9",
|
|
|
- "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-2.0.9.tgz",
|
|
|
- "integrity": "sha512-gNiuIEKNCT3OnudQM2kvgSnXsLkSpd6mS/fRnqs6ANtrke6j8OY5l9mnAryf1kgwJMWLg0C1N1cYTZG1xmEYHQ=="
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ=="
|
|
|
+ },
|
|
|
+ "pg-protocol": {
|
|
|
+ "version": "1.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
|
|
|
+ "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
|
|
|
},
|
|
|
"pg-types": {
|
|
|
"version": "2.2.0",
|
|
@@ -67,11 +73,11 @@
|
|
|
}
|
|
|
},
|
|
|
"pgpass": {
|
|
|
- "version": "1.0.2",
|
|
|
- "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.2.tgz",
|
|
|
- "integrity": "sha1-Knu0G2BltnkH6R2hsHwYR8h3swY=",
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
|
|
|
"requires": {
|
|
|
- "split": "^1.0.0"
|
|
|
+ "split2": "^4.1.0"
|
|
|
}
|
|
|
},
|
|
|
"postgres-array": {
|
|
@@ -82,12 +88,12 @@
|
|
|
"postgres-bytea": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
|
|
|
- "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU="
|
|
|
+ "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="
|
|
|
},
|
|
|
"postgres-date": {
|
|
|
- "version": "1.0.4",
|
|
|
- "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.4.tgz",
|
|
|
- "integrity": "sha512-bESRvKVuTrjoBluEcpv2346+6kgB7UlnqWZsnbnCccTNq/pqfj1j6oBaN5+b/NrDXepYUT/HKadqv3iS9lJuVA=="
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q=="
|
|
|
},
|
|
|
"postgres-interval": {
|
|
|
"version": "1.2.0",
|
|
@@ -97,23 +103,10 @@
|
|
|
"xtend": "^4.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "semver": {
|
|
|
- "version": "4.3.2",
|
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.2.tgz",
|
|
|
- "integrity": "sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c="
|
|
|
- },
|
|
|
- "split": {
|
|
|
- "version": "1.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
|
|
|
- "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
|
|
|
- "requires": {
|
|
|
- "through": "2"
|
|
|
- }
|
|
|
- },
|
|
|
- "through": {
|
|
|
- "version": "2.3.8",
|
|
|
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
|
- "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
|
|
|
+ "split2": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg=="
|
|
|
},
|
|
|
"xtend": {
|
|
|
"version": "4.0.2",
|