fix(deps): bump @nuxtjs/axios from 5.13.5 to 5.13.6

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.5 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](https://github.com/nuxt-community/axios-module/compare/v5.13.5...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>
This commit is contained in:
dependabot[bot] 2021-06-03 00:11:12 +00:00 committed by Corentin THOMASSET
parent fe0ecab947
commit 4636b9f04b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3932,9 +3932,9 @@
}
},
"@nuxtjs/axios": {
"version": "5.13.5",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.5.tgz",
"integrity": "sha512-GyeuiseDCwfRGDQH/gK+lngCseZS3SQm3q6xqiVx5xQnzCqokojN3uJkNB0DdHCowBP1aim+mDhu3spzcCnyBg==",
"version": "5.13.6",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.6.tgz",
"integrity": "sha512-XS+pOE0xsDODs1zAIbo95A0LKlilvJi8YW0NoXYuq3/jjxGgWDxizZ6Yx0AIIjZOoGsXJOPc0/BcnSEUQ2mFBA==",
"requires": {
"@nuxtjs/proxy": "^2.1.0",
"axios": "^0.21.1",

View file

@ -34,7 +34,7 @@
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/toast": "^3.3.1",