From d2ad822913ee33dd3f55b99f0f18270f06f017a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:12:20 +0000 Subject: [PATCH] chore(deps): bump axios 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] --- .../your-api/package-lock.json | 8 ++++---- .../observability-to-the-rescue/your-api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/observability-to-the-rescue/your-api/package-lock.json b/examples/observability-to-the-rescue/your-api/package-lock.json index 4b2496809..0fc66f283 100644 --- a/examples/observability-to-the-rescue/your-api/package-lock.json +++ b/examples/observability-to-the-rescue/your-api/package-lock.json @@ -12,7 +12,7 @@ "@opentelemetry/auto-instrumentations-node": "^0.37.1", "@opentelemetry/exporter-trace-otlp-grpc": "^0.40.0", "@opentelemetry/sdk-node": "^0.40.0", - "axios": "^1.4.0", + "axios": "^1.6.0", "express": "^4.18.2" } }, @@ -1641,9 +1641,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/examples/observability-to-the-rescue/your-api/package.json b/examples/observability-to-the-rescue/your-api/package.json index 37f6a684e..c46069cca 100644 --- a/examples/observability-to-the-rescue/your-api/package.json +++ b/examples/observability-to-the-rescue/your-api/package.json @@ -14,6 +14,6 @@ "@opentelemetry/exporter-trace-otlp-grpc": "^0.40.0", "@opentelemetry/sdk-node": "^0.40.0", "express": "^4.18.2", - "axios": "^1.4.0" + "axios": "^1.6.0" } }