-
Notifications
You must be signed in to change notification settings - Fork 1.1k
dependabot fix #6355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependabot fix #6355
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
"@types/url-parse": "^1.4.3", | ||
"@typescript-eslint/eslint-plugin": "^2.7.0", | ||
"@typescript-eslint/parser": "^2.7.0", | ||
"axios": "^1.3.4", | ||
"axios": "^1.6.0", | ||
"cspell": "^6.2.3", | ||
"eslint": "^6.6.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
|
@@ -105,7 +105,8 @@ | |
"fast-xml-parser": "4.2.5", | ||
"semver": "7.5.2", | ||
"tough-cookie": "4.1.3", | ||
"aws-cdk-lib": "2.80.0" | ||
"aws-cdk-lib": "2.80.0", | ||
"axios": "1.6.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need this resolution? I don't think anything is depending on an older version of Axios so shouldn't we just be able to upgrade the version we are using in the dependecies above? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm seeing the below:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh yes you are correct, sorry didn't see that |
||
}, | ||
"jest": { | ||
"preset": "./preset.js", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we actually use axios somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the linkchecker: https://github.com/aws-amplify/docs/blob/main/tasks/link-checker.js