From fe5a358b3b893dba17a2ad43d647f362c85fe03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 00:01:47 +0000 Subject: [PATCH] chore(deps): bump elastic-apm-http-client from 11.0.4 to 11.1.0 Bumps [elastic-apm-http-client](https://github.com/elastic/apm-nodejs-http-client) from 11.0.4 to 11.1.0. - [Release notes](https://github.com/elastic/apm-nodejs-http-client/releases) - [Changelog](https://github.com/elastic/apm-nodejs-http-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/apm-nodejs-http-client/compare/v11.0.4...v11.1.0) --- updated-dependencies: - dependency-name: elastic-apm-http-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index db606cb6e6..6c1d79a2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "basic-auth": "^2.0.1", "cookie": "^0.5.0", "core-util-is": "^1.0.2", - "elastic-apm-http-client": "11.0.4", + "elastic-apm-http-client": "11.1.0", "end-of-stream": "^1.4.4", "error-callsites": "^2.0.4", "error-stack-parser": "^2.0.6", @@ -6155,9 +6155,9 @@ "dev": true }, "node_modules/elastic-apm-http-client": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/elastic-apm-http-client/-/elastic-apm-http-client-11.0.4.tgz", - "integrity": "sha512-449Qj/STi9hgnIk2KQ7719E7lpM3/i4Afs7NUhSOX8wV3sxn/+ItIHx9kKJthzhDDezxIfQcH83v83AF67GspQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/elastic-apm-http-client/-/elastic-apm-http-client-11.1.0.tgz", + "integrity": "sha512-jQQ0G68Z+UKdNlVywuQ+kz52AnNusQSuZP1CWNJS4z1Wg8mBazKNkQUHf3JbqfWCfw8BycofwgKp3sd+awueQg==", "dependencies": { "agentkeepalive": "^4.2.1", "breadth-filter": "^2.0.0", @@ -20134,9 +20134,9 @@ "dev": true }, "elastic-apm-http-client": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/elastic-apm-http-client/-/elastic-apm-http-client-11.0.4.tgz", - "integrity": "sha512-449Qj/STi9hgnIk2KQ7719E7lpM3/i4Afs7NUhSOX8wV3sxn/+ItIHx9kKJthzhDDezxIfQcH83v83AF67GspQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/elastic-apm-http-client/-/elastic-apm-http-client-11.1.0.tgz", + "integrity": "sha512-jQQ0G68Z+UKdNlVywuQ+kz52AnNusQSuZP1CWNJS4z1Wg8mBazKNkQUHf3JbqfWCfw8BycofwgKp3sd+awueQg==", "requires": { "agentkeepalive": "^4.2.1", "breadth-filter": "^2.0.0", diff --git a/package.json b/package.json index 9c3b3299be..545bb76fae 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "basic-auth": "^2.0.1", "cookie": "^0.5.0", "core-util-is": "^1.0.2", - "elastic-apm-http-client": "11.0.4", + "elastic-apm-http-client": "11.1.0", "end-of-stream": "^1.4.4", "error-callsites": "^2.0.4", "error-stack-parser": "^2.0.6",