From 6737c2e9287dff04bc1ca6a69e38846faf18b9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:25:04 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.5 to 1.6.7 Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.6.7. - [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.6.5...v1.6.7) --- 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 abe4c24..be4592f 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.6.5", + "axios": "^1.6.7", "express": "^4.18.2", "highlight.js": "^11.8.0", "js-yaml": "^4.1.0", @@ -781,9 +781,9 @@ } }, "node_modules/axios": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", - "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { "follow-redirects": "^1.15.4", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 7443499..7279468 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@babel/types": "^7.22.5", "@highlightjs/vue-plugin": "^2.1.0", - "axios": "^1.6.5", + "axios": "^1.6.7", "express": "^4.18.2", "highlight.js": "^11.8.0", "js-yaml": "^4.1.0",