From db240a8c751e872374004947135b023696b2497b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 00:07:55 +0000 Subject: [PATCH] fix(deps): bump @nuxtjs/axios from 5.13.1 to 5.13.5 Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.1 to 5.13.5. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.13.1...v5.13.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 55dc8bf..a1268b8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "yarn lint:js" }, "dependencies": { - "@nuxtjs/axios": "^5.12.2", + "@nuxtjs/axios": "^5.13.5", "@nuxtjs/composition-api": "^0.23.4", "core-js": "^3.6.5", "nuxt": "^2.15.3", diff --git a/yarn.lock b/yarn.lock index 520a50d..2ce7907 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1459,16 +1459,16 @@ webpack-node-externals "^3.0.0" webpackbar "^4.0.0" -"@nuxtjs/axios@^5.12.2": - version "5.13.1" - resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.1.tgz#70c7444e6be8989372c249637f9287c844340f42" - integrity sha512-vZpXV2AAkQ5Duejubt1k3ZgUnYowYnPvmcUt0hskd+OebmQ+jF6Wk6rOG0/9EeknOxm7mtTGgKSwdlE1jDo+xA== +"@nuxtjs/axios@^5.13.5": + version "5.13.5" + resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.5.tgz#eddea8a6b8cc1e758bdd5adaeaa377104ebe6965" + integrity sha512-GyeuiseDCwfRGDQH/gK+lngCseZS3SQm3q6xqiVx5xQnzCqokojN3uJkNB0DdHCowBP1aim+mDhu3spzcCnyBg== dependencies: "@nuxtjs/proxy" "^2.1.0" axios "^0.21.1" axios-retry "^3.1.9" consola "^2.15.3" - defu "^3.2.2" + defu "^5.0.0" "@nuxtjs/composition-api@^0.23.4": version "0.23.4" @@ -3662,6 +3662,11 @@ defu@^4.0.1: resolved "https://registry.yarnpkg.com/defu/-/defu-4.0.1.tgz#9d7d7a48f9295f08285d153dcff174c89b9bcb22" integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ== +defu@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b" + integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ== + delegates@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"