Revert "build(deps): bump knex from 1.0.2 to 1.0.6"

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-04-13 23:27:37 +02:00
parent 3350640147
commit 2e1343c258
17 changed files with 30 additions and 55 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"express-promise-router": "^4.1.0",
"fs-extra": "10.0.1",
"helmet": "^5.0.2",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"winston": "^3.2.1",
+1 -1
View File
@@ -53,7 +53,7 @@
"google-auth-library": "^7.6.1",
"jose": "^1.27.1",
"jwt-decode": "^3.1.0",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"minimatch": "^5.0.0",
+1 -1
View File
@@ -29,7 +29,7 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^1.0.6",
"knex": "^1.0.2",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
+1 -1
View File
@@ -55,7 +55,7 @@
"fs-extra": "10.0.1",
"git-url-parse": "^11.6.0",
"glob": "^7.1.6",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"node-fetch": "^2.6.7",
@@ -225,7 +225,7 @@ export class Stitcher {
.onConflict('entity_id')
.merge(['final_entity', 'hash']);
if (rowsChanged === 0) {
if (rowsChanged.length === 0) {
this.logger.debug(
`Entity ${entityRef} is already processed, skipping write.`,
);
+1 -1
View File
@@ -33,7 +33,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"express-xml-bodyparser": "^0.3.0",
"knex": "^1.0.6",
"knex": "^1.0.2",
"uuid": "^8.3.2",
"winston": "^3.2.1",
"yn": "^4.0.0"
+1 -1
View File
@@ -59,7 +59,7 @@
"isbinaryfile": "^5.0.0",
"isomorphic-git": "^1.8.0",
"jsonschema": "^1.2.6",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"morgan": "^1.10.0",
@@ -27,7 +27,7 @@
"@backstage/plugin-search-backend-node": "^0.6.0-next.1",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"lodash": "^4.17.21",
"knex": "^1.0.6"
"knex": "^1.0.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
+1 -1
View File
@@ -45,7 +45,7 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"semver": "^7.3.5",
+1 -1
View File
@@ -49,7 +49,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.0.1",
"knex": "^1.0.6",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"p-limit": "^3.1.0",