Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@szhsin/react-menu": "^3.2.0",
"apollo-link-sentry": "^3.2.3",
"assert": "^2.1.0",
"axios": "^1.15.0",
"axios": "^1.15.2",
"classnames": "^2.3.2",
"codemirror": "^6.0.1",
"container-query-polyfill": "^1.0.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4210,7 +4210,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^4.5.0"
apollo-link-sentry: "npm:^3.2.3"
assert: "npm:^2.1.0"
axios: "npm:^1.15.0"
axios: "npm:^1.15.2"
babel-eslint: "npm:^10.1.0"
babel-jest: "npm:^29.1.2"
babel-loader: "npm:^8.2.5"
Expand Down Expand Up @@ -7338,14 +7338,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.15.0":
version: 1.15.0
resolution: "axios@npm:1.15.0"
"axios@npm:^1.15.2":
version: 1.16.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is titled as an axios 1.15.0 -> 1.15.2 update, but Yarn resolves the new ^1.15.2 range to axios@1.16.0. 1.16.0 has additional behavioural changes beyond the Dependabot summary for 1.15.2, so this should be intentional before merging.

resolution: "axios@npm:1.16.0"
dependencies:
follow-redirects: "npm:^1.15.11"
follow-redirects: "npm:^1.16.0"
form-data: "npm:^4.0.5"
proxy-from-env: "npm:^2.1.0"
checksum: 10/d39a2c0ebc7ff4739401b282e726cc2673377949d6c46d60eb619458f8d7a2f7eadbcada7097f4dbc7d5c59abb4d3bf6fac33d474412bc3415d3f5aa7ed45530
checksum: 10/cf8b521ff732c21550b38c8739aef556ea5e14b268468bb89e4307416ab262b462e582474e810963a3d61c2392ab47ad35c11d05eff027de7c97113bc7411623
languageName: node
linkType: hard

Expand Down Expand Up @@ -12359,7 +12359,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.15.11":
"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.16.0":
version: 1.16.0
resolution: "follow-redirects@npm:1.16.0"
peerDependenciesMeta:
Expand Down
Loading