Skip to content

Commit

Permalink
fix(deps): bump @nuxtjs/axios from 5.13.4 to 5.13.6 (#13)
Browse files Browse the repository at this point in the history
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.4 to 5.13.6.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md)
- [Commits](nuxt-community/axios-module@v5.13.4...v5.13.6)

---
updated-dependencies:
- dependency-name: "@nuxtjs/axios"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2021
1 parent edebb8a commit 1f757bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1621716493.b9b36c6",
"@nuxtjs/axios": "^5.13.3",
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.9.1",
"nuxt": "^2.15.6"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,10 +1305,10 @@
jwt-decode "^3.1.2"
requrl "^3.0.2"

"@nuxtjs/axios@^5.13.0", "@nuxtjs/axios@^5.13.3":
version "5.13.4"
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.4.tgz#32ef656b7fdec1e53acdfdff6fb1844a1698af1e"
integrity sha512-RLDctJLm2erJhwKnnmII6vDmH4BLZ6mca/ndFJyamPlB9uzIVNyat2Dw+FYlJSJIDI1Mfp3NntipUiSGUqrXiw==
"@nuxtjs/axios@^5.13.0", "@nuxtjs/axios@^5.13.6":
version "5.13.6"
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.13.6.tgz#6f4bbd98a3a7799a5d2c0726c6ad2a98aa111881"
integrity sha512-XS+pOE0xsDODs1zAIbo95A0LKlilvJi8YW0NoXYuq3/jjxGgWDxizZ6Yx0AIIjZOoGsXJOPc0/BcnSEUQ2mFBA==
dependencies:
"@nuxtjs/proxy" "^2.1.0"
axios "^0.21.1"
Expand Down

0 comments on commit 1f757bb

Please sign in to comment.