From ac018cda5489e1143a421eeec831f348f4936ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:10:39 +0000 Subject: [PATCH] chore(deps): bump axios from 0.27.2 to 1.6.0 in /backend Bumps [axios](https://github.com/axios/axios) from 0.27.2 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/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index d528185f..04918939 100644 --- a/backend/package.json +++ b/backend/package.json @@ -46,7 +46,7 @@ "@destinationstransfers/ntp": "2.0.0", "ajv": "8.12.0", "async-mqtt": "2.6.3", - "axios": "0.27.2", + "axios": "1.6.0", "bonjour-service": "1.1.1", "compression": "1.7.4", "crc": "4.3.2",