From 3a671d3d597d2c8c9dace2539ea3617426d61599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:45:33 +0000 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /hexagonal-architecture 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] --- hexagonal-architecture/package-lock.json | 8 ++++---- hexagonal-architecture/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hexagonal-architecture/package-lock.json b/hexagonal-architecture/package-lock.json index f622243..7ca74b3 100644 --- a/hexagonal-architecture/package-lock.json +++ b/hexagonal-architecture/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "MIT-0", "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.0", "redis": "^4.6.8" } }, @@ -72,9 +72,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "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/hexagonal-architecture/package.json b/hexagonal-architecture/package.json index 9dc7193..b039e41 100644 --- a/hexagonal-architecture/package.json +++ b/hexagonal-architecture/package.json @@ -6,7 +6,7 @@ "author": "luca mezzalira", "license": "MIT-0", "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.0", "redis": "^4.6.8" }, "scripts": {