From 634a583fabc00c22110369f661547c4f80c98de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:46:16 +0000 Subject: [PATCH] chore(deps): bump axios from 1.5.0 to 1.5.1 Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1021b01e6..0df3066c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@vue/cli-service": "^4.5.15", "@vue/eslint-config-airbnb": "^7.0.0", "animate.css": "^4.1.1", - "axios": "^1.5.0", + "axios": "^1.5.1", "buefy": "^0.8.20", "chart.js": "^2.9.4", "compression-webpack-plugin": "^6.1.1", @@ -6413,9 +6413,9 @@ } }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 7c9c16a90..e8908239d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vue/cli-service": "^4.5.15", "@vue/eslint-config-airbnb": "^7.0.0", "animate.css": "^4.1.1", - "axios": "^1.5.0", + "axios": "^1.5.1", "buefy": "^0.8.20", "chart.js": "^2.9.4", "compression-webpack-plugin": "^6.1.1",