diff --git a/webapp/package.json b/webapp/package.json index 8ff40f043..4ee183bd2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -53,7 +53,7 @@ "dependencies": { "@human-connection/styleguide": "0.5.17", "@nuxtjs/apollo": "4.0.0-rc4.2", - "@nuxtjs/axios": "~5.5.0", + "@nuxtjs/axios": "~5.5.1", "@nuxtjs/dotenv": "~1.3.0", "@nuxtjs/style-resources": "~0.1.2", "accounting": "~0.4.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 513ef1aab..c857d4ffc 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1115,10 +1115,10 @@ vue-cli-plugin-apollo "^0.20.0" webpack-node-externals "^1.7.2" -"@nuxtjs/axios@~5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.5.0.tgz#d099691b742190b56a1627ed44821372368213c2" - integrity sha512-BumibwUpfJcsormwoRSbDxLSXqPM2yV1v7GyIPtzEWwM5jJZ4GFhleL6yeKuyfb1PEOkRtydsX/dja2TnGl2WA== +"@nuxtjs/axios@~5.5.1": + version "5.5.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.5.1.tgz#e0eeddcbbec4f04bd705b96afd05071340169b36" + integrity sha512-MRZGuXM13D7tFf01D6LJZ7jYxIxD+poRfqgpVHbXIA/AN2FEWvVx9Sv3VlwniEM50+NqzcHHEGv4k2s2ZSSE6g== dependencies: "@nuxtjs/proxy" "^1.3.3" axios "^0.18.0"