Merge pull request #10820 from backstage/revert-10798-dependabot/npm_and_yarn/knex-1.0.6
Revert "build(deps): bump knex from 1.0.2 to 1.0.6"
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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.`,
|
||||
);
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user