Skip to content

Commit

Permalink
Bump follow-redirects from 1.15.2 to 1.15.4 (#24)
Browse files Browse the repository at this point in the history
* Bump follow-redirects from 1.15.2 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* npm audit dependencies

* update snapshots

* update package json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Kiral <kiralivan@gmail.com>
  • Loading branch information
dependabot[bot] and IvanKiral committed Feb 29, 2024
1 parent 71d31d9 commit cb1c7d0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 45 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontent-ai/react-components",
"version": "0.3.4",
"version": "0.3.5",
"description": "The package containing React components useful when processing Kontent.ai data to the site.",
"repository": "https://github.com/kontent-ai/react-components.git",
"homepage": "https://github.com/kontent-ai/react-components#readme",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ exports[`<RichTextElement/> Resolve linked items from richText element with rich
"name": "ondrej.chrastina.tech",
"sitemapLocations": [],
"type": "website",
"workflowStep": "published"
"workflowStep": "published",
"workflow": null
}
}
</pre>,
Expand Down Expand Up @@ -441,7 +442,8 @@ He also likes OSS. This is his latest repository:
"name": "Simply007/kontent-gatsby-benchmark",
"sitemapLocations": [],
"type": "repository",
"workflowStep": "published"
"workflowStep": "published",
"workflow": null
}
}
</pre>,
Expand Down Expand Up @@ -515,7 +517,8 @@ On some projects, he was cooperating with
"name": "5b76e971-4709-01f2-e8ea-36a9716d7b42",
"sitemapLocations": [],
"type": "repository",
"workflowStep": null
"workflowStep": null,
"workflow": null
}
}
</pre>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ exports[`<RichTextElement/> readme code samples should resolve without fail 1`]
"name": "ondrej.chrastina.tech",
"sitemapLocations": [],
"type": "website",
"workflowStep": "published"
"workflowStep": "published",
"workflow": null
}
}
</pre>,
Expand Down Expand Up @@ -120,7 +121,8 @@ He also likes OSS. This is his latest repository:
"name": "Simply007/kontent-gatsby-benchmark",
"sitemapLocations": [],
"type": "repository",
"workflowStep": "published"
"workflowStep": "published",
"workflow": null
}
}
</pre>,
Expand Down Expand Up @@ -193,7 +195,8 @@ On some projects, he was cooperating with
"name": "5b76e971-4709-01f2-e8ea-36a9716d7b42",
"sitemapLocations": [],
"type": "repository",
"workflowStep": null
"workflowStep": null,
"workflow": null
}
}
</pre>,
Expand Down

0 comments on commit cb1c7d0

Please sign in to comment.