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

View File

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