From 90f7285520d22a2fe87e27ec5c2b42f14c630133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:58:27 +0000 Subject: [PATCH] chore(deps): bump axios in /samples/instrumentation-quickstart Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/instrumentation-quickstart/package-lock.json | 8 ++++---- samples/instrumentation-quickstart/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/instrumentation-quickstart/package-lock.json b/samples/instrumentation-quickstart/package-lock.json index f4efa135..8b129af9 100644 --- a/samples/instrumentation-quickstart/package-lock.json +++ b/samples/instrumentation-quickstart/package-lock.json @@ -14,7 +14,7 @@ "@opentelemetry/exporter-metrics-otlp-proto": "0.203.0", "@opentelemetry/sdk-metrics": "2.0.1", "@opentelemetry/sdk-node": "0.203.0", - "axios": "1.11.0", + "axios": "1.12.0", "fastify": "4.23.2", "pino": "9.9.0" }, @@ -2240,9 +2240,9 @@ } }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/samples/instrumentation-quickstart/package.json b/samples/instrumentation-quickstart/package.json index eac81d11..119488df 100644 --- a/samples/instrumentation-quickstart/package.json +++ b/samples/instrumentation-quickstart/package.json @@ -34,7 +34,7 @@ "@opentelemetry/exporter-metrics-otlp-proto": "0.203.0", "@opentelemetry/sdk-metrics": "2.0.1", "@opentelemetry/sdk-node": "0.203.0", - "axios": "1.11.0", + "axios": "1.12.0", "fastify": "4.23.2", "pino": "9.9.0" }