From cfdfe89014736f5200d0394932b6f4c679eb323b Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 7 Jun 2024 16:16:22 +1000 Subject: [PATCH 01/11] Hotfix: fix extracting data from the vocab mint names (#2216) --- typescript/api/controllers/VocabController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/api/controllers/VocabController.ts b/typescript/api/controllers/VocabController.ts index b9bd5d491b..f364bab5f3 100644 --- a/typescript/api/controllers/VocabController.ts +++ b/typescript/api/controllers/VocabController.ts @@ -114,7 +114,7 @@ export module Controllers { const flattened_prefix = "flattened_"; try { let mintResponse = await VocabService.findInMint(mintSourceType, searchString); - let response_docs = mintResponse.docs; + let response_docs = mintResponse.response.docs; if (unflatten == "true") { _.forEach(response_docs, (doc: any) => { _.forOwn(doc, (val: any, key: any) => { From 6448187fc10e041d426c058835d8de2512e11c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:19:13 +0930 Subject: [PATCH 02/11] Bump node from 20.13.1-buster to 20.14.0-buster (#2199) Bumps node from 20.13.1-buster to 20.14.0-buster. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1669d60d2b..1d30117c30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.13.1-buster +FROM node:20.14.0-buster ENV node_env production ENV NPM_CONFIG_PREFIX=/home/node/.npm-global ENV PATH=$PATH:/home/node/.npm-global/bin From 7477a3aeb9ed81eee6b6b0e1077bfc1c8c835fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:19:25 +0930 Subject: [PATCH 03/11] Bump zone.js from 0.14.6 to 0.14.7 (#2218) Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.6 to 0.14.7. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/zone.js-0.14.7/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ca1e28b27..fb02a5d60f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", "webpack": "^5.91.0", - "zone.js": "^0.14.6" + "zone.js": "^0.14.7" }, "devDependencies": { "@types/jquery": "^3.5.30", @@ -9541,8 +9541,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.6", - "license": "MIT" + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.7.tgz", + "integrity": "sha512-0w6DGkX2BPuiK/NLf+4A8FLE43QwBfuqz2dVgi/40Rj1WmqUskCqj329O/pwrqFJLG5X8wkeG2RhIAro441xtg==" } } } diff --git a/package.json b/package.json index f28521a93d..684403568b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", "webpack": "^5.91.0", - "zone.js": "^0.14.6" + "zone.js": "^0.14.7" }, "scripts": { "debug": "node debug app.js", From af26484812f9f786af44ba33abe5ac37217b5e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:19:59 +0930 Subject: [PATCH 04/11] Bump @types/node from 20.12.12 to 20.14.2 in /core (#2221) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 249920de16..2b4d7b2722 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -27,9 +27,9 @@ "integrity": "sha512-5xxU8vVs9/FNcvm3gE07fPbn9tl6tqGGWA9tSlwsUEkBxtRnTsNmwrV8gasZ9F/EobaSv9+nu8AxUKccw77JpQ==" }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -116,9 +116,9 @@ "integrity": "sha512-5xxU8vVs9/FNcvm3gE07fPbn9tl6tqGGWA9tSlwsUEkBxtRnTsNmwrV8gasZ9F/EobaSv9+nu8AxUKccw77JpQ==" }, "@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "requires": { "undici-types": "~5.26.4" From ac1e1155e425ed9cd428b322715b7da889492f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:22:16 +0930 Subject: [PATCH 05/11] Bump typescript-json-schema from 0.63.0 to 0.64.0 (#2225) Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.63.0 to 0.64.0. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.64.0) --- updated-dependencies: - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb02a5d60f..e831ea6c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "ts-node": "^10.9.2", "tus-node-server": "^0.9.0", "typescript": "5.4", - "typescript-json-schema": "^0.63.0", + "typescript-json-schema": "^0.64.0", "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", "webpack": "^5.91.0", @@ -8720,8 +8720,9 @@ } }, "node_modules/typescript-json-schema": { - "version": "0.63.0", - "license": "BSD-3-Clause", + "version": "0.64.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz", + "integrity": "sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==", "dependencies": { "@types/json-schema": "^7.0.9", "@types/node": "^16.9.2", diff --git a/package.json b/package.json index 684403568b..2a2c8b38c9 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "ts-node": "^10.9.2", "tus-node-server": "^0.9.0", "typescript": "5.4", - "typescript-json-schema": "^0.63.0", + "typescript-json-schema": "^0.64.0", "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", "webpack": "^5.91.0", From f42b8332880d99ceafe681134e176666562caf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:27:39 +0930 Subject: [PATCH 06/11] Bump webpack from 5.91.0 to 5.92.0 (#2223) Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 23 +++++++++++++---------- package.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e831ea6c20..2ac87ddb54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "typescript-json-schema": "^0.64.0", "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", - "webpack": "^5.91.0", + "webpack": "^5.92.0", "zone.js": "^0.14.7" }, "devDependencies": { @@ -848,9 +848,10 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "license": "MIT", + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", + "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", "peerDependencies": { "acorn": "^8" } @@ -2716,8 +2717,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.16.0", - "license": "MIT", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", + "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -9082,8 +9084,9 @@ } }, "node_modules/webpack": { - "version": "5.91.0", - "license": "MIT", + "version": "5.92.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.0.tgz", + "integrity": "sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", @@ -9091,10 +9094,10 @@ "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", + "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.16.0", + "enhanced-resolve": "^5.17.0", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/package.json b/package.json index 2a2c8b38c9..6e8c82494d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "typescript-json-schema": "^0.64.0", "typescript-require": "~0.3.0", "url-pattern": "^1.0.3", - "webpack": "^5.91.0", + "webpack": "^5.92.0", "zone.js": "^0.14.7" }, "scripts": { From 6b08cf13555344ec646bf1a93e4aa10c73a71fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:27:51 +0930 Subject: [PATCH 07/11] Bump sass from 1.77.4 to 1.77.5 (#2224) Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.4...1.77.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ac87ddb54..5c5d783267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "sails-hook-orm": "^4.0.3", "sails-hook-sockets": "^3.0.0", "sails-mongo": "^2.1.1", - "sass": "^1.77.4", + "sass": "^1.77.5", "sass-loader": "^14.2.1", "skipper": "^0.9.4", "skipper-gridfs": "^1.0.2", @@ -7533,9 +7533,9 @@ } }, "node_modules/sass": { - "version": "1.77.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", - "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", + "version": "1.77.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.5.tgz", + "integrity": "sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 6e8c82494d..f4f9cd471b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sails-hook-orm": "^4.0.3", "sails-hook-sockets": "^3.0.0", "sails-mongo": "^2.1.1", - "sass": "^1.77.4", + "sass": "^1.77.5", "sass-loader": "^14.2.1", "skipper": "^0.9.4", "skipper-gridfs": "^1.0.2", From 74efc5f8420905c2823c8216e47553b4058843f0 Mon Sep 17 00:00:00 2001 From: andrewbrazzatti Date: Mon, 24 Jun 2024 10:44:14 +1000 Subject: [PATCH 08/11] Added PopulateExternalMethods decorator to autopopulate the array with the available public methods (#2237) --- .../PopulateExportedMethods.decorator.ts | 6 ++++++ core/src/decorator/index.ts | 3 +++ core/src/index.ts | 3 ++- tsconfig.json | 6 ++++-- .../api/controllers/RenderViewController.ts | 17 +++++++---------- 5 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 core/src/decorator/PopulateExportedMethods.decorator.ts create mode 100644 core/src/decorator/index.ts diff --git a/core/src/decorator/PopulateExportedMethods.decorator.ts b/core/src/decorator/PopulateExportedMethods.decorator.ts new file mode 100644 index 0000000000..5bf6bc0faf --- /dev/null +++ b/core/src/decorator/PopulateExportedMethods.decorator.ts @@ -0,0 +1,6 @@ +export function PopulateExportedMethods (constructor: T) { + return class extends constructor { + _exportedMethods: any =Object.getOwnPropertyNames(constructor.prototype) + .filter(prop => prop !== 'constructor' && typeof this[prop] === 'function'); + }; +} \ No newline at end of file diff --git a/core/src/decorator/index.ts b/core/src/decorator/index.ts new file mode 100644 index 0000000000..4d9508c7ab --- /dev/null +++ b/core/src/decorator/index.ts @@ -0,0 +1,3 @@ +export { + PopulateExportedMethods +} from './PopulateExportedMethods.decorator'; \ No newline at end of file diff --git a/core/src/index.ts b/core/src/index.ts index bd8b2db3d9..681c0e0b6f 100644 --- a/core/src/index.ts +++ b/core/src/index.ts @@ -48,4 +48,5 @@ export { } from "./RecordAuditParams"; -export * from './model' \ No newline at end of file +export * from './model' +export * from './decorator' \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index cb4598ef5c..5b2d8dc6f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "./", "rootDir": "./typescript", "strict": false, - "inlineSourceMap": true + "inlineSourceMap": true, + "experimentalDecorators": true }, "exclude": [ "node_modules/**", @@ -20,5 +21,6 @@ "buildOnSave": false, "atom": { "rewriteTsconfig": false - } + }, + } diff --git a/typescript/api/controllers/RenderViewController.ts b/typescript/api/controllers/RenderViewController.ts index 19d3a2f4a1..7f06dd8bb3 100644 --- a/typescript/api/controllers/RenderViewController.ts +++ b/typescript/api/controllers/RenderViewController.ts @@ -1,20 +1,17 @@ // -import { Controllers as controllers} from '@researchdatabox/redbox-core-types'; - +import { Controllers as controllers,PopulateExportedMethods} from '@researchdatabox/redbox-core-types'; /** * Package that contains all Controllers. */ -export module Controllers { - export class RenderView extends controllers.Core.Controller { - /** - * Exported methods, accessible from internet. - */ - protected _exportedMethods: any = [ - 'render' - ]; + + +export module Controllers { + + @PopulateExportedMethods + export class RenderView extends controllers.Core.Controller { /** ************************************************************************************************** From 3ab1468c03b2aae4bbb085d3da151c14ff105070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:15:29 +0930 Subject: [PATCH 09/11] Bump sass from 1.77.5 to 1.77.6 (#2230) Bumps [sass](https://github.com/sass/dart-sass) from 1.77.5 to 1.77.6. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.5...1.77.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c5d783267..98a2d33062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "sails-hook-orm": "^4.0.3", "sails-hook-sockets": "^3.0.0", "sails-mongo": "^2.1.1", - "sass": "^1.77.5", + "sass": "^1.77.6", "sass-loader": "^14.2.1", "skipper": "^0.9.4", "skipper-gridfs": "^1.0.2", @@ -7533,9 +7533,9 @@ } }, "node_modules/sass": { - "version": "1.77.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.5.tgz", - "integrity": "sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==", + "version": "1.77.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", + "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index f4f9cd471b..9eb65057fb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sails-hook-orm": "^4.0.3", "sails-hook-sockets": "^3.0.0", "sails-mongo": "^2.1.1", - "sass": "^1.77.5", + "sass": "^1.77.6", "sass-loader": "^14.2.1", "skipper": "^0.9.4", "skipper-gridfs": "^1.0.2", From a0994b0ab4f990c82afd6c9ad55ae934a8b26392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:17:12 +0930 Subject: [PATCH 10/11] Bump nodemailer from 6.9.13 to 6.9.14 (#2231) Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.13 to 6.9.14. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.13...v6.9.14) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98a2d33062..b760b7c230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "mongodb": "^6.3.0", "node-cache": "^5.1.2", "node-schedule": "^2.1.1", - "nodemailer": "^6.9.13", + "nodemailer": "^6.9.14", "numeral": "^2.0.6", "openid-client": "^5.6.5", "passport": "^0.7.0", @@ -5677,8 +5677,9 @@ } }, "node_modules/nodemailer": { - "version": "6.9.13", - "license": "MIT-0", + "version": "6.9.14", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.14.tgz", + "integrity": "sha512-Dobp/ebDKBvz91sbtRKhcznLThrKxKt97GI2FAlAyy+fk19j73Uz3sBXolVtmcXjaorivqsbbbjDY+Jkt4/bQA==", "engines": { "node": ">=6.0.0" } diff --git a/package.json b/package.json index 9eb65057fb..f19d77af5d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "mongodb": "^6.3.0", "node-cache": "^5.1.2", "node-schedule": "^2.1.1", - "nodemailer": "^6.9.13", + "nodemailer": "^6.9.14", "numeral": "^2.0.6", "openid-client": "^5.6.5", "passport": "^0.7.0", From b82dfaf531597ae2c6edda6087515f0b24710f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:59:16 +0930 Subject: [PATCH 11/11] Bump glob from 10.4.1 to 10.4.2 (#2232) Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.1 to 10.4.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b760b7c230..c2b563fd91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "flat": "^6.0.1", "font-awesome-sass": "4.7.0", "fs-extra": "^11.2.0", - "glob": "^10.4.1", + "glob": "^10.4.2", "har-validator": "5.1.5", "i18next": "^23.11.5", "i18next-fs-backend": "^2.3.1", @@ -3567,14 +3567,15 @@ } }, "node_modules/glob": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz", - "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", + "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { @@ -5865,6 +5866,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" + }, "node_modules/parasails": { "version": "0.9.3", "license": "MIT" diff --git a/package.json b/package.json index f19d77af5d..4935084491 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "flat": "^6.0.1", "font-awesome-sass": "4.7.0", "fs-extra": "^11.2.0", - "glob": "^10.4.1", + "glob": "^10.4.2", "har-validator": "5.1.5", "i18next": "^23.11.5", "i18next-fs-backend": "^2.3.1",