From 235422acaccebfedd14bafb19253fd6288402ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:51:30 +0530 Subject: [PATCH] build(deps): bump axios from 1.4.0 to 1.6.0 (#6) Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [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.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3f03c27..d0cc1d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@babel/types": "^7.22.5", "@highlightjs/vue-plugin": "^2.1.0", - "axios": "^1.4.0", + "axios": "^1.6.0", "highlight.js": "^11.8.0", "js-yaml": "^4.1.0", "pinia": "^2.1.6", @@ -771,9 +771,9 @@ } }, "node_modules/axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 86a927f..3039ad9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@babel/types": "^7.22.5", "@highlightjs/vue-plugin": "^2.1.0", - "axios": "^1.4.0", + "axios": "^1.6.0", "highlight.js": "^11.8.0", "js-yaml": "^4.1.0", "pinia": "^2.1.6",