Skip to content

Commit

Permalink
build(deps): bump newrelic from 12.8.2 to 12.10.0 (#6612)
Browse files Browse the repository at this point in the history
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](newrelic/node-newrelic@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 87ddcb4 commit b952ddd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b952ddd

Please sign in to comment.