diff --git a/install-extras.json b/install-extras.json index 8ad47ec04..e2a5e2e08 100644 --- a/install-extras.json +++ b/install-extras.json @@ -3,6 +3,14 @@ "id": "mod-permissions-6.5.0", "action": "enable" }, + { + "id": "mod-users-19.3.2", + "action": "enable" + }, + { + "id": "mod-authtoken-2.15.2", + "action": "enable" + }, { "id": "edge-connexion-1.3.1", "action": "enable" @@ -71,10 +79,6 @@ "id": "mod-email-1.17.0", "action": "enable" }, - { - "id": "mod-users-19.3.2", - "action": "enable" - }, { "id": "mod-users-bl-7.7.4", "action": "enable" @@ -247,10 +251,6 @@ "id": "mod-quick-marc-5.1.1", "action": "enable" }, - { - "id": "mod-authtoken-2.15.2", - "action": "enable" - }, { "id": "mod-calendar-3.1.0", "action": "enable" @@ -331,4 +331,4 @@ "id": "mod-serials-management-1.0.3", "action": "enable" } -] \ No newline at end of file +] diff --git a/install.json b/install.json index 9a10a6363..ed6b708a7 100644 --- a/install.json +++ b/install.json @@ -28,6 +28,12 @@ }, { "id" : "mod-permissions-6.5.0", "action" : "enable" +}, { + "id" : "mod-users-19.3.2", + "action" : "enable" +}, { + "id" : "mod-authtoken-2.15.2", + "action" : "enable" }, { "id" : "mod-graphql-1.12.1", "action" : "enable" @@ -46,9 +52,6 @@ }, { "id" : "mod-event-config-2.7.1", "action" : "enable" -}, { - "id" : "mod-users-19.3.2", - "action" : "enable" }, { "id" : "mod-source-record-storage-5.8.7", "action" : "enable" @@ -133,9 +136,6 @@ }, { "id" : "folio_plugin-find-eresource-7.0.1", "action" : "enable" -}, { - "id" : "mod-authtoken-2.15.2", - "action" : "enable" }, { "id" : "mod-calendar-3.1.0", "action" : "enable" diff --git a/okapi-install.json b/okapi-install.json index ebb5ee283..2129a9919 100644 --- a/okapi-install.json +++ b/okapi-install.json @@ -4,19 +4,23 @@ "action": "enable" }, { - "id": "mod-graphql-1.12.1", + "id": "mod-users-19.3.2", "action": "enable" }, { - "id": "mod-licenses-6.0.3", + "id": "mod-authtoken-2.15.2", "action": "enable" }, { - "id": "mod-event-config-2.7.1", + "id": "mod-graphql-1.12.1", "action": "enable" }, { - "id": "mod-users-19.3.2", + "id": "mod-licenses-6.0.3", + "action": "enable" + }, + { + "id": "mod-event-config-2.7.1", "action": "enable" }, { @@ -91,10 +95,6 @@ "id": "mod-agreements-7.0.7", "action": "enable" }, - { - "id": "mod-authtoken-2.15.2", - "action": "enable" - }, { "id": "mod-calendar-3.1.0", "action": "enable" diff --git a/yarn.lock b/yarn.lock index e7862edd8..5168afd56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3862,9 +3862,9 @@ bare-events@^2.0.0, bare-events@^2.2.0: integrity sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q== bare-fs@^2.1.1: - version "2.3.3" - resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.3.3.tgz#0f66b203a72b9a632e9b5f2b6619d0ca19b758af" - integrity sha512-7RYKL+vZVCyAsMLi5SPu7QGauGGT8avnP/HO571ndEuV4MYdGXvLhtW67FuLPeEI8EiIY7zbbRR9x7x7HU0kgw== + version "2.3.4" + resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.3.4.tgz#339d3a9ee574bf58de3a9c93f45dd6f1c62c92d2" + integrity sha512-7YyxitZEq0ey5loOF5gdo1fZQFF7290GziT+VbAJ+JbYTJYaPZwuEz2r/Nq23sm4fjyTgUf2uJI2gkT3xAuSYA== dependencies: bare-events "^2.0.0" bare-path "^2.0.0"