Bump @nuxtjs/axios from 5.12.2 to 5.12.3 in /MalwareMultiScan.Ui

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.2 to 5.12.3.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.2...v5.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-01 07:01:05 +00:00 committed by GitHub
parent f792e9eb05
commit 18e94ab662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -1593,15 +1593,15 @@
}
},
"@nuxtjs/axios": {
"version": "5.12.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.12.2.tgz",
"integrity": "sha512-MKSuwHRgLTw1tMS1mDf+7XIvQLvF8GlK3rtuJY4lNmZVxYiBYhG3Nd6OrtH07fljNmvL7/JIUzk+1o/tVS6Pkg==",
"version": "5.12.3",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.12.3.tgz",
"integrity": "sha512-3hvr14dU0h61s4XF+HT/IgqCOq4608dMVFt9dHhNyZ479Y/Fiv59lAIJNx1NAwFnFNEMFHZ2FlWwc47bls89Fg==",
"requires": {
"@nuxtjs/proxy": "^2.0.1",
"axios": "^0.20.0",
"axios-retry": "^3.1.8",
"axios": "^0.21.0",
"axios-retry": "^3.1.9",
"consola": "^2.15.0",
"defu": "^3.1.0"
"defu": "^3.2.2"
}
},
"@nuxtjs/proxy": {
@ -2632,9 +2632,9 @@
"dev": true
},
"axios": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
"requires": {
"follow-redirects": "^1.10.0"
}
@ -4214,9 +4214,9 @@
}
},
"defu": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/defu/-/defu-3.1.0.tgz",
"integrity": "sha512-pc7vS4wbYFtsRL+OaLHKD72VcpOz9eYgzZeoLz9pCs+R8htyPdZnD1CxKP9ttZuT90CLPYFTSaTyc3/7v4gG9A=="
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/defu/-/defu-3.2.2.tgz",
"integrity": "sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ=="
},
"delayed-stream": {
"version": "1.0.0",

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/proxy": "^2.0.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.19.0",