Skip to content

Commit

Permalink
Merge pull request #1 from beforeyoubid/feature/update-underlying-axios
Browse files Browse the repository at this point in the history
Update logdna module so we not using the older axios dependency
  • Loading branch information
chainat-byb authored Feb 22, 2021
2 parents aaa9450 + 1db151e commit 3e9c735
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beforeyoubid/logger-adapter",
"version": "1.0.9",
"version": "1.0.10",
"description": "A platform logger module to send the log messages to LogDNA.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/beforeyoubid/npm-logger-adapter#readme",
"dependencies": {
"logdna": "^3.5.1",
"logdna": "^3.5.2",
"logdna-winston": "^2.3.2",
"winston": "^3.3.3"
},
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,13 @@ axios@^0.19.0:
dependencies:
follow-redirects "1.5.10"

axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

babel-jest@^26.3.0:
version "26.3.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.3.0.tgz#10d0ca4b529ca3e7d1417855ef7d7bd6fc0c3463"
Expand Down Expand Up @@ -1756,6 +1763,11 @@ [email protected]:
dependencies:
debug "=3.1.0"

follow-redirects@^1.10.0:
version "1.13.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==

for-in@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
Expand Down Expand Up @@ -2848,7 +2860,7 @@ logdna-winston@^2.3.2:
logdna "^3.5.0"
winston "^3.2.1"

logdna@^3.5.0, logdna@^3.5.1:
logdna@^3.5.0:
version "3.5.1"
resolved "https://registry.yarnpkg.com/logdna/-/logdna-3.5.1.tgz#fb37109dfd5f0db746efa26f2b79bf33c024b97f"
integrity sha512-7D1h85fSK74TWqsENwmYrwbGFAk3P+Cl/V9tGZYrAybewDdelx3SXcp5e1iN7vRoSj8SzJ4PSgGmEYa2maCh7A==
Expand All @@ -2864,6 +2876,22 @@ logdna@^3.5.0, logdna@^3.5.1:
object-sizeof "^1.0.10"
valid-url "^1.0.9"

logdna@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/logdna/-/logdna-3.5.2.tgz#5352ece53b766a7fef5b6a15203ddabce456a4c8"
integrity sha512-UG1sfphdnhRQKNs3tc8szfihheWd/D6pW7TDmQHyRS7hzt3juAh4Y8IcxCSyb6qBiyOF3iNhlsNyYrsQeB3/Kg==
dependencies:
agentkeepalive "^2.2.0"
axios "^0.21.1"
es6-promise "^4.2.6"
json-stringify-safe "^5.0.1"
lodash.bind "^4.2.1"
lodash.clonedeep "^4.5.0"
lodash.foreach "^4.5.0"
lodash.isequal "^4.5.0"
object-sizeof "^1.0.10"
valid-url "^1.0.9"

logform@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/logform/-/logform-2.2.0.tgz#40f036d19161fc76b68ab50fdc7fe495544492f2"
Expand Down

0 comments on commit 3e9c735

Please sign in to comment.