Skip to content

Commit

Permalink
Merge branch 'main' into advisory-fix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Dec 24, 2024
2 parents fe8f15f + 44d1655 commit 6fc1b43
Show file tree
Hide file tree
Showing 14 changed files with 1,862 additions and 1,607 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@3.2.0
codecov: codecov/codecov@5.0.3

executors:
node:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
test-node20:
executor:
name: node
version: '20.17.0' # Specify LTS version for development
version: '20.18'
steps:
- prepare
- lint
Expand All @@ -118,7 +118,7 @@ jobs:
test-node22:
executor:
name: node
version: '22.7'
version: '22.12.0' # Specify LTS version for development
steps:
- prepare
- lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.12.0
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

### Security

- Improper neutralization of HTML sanitization by comments
- Improper neutralization of HTML sanitization by comments may lead to XSS

### Changed

- Upgrade Marpit to [v3.1.2](https://github.com/marp-team/marpit/releases/v3.1.2) ([#390](https://github.com/marp-team/marp-core/pull/390))
- Upgrade development Node.js LTS and dependent packages to the latest version ([#391](https://github.com/marp-team/marp-core/pull/391))

## v4.0.0 - 2024-09-09

Expand Down
Loading

0 comments on commit 6fc1b43

Please sign in to comment.