From b952dddb84fb21d1c66252242d4ff88a3b343a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:03:59 -0600 Subject: [PATCH] build(deps): bump newrelic from 12.8.2 to 12.10.0 (#6612) Bumps [newrelic](https://github.com/newrelic/node-newrelic) from 12.8.2 to 12.10.0. - [Release notes](https://github.com/newrelic/node-newrelic/releases) - [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json) - [Commits](https://github.com/newrelic/node-newrelic/compare/v12.8.2...v12.10.0) --- updated-dependencies: - dependency-name: newrelic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/app-project/package.json | 2 +- packages/app-root/package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/app-project/package.json b/packages/app-project/package.json index 09a5d07a22..aa9dd428f6 100644 --- a/packages/app-project/package.json +++ b/packages/app-project/package.json @@ -37,7 +37,7 @@ "mobx-react": "~9.2.0", "mobx-state-tree": "~5.4.0", "morgan": "^1.10.0", - "newrelic": "~12.8.1", + "newrelic": "~12.10.0", "next": "~14.2.7", "next-i18next": "~15.4.0", "panoptes-client": "~5.6.0", diff --git a/packages/app-root/package.json b/packages/app-root/package.json index b67bf62822..c2137020d1 100644 --- a/packages/app-root/package.json +++ b/packages/app-root/package.json @@ -27,7 +27,7 @@ "grommet-icons": "~4.12.0", "lodash": "~4.17.21", "morgan": "~1.10.0", - "newrelic": "~12.8.1", + "newrelic": "~12.10.0", "next": "~14.2.7", "panoptes-client": "~5.6.0", "react": "~18.2.0", diff --git a/yarn.lock b/yarn.lock index efc365b994..3255d4b449 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2064,10 +2064,10 @@ node-gyp-build "^4.8.1" prebuildify "^6.0.1" -"@newrelic/security-agent@^2.0.0": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@newrelic/security-agent/-/security-agent-2.1.1.tgz#24f0dcf07215850a8f8bc0d582b456d0f53df697" - integrity sha512-dcDmxLMyvwjImTd83X2ePCImOm5qPYkorMhZr1UytK0uPZqJGJXv8SzWYoDRSQM6nzhJ4p1/acj0STgaQQOGvg== +"@newrelic/security-agent@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@newrelic/security-agent/-/security-agent-2.2.0.tgz#8de78496243b2352011ddbbbf70dbb9352274d5b" + integrity sha512-vjIl3dgccFC/M3CeIXhzrLI/S7IYCJK2MGw+G1WFwvtb+/9jZCOI+LbszfEGBjHQYt71hEudJN3lm2L5hs6D6g== dependencies: axios "^1.7.4" check-disk-space "^3.4.0" @@ -13602,14 +13602,14 @@ neo-async@^2.5.0, neo-async@^2.6.2: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -newrelic@~12.8.1: - version "12.8.2" - resolved "https://registry.yarnpkg.com/newrelic/-/newrelic-12.8.2.tgz#dc96ff0003403894f243e6f0e3a87778e35648cd" - integrity sha512-VE2jxhfXqxift93gAWIneqnQQeB49tdgA7IW9oejbyqWAEHp4cpj85F39bmzNXoow+ZF5cuFccG5K5o1s6qgTg== +newrelic@~12.10.0: + version "12.10.0" + resolved "https://registry.yarnpkg.com/newrelic/-/newrelic-12.10.0.tgz#c2bb445c0bc309829dc4b1056bc932260fbce1bd" + integrity sha512-Xjfa8jcSqWXweI1d9I+wNXx1VNTpNfcz9f4mKwUBzW4ZlIoLU/j0UMpyUHJA8Fwz8FAAXx1cu1lvj8gQyLaNUQ== dependencies: "@grpc/grpc-js" "^1.12.2" "@grpc/proto-loader" "^0.7.5" - "@newrelic/security-agent" "^2.0.0" + "@newrelic/security-agent" "^2.2.0" "@tyriar/fibonacci-heap" "^2.0.7" concat-stream "^2.0.0" https-proxy-agent "^7.0.1"