From 81b4172be749178c634363cd170219f19435e55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 10:02:51 +0200 Subject: [PATCH 1/3] Bump bcrypt from 2.0.1 to 5.0.0 (#1) Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 2.0.1 to 5.0.0. - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v2.0.1...v5.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d7fb33..fff39b9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "agenda": "^1.0.3", "agendash": "^0.4.0", "ajax-request": "^1.2.1", - "bcrypt": "^2.0.0", + "bcrypt": "^5.0.0", "bluebird": "^3.5.2", "cached-request": "^1.1.4", "connect-mongo": "^2.0.1", From ca61fcc507951ab8280a2df7839cd3596f8c274c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 08:43:28 +0000 Subject: [PATCH 2/3] Bump mongoose from 4.13.21 to 5.10.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.10.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/4.13.21...5.10.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fff39b9..9a1f82c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "memwatch-next": "^0.3.0", "mongodb": "^3.1.8", "mongoosastic": "^4.3.0", - "mongoose": "^4.7.2", + "mongoose": "^5.10.0", "morgan": "^1.9.0", "natural": "^0.5.0", "node-unzip-2": "^0.2.7", From feea4d267f73150a535b194231b0f4676854295f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 2 Feb 2026 14:27:31 +0100 Subject: [PATCH 3/3] Fix typos Signed-off-by: Stefan Weil --- custom_modules/mongoosastic/test/forceIndexRefresh.js | 4 ++-- scripts/converter/converter.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_modules/mongoosastic/test/forceIndexRefresh.js b/custom_modules/mongoosastic/test/forceIndexRefresh.js index 2277910..7b3241a 100644 --- a/custom_modules/mongoosastic/test/forceIndexRefresh.js +++ b/custom_modules/mongoosastic/test/forceIndexRefresh.js @@ -49,7 +49,7 @@ describe('forceIndexRefresh connection option', function () { done() }) - it('should always suceed: refresh the index immediately on insert', function (done) { + it('should always succeed: refresh the index immediately on insert', function (done) { DummySchema.plugin(mongoosastic, { esClient: esClient, index: indexName, @@ -73,7 +73,7 @@ describe('forceIndexRefresh connection option', function () { doInsertOperation(Dummy2, d, indexName, done) }) - it('should always suceed: refresh the index immediately on update', function (done) { + it('should always succeed: refresh the index immediately on update', function (done) { DummySchema.plugin(mongoosastic, { esClient: esClient, index: indexName, diff --git a/scripts/converter/converter.js b/scripts/converter/converter.js index 9e6f6f0..99bafe9 100644 --- a/scripts/converter/converter.js +++ b/scripts/converter/converter.js @@ -381,7 +381,7 @@ function convertMonograph(){ // type is 'Monograph' for each of them // but there are some problems: // 1)for two resources, there is a containerTitle filled with the same title and subtitle --> wie can ignore this - // 2)one resource is definetly a journal article and the type is just wrong + // 2)one resource is definitely a journal article and the type is just wrong // 3)one is rather a report maybe // 4)for two of them I really don't know... one seems a bit like a thesis maybe? // partOf does not cause any trouble here