From 7d2626c3ce2ae7e810eed5cc0df31ecc5b8a9de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 01:03:33 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bdf3f7..885aaf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1959,9 +1959,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==", "dev": true, "requires": { "@nuxtjs/proxy": "^2.1.0", diff --git a/package.json b/package.json index 0b5fcf9..b6eaa5e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@nuxt/types": "^2.15.3", "@nuxt/typescript-build": "^2.1.0", - "@nuxtjs/axios": "^5.13.5", + "@nuxtjs/axios": "^5.13.6", "@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0",