This commit is contained in:
Jonathan Baecker 2020-04-28 17:51:46 +02:00
parent a13ba7a06d
commit f015ae60f5
2 changed files with 9 additions and 9 deletions

View File

@ -1478,13 +1478,13 @@
}
},
"@nuxtjs/axios": {
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.1.tgz",
"integrity": "sha512-SxHyEHsS47lCzPXGqvGIu/SzhoSJvlRRgQBfBR5YI31V9/YIlfTE0z+RqAkdmb5uoL+JR2gqIuFDTdk+qyX9Ww==",
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.2.tgz",
"integrity": "sha512-OIrA9gwWSxmHkUu5UNNfGkYtHu4l4c5MEhCsc9n+IgTT5u/oGgrvoVC1Kh+p0Cgqz+7IkRmyf0TKif7VoAnLLg==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2",
"axios-retry": "^3.1.6",
"axios-retry": "^3.1.8",
"consola": "^2.11.3",
"defu": "^2.0.2"
},
@ -2589,9 +2589,9 @@
"integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
},
"bootstrap-vue": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.12.0.tgz",
"integrity": "sha512-cnW89Ig0OBbKTA6Hv8daijSWziNSDErAme9jTOmjBDtzqYAd9D4NCp0wDjfNRaZBojTRx/UR1SCatxP3bE+SMw==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.13.0.tgz",
"integrity": "sha512-V/q2tgIY+tDxeBGOwqdPC4jk8CWmpwpSVY/1OVGxg4Jg1Jxcs6gQn7chhpI9KuBrO8diG/Nd6JRtnYwyE3b7Qw==",
"requires": {
"@nuxt/opencollective": "^0.3.0",
"bootstrap": ">=4.4.1 <5.0.0",

View File

@ -12,10 +12,10 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.10.1",
"@nuxtjs/axios": "^5.10.2",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.12.0",
"bootstrap-vue": "^2.13.0",
"cookie-universal-nuxt": "^2.1.3",
"jwt-decode": "^2.2.0",
"nuxt": "^2.12.2",