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
5 changes: 5 additions & 0 deletions components/markdown-confluence-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Added
#### Changed
#### Fixed

* fix: Update glob dependency from 10.3.10 to 10.5.0 to address security
vulnerability. This patch version addresses potential security issues in
the glob package used for file pattern matching.

#### Deprecated
#### Removed

Expand Down
4 changes: 2 additions & 2 deletions components/markdown-confluence-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@telefonica/markdown-confluence-sync",
"description": "Creates/updates/deletes Confluence pages based on markdown files in a directory. Supports Mermaid diagrams and per-page configuration using frontmatter metadata. Works great with Docusaurus",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"author": "Telefónica Innovación Digital",
"repository": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"@mocks-server/logger": "2.0.0-beta.2",
"@telefonica/confluence-sync": "workspace:*",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"glob": "10.5.0",
"globule": "1.3.4",
"handlebars": "4.7.8",
"hast": "1.0.0",
Expand Down
Loading
Loading