From 9e3e1d8c736cd4903eb7152ae5734384a73d6835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:19:34 +0000 Subject: [PATCH] Update dependency newrelic to v11.1.0 --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index adf584e241..7be643b885 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -210,7 +210,7 @@ "multer": "1.4.4", "mysql2": "3.6.0", "nconf": "0.12.0", - "newrelic": "11.0.0", + "newrelic": "11.1.0", "node-jose": "2.2.0", "path-match": "1.2.4", "probe-image-size": "7.2.3", diff --git a/yarn.lock b/yarn.lock index 26cb68cab5..8e88b6627b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23855,10 +23855,10 @@ neo-async@^2.5.0, neo-async@^2.6.1, 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@11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/newrelic/-/newrelic-11.0.0.tgz#71ee78b1e4f31461131e1cf1f86deb67642812a6" - integrity sha512-uZEetgjfoscuuFNP7TH5BIKLv4vnfX27DV9y+Yb26ZrC3CNnVL+jBOAKY4+/vTxQiQHCi4uPfRyjw+1/3fOQXA== +newrelic@11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/newrelic/-/newrelic-11.1.0.tgz#e6a4b49459c8f1e917facab61838ddf7f7ffff8a" + integrity sha512-TMpUUuVOTjVQs9cp6DsSocf9pQYyQ2QHp3cFYOUZyxfJewjvb4J9TG6uZZP9xN+0olDt2oef/d6eZNTAFM3tsw== dependencies: "@grpc/grpc-js" "^1.8.10" "@grpc/proto-loader" "^0.7.5"