diff --git a/SUMMARY.md b/SUMMARY.md index 08f37b42d..5e790559e 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -23,7 +23,7 @@ * [Documentation](contributors-guide/documentation/README.md) * [API Documentation](contributors-guide/documentation/api-documentation.md) * [Documentation Style Guide](contributors-guide/documentation/documentation-style-guide.md) - * [Mojaloop Technical Overview](mojaloop-technical-overview/README.md) +* [Mojaloop Technical Overview](mojaloop-technical-overview/README.md) * [Mojaloop Hub](mojaloop-technical-overview/overview/README.md) * [Legacy Architecture - PI5](mojaloop-technical-overview/overview/components-PI5.md) * [Legacy Architecture - PI3](mojaloop-technical-overview/overview/components-PI3.md) diff --git a/mojaloop-technical-overview/fraud-services/related-documents/documentation.md b/mojaloop-technical-overview/fraud-services/related-documents/documentation.md index 594fc2b5f..920da7b7f 100644 --- a/mojaloop-technical-overview/fraud-services/related-documents/documentation.md +++ b/mojaloop-technical-overview/fraud-services/related-documents/documentation.md @@ -4,4 +4,4 @@ Artefacts available for public reference related to the preventative measures in ## List of current artefacts -#### [Mojaloop Ecosystem Fraud Overview Document](https://github.com/mojaloop/documentation-artifacts/blob/master/fraud-services/Mojaloop-Fraud-20190410.pdf) +#### [Mojaloop Ecosystem Fraud Overview Document](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/April%202019%20PI-6_OSS_community%20session/Mojaloop-Fraud-20190410.pdf) diff --git a/package-lock.json b/package-lock.json index e3af91d36..2e5501546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "8.4.0", + "version": "8.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2114,6 +2114,13 @@ "semver": "5.3.0", "tmp": "0.0.31", "user-home": "2.0.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "gitbook-plugin-back-to-top-button": { @@ -3413,9 +3420,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash._basebind": { "version": "2.4.1", diff --git a/package.json b/package.json index b12263277..6f2b569ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "8.4.0", + "version": "8.5.0", "description": "Mojaloop Documentation GitBook Project", "dependencies": { "express": "4.17.1",