fix: upgrade newrelic from 9.10.1 to 9.10.2

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

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-16 16:16:33 +00:00
parent 4e558257b8
commit b281869651
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -21,7 +21,7 @@
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.16.0",
"mysql2": "^3.1.2",
"newrelic": "^9.10.1",
"newrelic": "^9.10.2",
"sharp": "^0.30.7",
"spdy": "^4.0.2",
"uglify-js": "^3.17.4",
@ -1500,11 +1500,11 @@
}
},
"node_modules/newrelic": {
"version": "9.10.1",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.1.tgz",
"integrity": "sha512-G23/RlcdkgApBCQJXvRIt7bgW4KgR8mQLE+sndAT9ooIYsrxw7+9iVJzm6WE4sc3o41SIIjZ1OlVo6pUCLxIZQ==",
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.2.tgz",
"integrity": "sha512-kVRLwlT3/TK1B/zWAHaaJngubPeEEOhKyGXhBTrOjhQ8X44Trz/XsndlgyY30FtvM3upxCSDuOdbqOHd7DOEVg==",
"dependencies": {
"@grpc/grpc-js": "^1.8.4",
"@grpc/grpc-js": "^1.8.7",
"@grpc/proto-loader": "^0.7.4",
"@newrelic/aws-sdk": "^5.0.2",
"@newrelic/koa": "^7.1.1",
@ -3637,12 +3637,12 @@
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
},
"newrelic": {
"version": "9.10.1",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.1.tgz",
"integrity": "sha512-G23/RlcdkgApBCQJXvRIt7bgW4KgR8mQLE+sndAT9ooIYsrxw7+9iVJzm6WE4sc3o41SIIjZ1OlVo6pUCLxIZQ==",
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/newrelic/-/newrelic-9.10.2.tgz",
"integrity": "sha512-kVRLwlT3/TK1B/zWAHaaJngubPeEEOhKyGXhBTrOjhQ8X44Trz/XsndlgyY30FtvM3upxCSDuOdbqOHd7DOEVg==",
"requires": {
"@contrast/fn-inspect": "^3.3.0",
"@grpc/grpc-js": "^1.8.4",
"@grpc/grpc-js": "^1.8.7",
"@grpc/proto-loader": "^0.7.4",
"@newrelic/aws-sdk": "^5.0.2",
"@newrelic/koa": "^7.1.1",

View File

@ -12,7 +12,7 @@
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.16.0",
"mysql2": "^3.1.2",
"newrelic": "^9.10.1",
"newrelic": "^9.10.2",
"sharp": "^0.30.7",
"spdy": "^4.0.2",
"uglify-js": "^3.17.4",