forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes deprecated
request
and @percy/agent
* Addresses first set of dependencies that are upstream from `[email protected]`. There is more work to do but a webpack upgrade is required first. * Replaces usage of `request` in integration tests with `tough-cookie`. * `@percy/agent` is deprecated and is replaced by `@percy/cli`. * Bumps `follow-redirects- to address CVE. * Also removes unnecessary user management logic from functional tests. Resolves opensearch-project#1133 Incremental change towards addressing opensearch-project#1066 Signed-off-by: Tommy Markley <[email protected]>
- Loading branch information
Tommy Markley
committed
Feb 7, 2022
1 parent
895a564
commit 63f5f90
Showing
10 changed files
with
494 additions
and
932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,6 @@ | |
"**/prismjs": "^1.23.0", | ||
"**/react-syntax-highlighter": "^15.3.1", | ||
"**/react-syntax-highlighter/**/highlight.js": "^10.4.1", | ||
"**/request": "^2.88.2", | ||
"**/ssri": "^6.0.2", | ||
"**/tar": "^6.1.11", | ||
"**/trim": "^0.0.3", | ||
|
@@ -199,7 +198,6 @@ | |
"react-use": "^13.27.0", | ||
"redux-thunk": "^2.3.0", | ||
"regenerator-runtime": "^0.13.3", | ||
"request": "^2.88.0", | ||
"require-in-the-middle": "^5.0.2", | ||
"rison-node": "1.0.2", | ||
"rxjs": "^6.5.5", | ||
|
@@ -245,7 +243,8 @@ | |
"@osd/test": "1.0.0", | ||
"@osd/test-subj-selector": "0.2.1", | ||
"@osd/utility-types": "1.0.0", | ||
"@percy/agent": "^0.28.6", | ||
"@percy/cli": "^1.0.0-beta.74", | ||
"@percy/sdk-utils": "^1.0.0-beta.74", | ||
"@testing-library/dom": "^7.24.2", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
|
@@ -313,7 +312,6 @@ | |
"@types/react-router-dom": "^5.3.2", | ||
"@types/react-virtualized": "^9.18.7", | ||
"@types/recompose": "^0.30.6", | ||
"@types/request": "^2.48.2", | ||
"@types/selenium-webdriver": "^4.0.9", | ||
"@types/semver": "^5.5.0", | ||
"@types/sinon": "^7.0.13", | ||
|
@@ -325,6 +323,7 @@ | |
"@types/tar": "^4.0.3", | ||
"@types/testing-library__jest-dom": "^5.9.3", | ||
"@types/testing-library__react-hooks": "^3.4.0", | ||
"@types/tough-cookie": "^4.0.1", | ||
"@types/type-detect": "^4.0.1", | ||
"@types/uuid": "^3.4.4", | ||
"@types/vinyl": "^2.0.4", | ||
|
@@ -406,7 +405,7 @@ | |
"leaflet-responsive-popup": "0.6.4", | ||
"leaflet-vega": "^0.8.6", | ||
"leaflet.heat": "0.2.0", | ||
"less": "npm:@elastic/[email protected]", | ||
"less": "^4.1.2", | ||
"license-checker": "^16.0.0", | ||
"listr": "^0.14.1", | ||
"load-grunt-config": "^3.0.1", | ||
|
@@ -450,6 +449,7 @@ | |
"supertest-as-promised": "^4.0.2", | ||
"tape": "^5.0.1", | ||
"topojson-client": "3.0.0", | ||
"tough-cookie": "^4.0.0", | ||
"tree-kill": "^1.2.2", | ||
"typescript": "4.0.2", | ||
"ui-select": "0.19.8", | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.