This commit is contained in:
Jonathan Baecker 2020-04-24 13:55:38 +02:00
parent 35fa3d88af
commit 2f11658ba2
2 changed files with 11 additions and 11 deletions

View File

@ -1478,9 +1478,9 @@
}
},
"@nuxtjs/axios": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.0.tgz",
"integrity": "sha512-6zAvjQ/37qMzyk0OmgFI2iLAOJ6ADdm29mfRlmOKR5iR1ip3Mxzhm02O8WLcET3UrE74WuIHdli/WK/5e35bXw==",
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.10.1.tgz",
"integrity": "sha512-SxHyEHsS47lCzPXGqvGIu/SzhoSJvlRRgQBfBR5YI31V9/YIlfTE0z+RqAkdmb5uoL+JR2gqIuFDTdk+qyX9Ww==",
"requires": {
"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.2",
@ -2387,9 +2387,9 @@
}
},
"axios-retry": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.6.tgz",
"integrity": "sha512-pqOgBcpDtKU2YIBmHaHM8XnvzuOyRBxcvnD8+25uT0JcUEF0M1jq7Rpd7dTP27P8hQTynr/GNRuhEXZBLBffOw==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.8.tgz",
"integrity": "sha512-yPw5Y4Bg6Dgmhm35KaJFtlh23s1TecW0HsUerK4/IS1UKl0gtN2aJqdEKtVomiOS/bDo5w4P3sqgki/M10eF8Q==",
"requires": {
"is-retry-allowed": "^1.1.0"
}
@ -8325,9 +8325,9 @@
}
},
"node-sass": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
"integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.0.tgz",
"integrity": "sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",

View File

@ -12,7 +12,7 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.10.0",
"@nuxtjs/axios": "^5.10.1",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.12.0",
@ -33,7 +33,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.5.2",
"node-sass": "^4.13.1",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2"
}
}