Skip to content

Commit

Permalink
Merge branch 'master' into dhaden/segmentio#287-flush-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x committed Oct 13, 2021
2 parents 718993d + 1094398 commit cfce932
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
# v5.1.0 / 2021-9-13

- Added options for axiosRetryConfig, disable axiosRetry if retryCount is 0 (#285)
- Optimize timer scheduling (#172)
- Update Axios to fix a ReDoS vulnerability (#295)
- Automated dependency upgrades

# v5.0.0 / 2021-7-16

- BREAKING: Dropping support for Node 8.0!
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "analytics-node",
"version": "5.0.0",
"version": "5.1.0",
"description": "The hassle-free way to integrate analytics into any Node.js application",
"license": "MIT",
"repository": "segmentio/analytics-node",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@segment/loosely-validate-event": "^2.0.0",
"axios": "^0.21.1",
"axios": "^0.21.4",
"axios-retry": "^3.0.2",
"lodash.isstring": "^4.0.1",
"md5": "^2.2.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -886,12 +886,12 @@ axios-retry@^3.0.2:
dependencies:
is-retry-allowed "^1.1.0"

axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
axios@^0.21.4:
version "0.21.4"
resolved "https://packages.atlassian.com/api/npm/npm-remote/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha1-xnuQ3AVo5cHPKwuFjEO6KOLtpXU=
dependencies:
follow-redirects "^1.10.0"
follow-redirects "^1.14.0"

babel-code-frame@^6.26.0:
version "6.26.0"
Expand Down Expand Up @@ -3025,10 +3025,10 @@ fn-name@^2.0.0:
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=

follow-redirects@^1.10.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
follow-redirects@^1.14.0:
version "1.14.3"
resolved "https://packages.atlassian.com/api/npm/npm-remote/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
integrity sha1-atp4EY2NJMruWVWVrM3ArGq9Ai4=

for-in@^0.1.3:
version "0.1.8"
Expand Down

0 comments on commit cfce932

Please sign in to comment.