Skip to content
Merged
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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: npm ci

- name: Run security check
run: npm audit
run: npm run audit

test:
runs-on: ubuntu-latest
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added better-npm-audit for npm auditing.

### Removed

- Removed Angular and Vue configurations.

### Security

- Updated sub-dependency devalue to 5.6.3 due to GHSA-33hq-fvwr-56pm.
- Updated sub-dependency ajv@8 to 8.18.0 due to CVE-2025-69873.
- Updated sub-dependency ajv@6 to 6.14.0 due to CVE-2025-69873.

## [0.1.1] - 2026-01-18

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All commands are run from the root of the project, from a terminal:
| `npm run preview` | Preview build locally, before creating output |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm run audit` | Run audit of modules |

## Testing

Expand Down
Loading