diff --git a/lib/urls.js b/lib/urls.js index 30aaf42e..5a602910 100644 --- a/lib/urls.js +++ b/lib/urls.js @@ -2,8 +2,8 @@ module.exports = { dashboard: '/', search: '/search(/:searchType)?', account: { - menu: '/profile', - edit: '/profile/edit' + menu: '/account', + edit: '/account/edit' }, establishment: { list: '/establishments', diff --git a/package-lock.json b/package-lock.json index 0f6d38ab..9144a796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -240,9 +240,9 @@ } }, "@asl/service": { - "version": "6.14.2", - "resolved": "https://artifactory.digital.homeoffice.gov.uk/artifactory/api/npm/npm-virtual/@asl/service/-/@asl/service-6.14.2.tgz", - "integrity": "sha1-lOvHeiOTeLu8vdPkqrctIc3KnbY=", + "version": "6.16.0", + "resolved": "https://artifactory.digital.homeoffice.gov.uk/artifactory/api/npm/npm-virtual/@asl/service/-/@asl/service-6.16.0.tgz", + "integrity": "sha1-V4ypElVndcjEuLTquPGJjNOnbco=", "requires": { "@asl/components": "^2.3.2", "@lennym/redis-session": "^1.0.4", @@ -264,7 +264,7 @@ "mkdirp": "^0.5.1", "moment": "^2.22.2", "morgan": "^1.9.0", - "mustache": "^2.3.0", + "mustache": "^2.3.2", "qs": "^6.5.2", "r2": "^2.0.1", "react": "^16.4.1", @@ -382,9 +382,9 @@ } }, "@ukhomeoffice/frontend-toolkit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ukhomeoffice/frontend-toolkit/-/frontend-toolkit-2.3.0.tgz", - "integrity": "sha512-B8J7R2N4zkhoSkdaM+2w5PPR4Ajds0g2Umd98v1iyhpVwTOAKShFVTxS4uOTOY4ZYxnvevPm0ikYddLLC4LT1Q==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@ukhomeoffice/frontend-toolkit/-/frontend-toolkit-2.4.0.tgz", + "integrity": "sha512-IWZijuIH4KFxNMt+zaEfVsPs4CDGuYtFOm2NQsv0JCl+PSG6MKbfjpXVVzdTjo/my44JShHeF9cWEehamiii9w==", "requires": { "govuk-elements-sass": "^3.1.2", "govuk-frontend": "^1.3.0" diff --git a/package.json b/package.json index 7e30fc9a..3e7fac6e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@asl/components": "^3.3.0", "@asl/pages": "^15.2.0", - "@asl/service": "^6.14.2", + "@asl/service": "^6.16.0", "express": "^4.16.4", "lodash": "^4.17.10" },