update module

This commit is contained in:
Timo Hocker 2019-09-26 14:20:40 +02:00
parent 4960433c0a
commit 9102fe41c2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -336,9 +336,9 @@
}
},
"postgresupdater": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/postgresupdater/-/postgresupdater-1.0.12.tgz",
"integrity": "sha512-P74c/HOaGcNcfuy7wDzPSmb+f+JmyIqS+eefQHilsT5OEy+SOoL6lgv0+Jmq5xuSMiHlfiLPzCXjH7dOl7skqQ==",
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/postgresupdater/-/postgresupdater-1.0.13.tgz",
"integrity": "sha512-pKPEZCR42lLjx8uYmf+Bqccdmx5tUa1CHGsNK91AEpEy8lM9CLuXkitLHFaiSG37bUweqSdd4C5a//mGTS/9Vw==",
"requires": {
"pg": "^7.12.1"
}

View File

@ -15,6 +15,6 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"postgresupdater": "^1.0.0"
"postgresupdater": "^1.0.13"
}
}