mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 16:25:30 +02:00
[PR #23] [MERGED] Dev #60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/23
Author: @BreizhHardware
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (9)
6664341chore(deps): bump express and @types/expressc148222Merge pull request #20 from BreizhHardware/dependabot/npm_and_yarn/dev/multi-b251156d90475b7a8chore(deps-dev): bump @eslint/js from 9.39.1 to 9.39.29b4e0ebchore(deps-dev): bump eslint from 9.39.1 to 9.39.210fe1caMerge pull request #22 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint-9.39.230d9c3dMerge pull request #21 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint/js-9.39.24fd7a79feat(action): Add regular github action for audit security vulnerability8fc61cdchore(version): bump version to 8.0.736d1484feat(security): Add security policy documentation📊 Changes
5 files changed (+92 additions, -34 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+12 -0)➕
.github/workflows/audit.yml(+42 -0)➕
SECURITY.md(+12 -0)📝
package-lock.json(+25 -33)📝
package.json(+1 -1)📄 Description
This pull request introduces a new development container configuration and adds an automated security audit workflow. These changes help standardize the development environment and improve project security by regularly checking for vulnerabilities.
Development environment setup:
.devcontainer/devcontainer.jsonfile to define a development container with Node.js LTS, Node-Gyp dependencies, and Git LFS support for a consistent local development environment.Security and automation:
.github/workflows/audit.ymlGitHub Actions workflow to automatically runnpm auditon pushes, pull requests, and a daily schedule, creating a GitHub issue if vulnerabilities are found.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.