Skip to content

Commit

Permalink
Merge pull request #186 from reportportal/feature/EPMRPP-87604-fix-vu…
Browse files Browse the repository at this point in the history
…lnerabilities

EPMRPP-87604 || Fix JS client vulnerabilities
  • Loading branch information
AmsterGet authored Jan 19, 2024
2 parents 2278b58 + e4f6f10 commit b5ab4aa
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 16, 18, 20]
node: [12, 14, 16, 18, 20]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/rest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const axios = require('axios');
const axiosRetry = require('axios-retry');
const axiosRetry = require('axios-retry').default;
const http = require('http');
const https = require('https');

Expand Down
Loading

0 comments on commit b5ab4aa

Please sign in to comment.