Commit 3d829eab authored by Mend Renovate's avatar Mend Renovate 💬
Browse files

fix(deps): update dependency pg-promise to v8.7.4

parent 9c8c0e80
Loading
Loading
Loading
Loading
Loading
+3 −3
Changes for package-lock.json: 3 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -3112,9 +3112,9 @@
      "integrity": "sha512-hod2zYQxM8Gt482q+qONGTYcg/qVcV32VHVPtktbBJs0us3Dj7xibISw0BAAXVMCzt8A/jhfJvpZaxUlqtqs0g=="
    },
    "pg-promise": {
      "version": "8.7.3",
      "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.7.3.tgz",
      "integrity": "sha512-S5CWHFi6en0pXkbDL6dPk+TeAM+0u0XGCU0qvWEJfsC0jTvmTTjsukObtSfylTvczDxsMA6l4bDoFDZFa132Mw==",
      "version": "8.7.4",
      "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.7.4.tgz",
      "integrity": "sha512-LjxIajzq4PYonIfJnuQNcV2is8RM/l0VvYe927yXR0h92oSmr4gXiV1kc+eG3YILPRSw4BrWEBdW+UhTdE+qDw==",
      "requires": {
        "assert-options": "0.1.3",
        "manakin": "0.5.2",
+1 −1
Changes for package.json: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
    "commander": "2.20.0",
    "glob": "7.1.4",
    "lodash": "4.17.14",
    "pg-promise": "8.7.3",
    "pg-promise": "8.7.4",
    "pg-query-stream": "2.0.0"
  },
  "devDependencies": {