Skip to content

Commit

Permalink
[docs] Fix dependabot alert on follow-redirects (#19103)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Resolves https://github.com/dagster-io/dagster/security/dependabot/386.

## How I Tested These Changes

yarn why follow-redirects
  • Loading branch information
hellendag authored Jan 9, 2024
1 parent 3584999 commit 5583cec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"add": "^2.0.6",
"amator": "^1.1.0",
"autoprefixer": "^10.1.0",
"axios": "^1.6.0",
"axios": "^1.6.5",
"classnames": "^2.2.6",
"eslint-config-next": "^13.4.19",
"fast-glob": "^3.2.5",
Expand Down
20 changes: 10 additions & 10 deletions docs/next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3692,14 +3692,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
"axios@npm:^1.6.5":
version: 1.6.5
resolution: "axios@npm:1.6.5"
dependencies:
follow-redirects: ^1.15.0
follow-redirects: ^1.15.4
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 573f03f59b7487d54551b16f5e155d1d130ad4864ed32d1da93d522b78a57123b34e3bde37f822a65ee297e79f1db840f9ad6514addff50d3cbf5caeed39e8dc
checksum: e28d67b2d9134cb4608c44d8068b0678cfdccc652742e619006f27264a30c7aba13b2cd19c6f1f52ae195b5232734925928fb192d5c85feea7edd2f273df206d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4579,7 +4579,7 @@ __metadata:
add: ^2.0.6
amator: ^1.1.0
autoprefixer: ^10.1.0
axios: ^1.6.0
axios: ^1.6.5
classnames: ^2.2.6
eslint: ^8.45.0
eslint-config-next: ^13.4.19
Expand Down Expand Up @@ -6000,13 +6000,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.3
resolution: "follow-redirects@npm:1.15.3"
"follow-redirects@npm:^1.15.4":
version: 1.15.4
resolution: "follow-redirects@npm:1.15.4"
peerDependenciesMeta:
debug:
optional: true
checksum: 584da22ec5420c837bd096559ebfb8fe69d82512d5585004e36a3b4a6ef6d5905780e0c74508c7b72f907d1fa2b7bd339e613859e9c304d0dc96af2027fd0231
checksum: e178d1deff8b23d5d24ec3f7a94cde6e47d74d0dc649c35fc9857041267c12ec5d44650a0c5597ef83056ada9ea6ca0c30e7c4f97dbf07d035086be9e6a5b7b6
languageName: node
linkType: hard

Expand Down

1 comment on commit 5583cec

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-o8z7p0wgg-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 5583cec.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.