Add pg-cursor dependency, needed by QCs

This commit is contained in:
D. Berge
2022-03-17 18:43:12 +01:00
parent a592ab5f6c
commit 818cd8b070
2 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
"version": "0.0.0",
"hasInstallScript": true,
"license": "UNLICENSED",
"os": [
"linux"
],
"dependencies": {
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
@@ -21,12 +24,16 @@
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
"pg": "^8.3.3",
"pg-cursor": "^2.7.3",
"selenium-webdriver": "*",
"ws": "^7.3.1",
"yaml": "^2.0.0-0"
},
"devDependencies": {
"redoc-cli": "^0.9.12"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@babel/code-frame": {
@@ -3305,6 +3312,14 @@
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.3.0.tgz",
"integrity": "sha512-ukMTJXLI7/hZIwTW7hGMZJ0Lj0S2XQBCJ4Shv4y1zgQ/vqVea+FLhzywvPj0ujSuofu+yA4MYHGZPTsgjBgJ+w=="
},
"node_modules/pg-cursor": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.7.3.tgz",
"integrity": "sha512-vmjXRMD4jZK/oHaaYk6clTypgHNlzCCAqyLCO5d/UeI42egJVE5H4ZfZWACub3jzkHUXXyvibH207zAJg9iBOw==",
"peerDependencies": {
"pg": "^8"
}
},
"node_modules/pg-int8": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
@@ -7645,6 +7660,12 @@
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.3.0.tgz",
"integrity": "sha512-ukMTJXLI7/hZIwTW7hGMZJ0Lj0S2XQBCJ4Shv4y1zgQ/vqVea+FLhzywvPj0ujSuofu+yA4MYHGZPTsgjBgJ+w=="
},
"pg-cursor": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.7.3.tgz",
"integrity": "sha512-vmjXRMD4jZK/oHaaYk6clTypgHNlzCCAqyLCO5d/UeI42egJVE5H4ZfZWACub3jzkHUXXyvibH207zAJg9iBOw==",
"requires": {}
},
"pg-int8": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",

View File

@@ -32,6 +32,7 @@
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
"pg": "^8.3.3",
"pg-cursor": "^2.7.3",
"selenium-webdriver": "*",
"ws": "^7.3.1",
"yaml": "^2.0.0-0"