Firebase Update

This commit is contained in:
Lukas Nowy
2018-12-22 23:30:39 +01:00
parent befb44764d
commit acffe619b3
11523 changed files with 1614327 additions and 930246 deletions

View File

@ -1,8 +1,8 @@
{
"_from": "pg",
"_id": "pg@7.6.0",
"_id": "pg@7.7.1",
"_inBundle": false,
"_integrity": "sha512-INUjsobS7O0Slad6fVlSSSVpMd5wozwtdSrWL5/JfEGYCWtPwgka0uQOf2KCo7QbWUmwefcuNQtzijeztDquQg==",
"_integrity": "sha512-p3I0mXOmUvCoVlCMFW6iYSrnguPol6q8He15NGgSIdM3sPGjFc+8JGCeKclw8ZR4ETd+Jxy2KNiaPUcocHZeMw==",
"_location": "/pg",
"_phantomChildren": {},
"_requested": {
@ -19,10 +19,10 @@
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pg/-/pg-7.6.0.tgz",
"_shasum": "0c9ecaf0ce6f3c7e3c68ce8f621df79e741a89e3",
"_resolved": "https://registry.npmjs.org/pg/-/pg-7.7.1.tgz",
"_shasum": "546b192ff484322b69689391f885de3ba91a30d4",
"_spec": "pg",
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\SmartShopper\\express-server",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase",
"author": {
"name": "Brian Carlson",
"email": "brian.m.carlson@gmail.com"
@ -32,10 +32,10 @@
},
"bundleDependencies": false,
"dependencies": {
"buffer-writer": "1.0.1",
"buffer-writer": "2.0.0",
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-pool": "~2.0.3",
"pg-pool": "^2.0.4",
"pg-types": "~1.12.1",
"pgpass": "1.x",
"semver": "4.3.2"
@ -78,5 +78,5 @@
"scripts": {
"test": "make test-all"
},
"version": "7.6.0"
"version": "7.7.1"
}