diff --git a/__mocks__/@nextcloud/axios.ts b/__mocks__/@nextcloud/axios.ts index e9a440f4747..f610a17d8db 100644 --- a/__mocks__/@nextcloud/axios.ts +++ b/__mocks__/@nextcloud/axios.ts @@ -20,6 +20,14 @@ * */ export default { + interceptors: { + response: { + use: () => {}, + }, + request: { + use: () => {}, + }, + }, get: async () => ({ status: 200, data: {} }), delete: async () => ({ status: 200, data: {} }), post: async () => ({ status: 200, data: {} }), diff --git a/package-lock.json b/package-lock.json index 53973248256..748d8ae158c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.1.0", - "@nextcloud/axios": "^2.4.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/calendar-availability-vue": "^2.2.6", @@ -25,7 +25,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", diff --git a/package.json b/package.json index 879d631b256..6fda72a6db0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.1.0", - "@nextcloud/axios": "^2.4.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/calendar-availability-vue": "^2.2.6", @@ -52,7 +52,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3",