fix: upgrade newrelic from 9.10.2 to 9.11.0

Snyk has created this PR to upgrade newrelic from 9.10.2 to 9.11.0.

See this package in npm:
https://www.npmjs.com/package/newrelic

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-03-29 22:17:38 +00:00
parent ca192718ac
commit 2369cc3d08
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -21,7 +21,7 @@
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.18.2",
"mysql2": "^3.2.0",
"newrelic": "^9.10.2",
"newrelic": "^9.11.0",
"sharp": "^0.30.7",
"spdy": "^4.0.2",
"uglify-js": "^3.17.4",
@ -1537,12 +1537,12 @@
}
},
"node_modules/newrelic": {
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.2.tgz",
"integrity": "sha512-kVRLwlT3/TK1B/zWAHaaJngubPeEEOhKyGXhBTrOjhQ8X44Trz/XsndlgyY30FtvM3upxCSDuOdbqOHd7DOEVg==",
"version": "9.11.0",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.11.0.tgz",
"integrity": "sha512-Jttqh3anVrgIKEgQINdjae4OGF3qjcC9G/8Z97+zhdPsVa1mLP1LHZjdkRv9ts61WjerVEcvtmS9hWpgiQJonQ==",
"dependencies": {
"@grpc/grpc-js": "^1.8.7",
"@grpc/proto-loader": "^0.7.4",
"@grpc/grpc-js": "^1.8.8",
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^5.0.2",
"@newrelic/koa": "^7.1.1",
"@newrelic/superagent": "^6.0.0",
@ -3704,13 +3704,13 @@
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
},
"newrelic": {
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.2.tgz",
"integrity": "sha512-kVRLwlT3/TK1B/zWAHaaJngubPeEEOhKyGXhBTrOjhQ8X44Trz/XsndlgyY30FtvM3upxCSDuOdbqOHd7DOEVg==",
"version": "9.11.0",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.11.0.tgz",
"integrity": "sha512-Jttqh3anVrgIKEgQINdjae4OGF3qjcC9G/8Z97+zhdPsVa1mLP1LHZjdkRv9ts61WjerVEcvtmS9hWpgiQJonQ==",
"requires": {
"@contrast/fn-inspect": "^3.3.0",
"@grpc/grpc-js": "^1.8.7",
"@grpc/proto-loader": "^0.7.4",
"@grpc/grpc-js": "^1.8.8",
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^5.0.2",
"@newrelic/koa": "^7.1.1",
"@newrelic/native-metrics": "^9.0.0",

View File

@ -11,7 +11,7 @@
"hcaptcha": "^0.1.1",
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.18.2",
"newrelic": "^9.10.2",
"newrelic": "^9.11.0",
"mysql2": "^3.2.0",
"sharp": "^0.30.7",
"spdy": "^4.0.2",