Skip to content

Commit

Permalink
chore(deps): Removed pinned version for axios and check-disk-space (#156
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sumitsuthar committed Jan 3, 2024
1 parent b9c2d6b commit 62b4cea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This product includes source derived from [@aws-sdk/client-lambda](https://githu

### axios

This product includes source derived from [axios](https://github.com/axios/axios) ([v1.6.0](https://github.com/axios/axios/tree/v1.6.0)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.6.0/LICENSE):
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.6.3](https://github.com/axios/axios/tree/v1.6.3)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.6.3/LICENSE):

```
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.436.0",
"axios": "1.6.3",
"check-disk-space": "3.4.0",
"axios": "^1.6.3",
"check-disk-space": "^3.4.0",
"content-type": "^1.0.5",
"fast-safe-stringify": "^2.1.1",
"find-package-json": "^1.2.0",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Nov 17 2023 09:31:49 GMT+0530 (India Standard Time)",
"lastUpdated": "Wed Jan 03 2024 10:46:43 GMT+0530 (India Standard Time)",
"projectName": "@newrelic/security-agent",
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
"includeOptDeps": false,
Expand All @@ -18,15 +18,15 @@
"publisher": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"axios@1.6.0": {
"axios@1.6.3": {
"name": "axios",
"version": "1.6.0",
"range": "1.6.0",
"version": "1.6.3",
"range": "^1.6.3",
"licenses": "MIT",
"repoUrl": "https://github.com/axios/axios",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.6.0",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.6.3",
"licenseFile": "node_modules/axios/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v1.6.0/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v1.6.3/LICENSE",
"licenseTextSource": "file",
"publisher": "Matt Zabriskie"
},
Expand Down

0 comments on commit 62b4cea

Please sign in to comment.