Skip to content

Commit

Permalink
fix(deps): Updated @newrelic/aws-sdk to 7.0.3 (#1902)
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard committed Dec 7, 2023
1 parent b7a644d commit bf22ae5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Expand Up @@ -510,7 +510,7 @@ This product includes source derived from [@grpc/proto-loader](https://github.co

### @newrelic/aws-sdk

This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v7.0.2](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.2/LICENSE):
This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v7.0.3](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.3)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.3/LICENSE):

```
Apache License
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -183,7 +183,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.9.4",
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^7.0.2",
"@newrelic/aws-sdk": "^7.0.3",
"@newrelic/koa": "^8.0.1",
"@newrelic/security-agent": "0.5.0",
"@newrelic/superagent": "^7.0.1",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Nov 17 2023 14:06:10 GMT+0530 (India Standard Time)",
"lastUpdated": "Thu Dec 07 2023 10:54:24 GMT-0500 (Eastern Standard Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -68,15 +68,15 @@
"licenseTextSource": "file",
"publisher": "Google Inc."
},
"@newrelic/aws-sdk@7.0.2": {
"@newrelic/aws-sdk@7.0.3": {
"name": "@newrelic/aws-sdk",
"version": "7.0.2",
"range": "^7.0.2",
"version": "7.0.3",
"range": "^7.0.3",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.2",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.3",
"licenseFile": "node_modules/@newrelic/aws-sdk/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.2/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.3/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
Expand Down

0 comments on commit bf22ae5

Please sign in to comment.